• 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

Question - Pulling on Mount

EQman0311

Active member
Joined
Dec 4, 2014
RedCents
749¢
Is there a way to fix your toon turning around while returning to camp while on a mount? My toon just runs to camp and doesn't turn around.
 
Yep, but you will have to modify kiss. Around Line # 5680 in sub waitformob. Add the highlighted line.

Rich (BB code):
    /if (${IAmABard}) /call DoBardStuff
		/varset WaitTimer 0
        /call MercsDoWhat
        /if (${FaceMobOn} && ${Target.ID} && (${Me.Standing} || ${Me.Mount.ID})) /face nolook
        /if (${DebugPull}) /echo \atDEBUGPULL WaitForMob Leave \agLine#: ${Macro.CurLine}
     /return

Now just make sure your have FaceMobOn turned on in your ini.
 
It's in kissassist.mac, and ctaylor said it was around line #5680 in sub waitformob.
 
Yeah I don't have a file name Kissassist.mac

- - - Updated - - -

Found it, thank you
 
Question - Pulling on Mount

Users who are viewing this thread

Back
Top
Cart