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

Joined
Jan 26, 2022
RedCents
481¢
Question: No Parse

Heloo all hope someone can help me with this, i know ivew asked this question before but i cant seem to locate the post. anyways

/noparse /if (${NetBots[${Group.Member[3]}].InZone} && ${Zone.ID}==345) /bct ${Group.Member[3]} //nav waypoint Camp:-${Me.CleanName}

exactly where am i placing the noparse apparently this command places my group member at my spot and not thier spot.

thank you
 
Question: No Parse

Heloo all hope someone can help me with this, i know ivew asked this question before but i cant seem to locate the post. anyways

/noparse /if (${NetBots[${Group.Member[3]}].InZone} && ${Zone.ID}==345) /bct ${Group.Member[3]} //nav waypoint Camp:-${Me.CleanName}

exactly where am i placing the noparse apparently this command places my group member at my spot and not thier spot.

thank you
since you're no parsing everything, it means the ${Me.CleanName} is going to be the name of the person receiving the command

basically, it doesnt' sound like you want noparse at all.
 
since you're no parsing everything, it means the ${Me.CleanName} is going to be the name of the person receiving the command

basically, it doesnt' sound like you want noparse at all.
if i remove the noparse then group member 3 is actually going to my spot and not group member 3 to thier spot
 
yeah sic is correct doesnt look like you need noparse there

but for the knowledge, noparse only works when its the first command on the line of execution
 
if i remove the noparse then group member 3 is actually going to my spot and not group member 3 to thier spot
you want group member 3 to go to his spot?, you are telling him to nav to your wp spot, no matter where you put the noparse.
 
so the waypoint should be hius name not your name, why are you using your name?

/if (${NetBots[${Group.Member[3]}].InZone} && ${Zone.ID}==345) /bct ${Group.Member[3]} //nav waypoint Camp:-${Group.Member[3].Name}
 
so the waypoint should be hius name not your name, why are you using your name?

/if (${NetBots[${Group.Member[3]}].InZone} && ${Zone.ID}==345) /bct ${Group.Member[3]} //nav waypoint Camp:-${Group.Member[3].Name}
i thought by using noparse it wouldnt parse my name and ive never tried /nav waypoint Camp:-${Group.Member[3].Name} which now makes sense thank you i will try this out thank you so much
 
/noparse goes onto the start of the line, so if you send command to someone its not gonna parse the things you sent them

for example:
/bct bob //noparse /echo ${Me.Name}

would just output ${Me.Name}

which is not what you want

and in your example if you /norparse the stuff in the beginning its just not gonna parse it
 
Movie Popcorn GIF
 
Question - NoParse

Users who are viewing this thread

Back
Top
Cart