[spell]diablo thunder storm

S

Shaerventh

Guest
does anybody know how to make this spell ? or maybe some basic to make that spell ? :confused:

thanks for help
 

Squishy

You can change this now in User CP.
Reaction score
127
Not everyone has played Diablo. Could you please explain what the ability does?
 

mr-death

Acolyte
Reaction score
51
diablo thunderstorm, is more to be like a monsoon following the caster, striking 1 enemy at a time.

Maybe you can add phoenix fire, set range into AoE, then Projectile speed to maxed, Projectile Art to Monsoon effect or such. Cooldown for delay between thunderstrikes.
 

Atreyu

One Last Breath.
Reaction score
49
Something Like this?

Code:
Test Trigger
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Diablo Thunderbolt!
    Actions
        Set Caster = (Triggering unit)
        Set Target_Group[1] = (Units within 200.00 of (Position of Caster) matching (((Matching unit) belongs to an enemy of (Owner of Caster)) Equal to True))
        Set Target_Group[2] = (Random 1 units from Target_Group[1])
        Special Effect - Create a special effect attached to the origin of Caster using Abilities\Spells\NightElf\Cyclone\CycloneTarget.mdl
        Set SFX[1] = (Last created special effect)
        Unit Group - Pick every unit in Target_Group[2] and do (Actions)
            Loop - Actions
                Set Random_Unit_G = (Picked unit)
                Set Random_Unit_GPos = (Position of Random_Unit_G)
                Unit - Create 1 Dummy Unit for (Owner of Caster) at Random_Unit_GPos facing Default building facing degrees
     ---------- Add an expiration Timer --------- Forgot it.
                Unit - Order (Last created unit) to Human Mountain King - Storm Bolt Random_Unit_G
                Custom script:   call RemoveLocation(udg_Random_Unit_GPos)

Don't know how to remove a group with arrays.... T_T :noob:
Do this all over again I guess...
 

darkRae

Ueki Fan (Ueki is watching you)
Reaction score
173
Eh, using Phoenix Fire is easier imo.
Base the ability from Roar (if you want it to only target Self) then add the Phoenix Fire ability. When the buff is gone, remove the ability.
 

Atreyu

One Last Breath.
Reaction score
49
Darn, I didn't know about that... Well, I'm not use to those kind of abilities.
 
S

Shaerventh

Guest
Code:
Eh, using Phoenix Fire is easier imo.
Base the ability from Roar (if you want it to only target Self) then add the Phoenix Fire ability. When the buff is gone, remove the ability.

one question, adding phoenix fire ability with triggered dummy or trigger only ?

thanks for help :thup:
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top