Search found 5 matches

by sysdamnjr
Sun Apr 11, 2004 8:58 pm
Forum: Macro Help (MQ1)
Topic: Command help
Replies: 11
Views: 2792

Still getting the /echo <whatever text here> no matter what /who all gm returns correct zone of gms if any on /tar gm returns no <correct text here> 0-100 blah blah blah I am at a loss tried every code I can think of and all the suggestions that have been posted sheesh this should be simple :evil:
by sysdamnjr
Sun Apr 11, 2004 2:19 am
Forum: Macro Help (MQ1)
Topic: Command help
Replies: 11
Views: 2792

Here is the section of code I am having trouble with. code sub gmcheck /newif ${Spawn[gm].ID} /echo Guide in zone bot ending. /newif ${Spawn[gm].ID} /endmacro This always returning gm present. Even when a /who all gm does not show any GM's in game Awhile back in a now broken macro this worked Code: ...
by sysdamnjr
Sat Apr 10, 2004 8:24 pm
Forum: Macro Help (MQ1)
Topic: Command help
Replies: 11
Views: 2792

This line of code
/newif ${Spawn[gm].ID} /echo gm present
Finds all GM's in game

This line of code
/newif $gm==TRUE /echo gm present
Returns all pc's in zone

I am looking for code th show just if there is a GM in the zone I am currently in.
by sysdamnjr
Fri Apr 09, 2004 9:47 pm
Forum: Macro Help (MQ1)
Topic: Command help
Replies: 11
Views: 2792

Command help

Is there a way to do a /quit I have been working on a monk macro that can FD but cannot seem to get it to /q out to clear agro if I have 3 or more mobs sitting on me any help would be greatly appricated Also looking for a GM check snippet I have seen code in some of the posted macros in the depot as...
by sysdamnjr
Tue Apr 06, 2004 10:35 pm
Forum: Macro Requests (MQ1)
Topic: Macro writing
Replies: 1
Views: 737

Macro writing

Is there any apps out there we can write a macro in and test it prior to being logged in on a live server? I can no longer play from work the sysadmins finally got wise and shut down the ports that eq uses so I can no longer waste my day away logged in. I am still a newb of sorts to MQ macro writtin...