• 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 - ClickBacktoCamp broken?

Joined
Mar 19, 2018
RedCents
2,023¢
I've been having this issue for awhile now. My toons will turn off their macros and sit at their bind point if they die, and I can't figure out why.

These are my AFK settings for all of them:

[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=1
AFKGMAction=0
AFKPCRadius=0
CampOnDeath=0
ClickBacktoCamp=1

They used to work just fine, and I haven't changed anything in their ini's that I can think of. Any thoughts?
 
This should be fixed in the last patch on Wednesday.
Line 11369 that should be ClickBacktoCamp instead of ClickBackToCamp, causing a break that paused the macro.
change
/if (${Me.Fellowship.Campfire} && ${ClickBackToCamp}==1) /break
to
/if (${Me.Fellowship.Campfire} && ${ClickBacktoCamp}==1) /break
 
This should be fixed in the last patch on Wednesday.
Line 11369 that should be ClickBacktoCamp instead of ClickBackToCamp, causing a break that paused the macro.
change
/if (${Me.Fellowship.Campfire} && ${ClickBackToCamp}==1) /break
to
/if (${Me.Fellowship.Campfire} && ${ClickBacktoCamp}==1) /break

Damn, coding is wild. Thanks man!
 
You can make the change, then change the name of the file to kiss(whatever).mac, and just change your button that starts your group. That should do it as well.
 
Problem - ClickBacktoCamp broken?

Users who are viewing this thread

Back
Top
Cart