• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - What are your favorite TLO's, /commands, functions? (1 Viewer)

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