• 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 - Spurn doesn't work 90% of the time

Joined
Dec 24, 2017
RedCents
1,813¢
Seems simple enough:xd::


OhShit6=Spurn Rk. III
OhShitCond6=${Me.CombatState.Equal[COMBAT]} && ${Me.CombatAbilityReady[Spurn Rk. III]}

The issue is that it doesn't work 90% of the time.:confused:

I get text similar to this a dozen times in a row when it will not work:

ohshit triggered for = Spurn Rk. III
condition is{Me.CombatState.Equal[COMBAT]} && #{Me.CombatAbilityReady[Spurn Rk. III]} = TRUE && TRUE
not checking shit we got called from it, don't want recursive calls
Spawn[=MYNAME].ID7582
MainAssistID = 7582
OhShitTargetID = 0
my HP = 94
target HP = 11


Any help or suggestion would be wonderful, as this is one of an SK's most used Combat ability's. The 15 second reuse time have anything to do with the issue?:bang::bang:

- - - Updated - - -

I had to remove it from Ohshits :( I tried it in the DPS section, but all it does there is spam weave Spurn Rk. III messages and it goes off once in a blue moon. Anyone else experience this?
 
ohshit is for when shit hits the fan, so for exodus and emergency stuff. Can try the heal section and it might fire. Just remember kiss has a "is ready before use check" built in so ${Me.CombatAbilityReady[Spurn Rk. III]} is redundant
 
Putting in the heals section just created more spam and it still not firing off :( Thanks for the thought though.
 
You mention you had it in DPS section - you had the weave tag? maybe try and remove that and see if it helps with it casting successfully.
 
can use mq2melee to trigger - /melee withstand=1 - 1 is endurance amount ie 1-100
 
you really just want it constantly going so put it in the dps, section with |mash tag.

i use withstand when i have aggro.

Rich (BB code):
DPS8=Withstand
DPSCond8=${Me.PctAggro}==100 && ${Me.CombatAbilityReady[Withstand]}
 
you really just want it constantly going so put it in the dps, section with |mash tag.

i use withstand when i have aggro.

Rich (BB code):
DPS8=Withstand
DPSCond8=${Me.PctAggro}==100 && ${Me.CombatAbilityReady[Withstand]}

Yeah mine is set the same basically..
Rich (BB code):
DPS3=Spurn|100|mash
DPSCond3=!${Me.Buff[${Spell[Spurn].RankName}].ID}
 
Yeah mine is set the same basically..
Rich (BB code):
DPS3=Spurn|100|mash
DPSCond3=!${Me.Buff[${Spell[Spurn].RankName}].ID}


Mash finally got it to work!

My next issue is Third Spire of the Reavers. This is also problematic for not getting activated when called, I had to take it out the spam was too excessive.

Code:
OhShit13=Fundament: Third Spire of the Reavers
OhShitCond13=${Me.XTarget} > 0 && ${Me.AltAbilityReady[Fundament: Third Spire of the Reavers]} && ${Target.Named}
 
Problem - Spurn doesn't work 90% of the time

Users who are viewing this thread

Back
Top
Cart