• 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
Resource icon

Config - 105 zerker w/conditions 2 diff INI's

What command do i need to use to have my zkr go full burn? I do raid and my dps stays pretty consistent but i a'am not spiking like i should and using the burn discs. My ini is the one from above corrected to the rks i have but not burning on raid mobs or named when in group. I would rather have a burn command so it doesn't get used until i want it to fire

You gotta echo Decepticons Attack in your zerkers mq window
If your using something like eqbc and commanding your zerker from a different char /bct zerkername //echo Decepticons Attack
If your on the zerker /echo Decepticons Attack
 
I haven't figured out the bool member issue yet either.

I think its
BuffsCond3=${Me.CombatAbilityReady[Breather].ID} && ${Me.PctEndurance} < 20

should maybe be
BuffsCond3=${Me.CombatAbilityReady[Breather]} && ${Me.PctEndurance} < 20

CombatAbilityReady[Breather] is the bool so there is no ID
 
I love this setup it has jumped my dps on my zkr huge. Thanks [MENTION]ihc385 [/USER] I got that setup now but is there a way to set up a small burn vs a full burn. our raid number have been down and we are needing to do burn on some mobs but need the big burn items up for the remainder of the event.

Would it be possible to setup a second burn command in the burn section and have it pop the faster reuse things or the ones we want for the boost but full burn?
I know the code isn't correct I have it more properly typed out on my home computer.
Rich (BB code):
[Burn]
BurnText=Decepticons Attack
Burn1=Reckless Abandon
Burn2=Savage Spirit|Me|if|Reckless Abandon
Burn3=Silent Strikes
Burn4=Fundament: Third Spire Of Savagery
Burn5=Untamed Rage|Me|if|Savage Spirit
Burn6=Focused Furious Rampage|Me|if|Savage Spirit
Burn7=Brutal Discipline|Me|notif|Reckless Abandon
Burn8=Distraction Attack
Burn9=Blinding Fury|Me|NotIf|Strike of Savagery
Burn10=NULL
Burn11=NULL
Burn12=NULL
Burn13=NULL
Burn14=NULL
Burn15=NULL
UseTribute=0
BurnAllNamed=0
BurnSize=15
BurnCOn=0
BurnText=/Roll out
Burn1=vehement rage
Burn2=Juggernauts surge
Burn3=epic click
 
Not within KISS. However, you can create custom events/binds that you can trigger with eqbc. Then if you /echo burn1 it will go to your burn 1 event and fire off those skills. /echo burn2 will go to your burn 2 event and fire those skills. Create as many custom burns as you need.
 
what you could do is set up specific dps with conditions that id the target is that or that, then it uses those skills.

like some people do mini burns if they have 2 or 3 mobs on xtarget etc.

- - - Updated - - -

what you could do is set up specific dps with conditions that id the target is that or that, then it uses those skills.

like some people do mini burns if they have 2 or 3 mobs on xtarget etc.
 
i edited out the breather completely tried 3 diff things couldnt get it to stop bool spamming me
 
according to maskoi and eqmule there is no reason to do any condition checks on the breather.

Rich (BB code):
BuffsOn=1
BuffsCOn=0
BuffsSize=5
Buffs1=Axe of the Demolisher|Summon|Axe of the Demolisher|200
Buffs2=Bloodlust Aura|Aura
Buffs3=Breather|end|15
Buffs4=Communion of Blood|end|50|50
Buffs5=Cry Carnage|Me
BuffsCond1=TRUE
BuffsCond2=TRUE
BuffsCond3=TRUE
BuffsCond4=TRUE
BuffsCond5=TRUE
RebuffOn=1
ChecKBuffsTimer=20
PowerSource=NULL

becasue ka allready checks if a skill is ready, it also checks if its at the endurance level so no reason to go do it again.

i can tell you that buff section is working for my zerker.

- - - Updated - - -

ps. i might need to lower the checkbuffstimer to something lower to hve it fire faster, could do like 5 secs.
 
Set the conditions for breather and communion of blood to TRUE, seems to have fixed my bool problem. And finally. I see some good dps spikes again. &#55357;&#56834;
 
i know this aint major but in the first draft and second you have this
Rich (BB code):
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist

Duplicate code isn't good i don't think
 
Double check you have the correct axe components for the ini Buff section. KA will run, but not assist if a zerker can't summon their axes.
 
What plugin is used for Breather? I am getting KA errors when he tries to use it, and mq2cast isn't it.
 
Config - 105 zerker w/conditions 2 diff INI's

Users who are viewing this thread

Back
Top
Cart