• 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 - nolonger triggering burn?

dekar56

Member
Joined
Nov 18, 2015
RedCents
180¢
hey guys yet again i have run into another problem, i upgraded to ka9, however after doing so, my guys are not triggering burns, and the command is not triggering, any suggestions? their ini files are even set to burn allnamed=1 so should work, if not i have the macro setup to say in group chat Depecticons Attack, i spam it like 3-5x and get nothing, any help would be greatful
 
doesn't work in group chat.
Rich (BB code):
/echo Depecticons Attack
 
/echo Decepticons Attack is not working either, i have mq2eqbc open, all of them are open in their ka and active, same with my warrior he is the one sending them out, yet nothing happens
 
Have to chime in here Mask, I've never got it to work *shrug*. I just stopped reporting strange issues for fear of getting another avatar. I pick my battles now and only post things in the top 5 list...

- - - Updated - - -

BTW I don't use the default text to trigger it. I have used the clip-board to C & P exact text into a hotkey, no go. I have seen it fire on a named, can't say all the time, but have seen it. Just can't fire it manually. A lot of times the mob just doesn't live long enough for more than the 1st cpl of lines to fire...
 
To fix it, find this line at the top of Event_Burn.

Rich (BB code):
        /if (${IAmDead} || ${Me.Hovering} || ${CampZone}!=${Zone.ID} || ${BurnText.NotEqual[null]}) {

It should be:

Rich (BB code):
        /if (${IAmDead} || ${Me.Hovering} || ${CampZone}!=${Zone.ID} || ${BurnText.Equal[null]}) {


Hope this helps.
 
Problem - nolonger triggering burn?

Users who are viewing this thread

Back
Top
Cart