• 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

Problem - /bca kissassist in raid

Joined
Jun 9, 2008
RedCents
355¢
so, i take and hit /bcaa kissassist.mac assist Toon name //chaseon and allstart assisiting however when a mob is brought into camp the second and third group dont seem to want to attack it , why is that? what has changed with kissassist that i cannot do this anymore and what can i do to get around this?
all are on same eqbc all will start buffing and will follow commands however they wont attack even when its in extarget window, its like they aren't recognizing to assist on a mob
even when said mob is in target window until i actually click on the mob then they go barreling in like they should.
also how to fix toons stopping from chasing when there is a mob on target window , it pretty much screws me every time ,
then the random return to camp thing where guy gets stuck running to imaginary spot in wall that he cant reach ...
 
The problem with the second group is the group assigned Mainassist. Kissassist, for a while now, has assisted the groups.mainassist then the Mainassist you targeted when starting Kissassist, so on the groups that the tank is not a group member, just make sure in the group window, there is no Mainassist assigned..

- - - Updated - - -

/bcaa //mac kissassist.mac assist Toon name
 
ok , i will try that can you point me to code that i can remove to keep that from happening?
also is there a way to show me code to remove when the extended target window has a mob that they stop moving?
also code to remove so i dont have the radius return
thank you in advance
 
The only part that I understand is the first part. The rest I have no idea what you are asking.

Look for this code in the assist routine.

Rich (BB code):
                    /if (${Group.MainAssist.ID}) {
                        /if (${Bool[${Me.GroupAssistTarget.ID}]}==TRUE) {
                            /target id ${Me.GroupAssistTarget.ID}
                            /delay 10 ${Me.GroupAssistTarget.ID}==${Target.ID}
                        }
                    } else {
                        /assist ${MainAssist}
                        /delay 5s ${Me.AssistComplete}==TRUE
                    }

The highlighted part is what looks for the Group.mainassist and the part below the else just uses the MainAssist variable.
 
what happens is when you are say running through a zone, and a random mob gets on extended target list, the group members wont move or stop moving and you have to manually catch them up to mob or puller, or whomever is being attacked.
 
In a raid setting I use /moveto and /stick with chaseoff.

Make /movteto hotkeys for each group of classes, is what I did anyway.
 
Problem - /bca kissassist in raid

Users who are viewing this thread

Back
Top
Cart