• 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 - Solteris Event #3: Stalwart Defenders

You have to keep the mobs within 5% of each other but they get out of 5%, then a bunch of add spawn and the event bugs out you then have to drop the raid and re-get the raid because you can never win at that point.basically how the event goes is you have the one boss he's big you get him to 50% he then splits into two smaller at just slightly smaller now you have to start balance killing them down keeping them within 5%. Once those get to 50 then they split into 2 a piece and then after that once they get to 50 they turn into 2 a piece as well and then you get those to 50% and they split into 2 as well and then you can kill them
 
The problem is being 115. How do you balance them, H2H one hit is probably 5%+ damage. Riposte, criticals, etc..
 
I've beaten all of them at 110, you can also make a heroic toon that's melee and run the balance on that toon, I had 4 running it
 
I did sk they get more ds stuff and put a bard with him. The necro orb would work since it doesn't crit but you can't use any ds or it will drop out of 5%
 
I downloaded the balance macro and how do I start it?

INI:
Sub Main
    /declare HighHPID int outer 0
    /declare highhppct int outer 99
    /echo Version 1.5
    /while (1) {
        /if (${Me.XTarget}==0) /end
        /if (!${Target.ID}) /target id ${Me.XTarget[1].ID}
        /call HighHP
        /if (!${Me.Combat} || ${Target.ID} == ${HighHPID}) {
            /attack on
            /pet attack
            /pet swarm
        }
        /delay 1
    }
/end

Sub HighHP
    /declare x int local 0
    /declare LowHP int local ${Target.PctHPs}
    /declare LowHPID int local ${Target.ID}
    /declare HighHP int local 0
    
    /for x 1 to ${Me.XTarget}
        /if (${Me.XTarget[${x}].PctHPs}<${LowHP}) {
            /varset LowHP ${Me.XTarget[${x}].PctHPs}
            /varset LowHPID ${Target.ID}
        }
        /if (${Me.XTarget[${x}].PctHPs}>${HighHP}) {
            /varset HighHP ${Me.XTarget[${x}].PctHPs}
            /varset HighHPID ${Me.XTarget[${x}].ID}
        }
    /next x
    
    /declare HPDiff int local 0
    /varcalc HPDiff ${HighHP}-${LowHP}
    /if (${HPDiff}>=2 && ${Target.ID}!=${HighHPID}) {
        /target id ${HighHPID}
        /delay 2s ${Target.ID}==${HighHPID}
    }
/retur
 
With something on the xtarget /mac balance and it will lock those, once the xtarget is empty it will end then lock all adds on you and then start it again
 
I do it with an SK without damage shield and no damage tanking in primary. Just use a lower level SK pet to do all the damage while balancing.
 
Does anyone have any good insight on how to beat this?

Due to levels and damage shields, the only sure fire way to do it now is a necro. Our guild did all of Solteris a couple weeks back just to unlock shammy rez sticks with the OMM line. Bottom line, Necros get a reverse damage or equal damage output spell that allows them to balance all of it down in under 5 minutes. Rest of us stood around watching him do it from the front.
 
make a couple 85 dps and use my balance mac and can beat it fast. other way is the remote sphere line from necros it doesnt crit and same dmg to all mobs in its location, the more nercos you have the better and faster it goes.
 
Honestly
just grab a necro
using thier low hp orbs
Will take a bit but
i was using the 95 orbs just fine
and kept them in balance, with a tank holding agro FACING AWAY from the boss(es) using wurmslayer and healing up said tank
easy peasy
 
Problem - Solteris Event #3: Stalwart Defenders

Users who are viewing this thread

Back
Top
Cart