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
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

/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"
/multiline ; /target id ${Spawn[pc WizardsNameHere].ID} ; /casting "Sedulous Subversion"
/casting "Sedulous Subversion" -targetid|${Spawn[pc WizardsNameHere].ID}
dont need that hereRich (BB code):/multiline ; /target id ${Spawn[pc WizardsNameHere].ID} ; /casting "Sedulous Subversion"
is the proper way of doing it when using mq2cast.Rich (BB code):/casting "Sedulous Subversion" -targetid|${Spawn[pc WizardsNameHere].ID}
