• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - /memspell null?

Razkle

Single-handedly keeping Daybreak in business
Creator
Joined
Mar 27, 2014
RedCents
3,453¢
I want /memspell or some command that will delete all 12 memorized spell gems so I can populate them with my new macro but I cannot get them to all go poof!
 
Took a while to find it...
First know that the spellgems are numbered 0 to 11 then...

Rich (BB code):
/notify castspellwnd cspw_spell0 rightmouseup

will remove the spell in the first gem

Rich (BB code):
/notify castspellwnd cspw_spell11 rightmouseup

will remove the spell in the last gem


I expect you could set up a loop
Rich (BB code):
/declare sg int outer 


/for sg 0 to 11
/notify castspellwnd cspw_spell${sg} rightmouseup
/delay 5
/next sg

I did not test the loop, but some thing along those lines should work or simply write 12 /notify commands...
 
tested the code and it worked perfectly! added your name to the credits on the macro, thanks!
 
Why not just use /memspell? It'll delete whatever is in that spot and replace it with the other spell automatically. So /memspell 1 Gate with replace whatever is in gem 1 with the spell Gate.
 
if you look at my version of afnuke you will see I use a macro to mem all your spells in very specific gem slots, I needed a mac that removes all so you end up with each spell in the CORRECT slot.

- - - Updated - - -

There is a method to my madness, but rest assured, it IS madness!
 
Memspell will memorize a specific spell to a specific slot. /memspell GEMNUMBER SPELLNAME

:)

Madness indeed! Lol.
 
I use this code in my spellgems macro that then uses memspell to populate all 12 in the exact gemslots I want/need them
 
Question - /memspell null?

Users who are viewing this thread

Back
Top
Cart