Ice slide

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

User avatar
MySpaceBarBroke
Newcomer
Posts: 14
Joined: January 4th, 2009, 1:22 pm
Location: Australia

Re: Ice slide

Post by MySpaceBarBroke »

Okay..finally got it all good idk if this was the way to do it but it worked, thank you very much :)
Spoiler:
Normal Slide
Events
Time - Every 0.03 seconds of game time
Conditions
Actions
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Unit Group - Pick every unit in (Units in (Playable map area) matching (((Picked player) controller) Equal to User)) and do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Picked unit) is A Hero) Equal to True
Then - Actions
Wait until ((Terrain type at (Position of (Picked unit))) Equal to Northrend - Ice), checking every 0.10 seconds
Unit - Move (Picked unit) instantly to ((Position of (Picked unit)) offset by IceSpeed towards (Facing of (Picked unit)) degrees)
Else - Actions
Do nothing
User avatar
Pertmywert
Newcomer
Posts: 8
Joined: November 2nd, 2008, 7:55 am
Title: Avid Map-Maker
Location: Queensland, Australia

Re: Ice slide

Post by Pertmywert »

:D Glad I could help you!