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!

Halloween

if your bot works on the buddy store you can load the halloween files from the questing profile pack and scroll down to hoildays :-)
 
Seems to be working partially. The bot is deleting the candy from the innkeepers instead of looting the item. Any easy way to fix this? The autoloader is also experiencing errors and I cannot complete dailies. I can at least use the bot to some extent to at least complete the achievement for going to all of the inns. I just wish it wouldn't delete the tricky treats...
 
Manually went in and removed the faulty looting code. What is the faulty logic here?
<!-- Use Handful of Treats -->
<If Condition="HasItem(37586)">
<CustomBehavior File="UseItem" ItemId="37586" />
<CustomBehavior File="WaitTimer" WaitTime="500" VariantTime="2500" />
<CustomBehavior File="Misc\RunLua" Lua="CloseLoot()" />
<CustomBehavior File="WaitTimer" WaitTime="500" VariantTime="2500" />
<CustomBehavior File="Misc\RunLua" Lua="local id,n=0; for b=0,4 do for s=1,GetContainerNumSlots(b) do id=GetContainerItemID(b,s) if (id == 37586) then ClearCursor() PickupContainerItem(b,s) DeleteCursorItem() end end end" />
<CustomBehavior File="WaitTimer" WaitTime="500" VariantTime="2500" />
</If>
 
Manually went in and removed the faulty looting code. What is the faulty logic here?
<!-- Use Handful of Treats -->
<If Condition="HasItem(37586)">
<CustomBehavior File="UseItem" ItemId="37586" />
<CustomBehavior File="WaitTimer" WaitTime="500" VariantTime="2500" />
<CustomBehavior File="Misc\RunLua" Lua="CloseLoot()" />
<CustomBehavior File="WaitTimer" WaitTime="500" VariantTime="2500" />
<CustomBehavior File="Misc\RunLua" Lua="local id,n=0; for b=0,4 do for s=1,GetContainerNumSlots(b) do id=GetContainerItemID(b,s) if (id == 37586) then ClearCursor() PickupContainerItem(b,s) DeleteCursorItem() end end end" />
<CustomBehavior File="WaitTimer" WaitTime="500" VariantTime="2500" />
</If>

Can you confirm thy fellow m89 that this is fix >?
 
I was able to resolve the looting issues I had by turning on auto-loot.
Autoloader does not function correctly.
Profile to collect buckets works about 80% of the way. Kalimdor works, EK works with all but Blasted lands location, Northrent has issues with Dalaran, MoP requires certain quests to be completed.
The profile does not work but you can still use it to get a large part of the work done.
 
Back
Top