might wanna add different return value for spell that didnt take hold on the target (spare the calling macro to check if buff/debuff held:) #event NoHold "#*#Your spell did not take hold.#*#" ... /delay 1 /doevents Fizzle /doevents Interrupt /doevents Interrupt /doevents Recover /doevents ...
something like that may work better. i am sure there are many marcro that you can copy/past to slow a mob, i think there is a debuff macro out there that does more then just slow, might wanna check it out :) |Simple shaman bot #include spellcast.inc #event exp "You have gained#*#" Sub Main...
when posting code, click on the lil box that says "Disable Smilies in this post"... otherwize people like bananaboy that dont look at the code will get confused... obviously this is not gonna copy-and-past well... gonna let you figure it out... Sub Sing /varset SingTime @CASTTIME /if (n @P...
from a purely syntatic point, your are missing a vlue to comapre @param0 with, and a ')' gonna go ahead and assume that the value to compare is 8 ;) Sub Sing /varset SingTime @CASTTIME /if (n @Param0<1 || n @Param0>[color=red]8)[/color] { /if n @Debug==1 { /echo "Returning without singing, you ...