• 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 - Down/Holy question

  • Thread starter Thread starter Loganizal
  • Start date Start date
L

Loganizal

Hi folks. Is there anyway to make a down/holyshits to where it will use a necros Sedulous Subversion spell to feed a wizard mana between fights to cut down on downtime?

Thanks
 
if not in combat and no mobs on xtarget, and wizard has less than 80% mana cast sedulous subversion on wizard? something along those lines?
 
Rich (BB code):
/if (!${Me.XTarget} && ${Spawn[pc WizardsNameHere].PctMana} < 80 && ${Me.Gem[Sedulous Subversion]} && !${Me.Moving} && !${Me.Casting.ID} && !${Me.Invis} && !${Me.GemTimer[Sedulous Subversion]} && !${Me.Feigning}) /multiline ; /target id ${Spawn[pc WizardsNameHere].ID} ; /casting "Sedulous Subversion"

I used the above mentioned conditions and added in some basic conditions that one might want for casting a spell. Not sure using ${Spawn[]} TLO will have access to the PctMana. But it might? Be sure to replace "WizardsNameHere" with the actual wizards name or this definitely won't work unless your wizards name just happens to be "Wizardsnamehere"
 
If the spawn TLO wont work, either group and use the group TLO, or put the wizard on XTarget and use that TLO, I imagine.
 
Rich (BB code):
/multiline ; /target id ${Spawn[pc WizardsNameHere].ID} ; /casting "Sedulous Subversion"
dont need that here
Rich (BB code):
/casting "Sedulous Subversion" -targetid|${Spawn[pc WizardsNameHere].ID}
is the proper way of doing it when using mq2cast.
 
and i belive we can just do
Rich (BB code):
${Group.Member[wizardnamehere].ID}
to get his id
 
Rich (BB code):
/multiline ; /target id ${Spawn[pc WizardsNameHere].ID} ; /casting "Sedulous Subversion"
dont need that here
Rich (BB code):
/casting "Sedulous Subversion" -targetid|${Spawn[pc WizardsNameHere].ID}
is the proper way of doing it when using mq2cast.

That does seem like it would be a better way of doing it. I had never used the -targetid| feature. I haven't exactly read up on the plugin sadly. I should probably get around to it :-)
 
Question - Down/Holy question

Users who are viewing this thread

Back
Top
Cart