• 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 - /campfire command errors out

macroingitup

Member
Joined
Jul 5, 2015
RedCents
102¢
Version of KissAssist.mac?
12.002
When did your problem start?
always
Character Role?
  1. Assist
What class is having this issue?
  1. Shaman
How often does this issue occur?
Always
Can you reproduce the issue?
yes, set campfire=0 in the ini, then do /campfire command
Hi, there appears to be an issue with the /campfire command. If your ini is campfire=0, and you try to do /campfire, it throws the following error:

image.png



I discussed this on the discord and kaen01 recommended:
1694132059714.png
 
Campfire will only get called if CampfireOn is NOT zero(0).

Sub Campfire
/if (!${CampfireOn}) /return

also

/if (${CampfireOn} && ${Me.CombatState.NotEqual[COMBAT]}) /call Campfire

But when you use the /campfire command there is no check if CampfireOn is turned on or off. The macro assumes you know about the CampfireOn flag and that you would only try and invoke the campfire routine if you had it turned on. I will add a check to the Bind_Campfire routine same as the Campfire routine to abort the routine if you have CampfireOn turned off. My question is why would you try and cast a campfire if you have CampfireOn turned off? The easy fix would be to go turn it on and set it to the index you want to use.
 
Understood. I am going to add a message that lets you know that you just need to change the ini setting. Could still use the /togglevariable command and change CampFireOn before using the /campfire command.
 
Problem - /campfire command errors out

Users who are viewing this thread

Back
Top
Cart