• 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 - Warrior is targeting self and just standing in front of mob (1 Viewer)

Joined
Apr 9, 2016
RedCents
294¢
Version of KissAssist.mac?
11.004
When did your problem start?
recently, aboout the same time my cleric stopped rezing. I found the syntax for rez so cleric started rezing again, but can't find problem with war.
Character Role?
  1. Tank
What class is having this issue?
  1. Warrior
How often does this issue occur?
Sometimes
Can you reproduce the issue?
it is random but every play session it occurs several times
My 70 warrior on progression server is randomlly targeting himself and then just stancing in front of mob and other chars are killed.

This started at the same time that my cleric stopped rezing. I found the new sentax for the rez but can't find anything to cause my warrior to go on strike.

Thank you for your help, in advance. hehe

please help
 
the bug happens when you have warrior aa and combat abilities and discs in your heal section, turn healing off and move those into dps and use conditions to control them and he should be fine again.
 
Thank you. I did have heal turned on.

Now I have to try to find a conditional to use or try to write one.

I was trying to use Defensive Discipline and Fortitude Discipline

Would you be able to help out with writing 2 conditionals for those two? I would greatly appreciate your help.
 
It's slightly more complicated than that. You need to also issue /stopdisc commands in order to clear the active disc. This is what I use on my 110 war, you can change the names to match the discs at your level.
Code:
[DPS]
DPS1=command:/stopdisc|99|cond1
DPS2=Culminating Stand Discipline|99|cond2
DPS3=command:/stopdisc|99|cond3
DPS4=Fortitude Discipline|99|cond4

[KConditions]
Cond1=${Me.ActiveDisc.ID} && ${Target.Named} && ${Me.ActiveDisc.Name.NotEqual[${Spell[Culminating Stand Discipline].RankName}]} && ${Me.ActiveDisc.Name.NotEqual[${Spell[Fortitude Discipline].RankName}]} && ${Me.CombatAbilityReady[${Spell[Culminating Stand Discipline].RankName}]}
Cond2=!${Me.ActiveDisc.ID} && ${Target.Named} && ${Me.CombatAbilityReady[${Spell[Culminating Stand Discipline].RankName}]}
Cond3=${Me.ActiveDisc.ID} && ${Me.PctHPs} < 30 && ${Me.ActiveDisc.Name.NotEqual[${Spell[Culminating Stand Discipline].RankName}]} && ${Me.ActiveDisc.Name.NotEqual[${Spell[Fortitude Discipline].RankName}]} && ${Me.CombatAbilityReady[${Spell[Fortitude Discipline].RankName}]}
Cond4=!${Me.ActiveDisc.ID} && ${Me.PctHPs} < 30 && ${Me.CombatAbilityReady[${Spell[Fortitude Discipline].RankName}]}
This will use Last Stand (defensive) on all named mobs and Fortitude if you drop below 30% HP.
 
Problem - Warrior is targeting self and just standing in front of mob

Users who are viewing this thread

Back
Top
Cart