• 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 - Bard puller, abandon pull if more than x adds

Joined
Nov 9, 2023
RedCents
50¢
Hi all

it would be really cool if there is a way I can tell the Bard to use Fading Memories in order to abandon a pull of a given size; and start from fresh.

Any ideas?

Regards
Rainer
 
I managed to do something like this that worked fairly well for MuleAssist.


[CODE lang="ini" title="MuleAssist OhShit puller"][OhShit]
OhShitOn=1
OhShitCOn=1
OhShitSize=1
OhShit1=Fading Memories
OhShitCond1=${Me.PctHPs} < 50 || (${Pulling} && ${Me.XTarget} > 3)[/CODE]

ETA: Def not best as he'd burn mana and such if just in camp fighting and gets hurt less than 50% off of an AoE or riposte. The || clause works since Pulling flag is set by MuleAssist to handle the active pull routine. Watched him accidentally split some large pulls.
 
I managed to do something like this that worked fairly well for MuleAssist.


[CODE lang="ini" title="MuleAssist OhShit puller"][OhShit]
OhShitOn=1
OhShitCOn=1
OhShitSize=1
OhShit1=Fading Memories
OhShitCond1=${Me.PctHPs} < 50 || (${Pulling} && ${Me.XTarget} > 3)[/CODE]

ETA: Def not best as he'd burn mana and such if just in camp fighting and gets hurt less than 50% off of an AoE or riposte. The || clause works since Pulling flag is set by MuleAssist to handle the active pull routine. Watched him accidentally split some large pulls.
Nice, thats very close to what I am looking for:)
 
My question is how to get the group to break mez and for my puller to assist tank? My puller hot key is to assist puller. Tried to /mac kissassist puller/% to attack. My puller just goes throw all the mobs that are mez vs killing mob the tank is on. Any suggestions to fix my puller attack and the break mez issue?
 
My question is how to get the group to break mez and for my puller to assist tank? My puller hot key is to assist puller. Tried to /mac kissassist puller/% to attack. My puller just goes throw all the mobs that are mez vs killing mob the tank is on. Any suggestions to fix my puller attack and the break mez issue?
/mac kissassist [KissRole] [AssistsName] [AssistHealth%]

1. Have a tank, set him as tank in EQ, start with /mac kissassist tank (this will make him attack mobs within your camp, mezzed or not)
2. have a puller, set him as puller in EQ, start with /mac kissassist puller nameofthetank
3. have some dps, start with /mac kissassist assist nameofthetank 98

do you have anything like this? or how is your group set up?
 
/mac kissassist [KissRole] [AssistsName] [AssistHealth%]

1. Have a tank, set him as tank in EQ, start with /mac kissassist tank (this will make him attack mobs within your camp, mezzed or not)
2. have a puller, set him as puller in EQ, start with /mac kissassist puller nameofthetank
3. have some dps, start with /mac kissassist assist nameofthetank 98

do you have anything like this? or how is your group set up?
I will give that a shot thanks
 
/mac kissassist [KissRole] [AssistsName] [AssistHealth%]

1. Have a tank, set him as tank in EQ, start with /mac kissassist tank (this will make him attack mobs within your camp, mezzed or not)
2. have a puller, set him as puller in EQ, start with /mac kissassist puller nameofthetank
3. have some dps, start with /mac kissassist assist nameofthetank 98

do you have anything like this? or how is your group set up?
I had my puller mez on vs off was the issue to way he would not play songs or assist tank. )
 
Maybe you can use the aggro section for something like the condition @bytebite mentions, conditions are supposed to work there so it should look something like this:

AggroOn=1
AggroSize=1
Aggro1=Fading Memories|80|>||${Me.PctHPs} < 50 || (${Pulling} && ${Me.XTarget} > 3)

That might not be exactly right but, if you played around with something like that it might work? so aggro section set to on, and it will cast fading memories if you have 80% or better hate on the targeted mob and your hp are below 50% or your are pulling and you have greater than 3 xtargets? maybe start with Aggro1=Fading Memories|80|>||${Me.XTarget} > 3) to test it then add more to the condition?

The kissassist document says:

"Aggro1=WhatToDo|PctAggroToDoIt|<,<<,>|TargetFlag|Cond
AA/Disc/Item/Spell|% aggro|<,>,<< less than/greater than/double less than| Me/MA/Pet/Mob(Default) cast on Target.
use < to increase or maintain aggro
use > to decrease or avoid aggro
use << to check secondary aggro

Targetflag defaults to the targeted mob if left empty, or null. You may also use targetflag INC for incoming mobs, those further away than MeleeDistance. Targetflag Me, MA, and Pet are also accepted.

Aggro also evaluates Conditions."
 
I have a condition somewhere that basically says if xtarget window has more that a certain number of mobs above a certain level, my whole group fades.
You could do this quite easy with LEM.
 
From my first tests this seems to work great:

Aggro1=Fading Memories|80|>||${Me.PctHPs} < 50 || (${Pulling} && ${Me.XTarget} > 3)

Its not perfect because he will retry shortly after, but I have seen him slowly splitting the group with this:)
 
Question - Bard puller, abandon pull if more than x adds

Users who are viewing this thread

Back
Top
Cart