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

CustomBehavior Error.. Help?

Exception thrown in CustomBehavior object for tag:
<CustomBehavior File="InteractWithObject" QuestId="26158" MobId="203753" NumOfTimes="1" ObjectType="Gameobject" X="-11216.42" Y="-3509.706" Z="8.057014" />
make sure the tag has all required attributes and try again.

That's because he's a noob :p

find those lines... change it to:


<Objective QuestId="26158" Type="UseObject" ObjectId="203753" UseCount="1" />
<Objective QuestId="26158" Type="UseObject" ObjectId="203752" UseCount="1" />

see the objectid?

search for those 2 in the profile
 
Hmm changed it still giving me error

Exception thrown in CustomBehavior object for tag:
<CustomBehavior File="InteractWithObject" QuestId="26158" MobId="203752" NumOfTimes="1" ObjectType="Gameobject" X="-11314.53" Y="-3441.015" Z="7.46822" />
make sure the tag has all required attributes and try again.
Couldn't find file for UserDefinedQuestBehavior.
Honorbuddy stopped

...

Is there a way to skip this quest?

<PickUp QuestName="Attune the Bloodstone" QuestId="26158" GiverName="Kasim Sharim" GiverId="42298" />
<Objective QuestName="Attune the Bloodstone" QuestId="26158" Type="UseObject" ObjectId="203753" UseCount="1" />
<Objective QuestName="Attune the Bloodstone" QuestId="26158" Type="UseObject" ObjectId="203752" UseCount="1" />
<TurnIn QuestName="Attune the Bloodstone" QuestId="26158" TurnInName="Kasim Sharim" TurnInId="42298" />
 
Ah, i got it. i used the same log to fix the next quest id... so many errors in Kaz's quest lol.
Thanks mate
 
Back
Top