• 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

Modbot Release Character not attacking after death & rez

Prazza

New member
Joined
May 21, 2020
RedCents
So after my bard dies, modbot recognizes that and makes some adjustments.

After the bard is rezzed, I /mb letsroll & /mb attack, but the bard still won't engage. Aside from a full reboot, i'm not sure what else I can do to fix this.

Note: Bard still goes through the Buff & Debuff lists, just not attacking.
 
What is your Mana Percent requirement for Melee? Your setting is probably higher than what the Bard has after a rez.

ACManaPct=0 would allow melee even at zero percent.
 
That's probably it. I'll make the adjustment and see if that fixes it. Thanks!

INI:
[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=95
ACManaPct=70
ACAnnounce=
ACMeleeCmd=/melee plugin=1
ACBefore=
ACAfter=
ACPetEnrage=TRUE
 
Is there a way to make it so toons default to keep fighting after being rezzed? I don't understand the benefit of having them shutdown after getting a rez when they stand back up and are still in combat.
 
Also, I'm using ACManaPct=0 on my Monks and all of them basically take a rez and just stand there unless if I manually intervene.
 
I fixed my issue by commenting out the /varset lines below which were manually disabling functionality on death. Your mileage may vary, however this fixed my problem.

modbot.inc
INI:
Sub Event_Slain
   /bc Msg: DEATH DETECTED, putting all functions on hold. -
   /bc Msg: You must issue the appropriate command to restart each function or restart the macro. -
   |/varset DoDebuffs FALSE
   |/varset DoEvents FALSE
   |/varset DoHeals FALSE
   |/varset DoMelee FALSE
   |/varset DoBuffs FALSE
   |/varset DoCures FALSE
   |/varset DoPull FALSE
   /consent group
   /delay 3s
   /consent raid
   /delay 3s
   /consent guild
   /stick off
   /varset FollowFlag 0
   /keypress left
   /keypress right
   /doevents flush
   /call Wait4Rez
   /delay 600s ${Me.ID}
   /delay 6s
   /delay 20s ${Cast.Status.Equal[i]}
/return
 
Modbot Release Character not attacking after death & rez

Users who are viewing this thread

Back
Top
Cart