49
edits
m (This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.) |
mNo edit summary |
||
| Line 2: | Line 2: | ||
{{Macronav}} | {{Macronav}} | ||
This is an article on '''making a macro'''. A [[macro]] is a list of slash commands. Common slash commands include the following: | This is an article on '''making a macro'''. A [[macro]] is a list of slash commands. Common slash commands include the following: | ||
| Line 24: | Line 23: | ||
If you don't mind the game freezing, you can use this little workaround to make macros pause: | If you don't mind the game freezing, you can use this little workaround to make macros pause: | ||
/script debugprofilestart();while debugprofilestop() | /script debugprofilestart(); while debugprofilestop() < wait_time do end | ||
Where wait_time is the time, in milliseconds, you want to wait. You can use this with multiple /cast commands, no problem, as long as you wait for the correct cooldown periods. | Where wait_time is the time, in milliseconds, you want to wait. You can use this with multiple /cast commands, no problem, as long as you wait for the correct cooldown periods. | ||