setspell

pope

New member
Joined
Mar 1, 2006
Messages
1
Reaction score
0
Points
0
how do i turn the spells off so when i zone i dont keep getting them back.... i have a toon that dont use them on???
 
You can reset the stored value in mq2setspell.ini to NULL and it will not autoreset that slot on zoning.
Sample:

Code:
/INI "..\mq2setspell.ini" "AutoSpell" "1" "NULL"
"1" means slot 1

I use some commands you can add to your macroquest.ini file that are similar just i use them to click off negative effects (snare/root mostly) to remove them client side.

Code:
/block1=/multiline ; /setspell Acumen 1 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "1" "NULL" ; /nomodkey /notify BuffWindow buff0 leftmouseup
/block2=/multiline ; /setspell Acumen 2 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "2" "NULL" ; /nomodkey /notify BuffWindow buff1 leftmouseup
/block3=/multiline ; /setspell Acumen 3 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "3" "NULL" ; /nomodkey /notify BuffWindow buff2 leftmouseup
/block4=/multiline ; /setspell Acumen 4 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "4" "NULL" ; /nomodkey /notify BuffWindow buff3 leftmouseup
/block5=/multiline ; /setspell Acumen 5 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "5" "NULL" ; /nomodkey /notify BuffWindow buff4 leftmouseup
/block6=/multiline ; /setspell Acumen 6 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "6" "NULL" ; /nomodkey /notify BuffWindow buff5 leftmouseup
/block7=/multiline ; /setspell Acumen 7 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "7" "NULL" ; /nomodkey /notify BuffWindow buff6 leftmouseup
/block8=/multiline ; /setspell Acumen 8 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "8" "NULL" ; /nomodkey /notify BuffWindow buff7 leftmouseup
/block9=/multiline ; /setspell Acumen 9 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "9" "NULL" ; /nomodkey /notify BuffWindow buff8 leftmouseup
/block10=/multiline ; /setspell Acumen 10 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "10" "NULL" ; /nomodkey /notify BuffWindow buff9 leftmouseup
/block11=/multiline ; /setspell Acumen 11 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "11" "NULL" ; /nomodkey /notify BuffWindow buff10 leftmouseup
/block12=/multiline ; /setspell Acumen 12 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "12" "NULL" ; /nomodkey /notify BuffWindow buff11 leftmouseup
/block13=/multiline ; /setspell Acumen 13 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "13" "NULL" ; /nomodkey /notify BuffWindow buff12 leftmouseup
/block14=/multiline ; /setspell Acumen 14 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "14" "NULL" ; /nomodkey /notify BuffWindow buff13 leftmouseup
/block15=/multiline ; /setspell Acumen 15 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "15" "NULL" ; /nomodkey /notify BuffWindow buff14 leftmouseup
/block16=/multiline ; /setspell Acumen 16 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "16" "NULL" ; /nomodkey /notify BuffWindow buff15 leftmouseup
/block17=/multiline ; /setspell Acumen 17 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "17" "NULL" ; /nomodkey /notify BuffWindow buff16 leftmouseup
/block18=/multiline ; /setspell Acumen 18 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "18" "NULL" ; /nomodkey /notify BuffWindow buff17 leftmouseup
/block19=/multiline ; /setspell Acumen 19 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "19" "NULL" ; /nomodkey /notify BuffWindow buff18 leftmouseup
/block20=/multiline ; /setspell Acumen 20 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "20" "NULL" ; /nomodkey /notify BuffWindow buff19 leftmouseup
/block21=/multiline ; /setspell Acumen 21 ; /timed 1 ; /INI "..\mq2setspell.ini" "AutoSpell" "21" "NULL" ; /nomodkey /notify BuffWindow buff20 leftmouseup