• 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 - What are your favorite TLO's, /commands, functions?

Joined
May 17, 2015
RedCents
6,058¢
Always like looking at others macros for new ideas

  • ${Spawn[]} this is kinda cheating as so much inherits
  • ${Navigation.PathLength[]} (MQ2Nav)
  • /nav (MQ2Nav)
 
Always like looking at others macros for new ideas

  • ${Spawn[]} this is kinda cheating as so much inherits
  • ${Navigation.PathLength[]} (MQ2Nav)
  • /nav (MQ2Nav)
${Me.GroupAssistTarget.Named} absolutely game changer for me - allowed me to move all of my cleric "burns" to heal section

/travelto is an obvious choice for favorite tho lol
 
How is this different than #bind?

#bind gives a user a command they can use
#bind_noparse gives a user a command they can use that doesn't get parsed.

A good example is trying to insert conditions into an ini. If you wanted to give a user the ability to write a condition like ${Me.Name.Equal[Knightly]} in the ini using a bind called /writeini...they would type:
/writeini cond1=${Me.Name.Equal[Knightly]}
And the ini would have
cond1=true

But if you do a bind_noparse with that same command then the ini would have
cond1=${Me.Name.Equal[Knightly]}
 
Last edited:
${Spawn[ ].FeetWet} && ${Me.FeetWet}

Allows checking if you and or mob are under water for casting. I use in a pull routine.
 
Question - What are your favorite TLO's, /commands, functions?

Users who are viewing this thread

Back
Top
Cart