• 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

Request - Conditional for a particular mob

Joined
Sep 25, 2017
RedCents
3,230¢
I've been looking through the ini library for conditionals for specific mobs but no luck. I want to add a conditional where the warrior tank uses Imperator's Command only if he's fighting a golem in ST, since they are much tougher than the skeles and sperms in the Xalgoz room.

So yeah, I confess, I was hoping an ini whiz could write a sample conditional. I think many people will benefit, not just me.
 
If you know the name of the mob, you want to check your XTarget list for it.

${Me.XTarget[Trakanon].ID}

If it's agroed, then it will be true. If it's not, then it will be false.
 
I am not a coder but I pieced together something, see if it works , if not we will need to change the name from Golem to what others are mentioning about height .. I have never seen it yet though :

Change the DPS1 and the Cond1 to whatever numbers you want them to work at.

[DPS]
DPSOn=2
DPSInterval=1
DPS1= Imperator's Command|100|Cond1
.
.
down further in INI :

[KConditions]
ConOn=1
CondSize=25
Cond1=${Target.Golem} && ${Me.AltAbilityReady[Imperator's Command]}
 
I'm not sure but I think you need ${Target.Body.ID}==#

If you /echo ${Target.Body.ID} in game with the golem targeted you should get the right #

I don't know what number summoned type mobs are, but I also for some reason think a ${Target.Body.Equal[Summoned]} doesnt work from memory.... I could be wrong
 
Request - Conditional for a particular mob

Users who are viewing this thread

Back
Top
Cart