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

UseItemOn not working

thenrique87

Member
Joined
May 20, 2010
Messages
143
Reaction score
0
Hey guys...

Sorry if this is not the right place for this but it seemed like a good fit for the issue. I have noticed that for a couple of times, my toons have gotten stuck in some actions which wouldnt finish the quest therefore never move on unless I did the action manually. On a closer look to the code, I also noticed that everytime it got stuck on the code it was on UseItemOn. I have more than one account so I was able to cancel the more obvious stuff:

1- re-downloaded HB
2- erased Mesh folder
3- retried 5 times with different setting here and there

Unfortunately, because of all the deleting and downloading and changes here and there I dont have any log to show, but if you like to try and see for yourself, here is one of the codes that went really bad:<custombehavior file="UserSettings" lootmobs="True"><custombehavior file="UserSettings" lootmobs="False"><custombehavior file="UserSettings" lootmobs="True">


While Condition="HasQuest(13961) && !IsQuestCompleted(13961)">
CustomBehavior File="UserSettings" LootMobs="False" />

While Condition="!Me.HasAura("Dragging a Razormane")">
CustomBehavior File="UseItemOn" QuestId="13961" MobState="Alive" MobType="Npc" MobId="34503" ItemId="46722" NumOfTimes="1" WaitTime="10000" CollectionDistance="1" X="173.6688" Y="-2877.327" Z="92.53074" />
CustomBehavior File="InteractWith" MobId="34503" GossipOptions="1" X="173.6688" Y="-2877.327" Z="92.53074" />
/While>

If Condition="Me.HasAura("Dragging a Razormane")">
RunTo X="264.8679" Y="-3047.376" Z="96.65936" />
CustomBehavior File="WaitTimer" WaitTime="3000" />
/If>
/While>

CustomBehavior File="UserSettings" LootMobs="True" />


Maybe Im just being stupid, but let me know whether Im on to something or Im just crazy. Ty.
</custombehavior></custombehavior></custombehavior>
 
Last edited:
Back
Top