• 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

Bug - Bug with groupwatchon?

Paladine_PSoT

New member
Joined
Mar 22, 2014
RedCents
35¢
I set groupwatchon=1|75 in my ini and it didn't catch my merc healer's mana. If, however, I set groupwatchon=1 and then edit the kissassist.mac file to
Rich (BB code):
/declare GroupWatchPct int outer 75
it works appropriately. I think there may be a bug in how it finds or applies the default override.
 
Try setting it back to the groupwatchon=1|75. Then run kiss and do an /echo ${GroupWatchOn} &{GroupWatchPct} and let me know what it returns. I can find anything in the code that would make it not work, and my groups stop and med properly.. Just be interested in what you are getting..
 
i had it at 2/20 supposed to only watch for the healers types, never worked right either
 
I giggled.

1 0


Here's the whole thing:

Rich (BB code):
GroupWatchOn=1|76
Rich (BB code):
    /declare GroupWatchPct int outer 75
    /if (${GroupWatchOn.Find[|]}) {
        /varset GroupWatchOn ${GroupWatchOn.Arg[1,|]}
        /varset GroupWatchPct ${GroupWatchOn.Arg[2,|]}
    }
 
LOL. Just noticed the problem, here is the fix:

Rich (BB code):
    /declare GroupWatchPct int outer 75
    /if (${GroupWatchOn.Find[|]}) {
        /varset GroupWatchPct ${GroupWatchOn.Arg[2,|]}
        /varset GroupWatchOn ${GroupWatchOn.Arg[1,|]}
    }

Some time I just don't know why I do the things I do...
 
LOL. Just noticed the problem, here is the fix:

Rich (BB code):
    /declare GroupWatchPct int outer 75
    /if (${GroupWatchOn.Find[|]}) {
        /varset GroupWatchPct ${GroupWatchOn.Arg[2,|]}
        /varset GroupWatchOn ${GroupWatchOn.Arg[1,|]}
    }

Some time I just don't know why I do the things I do...

Hell, I don't know why you do the things you do most of the time. But I am sure glad you do them. Good fix...that put my crew back in the scared but safe to operate zone.
As always,
Playbetter
 
LOL. Just noticed the problem, here is the fix:

Rich (BB code):
    /declare GroupWatchPct int outer 75
    /if (${GroupWatchOn.Find[|]}) {
        /varset GroupWatchPct ${GroupWatchOn.Arg[2,|]}
        /varset GroupWatchOn ${GroupWatchOn.Arg[1,|]}
    }

Some time I just don't know why I do the things I do...

After the update I noticed the puller was not checking the group's mana/endurance. I reapplied CTaylor's fix and all is well again.

As always,
Playbetter
 
Yea, I am a slacker..

But you are a Redguide slacker... and that is the ass slackiest best kinda eff'ing slacker there ever was or will be! Never to be out slacked.

Just joking. Without your brain power I would still be scratching my head wondering why my crew gets wiped out so often.

Thanks CTaylor22,
Playbetter
 
Bug - Bug with groupwatchon?

Users who are viewing this thread

Back
Top
Cart