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.
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: