What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How can i send X amount to one character instead of all?

kbrebel04

New Member
Joined
Dec 15, 2011
Messages
294
Reaction score
3
Here is the code. what do i change so it will only send 5 stacks instead of all of them?

Code:
<MailItemAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" Mail="All" UseCategory="False" ItemID="52986" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />
 
<MailItemAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" Mail="All" UseCategory="False" ItemID="52986" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />


Just change the two highlighted areas, the one with "All" Should be "Amount" or "Specific" i think.
 
Back
Top