Kill a zone with MQ

Darg

Destroyer of Man
Joined
Oct 2, 2005
Messages
894
Reaction score
0
Points
16
Code:
| Writen by Darg
| 
| Auto target kill looks like ND on an EMU server



turbo #40
#event Zoned "#*#LOADING, PLEASE WAIT...#*#"

Sub Main
/echo Ghost kill macro has started thank you..
/declare AllowedPCNumber int outer 1

 :loop
 /doevents
 /call PCGMCheck

 } 
  /if (${Target.ID}) /delay 5
  /say #die
  /target NPC next
   /goto :loop
   /return

Sub Event_Zoned
 /echo I have zoned and am camping out.
 /delay 10
 /call PCGMCheck
 /warp s
 /endmacro

/return

Sub PCGMCheck
    /if (${Spawn[gm].ID}) {
    /if (${Spawn[gm].ID}) /echo Oh Crap, A GM!
        /beep
        /beep
        /end
        /end
        /keypress instant_camp
    }
    /if (${SpawnCount[pc]}>${AllowedPCNumber}) {
        /echo Someone in the zone with us!
        /beep
        /beep
        /beep
        /end
        /keypress Esc
        /keypress Esc
    }
/return
 
For the above posted to work you MUST have at least GM powers....access to the #die command and such. Enjoy.
 
| Writen by Darg
|
| Auto target kill looks like ND on an EMU server
 
How'd ya see the submain return message and miss the third line of the macro :p
 
Or better yet, which forum we are currently in.

MMOBugs - Cheat Smarter > Premium EverQuest Forums > EverQuest Server Emulator
 
It never fails....someone always asks it. But rather than develop a plug-in that WILL kill an EMU server, here is a simple macro that does the same thing.
 
suppose for a moment I was bored..with gm powers.
what mac would I use to systematically warp between every zone and kill players until I had them rounded up in the guild lobby?