• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Whirl Pool v1.0

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
Creates a whirl pool that drags units inwards
easy 2 modify
- you can expand the whirlpool
- change spin speed
- change damage

Keywords:
Whirlpool, Whirl Pool, water, whirl, pool, sea, wet, spin, drag, circle
Contents

Whirl Pool (Map)

Reviews
20:27, 13th Nov 2015 BPower: No update done in years. Rejected. 15:18, 26th Mar 2010 The_Reborn_Devil: This is neither MUI nor MPI. Status: Rejected until updated Rating: N/A PM me or another mod once you've updated the spell to get...

Moderator

M

Moderator

20:27, 13th Nov 2015
BPower: No update done in years. Rejected.

15:18, 26th Mar 2010
The_Reborn_Devil:

This is neither MUI nor MPI.


Status: Rejected until updated
Rating: N/A

PM me or another mod once you've updated the spell to get it reviewed again. Have a nice day!
 
Level 3
Joined
Apr 28, 2009
Messages
44
don't use wait...
use:
event:
every 0.05 secs of the game
conditions:
no
actions
timer = timer + 0.05
if/then/else
conditions:
timer is equal or higher to 1
actions:
your actions
 
Level 14
Joined
Mar 4, 2009
Messages
1,156
USE INTEGER ACTIONS!
  • For each (Integer A) from 1 to 10, do (Actions)
    • Loop - Actions
  • go to Quote to see how to post triggers and trigger comments
  • [hidden="Title"]Some Text like trigger comments[/hidden]
  • [hidden="Title"][trigger]Trigger´s Code
[/hidden]
 
Top