• 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

Question - Skin to X line (how to cast only on humanoids?)

mbiker11

Member
Joined
Apr 30, 2013
RedCents
119¢
As the title says, is there a good way to get your DRU to cast this only on humanoids, and skip that line in the [DPS] section otherwise? I thought maybe it could be done as a Condition checking if the mob is humanoid, but wasn't sure which TLO that would related to.
 
Not sure if there is a way to detect humanoid with KA but you could use the |Once tag on the DPS line and place it as one of the first items cast. Even f it didn't cast/land, it would go to the next spell and then use it again on the next mob.
 
I can't test this currently, but I believe you can just make your condition


${Target.Body.Name.Equal[Humanoid]}

EDIT: You can quickly test in game. With MQ running, target a human and try /if (${Target.Body.Name.Equal[Humanoid]}) /cast 1 - If it casts your first spell then that condition works.
 
I can't test this currently, but I believe you can just make your condition


${Target.Body.Name.Equal[Humanoid]}

EDIT: You can quickly test in game. With MQ running, target a human and try /if (${Target.Body.Name.Equal[Humanoid]}) /cast 1 - If it casts your first spell then that condition works.
I checked on a Kyv and it looks like mobs I can cast the spell on identify as FALSE with this "Humanoid", so not sure it's correct.
 
Target desired mob
Code:
/echo ${Target.Body.Name}
Should return the body type

an Elite Kyv hunter in wall of slaughter return Humanoid for me :shrug:
 
Question - Skin to X line (how to cast only on humanoids?)

Users who are viewing this thread

Back
Top
Cart