Spell Mass Thunder Clap

Ultramen

Cool Member
Reaction score
3
Gui?Jass?vJass?: Gui
Difficulty: Easy
Fun: idk
Leaks: Totally, (needs fixing)
Code:
The Effect is to Alternate the Right and Left Arrow keys to deal Damage around the Caster.
Code:
Spell
      Events
           Unit - A unit starts an a effect of an a Ability
      Conditions
           (Ability Being Cast) Equal to Spell
      Actions
           Set Caster = (Triggering Unit)
           Set EffectPoint = (Position of Caster offset by 500
           Unit - Pause Caster
           Set EffectIsOn = True
           Turn on Spell Effect
           Wait 5 Seconds
           Turn off Spell Effect
           Set EffectIsOn = False
           Custom Script:   call RemoveLocation(udg_EffectPoint)
           Unit - Unpause Caster
Code:
Left Click
      Events
           Owner of Caster presses the Left Arrow Key
      Conditions
           EffectIsOn equal to True
      Actions
           Set LeftClick = True
Code:
Left Release
      Events
           Owner of Caster releases the Left Arrow Key
      Conditions
           EffectisOn equal to True
           LeftClick equal to True
      Actions
           Set LeftRelease equal to True
Code:
Right Click
      Events
           Owner of Caster presses the Right Arrow Key
      Conditions
           EffectisOn equal to True
           LeftClick equal to True
           LeftRelease equal to True
      Actions
           Set RightClick equal to True
Code:
Right Release
      Events
           Owner of Caster releases the Right Arrow Key
      Conditions
           EffectisOn equal to True
           LeftClick equal to True
           LeftRelease equal to True
           RightClick equal to True
      Actions
           Unit - Create 1 Dummy at (Random point of Effect Point) for Owner of Caster facing (Default building degrees)
           Unit - Order (Last Created Unit) to Human Mountain King - Thunder Clap
           Unit - Add a 0.50 second generic expiration timer to Last Created Unit
           Set LeftClick equal to False
           Set LeftRelease equal to False
           Set RightClick equal to False
 
A

Andy

Guest
Could do with a screenshot - or else I honestly have no idea what this does.
 

Larcenist

REP: Respect, Envy, Prosperity?
Reaction score
211
Please add:

Screenshot(s)
Spell Description
Test Map

Also:
Clean the leaks up and mention that it's not MUI.
 

Tukki

is Skeleton Pirate.
Reaction score
29
Do what Larcenist said and never use the UnitDamagePoint function, it desyncs on mac comps as it never deals damage on theirs.
 

Naga'sShadow

Ultra Cool Member
Reaction score
49
While A hilarious spell you could clean it up some. So you know its like the button mashing minni games that are parts of some damage setups. Think Paper Mario, the faster the player can press the buttons the more damage it deals.
 

UndeadDragon

Super Moderator
Reaction score
447
It is not MUI because of:

Code:
Wait 5 Seconds

Using waits makes the spell non-MUI.
 

Gwypaas

hook DoNothing MakeGUIUsersCrash
Reaction score
50
It can be MUI with waits if you code it right.

But this spell isn't MUI.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      • Ghan
        Administrator - Servers are fun

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top