• 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 - Some help with a holyshit/downshit setup for monk FD PLing

Hanlons Razor

Well-known member
Joined
Jan 7, 2013
RedCents
949¢
Hi all. I've been trying to get my monk to use the FD command from kissassist in the DPS section, but can't get it to fire combat abilities (as opposed to spells/AAs) to FD, so I'm moving on to see if I can set this up in mq2melee.

Basically what I'd like my Monk to do is DPS until the mob is at 10%, then flop. Once the mob dies, stand back up.

I know this is probably simple and I really appreciate any help. Thanks!
 
Haven't tried these, but may provide a starting point for what you're looking for.

You're going to want to turn off FD resume by setting it to 0.

Feign when mob is at 10% (I can't remember if there's a feigndeathif)
Rich (BB code):
holyshit0=/if (${Target.PctHps}<11 && !${Me.State.Equal[FEIGN]}) /doability "Feign Death"

Stand back up when mob is dead:
Rich (BB code):
downshit0=/if (${Me.State.Equal[FEIGN]}) /stand

This should feign when mob is below 11%, and stand up when not in combat. I assume this is for PLing, obviously you want these off for raiding/other purposes. That being said, I don't have a FD class, so I'm not completely sure on how feign/resume work.
 
Haven't tried these, but may provide a starting point for what you're looking for.

You're going to want to turn off FD resume by setting it to 0.

Feign when mob is at 10% (I can't remember if there's a feigndeathif)
Rich (BB code):
holyshit0=/if (${Target.PctHps}<11 && !${Me.State.Equal[FEIGN]}) /doability "Feign Death"

Stand back up when mob is dead:
Rich (BB code):
downshit0=/if (${Me.State.Equal[FEIGN]}) /stand

This should feign when mob is below 11%, and stand up when not in combat. I assume this is for PLing, obviously you want these off for raiding/other purposes. That being said, I don't have a FD class, so I'm not completely sure on how feign/resume work.

Exactly what I was looking for, thanks much! Will just be using it to PL a box team that's much lower level than my monk so they catch up faster. The macro usually resumes right away once you stand back up from FD from what I've seen manually triggering this.
 
Question - Some help with a holyshit/downshit setup for monk FD PLing

Users who are viewing this thread

Back
Top
Cart