Im trying to make a macro to just perform sneak attack on myself.
My normal sneak attack macro goes right into fast blade but i like saving up to 300% tp b4 using it so i made one to use inbetween full tp with normal attacks
heres my prob. I dont like having to check to see if the minute inbetween has passed so i made this macro
/ja "Sneak Attack" <me>
/wait 60
/echo Sneak Attack ready
when i use that it performs sneak attack and then immediatly says sneak attack ready
so i figured maybe it doesnt recognize a whole 60 seconds so i dropped itt to 59, got the same results
so then i assumed the echo part was throwing it off so i switched it to a /tell ninjamonkeh heh .. that also didnt wait the time b4 telling me
so my question is how can i get it to wait then tell me .. If possible id perfer to not use a /p cause it will clutter party chat.
my provoke macro uses /p to tell ppl when its ready and works fine. any help would be appreciated
My normal sneak attack macro goes right into fast blade but i like saving up to 300% tp b4 using it so i made one to use inbetween full tp with normal attacks
heres my prob. I dont like having to check to see if the minute inbetween has passed so i made this macro
/ja "Sneak Attack" <me>
/wait 60
/echo Sneak Attack ready
when i use that it performs sneak attack and then immediatly says sneak attack ready
so i figured maybe it doesnt recognize a whole 60 seconds so i dropped itt to 59, got the same results
so then i assumed the echo part was throwing it off so i switched it to a /tell ninjamonkeh heh .. that also didnt wait the time b4 telling me
so my question is how can i get it to wait then tell me .. If possible id perfer to not use a /p cause it will clutter party chat.
my provoke macro uses /p to tell ppl when its ready and works fine. any help would be appreciated
Comment