Since patch I have encountered some issues. It has come to the point of me willing to take a verbal lashing for some help ..so anyway
I write very simple stuff because I cannot get genbot to work, new or previous version. Yes it is my fault. If someone could convert this I'll go back in my hole.
thanks
________________________________________________________
#chat tell
#Include Spellcastk
Sub Main
/cleanup
/delay 1s
/g ok ready
:Mainloop
/if n $char(buff,"mask of the stalker")==0 /call cast "mask of the stalker"
/if n $char(buff,"bladecoat")==0 /call cast "bladecoat"
/doevents chat
/goto :Mainloop
/return
Sub Event_Chat(ChatType,Sender,ChatText)
/if "@ChatText"=="snare" {
/target @Sender
/delay 1s
/assist
/delay 1s
/call Cast "ensnare"
}
___________________________________________________________


