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

InteractWith on a vehicle?

loganginger

New Member
Joined
Nov 12, 2011
Messages
2
Reaction score
0
Hi,

Not sure if I should be using InteractWith or something other ...

Quest: Learning The Ropes

I want to cast whinny whilst mounted on a hearthglen mustang on northridge spiders.

I am using the following: <CustomBehavior File="InteractWith" MobId="44284" InteractByCastingSpellId="83605" />, however it is giving me [InteractWith-v2040(fatal)] [PROFILE ERROR] Toon doesn't know: Whinny

I am sure there is a simple solution to this, but I am missing it.
 
Hi, Loganginger,

InteractWith will not work they way you are trying to use it. You may want to give .../Honorbuddy/Quest Behaviors/Hooks/DoWhen.cs a look, instead.

cheers,
chinajade
 
IIRC what I did for this quest (got bored and did WPL loremaster) is just have it move to the spiders then manually cast the spell either with UsePetAbility or through lua.

The quest after this one is the hard one and luckily there's a specific questbehavior for it (quest 27001).
 
IIRC what I did for this quest (got bored and did WPL loremaster) is just have it move to the spiders then manually cast the spell either with UsePetAbility or through lua.

The quest after this one is the hard one and luckily there's a specific questbehavior for it (quest 27001).

Yes, this is what I ended up doing - the UsePetAbility. I didn't know there was a specific questbehaviour for 27001 - I had been doing that manually. Thanks for the tip!
 
Back
Top