Need help with blizzard skills.

Andrewgosu

The Silent Pandaren Helper
Reaction score
716
Trigger code for the spell. (Blizzard with mana drain)

The problems is that the spells works only for one player without problems. And I was told that only way to make this work would be editing it in Jass, unfortunely I dont know anything about Jass. Is there a brave one who will accept the challenge?
 

phyrex1an

Staff Member and irregular helper
Reaction score
447
You don't need jass for that

Code:
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Current order of (Triggering unit)) Equal to (Order(blizzard))
    Actions
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Mana of (Triggering unit)) Greater than or equal to 10.00
            Then - Actions
                Unit - Set mana of (Triggering unit) to ((Mana of (Triggering unit)) - 5.00)
                Wait 1.00 seconds
                Trigger - Run (This trigger) (checking conditions)
            Else - Actions
                Unit - Pause (Triggering unit)
                Unit - Order (Triggering unit) to Stop
                Unit - Unpause (Triggering unit)
 

Andrewgosu

The Silent Pandaren Helper
Reaction score
716
Noup, it doesnt work. Only the last unit's mana is being drained. What about jass locals?
 

phyrex1an

Staff Member and irregular helper
Reaction score
447
Andrewgosu said:
Noup, it doesnt work. Only the last unit's mana is being drained. What about jass locals?
And you are sure that you are using (Triggering Unit) and not (Casting Unit)?

I just tested that exact trigger as I posted and it worked as it was supposed to do. Tested with 2 standard archmages.

Anyway, I can post the jass version if you want that ^^
 

Andrewgosu

The Silent Pandaren Helper
Reaction score
716
No, you dont have to. I got it to work. I missed a line in your trigger. I cant thank you enough:D
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top