// Teleport Service script by TyrNemesis^ // prontera.gat,160,193,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } alberta.gat,120,160,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } aldebaran.gat,143,123,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } amatsu.gat,209,105,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } comodo.gat,193,158,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } geffen.gat,115,66,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } izlude.gat,132,114,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } xmas.gat,150,136,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } morroc.gat,164,115,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } payon.gat,93,130,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } yuno.gat,161,209,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } moc_fild04.gat,207,331,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } izlu2dun.gat,104,82,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } mjolnir_02.gat,85,363,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } prt_fild05.gat,273,215,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } glast_01.gat,208,170,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } yuno_fild03.gat,37,135,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } gef_fild10.gat,71,339,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } pay_arche.gat,39,135,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } moc_ruins.gat,64,166,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } moc_fild19.gat,106,97,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } alb2trea.gat,73,101,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } tur_dun01.gat,148,239,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } gonryun.gat,151,130,4 script Teleport Service 115,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } prt_fild01.gat,133,364,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; } pay_fild04.gat,244,191,4 script Teleport Service 125,{ mes "[Teleport Service]"; mes "Good day. Where would you like to go today?"; next; menu "Towns",TOWNLIST,"Dungeons",DUNGEONLIST; TOWNLIST: menu "Prontera", tPRONTERA, "Alberta", tALBERTA, "Aldebaran", tALDEBARAN, "Amatsu", tAMATSU, "Comodo", tCOMODO, "Geffen", tGEFFEN, "Izlude", tIZLUDE, "Lutie", tLUTIE, "Morroc", tMORROC, "Payon", tPAYON, "Yuno", tYUNO; DUNGEONLIST: menu "Anthell", dANTHELL, "Bibilan Dungeon", dBIBILAN, "Coal Mine", dCOALMINE, "Culvert", dCULVERT, "Glast Heim", dGLASTHEIM, "Orc-Dungeon", dORC, "Magma-Dungeon", dMAGMA, "Payon-Dungeon", dPAYON, "Poring Paradise", dPORING, "Pyramid", dPYRAMID, "Sphinx", dSPHINX, "Sunken Ship", dSUNKEN, "Turtle Dungeon", dTURTLE, "Hidden Temple", dTEMPLE; // Town destinations tPRONTERA: warp "prontera.gat", 156, 187; close; tALBERTA: warp "alberta.gat", 116, 160; close; tALDEBARAN: warp "aldebaran.gat", 140, 121; Close; tAMATSU: warp "amatsu.gat", 203, 107; close; tCOMODO: warp "comodo.gat", 189, 153; close; tGEFFEN: warp "geffen.gat", 120, 66; close; tIZLUDE: warp "izlude.gat", 128, 110; close; tLUTIE: warp "xmas.gat", 148, 132; close; tMORROC: warp "morocc.gat", 160, 110; close; tPAYON: warp "payon.gat", 89, 125; close; tYUNO: warp "yuno.gat", 158, 204; close; // Dungeon destinations dANTHELL: warp "moc_fild04.gat", 210, 328; close; dBIBILAN: warp "izlu2dun.gat", 106, 88; close; dCOALMINE: warp "mjolnir_02.gat", 81, 359; close; dCULVERT: warp "prt_fild05.gat", 273, 210; close; dGLASTHEIM: warp "glast_01.gat", 204, 118; close; dORC: warp "gef_fild10.gat", 70, 332; close; dMAGMA: warp "yuno_fild03.gat", 39, 140; close; dPAYON: warp "pay_arche.gat", 43, 132; close; dPORING: warp "pay_fild04.gat", 248, 191; close; dPYRAMID: warp "moc_ruins.gat", 62, 162; close; dSPHINX: warp "moc_fild19.gat", 107, 100; close; dSUNKEN: warp "alb2trea.gat", 75, 98; close; dTURTLE: warp "tur_dun01.gat", 149, 238; close; dTEMPLE: warp "prt_fild01.gat", 136, 364; close; }