• 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

Macro - SPA Parser

Joined
Sep 23, 2017
RedCents
3,311¢
this tool will let you parse a spell and get usable data from it.

use
/mac spaparse
commands
/spa "name of spell and rank"


spaparse_ss.PNG


2 files attached.
spaparse.mac
spaparse.db


you can get creative with the spell names. some examples
/spa "${Me.Gem[#]}"
/spa "${FindItem[=NAME].Trigger}"

or just about any other of the many methods you can get a spell name from.
 

Attachments

Last edited:
`/spa "${FindItem[=NAME].Trigger}`

Trigger does not appear to be a valid member of Datatype Item.

I tried `/spa "${FindItem[=Polymorph Wand: Dark Bellikos].Spell}" and recieved the below error.
1566447877882.png
 
ok, a couple things wrong.

you dont seem to have the DB in the macros folder with the macro itself, or you are not running sqlite plugin. thats the docommand error.

the item you are attempting to test is not a trigger item. its a click. the spells that are cast from the click has a trigger component to them

also, that is not the proper way to get the spell name from one.

${FindItem[=Polymorph Wand: Forest Fairy].Spell}

will get you the click spell name. you run that through the parser (with sqlite set up right) and you get :

1566476412516.png
 
Sorry, there was no mention of needing SQlite plugin, and the mac didn't test for it / warn it wasn't loaded.

What I needed to learn via this mac was answered by your screenshot. Thanks.
 
Macro - SPA Parser

Users who are viewing this thread

Back
Top
Cart