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

Questing Profile Problem

yeah, you either don't have the quest in your log, or you manually over-rided the objective and it threw the error because hb doesn't 'see' it and it will need to have a custom behavior instead
 
I got it. Thanks to your suggestion i was able to pinpoint the problem. It seems that it makes a difference when searching wowhead between Bristleback Invaders and Bristleback Invader.
 
also, the behavior "Kill Until Complete" rocks for when some objectives just don't work (rarely this is the issue)
 
One more question. When you want it to do a quest that opens a door, or cage or such, do you use Type=CollectItem or some other type?
 
PHP:
<CustomBehavior File="InteractWith" QuestId="" MobId="" ObjectType="Gameobject" NumOfTimes="1" CollectionDistance="50"

fill out the end with XYZ /> or just />

Now, you don't need ObjectType="Npc" but you *do* need ObjectType="Gameobject" or Object (i use gameobject). it's Npc by default
 
Thanks, I had just found that, then refreshed this page. The ObjectType though, thanks for explaining that more.
 
Back
Top