Need a Jass triggerer's help

Status
Not open for further replies.

Satans_Arme

S

Satans_Arme

Ok so I pretty much need any skilled jass triggerer's help with my map, I believe it's no big task.

This is one of the final stages in my map, and I will put whoever helps me out in the credits for helping me.

Map name and info: Northrend: King of the Damned, strategy map in Northrend in the WoW:WOTLK era.

What I need:

I need some way to make a computer ''smarter'' in the way that he is able to use costum spells, I was told this was needed in jass, which is why I posted this here.

Thanks

~Satans
 
Well, you can do that with some GUI triggering too, just based the spell on Blizzard and dont change the name or anything, then make the special effects trigger to the spell, and then make a trigger which does something like this:
  • Events
    • A unit Is Attacked
  • Conditions
    • (Attacked Unit) equal to (Random unit from unit in (Unit owned by (Neutral Hostile))
  • Actions
    • Set Hero[1] = ThisIsTheCustomHeroYouWantItToBe
    • Unit - Order (Hero[1]) to Human Archmage - Blizzard (Position of (Attacked Unit)
Even if you dident want to use Blizzard, but rather War Stomp, its the same effect.
 
As much as I appreciate you guys' attempts to help me out I'm afraid my question has already been answered and dealt with.

Thanks anyway.
 
Status
Not open for further replies.
Back
Top