• 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 - CMD_MOVE_DOWN

This is in the section to lower you based on levitation and your Z distance (vertical)

I don't have an answer for you @ctaylor22 might pop in here with his infos --- but in the meantime try taking off Levi spells

Code:
| ----------------------------------------------------------------------------
| SUB: ZCheck /call ZAxisCheck current ,Z to check, difference
| ----------------------------------------------------------------------------
    Sub ZAxisCheck(float Zcur, float Zdiff)
        | Move down if Z distance more than Zcheck due to levitation
        /if (${Debug}) /echo \atDEBUG ZCheck ZCur: ${Zcur} ZDiff: ${Zdiff} Enter. \agLine#: ${Macro.CurLine}
        /if (${Zcur}>=${Zdiff}) {
            /keypress CMD_MOVE_DOWN hold
            /delay 10 ${Math.Distance[${CampZLoc}:${Me.Z}]}<=${Zdiff}
            /keypress CMD_MOVE_DOWN
        }
        /if (${Debug}) /echo \atDEBUG ZCheck ZCur: ${Zcur} ZDiff: ${Zdiff} leave. \agLine#: ${Macro.CurLine}
    /return
 
I was looking at the code and got called away from my desk. I am not sure why you are getting that error, I would look in your EQ options Keys tab. Look and make sure you have something defined for Move Down. You may have re-assigned you Move Down key to some other function. I think the default Move Down key is Z.
 
Problem - CMD_MOVE_DOWN

Users who are viewing this thread

Back
Top
Cart