Easiest way to send items through mail? menu

Shout-Out

User Tag List

Results 1 to 9 of 9
  1. #1
    HeroXx's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Easiest way to send items through mail?

    I am trying to send all the items in my inventory to another character, I am able to pop the mailbox but I am kinda stuck there.

    Looking over the LUA functions for the mailbox it doesn't look like you can just send a mail with specified id's attached.

    What is the easiest way to do it?

    Easiest way to send items through mail?
  2. #2
    _Mike's Avatar Contributor
    Reputation
    310
    Join Date
    Apr 2008
    Posts
    531
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have never used the mail system myself so I'm just guessing here.. But when right-clicking an item it gets added to the mail which leads me believe that calling Interact() on an item would do the same.

  3. #3
    DrGonzo's Avatar Contributor
    Reputation
    145
    Join Date
    Jun 2009
    Posts
    132
    Thanks G/R
    0/60
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LUA:
    SendMail
    PickupContainerItem
    ClickSendMailItemButton

  4. #4
    HeroXx's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FearAndLawyering View Post
    LUA:
    SendMail
    PickupContainerItem
    ClickSendMailItemButton
    Doesn't SendMail send the mail straight away?

  5. #5
    DrGonzo's Avatar Contributor
    Reputation
    145
    Join Date
    Jun 2009
    Posts
    132
    Thanks G/R
    0/60
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, I didn't mean to use them in that order.

  6. #6
    HeroXx's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there an LUA function to pop the send new mail window?

  7. #7
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HeroXx View Post
    Is there an LUA function to pop the send new mail window?
    MailFrameTab2:Click()

  8. #8
    HeroXx's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    MailFrameTab2:Click()
    Cheers.

    10chars

  9. #9
    mnbvc's Avatar Banned
    Reputation
    120
    Join Date
    Jul 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    "MailFrameTab_OnClick(0,2) "
    "local c=0 "
    "for b=0,4 do "
    	"for s=1,GetContainerNumSlots(b) do "
    		"if c<12 then "
    			"l=GetContainerItemLink(b,s) "
    			"if l then "
    				"local n = GetItemInfo(l) "
    				"if n~=\"Hearthstone\" and n~=\"Mining Pick\" and n~=\"Soul Shard\" and not string.find(n,\"Totem\") then "
    					"UseContainerItem(b,s) "
    					"c=c+1 "
    				"end "
    			"end "
    		"end "
    	"end "
    "end "
    "if c>0 then "
    	"SendMail(\""+target+"\", \" \") "
    "end ";

Similar Threads

  1. Problem AVS not sending items on mail
    By Boiko7530bg in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 05-04-2009, 07:47 AM
  2. Sending items by Mail as GM?
    By Sebastian011 in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 02-14-2009, 04:48 PM
  3. [Info] Sending In-Game Mail - The GM Way!
    By Hellgawd in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 01-21-2008, 08:08 PM
All times are GMT -5. The time now is 08:04 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search