killakaz
Community Developer
- Joined
- Nov 18, 2010
- Messages
- 341
- Reaction score
- 25
I have a Profession buddy script i'm working on and i'm trying to make it send a certain amount of an item to another character through mail
if i use the <MailItemAction Entry="12345" AutoFindMailBox="True" UseCategory="False" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="Elemental" X="0" Y="0" Z="0" />
it will send every one of the specified item ID. I'm guessing i would have to use LUA or something to have it only send 100 embersilk cloth to another toon instead of sending all i have in inventory.
like if i have 2 tailors and i have 300 colth INBagCount i want it to send 150 to talior #1 and 150 to tailor #2 or 100 to #1 200 to #2 or any which way.
If anyone could help out on this it would be great.
if i use the <MailItemAction Entry="12345" AutoFindMailBox="True" UseCategory="False" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="Elemental" X="0" Y="0" Z="0" />
it will send every one of the specified item ID. I'm guessing i would have to use LUA or something to have it only send 100 embersilk cloth to another toon instead of sending all i have in inventory.
like if i have 2 tailors and i have 300 colth INBagCount i want it to send 150 to talior #1 and 150 to tailor #2 or 100 to #1 200 to #2 or any which way.
If anyone could help out on this it would be great.