Is it possible to withdraw a specific amount of a specific item?
My profile is set up to use mobile gbank and deposit all gold atm, I also want it to withdraw 1 pot every time it uses it.
This code deposits an item:
Would like something similiar but withdrawing instead.
EDIT: Just noted this might be in the wrong section of the forum. excuse me if it is
My profile is set up to use mobile gbank and deposit all gold atm, I also want it to withdraw 1 pot every time it uses it.
This code deposits an item:
Code:
<CustomBehavior File="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
Would like something similiar but withdrawing instead.
EDIT: Just noted this might be in the wrong section of the forum. excuse me if it is