function NT_Mephisto() { var i; var _wave; var _starttick; var _bo = false; var _nxtgme = false; var _go = false; var Barbarian = "ocz-r"; var Sorc = "ocz-vk"; if (me.charname == Barbarian) { print("ÿc3FK Mephisto Barb Script"); addEventListener("chatmsg", listenb); if(!NTTM_CheckAct()) return false; if(!NTTM_TownMove("waypoint")) return false; if(!NTM_UsePortal("Waypoint", 101)) return false; while(!_bo) { delay(300); } while(!_nxtgme) { delay(300); } } if (me.charname == Sorc) { print("ÿc3FK Mephisto Sorc Script"); addEventListener("chatmsg", listena); if(!NTTM_CheckAct(3)) return false; NTTMGR_TownManager(); if(!NTTM_TownMove("waypoint")) return false; if(!NTM_UsePortal("Waypoint", 101)) return false; delay(1000) say("bo") while(!_go) { delay(300); } function listena(Barbarian, msg) { if(msg == "go") { _go = true; meph() } function listenb(Sorc, msg) { if(msg == "bo") { _bo = true; NTP_DoPrecast() delay(1000) say("go") } if(msg == "ng") { quit(); } } function meph() { NTM_TravelTO(102); if (NTConfig_CheckSafe) { if (!NTTMGR_CheckSafe(2)) { print("Mephisto Safe Check = Failed!"); return false; } } NTM_MoveTo(17565, 8070); print("ÿc1Killing Mephisto"); if (!NTA_KillBoss(getLocaleString(3062))) //Mephisto if (NTConfig_ClearPosition) NTA_ClearPosition(); NTSI_PickItems(); return true; } function NT_Andariel() { print("ÿc3Starting Andariel Script"); if (!NTTM_CheckAct()) { return false; } NTTMGR_TownManager(); print("ÿc8Going to Catacombs Level 2"); if (!NTTM_TownMove("waypoint")) return false; if (!NTM_UsePortal("Waypoint", 35)) { print("ÿc8Seems we do not have the waypoint, Lets go get it! Traveling to Catacombs Level 2"); NTM_TravelTO(35); print("ÿc8Interacting with Waypoint as we don't have it."); NTM_GotoWaypoint(35, true, 10000); } print("ÿc5Precasting"); NTP_DoPrecast(); print("ÿc8Going to Catacombs Level 4"); NTM_TravelTO(37); // var _OSC = "ÿc!X:ÿc< "+me.x+ " " +"ÿc!Y:ÿc< "+me.y // print(_OSC); if (NTConfig_CheckSafe) { if (!NTTMGR_CheckSafe(2)) { print("Andariel Safe Check = Failed!"); return false; } } if(!NTM_MoveTo(22556, 9578)) return false; if (me.classid == NTC_CHAR_CLASS_SORCERESS) { if(!NTM_MoveTo(22558, 9558)) return false; NTC_Delay(250); } print("ÿc1Killing Andariel"); if(!NTA_KillBoss(getLocaleString(3021))) return false; if(NTConfig_ClearPosition) NTA_ClearPosition(); NTSI_PickItems(); return true; } say("ng") quit(); }