• 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

Bug - Memspell Alias

Joined
Feb 24, 2005
RedCents
2,154¢
Rich (BB code):
/squelch /alias /memspells      /echo Memorize spells ${Me.CleanName}

This alias only gets ran once when being declared. So it might actually echo a completely different character (whoever setup the alias).

Should probably move it to a custom event like Memorize Spells, and then use ${Me.CleanName} inside the event sub, so that it is evaluated at runtime.

- - - Updated - - -

Scratch that ${Me.CleanName} shouldn't even be needed, as you already have the ini file loaded, unless you are reading it again at runtime to allow a copy&paste /memspells
 
What /memspells is suppose to do is allow you to memspells from a different ini file by supplying a different characters name. The MySpells section is use from the other ini file to mem the current characters spells. I am not sure why the ${Me.CleanName} is being used. Will have to research a bit and see.

From my testing the /alias /memspells /echo Memorize spells ${Me.CleanName} needs to be changed to /alias /memspells /echo Memorize spells

when using the /memspells command you should have to supply a character name like the following:

/memspells mymaincleric

and the alias will /echo Memorize spells mymaincleric.
 
Last edited:
Yea, I basically just type it by hand and it works fine.
Just called it out as an issue I found.
 
Bug - Memspell Alias

Users who are viewing this thread

Back
Top
Cart