• 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 - Prioritize a Single Spell

yangwenlii

Active member
Joined
Oct 31, 2020
RedCents
271¢
I want my mage to prioritize the spell Riotous Servant when the gem is available over any other spell. I tried adding the following condition to all spells that aren't Riotous Servant so that they would only cast when the gem is grayed out : !${Me.SpellReady[Riotous Servant]}
But it doesn't seem to be working right. The mage will keep casting other spells even when Riotous Servant is available. Any suggestions on what is preventing this from working?
 
Thank you.

It looks like I also got it working the way I initially posted by adding the spell rank and changing it to !${Me.SpellReady[Riotous Servant Rk. II]}
 
I believe, but could be wrong, that you can set DpsOn=2 and then list your DPS spells in priority order, with the mod health set the same, e.g.:

[DPS]
DPSOn=2
DPSSkip=1
DPSInterval=0
DPSSize=10
DPS1=Malaise|100|malo|always
DPS2=Riotous Servant|100|cond5
...

DpsOn=2 will start at the top of your DPS list each time, rather than progressing through all entries.
 
I currently use DpsOn=2 for my setup. I couldn't get mash to work with the spell for some reason. The way I have it seems to work somewhat well, but it also doesn't run perfectly. For some reason there are times that the condition I set gets ignored and other spells get cast first.
 
Problem - Prioritize a Single Spell

Users who are viewing this thread

Back
Top
Cart