- Nibbits
- WarCraft 3
- Forums
- Triggers
- Time Walk Tutorial
- New Reply
Post Reply
If you were logged in you would gain 3 XP for posting a reply.
You are replying to:
Support Nibbits by linking to us:
If you were logged in you would gain 3 XP for posting a reply.
Support Nibbits by linking to us:
For any trigger noobs who want to start a map, Ill suggest you to learn all dota abilities as I started from there as well.
First of all we want to focus on time walk, so how the heck do you do time walk?
Simple, warcraft max movement speed is 522, which makes it impossible for faceless void to treavel that fast like 2000 movement speed... thats why we nid trigger!
we will need 2 triggers
Trigger1
event: when unit starts the effect of an ability
condition: ability being cast = timewalk
action:
set tcaster = Casting Unit
turn on Trigger2
wait 0.5 seconds
turn off Trigger2
Trigger2
Event: Every 0.05 seconds of the game
condition:
Action:
move tcaster to poisiton of tcaster offset by 40
thats all, 2 triggers and all the complexity is no more!
Of cause it is not as simple as that, you will need to fix memory problems in the above things... but even that, you will have to learn advanced coding, so lets take it step by step...
Learn the dota abilities first, then go into advanced memory handling... Good Luck adventurers
Sign_
D.K