• 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

Config - Holy for Manisi branch?

not really good : 5 sec cast for a little hot ...
better if you have the healer version :)
 
i have the healer version.. Just need a holy to use it :P
 
Last edited:
If your using KA you could probably put it in the HEAL section.

If you want a holy/down for it what kind of parameters would you want?

One for the Small Manisi Branch (CLR, DRU, SHM version) could be a bit difficult because you would need to monitor HP of each toon you wish to possibly cast it on and then only target the toon that needs a heal. Not impossible (I'd guess) but could make for one heavy down, or several downs.
Here's 1 idea:
Rich (BB code):
downshit1=/if (${Me.CombatState.Equal[COMBAT]} && ${Group.Member[0].PctHPs}<75 && ${Target.PctHPs}<95 && ${Cast.Ready[Small Manisi Branch]}) /multiline ; /target ${Group.Member[0]} ; /delay 2 ; /casting "Small Manisi Branch"|Item
downshit2=/if (${Me.CombatState.Equal[COMBAT]} && ${Group.Member[1].PctHPs}<75 && ${Target.PctHPs}<95 && ${Cast.Ready[Small Manisi Branch]}) /multiline ; /target ${Group.Member[1]} ; /delay 2 ; /casting "Small Manisi Branch"|Item
downshit3=/if (${Me.CombatState.Equal[COMBAT]} && ${Group.Member[2].PctHPs}<75 && ${Target.PctHPs}<95 && ${Cast.Ready[Small Manisi Branch]})  /multiline ; /target ${Group.Member[2]} ; /delay 2 ; /casting "Small Manisi Branch"|Item
downshit4=/if (${Me.CombatState.Equal[COMBAT]} && ${Group.Member[3].PctHPs}<75 && ${Target.PctHPs}<95 && ${Cast.Ready[Small Manisi Branch]}) /multiline ; /target ${Group.Member[3]} ; /delay 2 ; /casting "Small Manisi Branch"|Item
downshit5=/if (${Me.CombatState.Equal[COMBAT]} && ${Group.Member[4].PctHPs}<75 && ${Target.PctHPs}<95 && ${Cast.Ready[Small Manisi Branch]})  /multiline ; /target ${Group.Member[4]} ; /delay 2 ; /casting "Small Manisi Branch"|Item
downshit6=/if (${Me.CombatState.Equal[COMBAT]} && ${Group.Member[5].PctHPs}<75 && ${Target.PctHPs}<95 && ${Cast.Ready[Small Manisi Branch]})  /multiline ; /target ${Group.Member[5]} ; /delay 2 ; /casting "Small Manisi Branch"|Item
Hope it helps.
 
Hi Meistro was thinking just for the MA (tank) more then anything. Or use it on self if PctHP < 50.
 
So would this work for me as a bard puller?
Rich (BB code):
HolyShit6=/if (!${Me.Moving} && !${Me.Invis} && ${Target.PctHPs} >50 && ${Target.PctHPs} <95 && ${Cast.Ready[Small Manisi Branch]}) /multiline ; /delay 2 ; /casting "Small Manisi Branch"|Item

- - - Updated - - -

Well that didnt work :(
 
Config - Holy for Manisi branch?

Users who are viewing this thread

Back
Top
Cart