Jump to content

Recommended Posts

  • 39 years later...
  • 3 months later...
  • 5 months later...
Posted
Could you update this patch for last revision of 3.2.2?:rolleyes:

Here it is: http://pastebin.com/f12b3ef55

Maybe it's not the best solution, but it solves the problem pointed out by Tassader.

I'm working with 9133, but this patch doesn't remove buff when player remove cat form

As i understand this, on offy this spell can be cast while not in cat form and isn't removed if you shapeshift out of it but speed bonus is applied only if you are in cat form.

Posted
you are unable to cast dash without cat from ("Must be in Cat Form" pops up). If you change shapeshift from cat to any other - aura remains but speed bonus is lost, recasting Cat Form restore incresed speed bonus.

Updated version:

http://pastebin.com/f17181541

The only thing i don't understand is how to make SPELL_FAILED_ONLY_SHAPESHIFT tell the client the required form, ofc if there's any way to do this. (right now cast isn't allowed but error isnt' shown).

Posted

probably you have to send packet to player to do this, what is more weird because all of that kind of spells are client-side handled. I checked all spells with stance = 1 and none was usfull in this case so we have to realise it somehow server-side

Posted
probably you have to send packet to player to do this, what is more weird because all of that kind of spells are client-side handled. I checked all spells with stance = 1 and none was usfull in this case so we have to realise it somehow server-side

What i meant is that maybe Spell::SendCastResult needs an exception for SPELL_FAILED_ONLY_SHAPESHIFT (like there is for SPELL_FAILED_REQUIRES_SPELL_FOCUS and others) , that tells the client which stance the player should be in, so that the error can be shown correctly.

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use