Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


minen said:you guys who got killed must not be sitting by ontu. if you stay by her you won't get attacked. My toon is lvl 33 now from just this quest after 24 hours. There are faster things out there, just wanted to throw another way out there that might not be on the radar screen.
#event Exp "You gain experience!!"
#event Level "You have gained a level! Welcome to level #1#!"
Sub Main
/declare TimesRun int outer
/varset TimesRun 0
:loop
/delay 1
/tar npc exam
/delay 1
/saytarget i would like to begin
/delay 3
/tar npc ont
/delay 2
/click left target
/delay 3
/notify GiveWnd GVW_Give_Button leftmouseup
/doevents
/goto :loop
/return
Sub Event_Exp
/varcalc TimesRun ${TimesRun}+1
/return
Sub Event_Level(LevelText)
/echo Level ${LevelText} took ${TimesRun} runs...
/varset TimesRun 0
/return
#chat tell
#event Exp "You gain experience!!"
#event Level "You have gained a level! Welcome to level #1#!"
#event Tell "GM"
#event GM "Guide"
#event Text "Hello,"
Sub Main
/declare TimesRun int outer
/varset TimesRun 0
:loop
/call Checks
/tar npc exam
/delay 0.5s
/saytarget i would like to begin
/delay 0.5s
/tar npc ontu
/delay 1s
/give
/notify GiveWnd GVW_Give_Button leftmouseup
/doevents
/goto :loop
/return
Sub Event_Exp
/varcalc TimesRun ${TimesRun}+1
/return
Sub Event_Level(LevelText)
/echo Level ${LevelText} took ${TimesRun} runs...
/varset TimesRun 0
/return
|--------------------------------------------------|
| Checks for GM's and Players |
|--------------------------------------------------|
Sub Checks
:check
/if (${SpawnCount[pc radius 200]}>1) {
/echo Player is close...
/echo Pausing the Macro until they leave...
/beep
/beep
/afk Went to go get beer, brb
/delay 5s
/goto :check
}
/if (${Spawn[gm].ID}) {
/echo GM has entered the zone!
/popup [GM IN ZONE, PAUSING MACRO UNTIL THEY LEAVE]
/beep
/beep
/gate
/camp desktop
/endmac
/delay 5s
/goto :check
}
/doevents next
/return
|------------------------------------------------------|
| Handles Tells |
|------------------------------------------------------|
Sub event_Tell
/beep
/beep
/afk brb, getting a drink
/endmac
|------------------------------------------------------|
| Handles GM stuff |
|------------------------------------------------------|
Sub event_Hello
/delay 10s
/r Sec, gotta restart my computer.. it's being all buggy
/beep
/delay 1s
/exit
|------------------------------------------------------|
| Handles GM stuff |
|------------------------------------------------------|
Sub event_GM
/delay 10s
/r Sec, gotta restart my computer.. it's being all buggy
/beep
/beep
/delay 1s
/exit
|------------------------------------------------------|
| Handles GM stuff |
|------------------------------------------------------|
Sub event_Guide
/delay 10s
/r Sec, gotta restart my computer.. it's being all buggy
/beep
/beep
/delay 1s
/exit

Devlin said:oh and also, People on prexus.. Please move your corpses/delete your corpses from ontop of Examiner Malikin... It's TRULY TRULY annoying and laggy..Thanks!
/hidecorpse allbutgroup
Devlin said:I wouldn't Window Out then :P
Killuh said:Patient: 'It hurts when I do this'
Doctor: 'Then don't do that'
