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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Profile editing

fizmaster7

Member
Joined
Dec 27, 2015
Messages
31
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