Whats the command to remove a buff from yourself, I cant find it in the manual.
Thanks
-Ryan
Moderator: MacroQuest Developers
Code: Select all
If @chat=="unlich" {
/cast "Seduction of Saryrn"
/press D
/delay 1s
/press D
/return
}Code: Select all
/varset buffloc $char(buff,"spellname")
/if n @buffloc==1 /click right x1 y1
/if n @buffloc==2 /click right x2 y2
etc...