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

Spirit of Harmony autocraft

razzone

New Member
Joined
Aug 28, 2015
Messages
16
Reaction score
0
Hello everbody,
That's a way to turn Mote of harmony in spirit of harmony with hb??
 
Simple enough with the questing botbase.

PHP:
<HBProfile>
<QuestOrder>

     <CustomBehavior File="UseItem" ItemId="89112" WaitTime="500" NumOfTimes="5000" TerminateWhen="Me.GetItemCount(89112) &lt; 10" />

</QuestOrder>
</HBProfile>

That would be your entire profile.


It'll use the "Mote of Harmony" item 5000 times, waiting 500 milliseconds inbetween each usage.
Once you reach under 10 Mote of Harmony, it will stop.
 
Last edited:
Back
Top