• 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 - kissassist ends everytime i zone??

janktron

Member
Joined
Sep 25, 2015
RedCents
761¢
Brand new default ini. Everytime I zone on this toon KA macro ends. Never seen this on any of my other characters. Anyone know what causes this and how to fix?
 
Where are you zoning from / to?
Why are you zoning (travel, death, etc.)
How are you zoning (port, item/clicky, zone line)?
Is your MA zoning with you?
Do you have the "safty" features turned on (AFKTools)?
Rich (BB code):
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=0
AFKGMAction=1
AFKPCRadius=150
CampOnDeath=0
ClickBacktoCamp=0
 
Make sure AutoAcceptRez=1

I had this same issue until I enabled it.
 
Really? Thats Odd will look at that soon as I get home tomorrow.
 
Yeah, I assumed it was normal to end the mac if rezzing was turned off so I never brought it up as a bug. Whenever the bot would zone back to bind spot it'd end the macro.
 
Make sure AutoAcceptRez=1

I had this same issue until I enabled it.


this might be it...ill change it and report back. its set to 0 by default and I am using a brand new default ini for the toon

**that fixes it.
 
Last edited:
This is meant to end kiss if you die and zone back to guild lobby or something. i will look at fixing running between zones.
 
Yeah mine has always ended macro when I zone on my computer traveling/dying .. the only time it doesn't is when I enter an instance .. hubby doesn't have this problem but he does use the autorez I do not.
 
Try modifying the highlighted line below. added an extra check for if you died.

Rich (BB code):
    Sub EndMacroIf

        /if (${Debug}) /echo DEBUG EndMacroIf: Enter
        | I died wait for rez loop
        :WaitOnRez
        /if (${GameState.Equal[CHARSELECT]}) /endmac
        /if ((${Me.Hovering} || ${CampZone} != ${Zone.ID}) && ${RezAcceptOn} && ${IAmDead}) {
            /if (${Attacking}) /call CombatReset
            /delay 10
            /if (${ClickBacktoCamp}) /call CampfireBack
            /if (${CampOnDeath}) /call DoICamp
            /goto :WaitOnRez
        }
        /if (!${RezAcceptOn} && ${CampZone} != ${Zone.ID} && ${IAmDead}) { 
            /if (${CampOnDeath}) /call DoICamp
            /endmac
        }
        /if (${Debug}) /echo DEBUG EndMacroIf: Leave
    /return
 
Problem - kissassist ends everytime i zone??

Users who are viewing this thread

Back
Top
Cart