• 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.

Slipperyfloor

Status
Not open for further replies.
Level 3
Joined
May 12, 2006
Messages
35
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.
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
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
 
Status
Not open for further replies.
Top