• 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 - /camphere not working

--CUBE--

Member
Joined
Feb 8, 2019
RedCents
57¢
Version of KissAssist.mac?
11.004
When did your problem start?
last update
Character Role?
  1. Assist
  2. Tank
  3. Puller
  4. PullerTank
What class is having this issue?
  1. Bard
How often does this issue occur?
Always
so every time i type /camphere , or /bcaa //camphere the only thing i get is a log saying [MQ2] Toggle ReturnToCamp

nothing more no location coordinates or anything saying its working. and my toons never return to camp. can i get some help please? I've even tried using /camphere on and still nothing. it started right after the last update.
 
so every time i type /camphere , or /bcaa //camphere the only thing i get is a log saying [MQ2] Toggle ReturnToCamp

nothing more no location coordinates or anything saying its working. and my toons never return to camp. can i get some help please? I've even tried using /camphere on and still nothing. it started right after the last update.
I had the same issue with the update and a fresh install was the only thing that fixed it. Might be something with the aliases not being available with the released version. I would first double check that you have the latest version of the code and if that still does not work try a fresh install and copy your data over.

Double check that your MacroQuest.ini has the aliases populated for example...
[Aliases]
/a=/anonymous
/afktoolson=/changevarint AFKTools AFKToolsOn
/alla=/myweb alla
/assistat=/changevarint Melee AssistAt
/autofireon=/togglevariable AutoFireOn
/autorezon=/togglevariable AutoRezOn
/b=/bazaar
/ba=/bazaar
/bestiary=/myweb bestiary
/breset=/bzreset
/buffson=/togglevariable BuffsOn
/c=/consider
/camphere=/togglevariable ReturnToCamp
/campradius=/changevarint General CampRadius
 
Sounds right. You can also check your alias list in game:
Code:
/alias list

and replace or create new ones:
Code:
/alias camphere /togglevariable ReturnToCamp

KA also has a built in "auto-replace all KA alias" feature, if KA detects your KissAssist ini version doesn't match the current macro. You can edit or delete this line in one of your ini's and next KA restart it will detect the mismatch and rewrite all the alias lines it needs:
Code:
[General]
KissAssistVer=
 
Last edited:
After the latest update my aliases have the following in Macroquest.ini

/camphere=/togglevariable ReturnToCamp 1
/campoff=/togglevariable ReturnToCamp 0

Prior to the update I was able to use /camphere off and /camphere on. Someone's macro is modifying these aliases. I use both KA and IHC macros.
 
Yeah I think IHC rewrites those two, then KA rewrites camphere. Each macro uses "camphere" as a different alias. You could try starting KA after you start IHC.

Or a quick eqbc hotkey to use after everybody is running & reset it to the KA alias:
Code:
/bcaa //alias camphere /togglevariable ReturnToCamp
 
Last edited:
I would do what @eqtrader74 suggested, except I would just create a new allias for kiss, so not to mess up the other macro.

I would do this:

Code:
/bcaa //alias kcamphere /togglevariable ReturnToCamp
 
Problem - /camphere not working

Users who are viewing this thread

Back
Top
Cart