Page 1 of 5

Campmob.mac + gmceck

Posted: Tue Mar 15, 2005 12:52 pm
by mauroxx
Were u bored camping annoying mobs respawns? here u go!

Code: Select all

|Version 1.1 Campmob.mac by Mauroxx
|gmspawn ceck + mobspawn
|gmspawn ceck is automatic, mob ceck is
|/macro campmob.mac (mobname) (player to send tell)

#turbo

Sub Main
  /declare mobname outer ${Param0}
  /declare playername outer ${Param1}
  /echo Camping \\\ ${mobname} /// and warining \\\ ${playername} /// if it pops, also cecking if GM enters in this zone! ${Time}
  :loop
  /call GmCheck
  /call MobCheck
  /goto :loop
/return

Sub MobCheck
 /if (${Spawn[${mobname}].ID}) { 
      /beep 
      /popup At ${Time} ${mobaname} popped! KEEEL IT!!! 
      /beep      
      /beep
      /beep
      /beep
      /echo ${mobname} popped at ${Time}! 
      /docommand ;tell ${playername} ${Time} come keel it!!!!
      /endmacro
    } 
/return


Sub GmCheck 
   /if (${Spawn[GM].ID}) { 
      /beep 
      /popup ${Time} GM Spawn! 
      /beep      
      /echo ${Time} GM has entered the zone!
      /docommand ;tell ${Me.Name} ${Time} YOU SUCK HAHAH!!!
      /docommand ;tell ${playername} ${Time} YOU SUCK HAHAH!!!
      /endmacro
      /unload
   } 
/return
hope many can use it!

Mauroxx

Posted: Tue Mar 15, 2005 2:32 pm
by blueninja

Code: Select all

      /endmacro
      /docommand ;tell ${Me.Name} ${Time} YOU SUCK HAHAH!!!
      /docommand ;tell ${playername} ${Time} YOU SUCK HAHAH!!!
      /unload 
The lines below /endmacro won't do much :) ..

Posted: Tue Mar 15, 2005 2:35 pm
by aChallenged1
Why bother with the GM check?

If a GM is after you, and you see the GM in zone it's time to pray that they can't prove you are using MQ2.

In case you haven't been keeping up, GMs have several tools availible to them for the purpose of doing their jobs, including: a) Target Feign Death; b) target warp; c) watching you from "camera" mode that you have no way of telling is there. I'm sure there are others, but those are three things we know that they use.

well...

Posted: Wed Mar 16, 2005 5:39 am
by mauroxx
who knows... doing a simple ceck is better than nothing, isnt it?

fixed typo error

Mauroxx

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:38 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:39 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:40 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:41 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:43 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:44 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:45 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:46 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:47 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:48 pm
by xyilla

Re: Campmob.mac + gmceck

Posted: Thu May 01, 2025 1:49 pm
by xyilla