• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Bug raven form/spellbook (spellbook abilities disappear)

Status
Not open for further replies.
Level 1
Joined
Jan 4, 2009
Messages
3
I have made a heroe who can use the raven form.
When I use this ability, his spellbook becomes empty.
Even if he use the "unraven" form.

Is it a known bug and is there an easy way to counter that ?
 
Level 5
Joined
Nov 7, 2007
Messages
134
I think I've encountered this problem myself, don't remember how I solved it though. You could try making a trigger that adds the abilities to the hero when it switches back into it's regular form, but an easier way would be to simply base the skill on metamorphosis if that is possible, because then the hero will not lose the skills at all.
 
Level 20
Joined
Jan 6, 2008
Messages
2,627
you must choose your Raven form Unit and simply add the SpellBook to him (I Think) Rep if works
If not, try this:

  • Events
    • Hero - Casts Ability
  • Conditions
    • Unit Type Equal to (The guy with Raven Form Spell)
  • Actions
    • Unit - Replace ((Casting Unit) with (Raven)) with same hp blah blah.
  • Events
    • Hero - Casts Ability
  • Conditions
    • Unit Type Equal to (Raven)
  • Actions
    • Unit - Replace ((Casting Unit) with (Caster of Raven Spell)) with same hp blah blah.
MAKE SURE YOU MAKE THE RAVEN SPELL USELESS OR IT WILL END UP WRONG
 
Level 9
Joined
Apr 3, 2008
Messages
700
He don't need to be a hero. I think Slaydon means Generic Unit Event.
there is no event like Hero - Casts Ability.
Checking hero / non-hero is a boolean comparison.

Edit: Generic Unit Event --> Unit Begins Casting of Ability
 
Level 1
Joined
Jan 4, 2009
Messages
3
Thanks for your answers all :smile:
I will try all that to see what works and what is the best in my case.
 
Status
Not open for further replies.
Top