• 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 - kiss assist help

Warlock88

Member
Joined
May 4, 2013
RedCents
257¢
started up Kiss on my necro and SK and the MQ2 chat window is being spammed with "no such mercenary member Equal". and then it gives a bunch of commands. I type in the command for healer and then one for dps and it shuts down Kiss right away . When i start is back up it spams the same thing over again.. Kiss is still running correctly though just cant read the chat window with the spam.

thanks
 
i use 6.5 version.. i find that there is a lot less pull delay. i will try it out though and see if that fixes the issue.
 
for 6.5 replace the merc subroutine with this
Rich (BB code):
| -------------------------------------------------------------------------------------
| SUB: Mercs Do What 
| -------------------------------------------------------------------------------------
    Sub MercsDoWhat
        /if (${Group.Member[1].Owner.Name.Equal[${Me}]}) /varset MyMerc ${Group.Member[1].Name}
        /if (!${MercOn}) /return
        /if (${Debug}) /echo MercsDoWhat enter
        /if (${Mercenary.State.Equal[Active]}) /varset MercInGroup 1
        | Revive the merc if dead and previously detected in group
        /if (${MercInGroup} && ${Window[MMGW_ManageWnd].Child[MMGW_SuspendButton].Enabled} && ${Mercenary.State.Equal[SUSPENDED]}) /notify MMGW_ManageWnd MMGW_SuspendButton LeftMouseUp
        /if (${MercAssistAt}>=${Spawn[${MyTargetID}].PctHPs} && ${Mercenary.State.Equal[Active]} && !${MercAssisting} && (${CombatStart} || ${Select[${Role},Puller]} && ${Pulled})) {
            /mercassist
            /if (${DebugCombat}) /echo MERC ${Spawn[${MyTargetID}].CleanName} %:${Spawn[${MyTargetID}].PctHPs} ID:${Spawn[${MyTargetID}].ID}
            /varset MercAssisting 1
        }
        /if (${Debug}) /echo MercsDoWhat leave
    /return
 
what is the name of the file that all this is in im trying to find it but cant seem too... :(
 
That did fix the issue for the most part. Now all it is saying is /verset failed,variable"my merc" not found... as well when i loot a mob while using kiss my screen pans out to the max it can go so that it looks as though my group is way in the distance.. Any idea on that one Please?
 
Question - kiss assist help

Users who are viewing this thread

Back
Top
Cart