• 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 - puller sitting when no mobs are up

mikesrg

Member
Joined
May 22, 2022
RedCents
250¢
Version of KissAssist.mac?
Latest
When did your problem start?
New User
Character Role?
  1. Puller
What class is having this issue?
  1. Bard
How often does this issue occur?
Always
Hey again.

Just wanted to find out how I disable the bard puller from sitting down when no mobs are up. It seems to be a conflict with it starting everything back up but I am not sure. I saw another thread about then when searching but that thread did not have an answer either. I do not want the bard to sit down while it is waiting for spawns.


When I am using my tank as pullertank this does not happens o I am not sure what is triggering the bard to sit down. It does not do that when it is set to assist role.
 

Attachments

There are sever actions that will cause the bard to sit/med. If the bard is in the puller role and the MA sits down, then the puller will sit to take advantage of the time to med up.
 
So just adding this incase someone else searching comes across this. A friend whom is smarter then I was able to figure out where it was coming form. Line 9263 of the kissassist.mac file.

/if (${MedOn} && !${Me.Mount.ID} && ${Me.Standing} && !${Me.Moving}) /sit

So setting MedOn=0 in your kissassit_character.ini will stop this. However changing that mentioned line to the following will stop it as well for a bard but still allow med to trigger.

/if (!${IAmABard} && ${MedOn} && !${Me.Mount.ID} && ${Me.Standing} && !${Me.Moving}) /sit
 
Problem - puller sitting when no mobs are up

Users who are viewing this thread

Back
Top
Cart