• 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 - Holyshit AA won't fire

Hoffdaddy

Member
Joined
Aug 26, 2016
RedCents
30¢
Rich (BB code):
holyshit3=/if (${Me.CombatState.Equal[COMBAT]} && ${Cast.Ready[7001]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /alt activate 7001
holyshit4=/if (${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Five Point Palm]}) /alt activate 1012
holyshit5=/if (${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Fundament: Second Spire of the Sensei]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /casting "Fundament: Second Spire of the Sensei" alt
holyshit6=/if (${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Infusion of Thunder]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /casting "Infusion of Thunder" alt
holyshit7=/if (${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Two-Finger Wasp Touch]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /casting "Two-Finger Wasp Touch" alt

All the holyflag3=1 etc.

I can get discs to fire off just fine using the following code

Rich (BB code):
holyshit0=/if (${Me.PctEndurance}>10 && ${Me.CombatAbilityReady[${Spell[Doomwalker's Synergy].RankName}]} && ${Melee.DiscID}==0) /disc ${Spell[Doomwalker's Synergy].RankName}

But I cannot get any sort of AA to fire. I have /echo all of the variables in the holyshit and all return values but when I put my monk in a situation that should fire them off, all AA do not fire. Any ideas?
 
I had the same problem last week with some aa's and finally just put the aa number instead of names and they worked fine that way. Which doesn't fix anything but did get them to work. here is an example from my pally
holyshit7=/if (${Me.AltAbilityReady[Ageless Enmity]} && ${Melee.AggroMode} && ${Me.PctAggro}<95) /alt act 10392
 
I realized I am a gigantic idiot. I had those down in the mq2twist section of the ini.
 
Config - Holyshit AA won't fire

Users who are viewing this thread

Back
Top
Cart