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

Help to profile editing

fizmaster7

Member
Joined
Dec 27, 2015
Messages
31
Reaction score
0
This profile I got is Grinding Bot. I wanted to make the profile open some chests.
I've tried but since it's Questing Bot, it cant open them.


Hope i can get some help, maybe make the profile a Questing Bot.


<CustomBehavior File="Hooks\DoWhen" ActivityName="OpenChesthook" AllowUseDuringCombat="True" UseWhen="HasItem(140220)" > <!-- Scavenger Cloth -->
<CustomBehavior File="UseItem" ItemId="140220" WaitTime="500" NumOfTimes="100" TerminateWhen="!HasItem(140220)" />
</CustomBehavior>

<CustomBehavior File="Hooks\DoWhen" ActivityName="OpenChesthook" AllowUseDuringCombat="True" UseWhen="HasItem(129746)" > <!-- Oddly-Shaped Stomach -->
<CustomBehavior File="UseItem" ItemId="129746" WaitTime="500" NumOfTimes="100" TerminateWhen="!HasItem(129746)" />
</CustomBehavior>

<CustomBehavior File="Hooks\DoWhen" ActivityName="OpenStomachs" AllowUseWhileMounted="true" AllowUseDuringCombat="False" LogExecution="false" UseWhen="GetItemCount(129746) &gt; 0 &amp;&amp; Me.FreeNormalBagSlots &gt; 5" >
<CustomBehavior File="UseItem" ItemId="129746" />
<CustomBehavior File="WaitTimer" WaitTime="250" />
</CustomBehavior>
 

Attachments

Back
Top