semial1337
Member
- Joined
- Apr 23, 2014
- Messages
- 189
- Reaction score
- 1
Is there any plugin that you can use at the blood or sargares trader to set up ex. to use all blood to get fellslate?
<CustomBehavior File="RunMacro" Macro="/script BuyMerchantItem(17)" NumOfTimes="1" WaitTime="300" />
<CustomBehavior File="RunMacro" Macro="/script BuyMerchantItem(5)" NumOfTimes="1" WaitTime="300" />
<While Condition="GetItemCount(124124) > 0">
<While Condition="GetItemCount(124124) > 10">
<CustomBehavior File="InteractWith" MobId="100196" InteractByBuyingItemId="140974" BuyItemCount="100" TerminateWhen="GetItemCount(29800) <5" NonCompeteDistance="0" X="941.8559" Y="1089.932" Z="17.16388" />
As alternative you can use
In the terminatewhen tag, you can set when to stop, if your buying currency is lower, than desired.PHP:<CustomBehavior File="InteractWith" MobId="100196" InteractByBuyingItemId="140974" BuyItemCount="100" TerminateWhen="GetItemCount(29800) <5" NonCompeteDistance="0" X="941.8559" Y="1089.932" Z="17.16388" />






