Warcraft III resources & community, 2003–2006 · archived

Slipperyfloor

4 posts
#1

Slipperyfloor

Im looking for the triggers or jass for Terrain ice to be slippery plz someone post my link.

not that retarded 1 in spells that can hardly turn and sorta choppy movement.
#2

hi

plz i need it really bad n fast
#3
just instead of using Move Unit ( instantly )

do all the calculations then do

( assuming your location variable is called Hax, u can replace Hax with any other name )

( make a Unit variable called CurrentSlider that is the unit you wish to move )

Custom Script: call SetUnitX( udg_CurrentSlider, GetLocationX( udg_Hax ) )

Custom Script: call SetUnitY( udg_CurrentSlider, GetLocationY( udg_Hax ) )

oh, and plz dont be rude :P
#4
wonder if I could have a demon hunter freeze the ground below an enemy unit and make them slip....
hmm