• 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

Problem - MQ2CAST - spell memming

nyghteyes

What is a macro??
Joined
Mar 21, 2006
RedCents
1,347¢
Is there an issue or a change with MQ2cast maybe even quite some time ago? Since I've been back these past months I've noticed mq2cast doesn't mem spells all the time. Soon as I load the spell then it casts immediately.

What am I missing?
 
There was no changes recently to MQ2Cast that I am aware of. What macro are you having problems with?
 
Kissassist, I specifically saw it last night with my Cleric, I had accidentally de-memmed it and was getting no heals, flip over and re-memmed it and it fired immediately.
 
Is there an issue or a change with MQ2cast maybe even quite some time ago? Since I've been back these past months I've noticed mq2cast doesn't mem spells all the time. Soon as I load the spell then it casts immediately.

What am I missing?

I noticed the same behavior with a macro I wrote myself. Tracked it down to how the /casting command was evaluated:

example:
/if (blah && blah && ${Cast.Ready[spellname]}) /casting spellname

the spell will not be automatically memed.

example:
/if (blah && blah && blah) /casting spellname
removing the ${Cast.Ready[spellname]}) will allow the spell to be memed and then cast

Basically the ${Cast.Ready[spellanme]} only allows the spell to be cast if it is memed and ready.

Please realize I don't use kissassist so I don't know how the spell cast routines are evaluated. Maybe search the healing routines of kissassist and check for ${Cast.Ready[blah]}

I know at least one of the healing/cleric only macros uses ${Cast.Ready}, I copied the code into my macro and suffered a couple deaths figuring this out, sigh.
 
KA I believe will only mem a spell set once. After that it only will mem a spell in your defined buff slot. It (MQ2Cast) will mem a spell and (try) cast it if it wasn't memed. However, if it was memed in the process of starting a macro, and it gets manually unmemed, I think the plugin still thinks it's memed so it wont mem it to cast it.
 
Yes Kiss won't mem spells you are trying to use unless its a buff. It has no idea how spell slots you have or where you want your spells.
 
Problem - MQ2CAST - spell memming

Users who are viewing this thread

Back
Top
Cart