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

Interaction with Npc

krh121791

New Member
Joined
Jan 6, 2011
Messages
44
Reaction score
6
I was reading through the custom behaviors and I found the Interact Behavior.

However, When trying to call this function I could not get access.

Unable to compile CustomBehavior for tag: <CustomBehavior File="InteractWith" QuestId="28721" MobId="48309" NumOfTimes="1" CollectionDistance="50" ObjectType="Npc" X="19.70313" />

That is the error message I received. I'm not sure if I am simply missing some kind of information that is needed, or typing the code wrong entirely.

Any help would greatly be appreciated!


<CustomBehavior File="InteractWith"
QuestId="28721"
MobId="48309"
NumOfTimes="1"
CollectionDistance="50"
ObjectType="Npc"
X="19.70313"
Y="1733.854"
Z="28.21435" />

This is the code I use in the profile.
 
Last edited:
Post your profile or the line in the profile with the CB or nobody can help you
 
krh121791 said:
Thanks, that completely slipped my mind lol

If you look at your post, you can see that we can't see the full text that you posted. :) (Use "Go Advanced", and "Preview Post", and you can see whether or not we can see it.).

To make it such that we can see it, use &amp;lt; for "<", and &amp;gt; for ">". The forum requires this to prevent HTML-based hacking.

When we can see what you posted, we'll can look for problems. In the meantime, two things to check...
  • Are you using the CustomBehaviors that shipped with Honorbuddy, or those from Natfoth's Megathread?
  • Are you using the latest HB-2.0.0.3804 that was dropped today?
It would also help if we could see your actual log, and not just a single cut-n-pasted line.

Thanks for the answers,
chinajade
 
Back
Top