Warcraft III resources & community, 2003–2006 · archived

How do i make a area knockback spell?

3 posts
#1

How do i make a area knockback spell?

I know how to make a single target knockback but it gets harder when it is many people that are going to be tossed away... please help...


Thanks Ramza!!
#2
hey, hello to u to 8) (yea just do two answers in 1 post :P ) u pick every unit within XXX range of casting unit (or what ever unit u use) and set it as a unit group (unit group type variable) then make another trigger:

events: every 0.03 sec of the game
actions: pick every unit within XXX x 3 range (picks all units around that unit but a bigger range so at least the units of the unitgroup are in it) and do multiple actions: if: picked unit is in 'unit group var' (boolean comparison) then: move picked unit instantly to 'point with polar offset'
#3
Thx Ramza!