Best I can come up with (does NOT work) is.
Code: Select all
/memspell 7 "BadSpellName"
I want to un-mem a spell so that I can re-memorize it into a different slot to have standard spell set-ups.
TIA!
Moderator: MacroQuest Developers
Code: Select all
/memspell 7 "BadSpellName"
Code: Select all
/memspell 7 "an other spell"
/memspell 6 "the right spell"
/memspell 7 "the right spell"
Code: Select all
/if n $char(gem,"Invisibility")==0 {
/memspell 1 "Invisibility"
/delay 5s
}
/if n $char(gem,"Spirit of Wolf")==0 {
/memspell 2 "Spirit of Wolf"
/delay 5s
}