• 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 - Manual Attack Command

Wrexsole

New member
Joined
Nov 12, 2017
RedCents
40¢
Is there a manual attack command for KissAssist to make my tank go after a specific target? I have tried the /bct <name> //tar id ${Target.ID} and /bct <name> //attack on command macro but that just enables the auto attack and he does not use ability's. What happens is if a npc that's in the extended window is too far away for him to go after he just stands there instead of tanking whats next to the group.
 
Sounds like the mobs are coming in under the assist percentage. The way KA determines if non-tanks should assist the MA is by checking the mobs distance from the tank and that the hitpoints are under the assist percentage. So the Non-MA toons wouldn't assist unless the mob is under the assist percentage. Try adjusting that.

I realize that doesn't answer the question, but it should at least answer why it's happening.
 
Something you might consider is issuing /backoff on
which in theory should cause the group to back off.
Once the mob is closer you could do /backoff off

This is based on what I'm reading in

Code:
|-----------------------------------------------------------------------------  
| SUB: Back Off and stop melee  
| ----------------------------------------------------------------------------      
    Sub Bind_BackOff(string OnOffFlag)
        /if (${Select[${OnOffFlag},on,off,1,0]}>0) {
            /if (${Select[${OnOffFlag},on,1]}>0) {
                /varset DPSPaused 0
            } else {
                /varset DPSPaused 2
            }
        }
        /if (${DPSPaused}) {  
            /if (${DPSPaused}==2 && ${UseMQ2Melee}) /squelch /melee on
            /varset DPSPaused 0  
            /echo Resetting. No Longer Backing off.  
        } else {  
            /varset DPSPaused 1  
            /varset CombatStart 0  
            /if (${UseMQ2Melee}) /squelch /melee off
            /squelch /attack off  
            /if (${Stick.Active}) /stick off 
            /call CombatReset 0 backoff
            /varset DPSPaused 2 
            /echo Backing off - All Combat has been reset.
        }  
        /if (${ReturnToCamp} && ${Math.Distance[${CampYLoc},${CampXLoc}]} > 15) {  
            /call DoWeMove 0 bind_backoff
        }  
        /doevents flush BackOff  
    /return
 
everyone has assist set to 98 except for the tank. I let kissassist run the tank what puts most of his ability's at 100 because of threat reasons and with the tank being the MA and him standing there everyone else just sits as well.

yea I've tried /backoff here and there I was just curious if there was a specific go kill this target command.
 
Question - Manual Attack Command

Users who are viewing this thread

Back
Top
Cart