Code: Select all
#event Exp "You have slain #*#"
#event aggro "#*#YOU#*#points of damage"
|#Event Dead "#*#Returning to Bind Location#*#"
#include gimp_xptrack.inc
Sub Main
/declare ALDontLoot int outer
/declare CorpseRotTimer timer outer
/declare MinLevel int outer
/declare MaxLevel int outer
/call Init_XP
:mainloop
/delay 1s
/if (${Me.PctHPs}<20 {
/delay 2s
/sit
}
/goto :mainloop
/return
Sub Event_Dead
/camp
/keypress instant_camp
/return

