diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/other | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2 hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip |
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/Global_Functions.txt | 2 | ||||
-rw-r--r-- | npc/other/arena.txt | 648 | ||||
-rw-r--r-- | npc/other/books.txt | 18 | ||||
-rw-r--r-- | npc/other/bulletin_boards.txt | 62 | ||||
-rw-r--r-- | npc/other/comodo_gambling.txt | 8 | ||||
-rw-r--r-- | npc/other/divorce.txt | 6 | ||||
-rw-r--r-- | npc/other/lighthalzen_auction.txt | 12 | ||||
-rw-r--r-- | npc/other/lighthalzen_bank.txt | 14 | ||||
-rw-r--r-- | npc/other/lighthalzen_prison.txt | 12 | ||||
-rw-r--r-- | npc/other/marriage.txt | 6 | ||||
-rw-r--r-- | npc/other/monster_museum.txt | 128 | ||||
-rw-r--r-- | npc/other/msg_boards.txt | 22 | ||||
-rw-r--r-- | npc/other/powernpc.txt | 32 | ||||
-rw-r--r-- | npc/other/pvp.txt | 100 |
14 files changed, 535 insertions, 535 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 757ae4aa6..c63a58f5b 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -323,4 +323,4 @@ function script F_Load2Skills { } set ADV_QSK2,0; //Clear var return; -} +}
\ No newline at end of file diff --git a/npc/other/arena.txt b/npc/other/arena.txt index 919d9ad27..b1d7887ec 100644 --- a/npc/other/arena.txt +++ b/npc/other/arena.txt @@ -3,69 +3,69 @@ // ------------------------------------------------------------------ // The following maps are used -//map: prontera.gat -//map: prt_are_in.gat -//map: force_1-1.gat +//map: prontera +//map: prt_are_in +//map: force_1-1 // Disallow Teleport, etc. -force_1-1.gat mapflag pvp dummy -force_1-2.gat mapflag pvp dummy -force_1-3.gat mapflag pvp dummy -force_2-1.gat mapflag pvp dummy -force_2-2.gat mapflag pvp dummy -force_2-3.gat mapflag pvp dummy -force_3-1.gat mapflag pvp dummy -force_3-2.gat mapflag pvp dummy -force_3-3.gat mapflag pvp dummy -prt_are_in.gat mapflag nomemo dummy -prt_are_in.gat mapflag noteleport dummy -prt_are_in.gat mapflag nosave prontera.gat,156,191 -force_1-1.gat mapflag nomemo dummy -force_1-1.gat mapflag noteleport dummy -force_1-1.gat mapflag nosave prontera.gat,156,191 +force_1-1 mapflag pvp dummy +force_1-2 mapflag pvp dummy +force_1-3 mapflag pvp dummy +force_2-1 mapflag pvp dummy +force_2-2 mapflag pvp dummy +force_2-3 mapflag pvp dummy +force_3-1 mapflag pvp dummy +force_3-2 mapflag pvp dummy +force_3-3 mapflag pvp dummy +prt_are_in mapflag nomemo dummy +prt_are_in mapflag noteleport dummy +prt_are_in mapflag nosave prontera,156,191 +force_1-1 mapflag nomemo dummy +force_1-1 mapflag noteleport dummy +force_1-1 mapflag nosave prontera,156,191 // An entrance is placed in Prontera. -prontera.gat,160,185,3 script Arena Entrance 116,{ +prontera,160,185,3 script Arena Entrance 116,{ mes "Want to go to the arena?"; next; menu "Let's go!",L_GOARENA,"Nah..",L_YAME; L_GOARENA: - warp "prt_are_in.gat",31,82; + warp "prt_are_in",31,82; close; L_YAME: close; } // Teleport from waiting room to ready room -prt_are_in.gat,29,79,0 script Time Attack 116,{ - if( getmapusers("force_1-1.gat")>0 ) goto L_WAIT; +prt_are_in,29,79,0 script Time Attack 116,{ + if( getmapusers("force_1-1")>0 ) goto L_WAIT; mes "This is the Time Attack selection."; mes "Please choose your challenge."; menu "Level 1 - 5 Porings, 30 secs!",L_GOLV1,"Level 2 - 7 Roda Frogs, 60 secs!",L_GOLV2,"Level 3 - 9 PecoPecos, 100 secs!",L_GOLV3,"Never mind.",L_YAME; L_GOLV1: - if( getmapusers("force_1-1.gat")>0 ) goto L_WAIT; + if( getmapusers("force_1-1")>0 ) goto L_WAIT; disablenpc "fc103-1"; disablenpc "fc105"; disablenpc "fc107"; addtimer 5000,"arenalv1st"; - warp "force_1-1.gat",99,12; + warp "force_1-1",99,12; end; L_GOLV2: - if( getmapusers("force_1-1.gat")>0 ) goto L_WAIT; + if( getmapusers("force_1-1")>0 ) goto L_WAIT; disablenpc "fc103-1"; disablenpc "fc105"; disablenpc "fc107"; addtimer 5000,"arenalv2st"; - warp "force_1-1.gat",99,12; + warp "force_1-1",99,12; end; L_GOLV3: - if( getmapusers("force_1-1.gat")>0 ) goto L_WAIT; + if( getmapusers("force_1-1")>0 ) goto L_WAIT; disablenpc "fc103-1"; disablenpc "fc105"; disablenpc "fc107"; addtimer 5000,"arenalv3st"; - warp "force_1-1.gat",99,12; + warp "force_1-1",99,12; end; L_WAIT: mes "Since the arena is in use,"; @@ -76,15 +76,15 @@ L_YAME: // Ready room (10-second preparation) -force_1-1.gat,99,12,0 script arenalv1st -1,{ +force_1-1,99,12,0 script arenalv1st -1,{ announce "It will begin in 10 seconds!",3; addtimer 10000,"arenalv1fgt"; } -force_1-1.gat,99,12,0 script arenalv2st -1,{ +force_1-1,99,12,0 script arenalv2st -1,{ announce "It will begin in 10 seconds!",3; addtimer 10000,"arenalv2fgt"; } -force_1-1.gat,99,12,0 script arenalv3st -1,{ +force_1-1,99,12,0 script arenalv3st -1,{ announce "It will begin in 10 seconds!",3; addtimer 10000,"arenalv3fgt"; } @@ -92,19 +92,19 @@ force_1-1.gat,99,12,0 script arenalv3st -1,{ // Transmission to the room, and mob organization //Time Attack Level 1 -force_1-1.gat,99,12,0 script arenalv1fgt -1,{ - killmonster "force_1-1.gat","arenalv1fgt::arenalv1mon"; - killmonster "force_1-1.gat","arenalv2fgt::arenalv2mon"; - killmonster "force_1-1.gat","arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",25,25,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; - monster "force_1-1.gat",20,25,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; - monster "force_1-1.gat",25,20,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; - monster "force_1-1.gat",30,25,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; - monster "force_1-1.gat",25,30,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; +force_1-1,99,12,0 script arenalv1fgt -1,{ + killmonster "force_1-1","arenalv1fgt::arenalv1mon"; + killmonster "force_1-1","arenalv2fgt::arenalv2mon"; + killmonster "force_1-1","arenalv3fgt::arenalv3mon"; + monster "force_1-1",25,25,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; + monster "force_1-1",20,25,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; + monster "force_1-1",25,20,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; + monster "force_1-1",30,25,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; + monster "force_1-1",25,30,"Arena Enemy",1002,1,"arenalv1fgt::arenalv1mon"; set $arena00,5; disablenpc "fc101"; disablenpc "fc103"; - warp "force_1-1.gat",25,26; + warp "force_1-1",25,26; enablenpc "fc103-1"; enablenpc "fc105"; enablenpc "fc107"; @@ -116,22 +116,22 @@ arenalv1mon: } //Time Attack Level 2 -force_1-1.gat,99,12,0 script arenalv2fgt -1,{ - killmonster "force_1-1.gat","arenalv1fgt::arenalv1mon"; - killmonster "force_1-1.gat","arenalv2fgt::arenalv2mon"; - killmonster "force_1-1.gat","arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",20,20,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; - monster "force_1-1.gat",20,25,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; - monster "force_1-1.gat",20,30,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; - monster "force_1-1.gat",30,20,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; - monster "force_1-1.gat",30,25,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; - monster "force_1-1.gat",30,30,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; - monster "force_1-1.gat",25,30,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; - monster "force_1-1.gat",25,20,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; +force_1-1,99,12,0 script arenalv2fgt -1,{ + killmonster "force_1-1","arenalv1fgt::arenalv1mon"; + killmonster "force_1-1","arenalv2fgt::arenalv2mon"; + killmonster "force_1-1","arenalv3fgt::arenalv3mon"; + monster "force_1-1",20,20,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; + monster "force_1-1",20,25,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; + monster "force_1-1",20,30,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; + monster "force_1-1",30,20,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; + monster "force_1-1",30,25,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; + monster "force_1-1",30,30,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; + monster "force_1-1",25,30,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; + monster "force_1-1",25,20,"Arena Enemy",1012,1,"arenalv2fgt::arenalv2mon"; set $arena00,7; disablenpc "fc101"; disablenpc "fc103"; - warp "force_1-1.gat",25,26; + warp "force_1-1",25,26; enablenpc "fc103-1"; enablenpc "fc105"; enablenpc "fc107"; @@ -143,24 +143,24 @@ arenalv2mon: } //Time Attack Level 3 -force_1-1.gat,99,12,0 script arenalv3fgt -1,{ - killmonster "force_1-1.gat","arenalv1fgt::arenalv1mon"; - killmonster "force_1-1.gat","arenalv2fgt::arenalv2mon"; - killmonster "force_1-1.gat","arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",20,20,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",20,25,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",20,30,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",30,20,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",30,25,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",30,30,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",25,30,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",25,25,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",25,20,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; - monster "force_1-1.gat",20,35,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; +force_1-1,99,12,0 script arenalv3fgt -1,{ + killmonster "force_1-1","arenalv1fgt::arenalv1mon"; + killmonster "force_1-1","arenalv2fgt::arenalv2mon"; + killmonster "force_1-1","arenalv3fgt::arenalv3mon"; + monster "force_1-1",20,20,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; + monster "force_1-1",20,25,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; + monster "force_1-1",20,30,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; + monster "force_1-1",30,20,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; + monster "force_1-1",30,25,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; + monster "force_1-1",30,30,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; + monster "force_1-1",25,30,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; + monster "force_1-1",25,25,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; + monster "force_1-1",25,20,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; + monster "force_1-1",20,35,"Arena Enemy",1019,1,"arenalv3fgt::arenalv3mon"; set $arena00,9; disablenpc "fc101"; disablenpc "fc103"; - warp "force_1-1.gat",25,26; + warp "force_1-1",25,26; enablenpc "fc103-1"; enablenpc "fc105"; enablenpc "fc107"; @@ -173,132 +173,132 @@ arenalv3mon: // Pushed-down Processing //Time Attack Level 1 -force_1-1.gat,25,26,0 script arenalv1mon -1,{ +force_1-1,25,26,0 script arenalv1mon -1,{ set $arena00, $arena00 - 1; if( $arena00 > 0 ) goto L_CONT; deltimer "arenaev8000"; announce "Crash!!",3; enablenpc "fc101"; enablenpc "fc103"; - areaannounce "force_1-1.gat",0,0,350,350, + areaannounce "force_1-1",0,0,350,350, "You cleared Time Attack Level 1.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "prontera.gat",0,0,350,350, + areaannounce "prontera",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "morocc.gat",0,0,350,350, + areaannounce "morocc",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "geffen.gat",0,0,350,350, + areaannounce "geffen",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "payon.gat",0,0,350,350, + areaannounce "payon",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "alberta.gat",0,0,350,350, + areaannounce "alberta",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "izlude.gat",0,0,350,350, + areaannounce "izlude",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "aldebaran.gat",0,0,350,350, + areaannounce "aldebaran",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "xmas.gat",0,0,350,350, + areaannounce "xmas",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "comodo.gat",0,0,350,350, + areaannounce "comodo",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "prt_gld.gat",0,0,350,350, + areaannounce "prt_gld",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "prtg_cas01.gat",0,0,350,350, + areaannounce "prtg_cas01",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "prtg_cas02.gat",0,0,350,350, + areaannounce "prtg_cas02",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "prtg_cas03.gat",0,0,350,350, + areaannounce "prtg_cas03",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "prtg_cas04.gat",0,0,350,350, + areaannounce "prtg_cas04",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "prtg_cas05.gat",0,0,350,350, + areaannounce "prtg_cas05",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "pay_gld.gat",0,0,350,350, + areaannounce "pay_gld",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "payg_cas01.gat",0,0,350,350, + areaannounce "payg_cas01",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "payg_cas02.gat",0,0,350,350, + areaannounce "payg_cas02",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "payg_cas03.gat",0,0,350,350, + areaannounce "payg_cas03",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "payg_cas04.gat",0,0,350,350, + areaannounce "payg_cas04",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "payg_cas05.gat",0,0,350,350, + areaannounce "payg_cas05",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "yuno.gat",0,0,350,350, + areaannounce "yuno",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "amatsu.gat",0,0,350,350, + areaannounce "amatsu",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; - areaannounce "gonryun.gat",0,0,350,350, + areaannounce "gonryun",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 1.",0; addtimer 5000,"arenareturn"; L_CONT: end; } -force_1-1.gat,25,26,0 script arenalv2mon -1,{ +force_1-1,25,26,0 script arenalv2mon -1,{ set $arena00, $arena00 - 1; if( $arena00 > 0 ) goto L_CONT; deltimer "arenaev8000"; announce "Crash!!",3; enablenpc "fc101"; enablenpc "fc103"; - areaannounce "force_1-1.gat",0,0,350,350, + areaannounce "force_1-1",0,0,350,350, "You cleared Time Attack Level 2.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "prontera.gat",0,0,350,350, + areaannounce "prontera",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "morocc.gat",0,0,350,350, + areaannounce "morocc",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "geffen.gat",0,0,350,350, + areaannounce "geffen",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "payon.gat",0,0,350,350, + areaannounce "payon",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "alberta.gat",0,0,350,350, + areaannounce "alberta",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "izlude.gat",0,0,350,350, + areaannounce "izlude",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "aldebaran.gat",0,0,350,350, + areaannounce "aldebaran",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "xmas.gat",0,0,350,350, + areaannounce "xmas",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "comodo.gat",0,0,350,350, + areaannounce "comodo",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "prt_gld.gat",0,0,350,350, + areaannounce "prt_gld",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "prtg_cas01.gat",0,0,350,350, + areaannounce "prtg_cas01",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "prtg_cas02.gat",0,0,350,350, + areaannounce "prtg_cas02",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "prtg_cas03.gat",0,0,350,350, + areaannounce "prtg_cas03",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "prtg_cas04.gat",0,0,350,350, + areaannounce "prtg_cas04",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "prtg_cas05.gat",0,0,350,350, + areaannounce "prtg_cas05",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "pay_gld.gat",0,0,350,350, + areaannounce "pay_gld",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "payg_cas01.gat",0,0,350,350, + areaannounce "payg_cas01",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "payg_cas02.gat",0,0,350,350, + areaannounce "payg_cas02",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "payg_cas03.gat",0,0,350,350, + areaannounce "payg_cas03",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "payg_cas04.gat",0,0,350,350, + areaannounce "payg_cas04",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "payg_cas05.gat",0,0,350,350, + areaannounce "payg_cas05",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "yuno.gat",0,0,350,350, + areaannounce "yuno",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "amatsu.gat",0,0,350,350, + areaannounce "amatsu",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; - areaannounce "gonryun.gat",0,0,350,350, + areaannounce "gonryun",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 2.",0; addtimer 5000,"arenareturn"; L_CONT: @@ -306,66 +306,66 @@ L_CONT: } -force_1-1.gat,25,26,0 script arenalv3mon -1,{ +force_1-1,25,26,0 script arenalv3mon -1,{ set $arena00, $arena00 - 1; if( $arena00 > 0 ) goto L_CONT; deltimer "arenaev8000"; announce "Crash!!",3; enablenpc "fc101"; enablenpc "fc103"; - areaannounce "force_1-1.gat",0,0,350,350, + areaannounce "force_1-1",0,0,350,350, "You cleared Time Attack Level 3.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "prontera.gat",0,0,350,350, + areaannounce "prontera",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "morocc.gat",0,0,350,350, + areaannounce "morocc",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "geffen.gat",0,0,350,350, + areaannounce "geffen",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "payon.gat",0,0,350,350, + areaannounce "payon",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "alberta.gat",0,0,350,350, + areaannounce "alberta",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "izlude.gat",0,0,350,350, + areaannounce "izlude",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "aldebaran.gat",0,0,350,350, + areaannounce "aldebaran",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "xmas.gat",0,0,350,350, + areaannounce "xmas",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "comodo.gat",0,0,350,350, + areaannounce "comodo",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "prt_gld.gat",0,0,350,350, + areaannounce "prt_gld",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "prtg_cas01.gat",0,0,350,350, + areaannounce "prtg_cas01",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "prtg_cas02.gat",0,0,350,350, + areaannounce "prtg_cas02",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "prtg_cas03.gat",0,0,350,350, + areaannounce "prtg_cas03",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "prtg_cas04.gat",0,0,350,350, + areaannounce "prtg_cas04",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "prtg_cas05.gat",0,0,350,350, + areaannounce "prtg_cas05",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "pay_gld.gat",0,0,350,350, + areaannounce "pay_gld",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "payg_cas01.gat",0,0,350,350, + areaannounce "payg_cas01",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "payg_cas02.gat",0,0,350,350, + areaannounce "payg_cas02",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "payg_cas03.gat",0,0,350,350, + areaannounce "payg_cas03",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "payg_cas04.gat",0,0,350,350, + areaannounce "payg_cas04",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "payg_cas05.gat",0,0,350,350, + areaannounce "payg_cas05",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "yuno.gat",0,0,350,350, + areaannounce "yuno",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "amatsu.gat",0,0,350,350, + areaannounce "amatsu",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; - areaannounce "gonryun.gat",0,0,350,350, + areaannounce "gonryun",0,0,350,350, strcharinfo(0) + " cleared Time Attack Level 3.",0; addtimer 5000,"arenareturn"; L_CONT: @@ -373,189 +373,189 @@ L_CONT: } // Timeout -force_1-1.gat,25,26,0 script arenalv1fail -1,{ +force_1-1,25,26,0 script arenalv1fail -1,{ set $arena00,99; - killmonster "force_1-1.gat","arenalv1fgt::arenalv1mon"; - killmonster "force_1-1.gat","arenalv2fgt::arenalv2mon"; - killmonster "force_1-1.gat","arenalv3fgt::arenalv3mon"; + killmonster "force_1-1","arenalv1fgt::arenalv1mon"; + killmonster "force_1-1","arenalv2fgt::arenalv2mon"; + killmonster "force_1-1","arenalv3fgt::arenalv3mon"; announce "Time Over!!",3; - areaannounce "force_1-1.gat",0,0,350,350, + areaannounce "force_1-1",0,0,350,350, "You failed Time Attack Level 1.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "prontera.gat",0,0,350,350, + areaannounce "prontera",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "morocc.gat",0,0,350,350, + areaannounce "morocc",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "geffen.gat",0,0,350,350, + areaannounce "geffen",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "payon.gat",0,0,350,350, + areaannounce "payon",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "alberta.gat",0,0,350,350, + areaannounce "alberta",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "izlude.gat",0,0,350,350, + areaannounce "izlude",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "aldebaran.gat",0,0,350,350, + areaannounce "aldebaran",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "xmas.gat",0,0,350,350, + areaannounce "xmas",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "comodo.gat",0,0,350,350, + areaannounce "comodo",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "prt_gld.gat",0,0,350,350, + areaannounce "prt_gld",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "prtg_cas01.gat",0,0,350,350, + areaannounce "prtg_cas01",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "prtg_cas02.gat",0,0,350,350, + areaannounce "prtg_cas02",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "prtg_cas03.gat",0,0,350,350, + areaannounce "prtg_cas03",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "prtg_cas04.gat",0,0,350,350, + areaannounce "prtg_cas04",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "prtg_cas05.gat",0,0,350,350, + areaannounce "prtg_cas05",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "pay_gld.gat",0,0,350,350, + areaannounce "pay_gld",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "payg_cas01.gat",0,0,350,350, + areaannounce "payg_cas01",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "payg_cas02.gat",0,0,350,350, + areaannounce "payg_cas02",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "payg_cas03.gat",0,0,350,350, + areaannounce "payg_cas03",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "payg_cas04.gat",0,0,350,350, + areaannounce "payg_cas04",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "payg_cas05.gat",0,0,350,350, + areaannounce "payg_cas05",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "yuno.gat",0,0,350,350, + areaannounce "yuno",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; - areaannounce "amatsu.gat",0,0,350,350, + areaannounce "amatsu",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; areaannounce "gonryun",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 1.",0; addtimer 5000,"arenareturn"; } -force_1-1.gat,25,26,0 script arenalv2fail -1,{ +force_1-1,25,26,0 script arenalv2fail -1,{ set $arena00,99; - killmonster "force_1-1.gat","arenalv1fgt::arenalv1mon"; - killmonster "force_1-1.gat","arenalv2fgt::arenalv2mon"; - killmonster "force_1-1.gat","arenalv3fgt::arenalv3mon"; + killmonster "force_1-1","arenalv1fgt::arenalv1mon"; + killmonster "force_1-1","arenalv2fgt::arenalv2mon"; + killmonster "force_1-1","arenalv3fgt::arenalv3mon"; announce "Time Over!!",3; - areaannounce "force_1-1.gat",0,0,350,350, + areaannounce "force_1-1",0,0,350,350, "You failed Time Attack Level 2.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "prontera.gat",0,0,350,350, + areaannounce "prontera",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "morocc.gat",0,0,350,350, + areaannounce "morocc",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "geffen.gat",0,0,350,350, + areaannounce "geffen",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "payon.gat",0,0,350,350, + areaannounce "payon",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "alberta.gat",0,0,350,350, + areaannounce "alberta",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "izlude.gat",0,0,350,350, + areaannounce "izlude",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "aldebaran.gat",0,0,350,350, + areaannounce "aldebaran",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "xmas.gat",0,0,350,350, + areaannounce "xmas",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "comodo.gat",0,0,350,350, + areaannounce "comodo",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "prt_gld.gat",0,0,350,350, + areaannounce "prt_gld",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "prtg_cas01.gat",0,0,350,350, + areaannounce "prtg_cas01",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "prtg_cas02.gat",0,0,350,350, + areaannounce "prtg_cas02",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "prtg_cas03.gat",0,0,350,350, + areaannounce "prtg_cas03",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "prtg_cas04.gat",0,0,350,350, + areaannounce "prtg_cas04",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "prtg_cas05.gat",0,0,350,350, + areaannounce "prtg_cas05",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "pay_gld.gat",0,0,350,350, + areaannounce "pay_gld",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "payg_cas01.gat",0,0,350,350, + areaannounce "payg_cas01",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "payg_cas02.gat",0,0,350,350, + areaannounce "payg_cas02",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "payg_cas03.gat",0,0,350,350, + areaannounce "payg_cas03",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "payg_cas04.gat",0,0,350,350, + areaannounce "payg_cas04",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "payg_cas05.gat",0,0,350,350, + areaannounce "payg_cas05",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "yuno.gat",0,0,350,350, + areaannounce "yuno",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; - areaannounce "amatsu.gat",0,0,350,350, + areaannounce "amatsu",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; areaannounce "gonryun",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 2.",0; addtimer 5000,"arenareturn"; } -force_1-1.gat,25,26,0 script arenalv3fail -1,{ +force_1-1,25,26,0 script arenalv3fail -1,{ set $arena00,99; - killmonster "force_1-1.gat","arenalv1fgt::arenalv1mon"; - killmonster "force_1-1.gat","arenalv2fgt::arenalv2mon"; - killmonster "force_1-1.gat","arenalv3fgt::arenalv3mon"; + killmonster "force_1-1","arenalv1fgt::arenalv1mon"; + killmonster "force_1-1","arenalv2fgt::arenalv2mon"; + killmonster "force_1-1","arenalv3fgt::arenalv3mon"; announce "Time Over!!",3; - areaannounce "force_1-1.gat",0,0,350,350, + areaannounce "force_1-1",0,0,350,350, "You failed Time Attack Level 2.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "prontera.gat",0,0,350,350, + areaannounce "prontera",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "morocc.gat",0,0,350,350, + areaannounce "morocc",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "geffen.gat",0,0,350,350, + areaannounce "geffen",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "payon.gat",0,0,350,350, + areaannounce "payon",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "alberta.gat",0,0,350,350, + areaannounce "alberta",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "izlude.gat",0,0,350,350, + areaannounce "izlude",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "aldebaran.gat",0,0,350,350, + areaannounce "aldebaran",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "prt_are_in.gat",0,0,350,350, + areaannounce "prt_are_in",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "xmas.gat",0,0,350,350, + areaannounce "xmas",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "comodo.gat",0,0,350,350, + areaannounce "comodo",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "prt_gld.gat",0,0,350,350, + areaannounce "prt_gld",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "prtg_cas01.gat",0,0,350,350, + areaannounce "prtg_cas01",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "prtg_cas02.gat",0,0,350,350, + areaannounce "prtg_cas02",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "prtg_cas03.gat",0,0,350,350, + areaannounce "prtg_cas03",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "prtg_cas04.gat",0,0,350,350, + areaannounce "prtg_cas04",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "prtg_cas05.gat",0,0,350,350, + areaannounce "prtg_cas05",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "pay_gld.gat",0,0,350,350, + areaannounce "pay_gld",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "payg_cas01.gat",0,0,350,350, + areaannounce "payg_cas01",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "payg_cas02.gat",0,0,350,350, + areaannounce "payg_cas02",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "payg_cas03.gat",0,0,350,350, + areaannounce "payg_cas03",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "payg_cas04.gat",0,0,350,350, + areaannounce "payg_cas04",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "payg_cas05.gat",0,0,350,350, + areaannounce "payg_cas05",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "yuno.gat",0,0,350,350, + areaannounce "yuno",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; - areaannounce "amatsu.gat",0,0,350,350, + areaannounce "amatsu",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; areaannounce "gonryun",0,0,350,350, strcharinfo(0) + " failed Time Attack Level 3.",0; @@ -563,92 +563,92 @@ force_1-1.gat,25,26,0 script arenalv3fail -1,{ } // Reminding the player of time constraints. -force_1-1.gat,25,26,0 script tensecsleft -1,{ +force_1-1,25,26,0 script tensecsleft -1,{ announce "Ten seconds remaining!",3; } // Return to Prontera -force_1-1.gat,25,26,0 script arenareturn -1,{ - warp "prontera.gat",156,191; +force_1-1,25,26,0 script arenareturn -1,{ + warp "prontera",156,191; } //Time Limit Mode -force_1-1.gat,25,44,0 warp fc101 1,1,force_1-1.gat,25,69 -force_1-1.gat,25,65,0 warp fc101-1 1,1,force_1-1.gat,25,40 -force_1-1.gat,25,134,0 warp fc102 1,1,force_1-1.gat,25,159 -force_1-1.gat,25,155,0 warp fc102-1 1,1,force_1-1.gat,25,130 -force_1-1.gat,44,26,0 warp fc103 1,1,force_1-1.gat,66,26 -force_1-1.gat,62,26,0 warp fc103-1 1,1,force_1-1.gat,40,26 -force_1-1.gat,44,174,0 warp fc104 1,1,force_1-1.gat,69,174 -force_1-1.gat,65,174,0 warp fc104-1 1,1,force_1-1.gat,40,174 -force_1-1.gat,99,54,0 warp fc105 1,1,force_1-1.gat,96,82 -force_1-1.gat,100,81,0 warp fc105-1 1,1,force_1-1.gat,99,51 -force_1-1.gat,134,174,0 warp fc106 1,1,force_1-1.gat,159,174 -force_1-1.gat,155,174,0 warp fc106-1 1,1,force_1-1.gat,130,174 -force_1-1.gat,137,26,0 warp fc107 1,1,force_1-1.gat,159,26 -force_1-1.gat,155,26,0 warp fc107-1 1,1,force_1-1.gat,132,26 -force_1-1.gat,174,44,0 warp fc108 1,1,force_1-1.gat,174,69 -force_1-1.gat,174,65,0 warp fc108-1 1,1,force_1-1.gat,174,40 -force_1-1.gat,174,134,0 warp fc109 1,1,force_1-1.gat,174,159 -force_1-1.gat,174,155,0 warp fc109-1 1,1,force_1-1.gat,174,130 -force_1-2.gat,25,93,0 warp fc201 1,1,force_1-2.gat,25,118 -force_1-2.gat,25,114,0 warp fc201-1 1,1,force_1-2.gat,25,89 -force_1-2.gat,33,178,0 warp fc202 1,1,force_1-2.gat,59,178 -force_1-2.gat,55,178,0 warp fc202-1 1,1,force_1-2.gat,29,178 -force_1-2.gat,41,26,0 warp fc203 1,1,force_1-2.gat,89,26 -force_1-2.gat,85,26,0 warp fc203-1 1,1,force_1-2.gat,37,26 -force_1-2.gat,41,78,0 warp fc204 1,1,force_1-2.gat,88,78 -force_1-2.gat,84,78,0 warp fc204-1 1,1,force_1-2.gat,37,78 -force_1-2.gat,49,130,0 warp fc205 1,1,force_1-2.gat,91,125 -force_1-2.gat,91,129,0 warp fc205-1 1,1,force_1-2.gat,49,134 -force_1-2.gat,95,187,0 warp fc206 1,1,force_1-2.gat,107,141 -force_1-2.gat,107,145,0 warp fc206-1 1,1,force_1-2.gat,95,183 -force_1-2.gat,99,40,0 warp fc207 1,1,force_1-2.gat,99,66 -force_1-2.gat,99,62,0 warp fc207-1 1,1,force_1-2.gat,99,36 -force_1-2.gat,114,26,0 warp fc208 1,1,force_1-2.gat,162,26 -force_1-2.gat,158,26,0 warp fc208-1 1,1,force_1-2.gat,110,26 -force_1-2.gat,115,78,0 warp fc209 1,1,force_1-2.gat,162,78 -force_1-2.gat,158,78,0 warp fc209-1 1,1,force_1-2.gat,111,78 -force_1-2.gat,137,178,0 warp fc210 1,1,force_1-2.gat,162,178 -force_1-2.gat,158,178,0 warp fc210-1 1,1,force_1-2.gat,133,178 -force_1-2.gat,173,93,0 warp fc211 1,1,force_1-2.gat,173,118 -force_1-2.gat,173,114,0 warp fc211-1 1,1,force_1-2.gat,173,89 -force_1-3.gat,10,100,0 warp fc301 1,1,force_1-3.gat,25,180 -force_1-3.gat,29,180,0 warp fc301-1 1,1,force_1-3.gat,14,100 -force_1-3.gat,19,10,0 warp fc302 1,1,force_1-3.gat,19,185 -force_1-3.gat,19,189,0 warp fc302-1 1,1,force_1-3.gat,19,14 -force_1-3.gat,19,29,0 warp fc303 1,1,force_1-3.gat,19,54 -force_1-3.gat,19,50,0 warp fc303-1 1,1,force_1-3.gat,19,25 -force_1-3.gat,19,147,0 warp fc304 1,1,force_1-3.gat,179,94 -force_1-3.gat,179,90,0 warp fc304-1 1,1,force_1-3.gat,19,143 -force_1-3.gat,29,100,0 warp fc305 1,1,force_1-3.gat,174,180 -force_1-3.gat,170,180,0 warp fc305-1 1,1,force_1-3.gat,24,100 -force_1-3.gat,59,29,0 warp fc306 1,1,force_1-3.gat,99,132 -force_1-3.gat,99,128,0 warp fc306-1 1,1,force_1-3.gat,59,25 -force_1-3.gat,59,69,0 warp fc307 1,1,force_1-3.gat,59,94 -force_1-3.gat,59,90,0 warp fc307-1 1,1,force_1-3.gat,59,65 -force_1-3.gat,59,109,0 warp fc308 1,1,force_1-3.gat,139,54 -force_1-3.gat,139,50,0 warp fc308-1 1,1,force_1-3.gat,59,105 -force_1-3.gat,59,128,0 warp fc309 1,1,force_1-3.gat,139,105 -force_1-3.gat,139,109,0 warp fc309-1 1,1,force_1-3.gat,59,132 -force_1-3.gat,69,20,0 warp fc310 1,1,force_1-3.gat,134,100 -force_1-3.gat,130,100,0 warp fc310-1 1,1,force_1-3.gat,65,20 -force_1-3.gat,69,60,0 warp fc311 1,1,force_1-3.gat,94,60 -force_1-3.gat,90,60,0 warp fc311-1 1,1,force_1-3.gat,65,60 -force_1-3.gat,69,138,0 warp fc312 1,1,force_1-3.gat,174,60 -force_1-3.gat,170,60,0 warp fc312-1 1,1,force_1-3.gat,65,138 -force_1-3.gat,99,147,0 warp fc313 1,1,force_1-3.gat,99,168 -force_1-3.gat,99,164,0 warp fc313-1 1,1,force_1-3.gat,99,143 -force_1-3.gat,109,60,0 warp fc314 1,1,force_1-3.gat,134,20 -force_1-3.gat,130,20,0 warp fc314-1 1,1,force_1-3.gat,105,60 -force_1-3.gat,109,100,0 warp fc315 1,1,force_1-3.gat,174,100 -force_1-3.gat,170,100,0 warp fc315-1 1,1,force_1-3.gat,105,100 -force_1-3.gat,109,138,0 warp fc316 1,1,force_1-3.gat,134,138 -force_1-3.gat,130,138,0 warp fc316-1 1,1,force_1-3.gat,105,138 -force_1-3.gat,139,147,0 warp fc317 1,1,force_1-3.gat,179,174 -force_1-3.gat,179,170,0 warp fc317-1 1,1,force_1-3.gat,139,143 -force_1-3.gat,179,29,0 warp fc318 1,1,force_1-3.gat,179,54 -force_1-3.gat,179,50,0 warp fc318-1 1,1,force_1-3.gat,179,25 -force_1-3.gat,179,109,0 warp fc319 1,1,force_1-3.gat,179,132 -force_1-3.gat,179,128,0 warp fc319-1 1,1,force_1-3.gat,179,105 +force_1-1,25,44,0 warp fc101 1,1,force_1-1,25,69 +force_1-1,25,65,0 warp fc101-1 1,1,force_1-1,25,40 +force_1-1,25,134,0 warp fc102 1,1,force_1-1,25,159 +force_1-1,25,155,0 warp fc102-1 1,1,force_1-1,25,130 +force_1-1,44,26,0 warp fc103 1,1,force_1-1,66,26 +force_1-1,62,26,0 warp fc103-1 1,1,force_1-1,40,26 +force_1-1,44,174,0 warp fc104 1,1,force_1-1,69,174 +force_1-1,65,174,0 warp fc104-1 1,1,force_1-1,40,174 +force_1-1,99,54,0 warp fc105 1,1,force_1-1,96,82 +force_1-1,100,81,0 warp fc105-1 1,1,force_1-1,99,51 +force_1-1,134,174,0 warp fc106 1,1,force_1-1,159,174 +force_1-1,155,174,0 warp fc106-1 1,1,force_1-1,130,174 +force_1-1,137,26,0 warp fc107 1,1,force_1-1,159,26 +force_1-1,155,26,0 warp fc107-1 1,1,force_1-1,132,26 +force_1-1,174,44,0 warp fc108 1,1,force_1-1,174,69 +force_1-1,174,65,0 warp fc108-1 1,1,force_1-1,174,40 +force_1-1,174,134,0 warp fc109 1,1,force_1-1,174,159 +force_1-1,174,155,0 warp fc109-1 1,1,force_1-1,174,130 +force_1-2,25,93,0 warp fc201 1,1,force_1-2,25,118 +force_1-2,25,114,0 warp fc201-1 1,1,force_1-2,25,89 +force_1-2,33,178,0 warp fc202 1,1,force_1-2,59,178 +force_1-2,55,178,0 warp fc202-1 1,1,force_1-2,29,178 +force_1-2,41,26,0 warp fc203 1,1,force_1-2,89,26 +force_1-2,85,26,0 warp fc203-1 1,1,force_1-2,37,26 +force_1-2,41,78,0 warp fc204 1,1,force_1-2,88,78 +force_1-2,84,78,0 warp fc204-1 1,1,force_1-2,37,78 +force_1-2,49,130,0 warp fc205 1,1,force_1-2,91,125 +force_1-2,91,129,0 warp fc205-1 1,1,force_1-2,49,134 +force_1-2,95,187,0 warp fc206 1,1,force_1-2,107,141 +force_1-2,107,145,0 warp fc206-1 1,1,force_1-2,95,183 +force_1-2,99,40,0 warp fc207 1,1,force_1-2,99,66 +force_1-2,99,62,0 warp fc207-1 1,1,force_1-2,99,36 +force_1-2,114,26,0 warp fc208 1,1,force_1-2,162,26 +force_1-2,158,26,0 warp fc208-1 1,1,force_1-2,110,26 +force_1-2,115,78,0 warp fc209 1,1,force_1-2,162,78 +force_1-2,158,78,0 warp fc209-1 1,1,force_1-2,111,78 +force_1-2,137,178,0 warp fc210 1,1,force_1-2,162,178 +force_1-2,158,178,0 warp fc210-1 1,1,force_1-2,133,178 +force_1-2,173,93,0 warp fc211 1,1,force_1-2,173,118 +force_1-2,173,114,0 warp fc211-1 1,1,force_1-2,173,89 +force_1-3,10,100,0 warp fc301 1,1,force_1-3,25,180 +force_1-3,29,180,0 warp fc301-1 1,1,force_1-3,14,100 +force_1-3,19,10,0 warp fc302 1,1,force_1-3,19,185 +force_1-3,19,189,0 warp fc302-1 1,1,force_1-3,19,14 +force_1-3,19,29,0 warp fc303 1,1,force_1-3,19,54 +force_1-3,19,50,0 warp fc303-1 1,1,force_1-3,19,25 +force_1-3,19,147,0 warp fc304 1,1,force_1-3,179,94 +force_1-3,179,90,0 warp fc304-1 1,1,force_1-3,19,143 +force_1-3,29,100,0 warp fc305 1,1,force_1-3,174,180 +force_1-3,170,180,0 warp fc305-1 1,1,force_1-3,24,100 +force_1-3,59,29,0 warp fc306 1,1,force_1-3,99,132 +force_1-3,99,128,0 warp fc306-1 1,1,force_1-3,59,25 +force_1-3,59,69,0 warp fc307 1,1,force_1-3,59,94 +force_1-3,59,90,0 warp fc307-1 1,1,force_1-3,59,65 +force_1-3,59,109,0 warp fc308 1,1,force_1-3,139,54 +force_1-3,139,50,0 warp fc308-1 1,1,force_1-3,59,105 +force_1-3,59,128,0 warp fc309 1,1,force_1-3,139,105 +force_1-3,139,109,0 warp fc309-1 1,1,force_1-3,59,132 +force_1-3,69,20,0 warp fc310 1,1,force_1-3,134,100 +force_1-3,130,100,0 warp fc310-1 1,1,force_1-3,65,20 +force_1-3,69,60,0 warp fc311 1,1,force_1-3,94,60 +force_1-3,90,60,0 warp fc311-1 1,1,force_1-3,65,60 +force_1-3,69,138,0 warp fc312 1,1,force_1-3,174,60 +force_1-3,170,60,0 warp fc312-1 1,1,force_1-3,65,138 +force_1-3,99,147,0 warp fc313 1,1,force_1-3,99,168 +force_1-3,99,164,0 warp fc313-1 1,1,force_1-3,99,143 +force_1-3,109,60,0 warp fc314 1,1,force_1-3,134,20 +force_1-3,130,20,0 warp fc314-1 1,1,force_1-3,105,60 +force_1-3,109,100,0 warp fc315 1,1,force_1-3,174,100 +force_1-3,170,100,0 warp fc315-1 1,1,force_1-3,105,100 +force_1-3,109,138,0 warp fc316 1,1,force_1-3,134,138 +force_1-3,130,138,0 warp fc316-1 1,1,force_1-3,105,138 +force_1-3,139,147,0 warp fc317 1,1,force_1-3,179,174 +force_1-3,179,170,0 warp fc317-1 1,1,force_1-3,139,143 +force_1-3,179,29,0 warp fc318 1,1,force_1-3,179,54 +force_1-3,179,50,0 warp fc318-1 1,1,force_1-3,179,25 +force_1-3,179,109,0 warp fc319 1,1,force_1-3,179,132 +force_1-3,179,128,0 warp fc319-1 1,1,force_1-3,179,105 diff --git a/npc/other/books.txt b/npc/other/books.txt index 67d94625f..bf4209c1b 100644 --- a/npc/other/books.txt +++ b/npc/other/books.txt @@ -4,7 +4,7 @@ //<--------------- NPCs BOOKS [Update: July. 27, 2004] --------------->\\ //<=========== Library - Begin ==========>\\ -prt_in.gat,159,56,4 script Monster Encyclopedia::me_prt_in 111,{ +prt_in,159,56,4 script Monster Encyclopedia::me_prt_in 111,{ mes "^FF0000[Monster Encyclopedia]^000000"; mes "This is a Monster Encyclopedia including information of Earth,Fire,Neutral Monsters!"; next; @@ -302,7 +302,7 @@ prt_in.gat,159,56,4 script Monster Encyclopedia::me_prt_in 111,{ close; } -prt_in.gat,161,50,4 script Monster Encyclopedia::me_prt_in2 111,{ +prt_in,161,50,4 script Monster Encyclopedia::me_prt_in2 111,{ mes "^FF0000[Monster Encyclopedia]^000000"; mes "This is a Monster Encyclopedia including Monsters of Dark,Poison and Undead Property!"; next; @@ -533,7 +533,7 @@ prt_in.gat,161,50,4 script Monster Encyclopedia::me_prt_in2 111,{ close; } -prt_in.gat,162,68,4 script `Merchant Guideline' for Dummies::mgfd_2 111,{ +prt_in,162,68,4 script `Merchant Guideline' for Dummies::mgfd_2 111,{ mes "^FF0000[`Merchant Guideline' for Dummies]^000000"; mes "Please go over the next page if you want to check `Vending'."; next; @@ -571,7 +571,7 @@ prt_in.gat,162,68,4 script `Merchant Guideline' for Dummies::mgfd_2 111,{ close; } -prt_in.gat,164,96,4 script Monster Encyclopedia::me_prt_in3 111,{ +prt_in,164,96,4 script Monster Encyclopedia::me_prt_in3 111,{ mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; mes "This is an Encyclopedia describing Monsters living in Dungeons."; next; @@ -933,7 +933,7 @@ prt_in.gat,164,96,4 script Monster Encyclopedia::me_prt_in3 111,{ close; } -prt_in.gat,164,102,4 script Monster Encyclopedia::me_prt_in4 111,{ +prt_in,164,102,4 script Monster Encyclopedia::me_prt_in4 111,{ mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; mes "The is an Encyclopedia describing Monsters living in Dungeons."; next; @@ -1314,7 +1314,7 @@ prt_in.gat,164,102,4 script Monster Encyclopedia::me_prt_in4 111,{ close; } -prt_in.gat,168,56,4 script Monster Encyclopedia::me_prt_in5 111,{ +prt_in,168,56,4 script Monster Encyclopedia::me_prt_in5 111,{ mes "^FF0000[Monster Encyclopedia]^000000"; mes "I am a Monster Encyclopedia, you can check several types of Monster with me."; next; @@ -1559,7 +1559,7 @@ prt_in.gat,168,56,4 script Monster Encyclopedia::me_prt_in5 111,{ close; } -prt_in.gat,168,68,4 script `Merchant Guideline' for Dummies::mgfd_1 111,{ +prt_in,168,68,4 script `Merchant Guideline' for Dummies::mgfd_1 111,{ mes "^FF0000[Blacksmith Guide for Dummies]^000000"; mes "You can get the information about how to refine Ores and about Weapon Craft Skills."; next; @@ -1618,7 +1618,7 @@ prt_in.gat,168,68,4 script `Merchant Guideline' for Dummies::mgfd_1 111,{ close; } -prt_in.gat,172,96,4 script Monster Encyclopedia::me_prt_in7 111,{ +prt_in,172,96,4 script Monster Encyclopedia::me_prt_in7 111,{ mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; mes "This is an Encyclopedia describing monsters living in Dungeons."; next; @@ -1944,7 +1944,7 @@ prt_in.gat,172,96,4 script Monster Encyclopedia::me_prt_in7 111,{ close; } -prt_in.gat,172,102,4 script Monster Encyclopedia::me_prt_in8 111,{ +prt_in,172,102,4 script Monster Encyclopedia::me_prt_in8 111,{ mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; mes "The is an Encyclopedia describing Monsters living in Dungeons."; next; diff --git a/npc/other/bulletin_boards.txt b/npc/other/bulletin_boards.txt index 95e737286..38d49078e 100644 --- a/npc/other/bulletin_boards.txt +++ b/npc/other/bulletin_boards.txt @@ -20,7 +20,7 @@ //= 1.6 Removed Duplicates [Silent] //============================================================ -alberta.gat,111,59,5 script Bulletin Board#1 837,{ +alberta,111,59,5 script Bulletin Board#1 837,{ mes "[Alberta: The Port City]"; mes "Welcome to Alberta, the Port City."; next; @@ -45,7 +45,7 @@ alberta.gat,111,59,5 script Bulletin Board#1 837,{ close; } -geffen.gat,124,65,5 script Bulletin Board#2 837,{ +geffen,124,65,5 script Bulletin Board#2 837,{ mes "[Geffen: The City of Magic]"; mes "Welcome to Geffen, the City of Magic. Geffen is well known for its various legends related to magic."; next; @@ -63,7 +63,7 @@ geffen.gat,124,65,5 script Bulletin Board#2 837,{ close; } -gef_fild10.gat,69,340,5 script Bulletin Board#3 837,{ +gef_fild10,69,340,5 script Bulletin Board#3 837,{ mes "[Orc Dungeon]"; mes "^6B1312Caution!^000000"; mes "The Orc Dungeon is comprised of 2 levels. Although not very strong individually, the monsters here attack in groups. Be careful."; @@ -79,7 +79,7 @@ gef_fild10.gat,69,340,5 script Bulletin Board#3 837,{ close; } -izlu2dun.gat,104,92,5 script Bulletin Board#4 837,{ +izlu2dun,104,92,5 script Bulletin Board#4 837,{ mes "[Byalan Island]"; mes "^6B1312Caution!^000000"; mes "The Izlude dungeon is comprised of 5 levels. The first few levels are suited for newer adventurers."; @@ -92,7 +92,7 @@ izlu2dun.gat,104,92,5 script Bulletin Board#4 837,{ close; } -izlude.gat,131,116,4 script Bulletin Board#5 837,{ +izlude,131,116,4 script Bulletin Board#5 837,{ mes "[Izlude: The Satellite City]"; mes "Welcome to Izlude, the satellite of Prontera. Izlude was built to support Prontera's defense and to accommodate its burgeoning population"; next; @@ -108,7 +108,7 @@ izlude.gat,131,116,4 script Bulletin Board#5 837,{ close; } -payon.gat,178,108,5 script Bulletin Board#06 837,{ +payon,178,108,5 script Bulletin Board#06 837,{ mes "[Payon: The Mountain City]"; mes "Welcome to Payon, the mountain city. Payon has recently been renovated, so we hope you enjoy the clean, nice streets and buildings."; next; @@ -130,7 +130,7 @@ payon.gat,178,108,5 script Bulletin Board#06 837,{ close; } -pay_arche.gat,79,30,5 script Bulletin Board#07 837,{ +pay_arche,79,30,5 script Bulletin Board#07 837,{ mes "[Archer Village]"; mes "Welcome to the Payon Archer Village where Novices can change their jobs to Archer."; next; @@ -142,7 +142,7 @@ pay_arche.gat,79,30,5 script Bulletin Board#07 837,{ close; } -pay_arche.gat,40,135,5 script Bulletin Board#08 837,{ +pay_arche,40,135,5 script Bulletin Board#08 837,{ mes "[Payon Cave]"; mes "^6B1312Caution!^000000"; mes "Payon Cave consists of 5 levels full of Undead and Demon monsters. Beware of swarms of Hydra in the third and fourth levels."; @@ -152,7 +152,7 @@ pay_arche.gat,40,135,5 script Bulletin Board#08 837,{ close; } -prontera.gat,148,49,5 script Bulletin Board#09 837,{ +prontera,148,49,5 script Bulletin Board#09 837,{ mes "[Prontera: Capital of the]"; mes "[Rune-Midgards Kingdom]"; mes "Welcome to Prontera, the capital city of Rune-Midgard."; @@ -184,7 +184,7 @@ prontera.gat,148,49,5 script Bulletin Board#09 837,{ close; } -mjolnir_02.gat,76,362,5 script Bulletin Board#10 837,{ +mjolnir_02,76,362,5 script Bulletin Board#10 837,{ mes "[Coal Mine]"; mes "^6B1312Caution!^000000"; mes "The Coal Mine consists of a total of 3 levels. This dungeon is suited to both new and experienced adventurers, depending on the dungeon level."; @@ -194,7 +194,7 @@ mjolnir_02.gat,76,362,5 script Bulletin Board#10 837,{ close; } -morocc.gat,152,110,5 script Bulletin Board#11 837,{ +morocc,152,110,5 script Bulletin Board#11 837,{ mes "[Morroc: The Frontier Town]"; mes "Welcome to Morroc, the City of the"; mes "Desert. Morroc was built on an"; @@ -225,7 +225,7 @@ morocc.gat,152,110,5 script Bulletin Board#11 837,{ close; } -comodo.gat,210,148,5 script Bulletin Board#12 837,{ +comodo,210,148,5 script Bulletin Board#12 837,{ mes "[Comodo: The Beach City]"; mes "Welcome! This town of Comodo is"; mes "surrounded by many ancient relics"; @@ -269,7 +269,7 @@ comodo.gat,210,148,5 script Bulletin Board#12 837,{ close; } -umbala.gat,137,94,5 script Bulletin Board#13 837,{ +umbala,137,94,5 script Bulletin Board#13 837,{ mes "[Umbala: The Utan Village]"; mes "Welcome to Umbala,"; mes "the village of the Utan tribe."; @@ -301,7 +301,7 @@ umbala.gat,137,94,5 script Bulletin Board#13 837,{ close; } -gef_fild09.gat,227,29,4 script Bulletin Board::OrcsBoard 835,{ +gef_fild09,227,29,4 script Bulletin Board::OrcsBoard 835,{ mes "[Orc Village]"; mes "^6B1312Caution!^000000"; mes "Beyond this point"; @@ -316,9 +316,9 @@ gef_fild09.gat,227,29,4 script Bulletin Board::OrcsBoard 835,{ close; } -gef_fild13.gat,202,31,5 duplicate(OrcsBoard) Bulletin Board#orc1 835 +gef_fild13,202,31,5 duplicate(OrcsBoard) Bulletin Board#orc1 835 -gef_fild13.gat,29,206,5 script Bulletin Board::KoboldsBoard 836,{ +gef_fild13,29,206,5 script Bulletin Board::KoboldsBoard 836,{ mes "[Kobold Village]"; mes "^6B1312Caution!^000000"; @@ -327,9 +327,9 @@ gef_fild13.gat,29,206,5 script Bulletin Board::KoboldsBoard 836,{ close; } -gef_fild08.gat,211,24,5 duplicate(KoboldsBoard) Bulletin Board#kb1 836 +gef_fild08,211,24,5 duplicate(KoboldsBoard) Bulletin Board#kb1 836 -gef_fild10.gat,109,23,5 script Bulletin Board#15 836,{ +gef_fild10,109,23,5 script Bulletin Board#15 836,{ mes "[Goblin Village]"; mes "^6B1312Caution!^000000"; @@ -338,7 +338,7 @@ gef_fild10.gat,109,23,5 script Bulletin Board#15 836,{ close; } -prt_fild05.gat,278,220,5 script Bulletin Board#16 837,{ +prt_fild05,278,220,5 script Bulletin Board#16 837,{ mes "[Culvert]"; mes "Culvert is comprised of a total of"; mes "4 levels, and is a good training"; @@ -361,7 +361,7 @@ prt_fild05.gat,278,220,5 script Bulletin Board#16 837,{ close; } -yuno.gat,154,112,5 script Bulletin Board#17 837,{ +yuno,154,112,5 script Bulletin Board#17 837,{ mes "[Juno: Capital of]"; mes "[The Schwarzwald Republic]"; mes "Welcome to Juno, the City of Sages."; @@ -404,7 +404,7 @@ yuno.gat,154,112,5 script Bulletin Board#17 837,{ close; } -aldebaran.gat,145,105,5 script Bulletin Board#18 837,{ +aldebaran,145,105,5 script Bulletin Board#18 837,{ mes "[Al De Baran: The Border City]"; mes "Welcome to Al De Baran, the border"; mes "city of the Rune-Midgarts Kingdom."; @@ -435,7 +435,7 @@ aldebaran.gat,145,105,5 script Bulletin Board#18 837,{ close; } -aldebaran.gat,136,133,5 script Bulletin Board#19 837,{ +aldebaran,136,133,5 script Bulletin Board#19 837,{ mes "[Clock Tower]"; mes "^6B1312Caution!^000000"; mes "Only well-experienced adventurers"; @@ -457,7 +457,7 @@ aldebaran.gat,136,133,5 script Bulletin Board#19 837,{ close; } -moc_fild19.gat,107,101,5 script Bulletin Board#20 837,{ +moc_fild19,107,101,5 script Bulletin Board#20 837,{ mes "[Sphinx]"; mes "^6B1312Caution!^000000"; mes "The Sphinx consists of 5 levels."; @@ -478,7 +478,7 @@ moc_fild19.gat,107,101,5 script Bulletin Board#20 837,{ close; } -gef_tower.gat,55,142,5 script Bulletin Board#21 837,{ +gef_tower,55,142,5 script Bulletin Board#21 837,{ mes "[Geffen Dungeon]"; mes "^6B1312Caution!^000000"; @@ -496,7 +496,7 @@ gef_tower.gat,55,142,5 script Bulletin Board#21 837,{ close; } -xmas_fild01.gat,75,80,5 script Bulletin Board#22 837,{ +xmas_fild01,75,80,5 script Bulletin Board#22 837,{ mes "[Winter Town, Lutie]"; mes "Welcome to Lutie, the town of snowfall."; @@ -512,7 +512,7 @@ xmas_fild01.gat,75,80,5 script Bulletin Board#22 837,{ close; } -xmas.gat,147,311,5 script Bulletin Board#23 837,{ +xmas,147,311,5 script Bulletin Board#23 837,{ mes "[Toy Factory]"; mes "^6B1312Caution!^000000"; @@ -528,7 +528,7 @@ xmas.gat,147,311,5 script Bulletin Board#23 837,{ close; } -yuno_fild03.gat,37,143,5 script Bulletin Board#24 837,{ +yuno_fild03,37,143,5 script Bulletin Board#24 837,{ mes "[The Magma Dungeon, Nogg Road]"; mes "^6B1312Caution!^000000"; @@ -542,7 +542,7 @@ yuno_fild03.gat,37,143,5 script Bulletin Board#24 837,{ close; } -niflheim.gat,200,191,5 script Bulletin Board#25 837,{ +niflheim,200,191,5 script Bulletin Board#25 837,{ mes "[City of the Dead, Nifflheim]"; mes "Welcome to Nifflheim, the City of the Dead."; @@ -567,7 +567,7 @@ niflheim.gat,200,191,5 script Bulletin Board#25 837,{ close; } -moc_fild15.gat,267,264,5 script Bulletin Board#26 837,{ +moc_fild15,267,264,5 script Bulletin Board#26 837,{ mes "[Ant Hell]"; mes "^6B1312Caution!^000000"; @@ -583,7 +583,7 @@ moc_fild15.gat,267,264,5 script Bulletin Board#26 837,{ close; } -moc_ruins.gat,61,164,5 script Bulletin Board#27 837,{ +moc_ruins,61,164,5 script Bulletin Board#27 837,{ mes "[Pyramids]"; mes "^6B1312Caution!^000000"; @@ -597,7 +597,7 @@ moc_ruins.gat,61,164,5 script Bulletin Board#27 837,{ close; } -glast_01.gat,369,308,5 script Bulletin Board#28 837,{ +glast_01,369,308,5 script Bulletin Board#28 837,{ mes "[Glast Heim]"; mes "Glast Heim is an enormous dungeon with countless levels."; diff --git a/npc/other/comodo_gambling.txt b/npc/other/comodo_gambling.txt index f6ed94ee3..b8aa56c05 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -21,7 +21,7 @@ //= Added missing emotions and cutins //============================================================ -comodo.gat,219,160,3 script Kachua 91,{ +comodo,219,160,3 script Kachua 91,{ cutin "katsua01.bmp",2; @@ -355,7 +355,7 @@ comodo.gat,219,160,3 script Kachua 91,{ end; } -mjolnir_02.gat,85,364,3 script Blacksmith Miner 726,{ +mjolnir_02,85,364,3 script Blacksmith Miner 726,{ mes "[Dwayne]"; mes "Wahahahaha~"; @@ -444,7 +444,7 @@ mjolnir_02.gat,85,364,3 script Blacksmith Miner 726,{ close; } -comodo.gat,204,148,7 script Devellin 90,{ +comodo,204,148,7 script Devellin 90,{ mes "[Devellin]"; mes "It seems some traveller showed"; @@ -469,7 +469,7 @@ comodo.gat,204,148,7 script Devellin 90,{ close; } -comodo.gat,210,154,4 script Suspicious Guy 118,{ +comodo,210,154,4 script Suspicious Guy 118,{ if (BaseClass == Job_Thief) { diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt index fcf1e54c0..ff1de7126 100644 --- a/npc/other/divorce.txt +++ b/npc/other/divorce.txt @@ -15,7 +15,7 @@ //============================================================ -nif_in.gat,190,112,5 script Deviruchi#divorce 1109,{ +nif_in,190,112,5 script Deviruchi#divorce 1109,{ mes "[Deviruchi]"; if (getpartnerid() == 0) { mes "Kekeke, humans are always alone in the end,"; @@ -66,7 +66,7 @@ nif_in.gat,190,112,5 script Deviruchi#divorce 1109,{ mes "and come back to find Deviruchi someday!"; mes "We'll see how long your happiness will last!!"; close2; - warp "niflheim.gat",169,162; + warp "niflheim",169,162; end; M_NewLife: @@ -113,4 +113,4 @@ M_Divorce: mes "Throw away all your sinking feelings!"; mes "You should thank Deviruchi.....!"; close; -} +}
\ No newline at end of file diff --git a/npc/other/lighthalzen_auction.txt b/npc/other/lighthalzen_auction.txt index 1d0f0265b..2ff9e7301 100644 --- a/npc/other/lighthalzen_auction.txt +++ b/npc/other/lighthalzen_auction.txt @@ -14,7 +14,7 @@ //============================================================ //=======================WARPER=============================== -lighthalzen.gat,205,169,4 script Auction Guide 833,{ +lighthalzen,205,169,4 script Auction Guide 833,{ mes "[Auction Guide]"; mes "Trying to go to the acution"; @@ -24,7 +24,7 @@ WA_yes: mes "[Auction Guide]"; mes "Have a good trip~"; close2; - warp "auction_02.gat",43,24; + warp "auction_02",43,24; end; WA_no: @@ -34,7 +34,7 @@ WA_no: } //=======================AUCTION NPC========================== -auction_02.gat,31,46,9 script Auction Supervisor::as1 874,{ +auction_02,31,46,9 script Auction Supervisor::as1 874,{ mes "[Auctioner]"; mes "Welcome."; @@ -52,8 +52,8 @@ AU_no: mes "Okay then.."; close; } -auction_02.gat,43,65,2 duplicate(as1) Auction Supervisor::asd1 874 -auction_02.gat,56,46,2 duplicate(as1) Auction Supervisor::asd2 874 +auction_02,43,65,2 duplicate(as1) Auction Supervisor::asd1 874 +auction_02,56,46,2 duplicate(as1) Auction Supervisor::asd2 874 //=======================WARP================================= -auction_02.gat,43,17,0 warp auc_light01 1,1,lighthalzen.gat,209,169
\ No newline at end of file +auction_02,43,17,0 warp auc_light01 1,1,lighthalzen,209,169
\ No newline at end of file diff --git a/npc/other/lighthalzen_bank.txt b/npc/other/lighthalzen_bank.txt index 0453a9b14..3d65e4453 100644 --- a/npc/other/lighthalzen_bank.txt +++ b/npc/other/lighthalzen_bank.txt @@ -14,7 +14,7 @@ //= 1.1 Add correct name, and change some dialogue. [Au{R}oN] //============================================================ -lhz_in02.gat,34,41,7 script Arthur 849,{ +lhz_in02,34,41,7 script Arthur 849,{ mes "[Arthur]"; mes "The chairs here are"; @@ -26,7 +26,7 @@ lhz_in02.gat,34,41,7 script Arthur 849,{ close; } -lhz_in02.gat,28,39,3 script Helen 703,{ +lhz_in02,28,39,3 script Helen 703,{ mes "[Helen]"; mes "You know, maybe when"; @@ -37,7 +37,7 @@ lhz_in02.gat,28,39,3 script Helen 703,{ close; } -lhz_in02.gat,31,34,3 script Tadem 847,{ +lhz_in02,31,34,3 script Tadem 847,{ mes "[Tadem]"; mes "I do so enjoy the"; @@ -49,7 +49,7 @@ lhz_in02.gat,31,34,3 script Tadem 847,{ close; } -lhz_in02.gat,31,33,3 script Gracie 863,{ +lhz_in02,31,33,3 script Gracie 863,{ mes "[Gracie]"; mes "Oh, it's so comfortable"; @@ -69,7 +69,7 @@ lhz_in02.gat,31,33,3 script Gracie 863,{ close; } -lhz_in02.gat,34,22,8 script Bank Clerk::1_st 755,{ +lhz_in02,34,22,8 script Bank Clerk::1_st 755,{ mes "[Bank Clerk]"; mes "Due to some critical system"; @@ -79,5 +79,5 @@ lhz_in02.gat,34,22,8 script Bank Clerk::1_st 755,{ mes "and appreciate your understanding."; close; } -lhz_in02.gat,21,25,9 duplicate(1_st) Bank Clerk::2_nd 86 -lhz_in02.gat,21,38,9 duplicate(1_st) Bank Clerk::3_th 86
\ No newline at end of file +lhz_in02,21,25,9 duplicate(1_st) Bank Clerk::2_nd 86 +lhz_in02,21,38,9 duplicate(1_st) Bank Clerk::3_th 86
\ No newline at end of file diff --git a/npc/other/lighthalzen_prison.txt b/npc/other/lighthalzen_prison.txt index b7a57e619..b5fc8e820 100644 --- a/npc/other/lighthalzen_prison.txt +++ b/npc/other/lighthalzen_prison.txt @@ -14,7 +14,7 @@ //= 1.1 Add correct names and fix some dialogues. [Au{R}oN] //============================================================ -lhz_in02.gat,145,179,7 script Togii::d1 849,{ +lhz_in02,145,179,7 script Togii::d1 849,{ mes "[Togii]"; mes "Ooo yeah"; @@ -25,7 +25,7 @@ lhz_in02.gat,145,179,7 script Togii::d1 849,{ close; } -lhz_in02.gat,157,198,8 script Healthy Looking Guy 85,{ +lhz_in02,157,198,8 script Healthy Looking Guy 85,{ mes "[Healthy Looking Guy]"; mes "Grrrrr! Leave me alone!"; @@ -36,7 +36,7 @@ lhz_in02.gat,157,198,8 script Healthy Looking Guy 85,{ close; } -lhz_in02.gat,155,201,7 script Hinkley::d2 870,{ +lhz_in02,155,201,7 script Hinkley::d2 870,{ mes "[Hinkley]"; mes "Meh heh heh..."; @@ -54,7 +54,7 @@ lhz_in02.gat,155,201,7 script Hinkley::d2 870,{ close; } -lhz_in02.gat,153,206,6 script Milette::d3 853,{ +lhz_in02,153,206,6 script Milette::d3 853,{ mes "[Milette]"; mes "Let me go!"; @@ -74,7 +74,7 @@ lhz_in02.gat,153,206,6 script Milette::d3 853,{ close; } -lhz_in02.gat,147,222,4 script Officer Guo::off_guo 85,{ +lhz_in02,147,222,4 script Officer Guo::off_guo 85,{ mes "[Officer Guo]"; mes "Tell me...!"; @@ -148,4 +148,4 @@ lhz_in02.gat,147,222,4 script Officer Guo::off_guo 85,{ close; } -lhz_in02.gat,142,221,8 duplicate(off_guo) Suspect::susp_guo 870
\ No newline at end of file +lhz_in02,142,221,8 duplicate(off_guo) Suspect::susp_guo 870
\ No newline at end of file diff --git a/npc/other/marriage.txt b/npc/other/marriage.txt index 17cde4a5c..557fee3a3 100644 --- a/npc/other/marriage.txt +++ b/npc/other/marriage.txt @@ -58,7 +58,7 @@ OnInit: // $@divorcee id of the partner, who has to accept the divorce and pay. //The Priest -prt_church.gat,100,123,4 script Frederick Second 60,{ +prt_church,100,123,4 script Frederick Second 60,{ set @name$,"Frederick Second"; function SF_wed_end; @@ -434,7 +434,7 @@ OnInit: } //Registration & Status -prt_church.gat,106,99,3 script Sister Mary 67,{ +prt_church,106,99,3 script Sister Mary 67,{ set @name$,"Mary"; if (getpartnerid() > 0) { mes "["+@name$+"]"; @@ -810,7 +810,7 @@ function SF_Procedure { } } -prt_church.gat,94,99,4 script Sister Lisa 79,{ +prt_church,94,99,4 script Sister Lisa 79,{ set @name$,"Lisa"; function SF_DivorceEnd; diff --git a/npc/other/monster_museum.txt b/npc/other/monster_museum.txt index 12e7f1bba..acd869158 100644 --- a/npc/other/monster_museum.txt +++ b/npc/other/monster_museum.txt @@ -16,7 +16,7 @@ //============================================================ -yuno_in03.gat,33,17,3 script Guide of Monster Museum 67,{ +yuno_in03,33,17,3 script Guide of Monster Museum 67,{ mes "[Shenya]"; mes "Welcome."; mes "You are in the Monster Museum."; @@ -44,7 +44,7 @@ L_Tip: close; } -//yuno_in03.gat,32,102,1 script Biology Professor 755,{ +//yuno_in03,32,102,1 script Biology Professor 755,{ // mes "[Ruthy Celsus]"; // mes "Hmm? What is it? Do you want to take a look at monsters?"; // next; @@ -58,11 +58,11 @@ L_Tip: // close; //} -yuno_in03.gat,36,21,3 script Deviace 1108,{ +yuno_in03,36,21,3 script Deviace 1108,{ end; } -yuno_in03.gat,33,21,1 script #Deviace 111,{ +yuno_in03,33,21,1 script #Deviace 111,{ mes " "; mes "- Scientific Name : Deviace"; mes "- Size : Medium"; @@ -76,11 +76,11 @@ yuno_in03.gat,33,21,1 script #Deviace 111,{ close; } -yuno_in03.gat,36,27,3 script Fur Seal 1317,{ +yuno_in03,36,27,3 script Fur Seal 1317,{ end; } -yuno_in03.gat,33,27,1 script #Fur Seal 111,{ +yuno_in03,33,27,1 script #Fur Seal 111,{ mes " "; mes "- Scientific Name : Fur Seal"; mes "- Size : Medium"; @@ -92,11 +92,11 @@ yuno_in03.gat,33,27,1 script #Fur Seal 111,{ close; } -yuno_in03.gat,36,33,3 script Sage Worm 1281,{ +yuno_in03,36,33,3 script Sage Worm 1281,{ end; } -yuno_in03.gat,33,33,1 script #Sage Worm 111,{ +yuno_in03,33,33,1 script #Sage Worm 111,{ mes " "; mes "- Scientific Name : Sage Worm"; mes "- Size : Small"; @@ -110,11 +110,11 @@ yuno_in03.gat,33,33,1 script #Sage Worm 111,{ close; } -yuno_in03.gat,39,39,3 script Penomena 1216,{ +yuno_in03,39,39,3 script Penomena 1216,{ end; } -yuno_in03.gat,38,39,1 script #Penomena 111,{ +yuno_in03,38,39,1 script #Penomena 111,{ mes " "; mes "- Scientific Name : Penomena"; mes "- Size : Medium"; @@ -128,11 +128,11 @@ yuno_in03.gat,38,39,1 script #Penomena 111,{ close; } -yuno_in03.gat,39,44,3 script Galapago 1391,{ +yuno_in03,39,44,3 script Galapago 1391,{ end; } -yuno_in03.gat,37,44,1 script #Galapago 111,{ +yuno_in03,37,44,1 script #Galapago 111,{ mes " "; mes "- Scientific Name : Galapago"; mes "- Size : Small"; @@ -146,23 +146,23 @@ yuno_in03.gat,37,44,1 script #Galapago 111,{ close; } -yuno_in03.gat,38,50,3 script PecoPeco Egg 1047,{ +yuno_in03,38,50,3 script PecoPeco Egg 1047,{ end; } -yuno_in03.gat,34,54,3 script Thief Bug Egg 1048,{ +yuno_in03,34,54,3 script Thief Bug Egg 1048,{ end; } -yuno_in03.gat,12,50,3 script Ant Egg 1097,{ +yuno_in03,12,50,3 script Ant Egg 1097,{ end; } -yuno_in03.gat,10,45,5 script Assaulter 1315,{ +yuno_in03,10,45,5 script Assaulter 1315,{ end; } -yuno_in03.gat,12,45,1 script #Assaulter 111,{ +yuno_in03,12,45,1 script #Assaulter 111,{ mes " "; mes "- Scientific Name : Assaulter"; mes "- Size : Medium"; @@ -177,11 +177,11 @@ yuno_in03.gat,12,45,1 script #Assaulter 111,{ close; } -yuno_in03.gat,10,39,5 script Alice 1275,{ +yuno_in03,10,39,5 script Alice 1275,{ end; } -yuno_in03.gat,12,39,1 script #Alice 111,{ +yuno_in03,12,39,1 script #Alice 111,{ mes " "; mes "- Scientific Name : Alice"; mes "- Size : Medium"; @@ -193,11 +193,11 @@ yuno_in03.gat,12,39,1 script #Alice 111,{ close; } -yuno_in03.gat,15,33,5 script Violy 1390,{ +yuno_in03,15,33,5 script Violy 1390,{ end; } -yuno_in03.gat,19,33,1 script #Violy 111,{ +yuno_in03,19,33,1 script #Violy 111,{ mes " "; mes "- Scientific Name : Violy"; mes "- Size : Medium"; @@ -209,11 +209,11 @@ yuno_in03.gat,19,33,1 script #Violy 111,{ close; } -yuno_in03.gat,15,27,5 script Chepet 1250,{ +yuno_in03,15,27,5 script Chepet 1250,{ end; } -yuno_in03.gat,19,27,1 script #Chepet 111,{ +yuno_in03,19,27,1 script #Chepet 111,{ mes " "; mes "- Scientific Name : Chepet"; mes "- Size : Medium"; @@ -226,11 +226,11 @@ yuno_in03.gat,19,27,1 script #Chepet 111,{ close; } -yuno_in03.gat,15,21,5 script Raydric 1163,{ +yuno_in03,15,21,5 script Raydric 1163,{ end; } -yuno_in03.gat,19,21,1 script #Raydric 111,{ +yuno_in03,19,21,1 script #Raydric 111,{ mes " "; mes "- Scientific Name : Raydric"; mes "- Size : Large"; @@ -244,11 +244,11 @@ yuno_in03.gat,19,21,1 script #Raydric 111,{ close; } -yuno_in03.gat,46,96,3 script Owl Duke 1320,{ +yuno_in03,46,96,3 script Owl Duke 1320,{ end; } -yuno_in03.gat,44,96,1 script #Owl Duke 111,{ +yuno_in03,44,96,1 script #Owl Duke 111,{ mes " "; mes "- Scientific Name : Owl Duke"; mes "- Size : Large"; @@ -263,11 +263,11 @@ yuno_in03.gat,44,96,1 script #Owl Duke 111,{ close; } -yuno_in03.gat,48,100,3 script Marine Sphere 1142,{ +yuno_in03,48,100,3 script Marine Sphere 1142,{ end; } -yuno_in03.gat,46,101,1 script #Marine Sphere 111,{ +yuno_in03,46,101,1 script #Marine Sphere 111,{ mes " "; mes "- Scientific Name : Marine Sphere"; mes "- Size : Small"; @@ -281,11 +281,11 @@ yuno_in03.gat,46,101,1 script #Marine Sphere 111,{ close; } -yuno_in03.gat,48,104,3 script Mandragora 1020,{ +yuno_in03,48,104,3 script Mandragora 1020,{ end; } -yuno_in03.gat,46,105,1 script #Mandragora 111,{ +yuno_in03,46,105,1 script #Mandragora 111,{ mes " "; mes "- Scientific Name : Mandragora"; mes "- Size : Medium"; @@ -300,11 +300,11 @@ yuno_in03.gat,46,105,1 script #Mandragora 111,{ close; } -yuno_in03.gat,48,108,3 script Geographer 1368,{ +yuno_in03,48,108,3 script Geographer 1368,{ end; } -yuno_in03.gat,46,108,1 script #Geographer 111,{ +yuno_in03,46,108,1 script #Geographer 111,{ mes " "; mes "- Scientific Name : Geographer"; mes "- Size : Medium"; @@ -321,11 +321,11 @@ yuno_in03.gat,46,108,1 script #Geographer 111,{ close; } -yuno_in03.gat,48,112,3 script Rafflesia 1162,{ +yuno_in03,48,112,3 script Rafflesia 1162,{ end; } -yuno_in03.gat,46,112,1 script #Rafflesia 111,{ +yuno_in03,46,112,1 script #Rafflesia 111,{ mes " "; mes "- Scientific Name : Rafflesia"; mes "- Size : Small"; @@ -341,11 +341,11 @@ yuno_in03.gat,46,112,1 script #Rafflesia 111,{ close; } -yuno_in03.gat,48,116,3 script Stem Worm 1215,{ +yuno_in03,48,116,3 script Stem Worm 1215,{ end; } -yuno_in03.gat,45,116,1 script #Stem Worm 111,{ +yuno_in03,45,116,1 script #Stem Worm 111,{ mes " "; mes "- Scientific Name : Stem Worm"; mes "- Size : Medium"; @@ -360,11 +360,11 @@ yuno_in03.gat,45,116,1 script #Stem Worm 111,{ close; } -yuno_in03.gat,44,120,3 script Succubus 1370,{ +yuno_in03,44,120,3 script Succubus 1370,{ end; } -yuno_in03.gat,42,120,1 script #Succubus 111,{ +yuno_in03,42,120,1 script #Succubus 111,{ mes " "; mes "- Scientific Name : Succubus"; mes "- Size : Medium"; @@ -376,11 +376,11 @@ yuno_in03.gat,42,120,1 script #Succubus 111,{ close; } -yuno_in03.gat,39,124,3 script Ancient Mummy 1297,{ +yuno_in03,39,124,3 script Ancient Mummy 1297,{ end; } -yuno_in03.gat,39,122,1 script #Ancient Mummy 111,{ +yuno_in03,39,122,1 script #Ancient Mummy 111,{ mes " "; mes "- Scientific Name : Ancient Mummy"; mes "- Size : Medium"; @@ -396,11 +396,11 @@ yuno_in03.gat,39,122,1 script #Ancient Mummy 111,{ close; } -yuno_in03.gat,35,124,3 script Sleeper 1386,{ +yuno_in03,35,124,3 script Sleeper 1386,{ end; } -yuno_in03.gat,35,122,1 script #Sleeper 111,{ +yuno_in03,35,122,1 script #Sleeper 111,{ mes " "; mes "- Scientific Name : Sleeper"; mes "- Size : Medium"; @@ -414,11 +414,11 @@ yuno_in03.gat,35,122,1 script #Sleeper 111,{ close; } -yuno_in03.gat,31,124,3 script Megalodon 1064,{ +yuno_in03,31,124,3 script Megalodon 1064,{ end; } -yuno_in03.gat,31,122,1 script #Megalodon 111,{ +yuno_in03,31,122,1 script #Megalodon 111,{ mes " "; mes "- Scientific Name : Megalodon"; mes "- Size : Medium"; @@ -432,11 +432,11 @@ yuno_in03.gat,31,122,1 script #Megalodon 111,{ close; } -yuno_in03.gat,28,124,5 script Rideword 1195,{ +yuno_in03,28,124,5 script Rideword 1195,{ end; } -yuno_in03.gat,28,122,1 script #Rideword 111,{ +yuno_in03,28,122,1 script #Rideword 111,{ mes " "; mes "- Scientific Name : Rideword"; mes "- Size : Small"; @@ -448,11 +448,11 @@ yuno_in03.gat,28,122,1 script #Rideword 111,{ close; } -yuno_in03.gat,24,124,3 script Blazzer 1367,{ +yuno_in03,24,124,3 script Blazzer 1367,{ end; } -yuno_in03.gat,24,122,1 script #Blazzer 111,{ +yuno_in03,24,122,1 script #Blazzer 111,{ mes " "; mes "- Scientific Name : Blazzer"; mes "- Size : Medium"; @@ -467,11 +467,11 @@ yuno_in03.gat,24,122,1 script #Blazzer 111,{ close; } -yuno_in03.gat,18,122,5 script Incubus 1374,{ +yuno_in03,18,122,5 script Incubus 1374,{ end; } -yuno_in03.gat,19,120,1 script #Incubus 111,{ +yuno_in03,19,120,1 script #Incubus 111,{ mes " "; mes "- Scientific Name : Incubus"; mes "- Size : Medium"; @@ -483,11 +483,11 @@ yuno_in03.gat,19,120,1 script #Incubus 111,{ close; } -yuno_in03.gat,16,116,5 script Dragon Tail 1321,{ +yuno_in03,16,116,5 script Dragon Tail 1321,{ end; } -yuno_in03.gat,18,116,1 script #Dragon Tail 111,{ +yuno_in03,18,116,1 script #Dragon Tail 111,{ mes " "; mes "- Scientific Name : Dragon Tail"; mes "- Size : Medium"; @@ -499,11 +499,11 @@ yuno_in03.gat,18,116,1 script #Dragon Tail 111,{ close; } -yuno_in03.gat,16,111,5 script Arclouse 1194,{ +yuno_in03,16,111,5 script Arclouse 1194,{ end; } -yuno_in03.gat,18,111,1 script #Arclouse 111,{ +yuno_in03,18,111,1 script #Arclouse 111,{ mes " "; mes "- Scientific Name : Arclouse"; mes "- Size : Medium"; @@ -515,11 +515,11 @@ yuno_in03.gat,18,111,1 script #Arclouse 111,{ close; } -yuno_in03.gat,16,108,5 script Tri-Joint 1279,{ +yuno_in03,16,108,5 script Tri-Joint 1279,{ end; } -yuno_in03.gat,18,108,1 script #Tri-Joint 111,{ +yuno_in03,18,108,1 script #Tri-Joint 111,{ mes " "; mes "- Scientific Name : Tri-Joint"; mes "- Size : Small"; @@ -535,11 +535,11 @@ yuno_in03.gat,18,108,1 script #Tri-Joint 111,{ close; } -yuno_in03.gat,16,104,5 script Thief Bug Male 1054,{ +yuno_in03,16,104,5 script Thief Bug Male 1054,{ end; } -yuno_in03.gat,18,104,1 script #Thief Bug Male 111,{ +yuno_in03,18,104,1 script #Thief Bug Male 111,{ mes " "; mes "- Scientific Name : Thief Bug Male"; mes "- Size : Medium"; @@ -553,11 +553,11 @@ yuno_in03.gat,18,104,1 script #Thief Bug Male 111,{ close; } -yuno_in03.gat,16,100,5 script Caterpillar 1300,{ +yuno_in03,16,100,5 script Caterpillar 1300,{ end; } -yuno_in03.gat,18,100,1 script #Caterpillar 111,{ +yuno_in03,18,100,1 script #Caterpillar 111,{ mes " "; mes "- Scientific Name : Caterpillar"; mes "- Size : Small"; @@ -571,11 +571,11 @@ yuno_in03.gat,18,100,1 script #Caterpillar 111,{ close; } -yuno_in03.gat,18,96,5 script Wanderer 1208,{ +yuno_in03,18,96,5 script Wanderer 1208,{ end; } -yuno_in03.gat,20,96,1 script #Wanderer 111,{ +yuno_in03,20,96,1 script #Wanderer 111,{ mes " "; mes "- Scientific Name : Wanderer"; mes "- Size : Medium"; @@ -585,4 +585,4 @@ yuno_in03.gat,20,96,1 script #Wanderer 111,{ mes "Sword master revived by dark magic. By looking at his magnificent swordsmanship, we guess that he was a very skillful swordsman before."; mes "As soon as he draws his sword, his opponents are sliced by him."; close; -} +}
\ No newline at end of file diff --git a/npc/other/msg_boards.txt b/npc/other/msg_boards.txt index d83c5ef95..e5d327959 100644 --- a/npc/other/msg_boards.txt +++ b/npc/other/msg_boards.txt @@ -20,7 +20,7 @@ // Al De Baran // //=======================================================================// // Welcome Sign ------------------------------------------------ -aldebaran.gat,133,104,1 script Welcome Sign::ws_aldebaran 111,{ +aldebaran,133,104,1 script Welcome Sign::ws_aldebaran 111,{ mes "~sign reads....~"; mes "Hello and enjoy your visit to Aldebaran! Aldebaran is the mystical city of clocks and Kafras!"; close; @@ -30,21 +30,21 @@ aldebaran.gat,133,104,1 script Welcome Sign::ws_aldebaran 111,{ // Alberta // //=======================================================================// // Sign: Alberta Harbor ----------------------------------------------- -//alberta.gat,35,241,1 script Alberta Harbor 111,{ +//alberta,35,241,1 script Alberta Harbor 111,{ // mes "~sign reads....~"; // mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!"; // close; //} // Welcome Sign ----------------------------------------------- -alberta.gat,196,152,1 script Welcome Sign::ws_alberta 111,{ +alberta,196,152,1 script Welcome Sign::ws_alberta 111,{ mes "~sign reads...~"; mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!"; close; } // Sign: Merchant Guild ------------------------------------------ -alberta.gat,37,39,1 script Merchant Guild 111,{ +alberta,37,39,1 script Merchant Guild 111,{ mes "~sign reads...~"; mes "Enjoy the art of buying and selling? Love making unbeatable deals?"; mes "Then the Alberta Merchant Guild is perfect for you!"; @@ -57,28 +57,28 @@ alberta.gat,37,39,1 script Merchant Guild 111,{ // Geffen // //=======================================================================// // Welcome Sign ---------------------------------------------- -geffen.gat,116,58,1 script Welcome Sign::ws_geffen 111,{ +geffen,116,58,1 script Welcome Sign::ws_geffen 111,{ mes "~sign reads...~"; mes "Greetings!! You are in the wonderful city of Geffen! Geffen is the city of Magic and home to Mages and Wizards!."; close; } // Sign: Geffen Tower Sign ---------------------------------------------- -geffen.gat,113,104,1 script Geffen Tower 111,{ +geffen,113,104,1 script Geffen Tower 111,{ mes "~sign reads...~"; mes "This is the Geffen Tower, home to the Wizard Academy as well as the infamous Geffen Dungeon. Novices beware!!!"; close; } // Sign: Blacksmith Guild ------------------------------------------- -geffen.gat,184,61,1 script Blacksmith Guild 111,{ +geffen,184,61,1 script Blacksmith Guild 111,{ mes "~sign reads...~"; mes "This is the Blacksmith Guild."; close; } // Sign Post ----------------------------------------------------------- -geffen.gat,119,190,0 script Sign Post#01 111,{ +geffen,119,190,0 script Sign Post#01 111,{ mes "~sign reads...~"; mes "North to Geffen Fields"; mes "Northeast to Al De Baran"; @@ -98,7 +98,7 @@ geffen.gat,119,190,0 script Sign Post#01 111,{ //=======================================================================// // Sign: Inn ---------------------------------------------------------- -morocc.gat,272,272,1 script Morroc Town Inn 111,{ +morocc,272,272,1 script Morroc Town Inn 111,{ mes "~sign reads....~"; mes "Welcome weary travelers! Stay the night at the Morroc Town Inn."; close; @@ -115,14 +115,14 @@ morocc.gat,272,272,1 script Morroc Town Inn 111,{ // Prontera // //=======================================================================// // Welcome Sign ----------------------------------------------------------- -prontera.gat,156,197,1 script Welcome Sign::ws_prontera 111,{ +prontera,156,197,1 script Welcome Sign::ws_prontera 111,{ mes"~sign reads...~"; mes "You've found yourself in the great city of Prontera! Prontera is one of the largest cities in Rune-Midgard and is home to the Prontera Chivalry!"; close; } // Sign Post ---------------------------------------------------------------- -prontera.gat,158,213,1 script Sign Post#02 111,{ +prontera,158,213,1 script Sign Post#02 111,{ mes "~ the sign post reads ~"; mes "North to Prontera Castle"; mes "Farther North to Al De Baran"; diff --git a/npc/other/powernpc.txt b/npc/other/powernpc.txt index 4d89e0c5d..81aa6ba72 100644 --- a/npc/other/powernpc.txt +++ b/npc/other/powernpc.txt @@ -11,7 +11,7 @@ //============================================================ -gonryun.gat,180,118,4 script Iron man#gnp 85,{ +gonryun,180,118,4 script Iron man#gnp 85,{ if (countitem(1201) > 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; @@ -127,7 +127,7 @@ gonryun.gat,180,118,4 script Iron man#gnp 85,{ mes "I like your confidence."; mes "Good luck on you~"; close2; - warp "gon_test.gat",53,6; + warp "gon_test",53,6; end; } else { mes "[Songmoodoo]"; @@ -147,7 +147,7 @@ gonryun.gat,180,118,4 script Iron man#gnp 85,{ close; } -gon_test.gat,50,14,4 script Administrator#gnp 780,{ +gon_test,50,14,4 script Administrator#gnp 780,{ mes "[Administrator]"; if (BaseJob == Job_Novice) { mes "Children are not allowed in here."; @@ -176,14 +176,14 @@ gon_test.gat,50,14,4 script Administrator#gnp 780,{ } set Zeny,Zeny - 500; set in_battle,1; - warp "gon_test.gat",42,86; + warp "gon_test",42,86; set $@in_battle,1; setnpctimer 0,"Summoner#gnp"; startnpctimer "Summoner#gnp"; end; } -gon_test.gat,42,89,4 script Summoner#gnp 774,{ +gon_test,42,89,4 script Summoner#gnp 774,{ mes "[SongYeunWoo]"; if (in_battle == 3) { mes "Please come back after registration."; @@ -208,7 +208,7 @@ gon_test.gat,42,89,4 script Summoner#gnp 774,{ mes "Let the fight begin!"; close2; set in_battle,2; - if (getnpctimer(0) < 180000) monster "gon_test.gat",56,86,.gnpMobsName$[(@gnpGroup-1)*6 + @gnpMob - 1],.gnpMobsId[(@gnpGroup-1)*6 + @gnpMob - 1],1,"Summoner#gnp::OnGnpMobDead"; + if (getnpctimer(0) < 180000) monster "gon_test",56,86,.gnpMobsName$[(@gnpGroup-1)*6 + @gnpMob - 1],.gnpMobsId[(@gnpGroup-1)*6 + @gnpMob - 1],1,"Summoner#gnp::OnGnpMobDead"; // do init timer on mob select ? // setnpctimer 0; end; @@ -241,30 +241,30 @@ gon_test.gat,42,89,4 script Summoner#gnp 774,{ end; OnTimer120000: - areaannounce "gon_test.gat",41,81,74,92,"1 min. left",0; + areaannounce "gon_test",41,81,74,92,"1 min. left",0; end; OnTimer180000: - killmonster "gon_test.gat","Summoner#gnp::OnGnpMobDead"; + killmonster "gon_test","Summoner#gnp::OnGnpMobDead"; end; OnTimer182000: - areaannounce "gon_test.gat",41,81,74,92,"Time Over.",0; + areaannounce "gon_test",41,81,74,92,"Time Over.",0; end; OnGnpMobDead: setnpctimer 0; set in_battle,1; - areaannounce "gon_test.gat",41,81,74,92,"Thank you. Please, come again.",0; + areaannounce "gon_test",41,81,74,92,"Thank you. Please, come again.",0; sleep 4000; OnTimer184000: stopnpctimer; - areawarp "gon_test.gat",41,81,74,92,"gon_test.gat",44,4; + areawarp "gon_test",41,81,74,92,"gon_test",44,4; set $@in_battle,0; end; } -gon_test.gat,46,14,3 script Guide of field of fight#gnp 770,{ +gon_test,46,14,3 script Guide of field of fight#gnp 770,{ mes "[SongHeeYeon]"; mes "....."; mes "Hi, there~"; @@ -295,14 +295,14 @@ gon_test.gat,46,14,3 script Guide of field of fight#gnp 770,{ mes "Have a good time."; close2; set in_battle,3; - warp "gon_test.gat",25,98; + warp "gon_test",25,98; end; case 4: mes "[SongHeeYeon]"; mes "Thank you."; mes "Please come again."; close2; - warp "gonryun.gat",177,112; + warp "gonryun",177,112; end; case 5: mes "[SongHeeYeon]"; @@ -313,7 +313,7 @@ gon_test.gat,46,14,3 script Guide of field of fight#gnp 770,{ close; } -gon_test.gat,70,103,3 script ChowAnAn#gnp 773,{ +gon_test,70,103,3 script ChowAnAn#gnp 773,{ mes "[ChowAnAn]"; mes "Want to go back?"; next; @@ -323,7 +323,7 @@ gon_test.gat,70,103,3 script ChowAnAn#gnp 773,{ mes "Please come again."; close2; set in_battle,1; - warp "gon_test.gat",44,4; + warp "gon_test",44,4; end; } mes "[ChowAnAn]"; diff --git a/npc/other/pvp.txt b/npc/other/pvp.txt index 439398646..f5084602d 100644 --- a/npc/other/pvp.txt +++ b/npc/other/pvp.txt @@ -22,28 +22,28 @@ //========================================================================== // Alberta ----------------------------------------- -alberta_in.gat,22,146,4 script PvP Narrator#1 84,{ - callfunc "F_PvPNarr", "alberta_in.gat", 24, 143; +alberta_in,22,146,4 script PvP Narrator#1 84,{ + callfunc "F_PvPNarr", "alberta_in", 24, 143; end; } // Payon ------------------------------------- -payon_in01.gat,173,109,3 script PvP Narrator#2 84,{ - callfunc "F_PvPNarr", "payon_in01.gat", 169, 108; +payon_in01,173,109,3 script PvP Narrator#2 84,{ + callfunc "F_PvPNarr", "payon_in01", 169, 108; end; } // Prontera ------------------------------------- -prt_in.gat,56,140,4 script PvP Narrator#3 84,{ - callfunc "F_PvPNarr", "prt_in.gat", 54, 137; +prt_in,56,140,4 script PvP Narrator#3 84,{ + callfunc "F_PvPNarr", "prt_in", 54, 137; end; } // Morocc -------------------------------------- -morocc_in.gat,144,138,4 script PvP Narrator#4 84,{ - callfunc "F_PvPNarr", "morocc_in.gat", 141, 140; +morocc_in,144,138,4 script PvP Narrator#4 84,{ + callfunc "F_PvPNarr", "morocc_in", 141, 140; end; } // Geffen -------------------------------------- -geffen_in.gat,67,63,4 script PvP Narrator#5 84,{ - callfunc "F_PvPNarr", "geffen_in.gat", 64, 60; +geffen_in,67,63,4 script PvP Narrator#5 84,{ + callfunc "F_PvPNarr", "geffen_in", 64, 60; end; } @@ -129,7 +129,7 @@ function script F_PvPNarr { //========================================================================== // Alberta ----------------------------------- -alberta_in.gat,26,146,4 script Gate Keeper#1::GateKeep 83,{ +alberta_in,26,146,4 script Gate Keeper#1::GateKeep 83,{ mes "[Gate Keeper]"; mes "Hi. I'm glad to be of service. I will open the PvP fight square for you!"; mes "If you have any questions about the PvP modes or rules, please ask the Narrator....."; @@ -147,7 +147,7 @@ alberta_in.gat,26,146,4 script Gate Keeper#1::GateKeep 83,{ set @room4$, "Alberta"; set @room5$, "Morroc"; callsub sF_Move; - warp "pvp_y_room.gat", 51, 23; + warp "pvp_y_room", 51, 23; end; M_1: set @mode$, "Nightmare"; @@ -159,7 +159,7 @@ alberta_in.gat,26,146,4 script Gate Keeper#1::GateKeep 83,{ set @room4$, "UnderCross Arena"; set @room5$, "Copass Arena"; callsub sF_Move; - warp "pvp_n_room.gat", 51, 23; + warp "pvp_n_room", 51, 23; end; M_2: @@ -172,7 +172,7 @@ alberta_in.gat,26,146,4 script Gate Keeper#1::GateKeep 83,{ delitem 7029, 1; set @mode$, "Fighting"; callsub sF_Move; - warp "pvp_y_room.gat", 51, 23; + warp "pvp_y_room", 51, 23; end; sM_1: @@ -211,13 +211,13 @@ sF_Move: } // Geffen -------------------------------------------- -geffen_in.gat,63,63,4 duplicate(GateKeep) Gate Keeper#2 83 +geffen_in,63,63,4 duplicate(GateKeep) Gate Keeper#2 83 // Morroc---------------------------------------------- -morocc_in.gat,144,142,4 duplicate(GateKeep) Gate Keeper#3 83 +morocc_in,144,142,4 duplicate(GateKeep) Gate Keeper#3 83 // Payon ---------------------------------------------- -payon_in01.gat,175,106,3 duplicate(GateKeep) Gate Keeper#4 83 +payon_in01,175,106,3 duplicate(GateKeep) Gate Keeper#4 83 // Prontera ------------------------------------------- -prt_in.gat,52,140,4 duplicate(GateKeep) Gate Keeper#5 83 +prt_in,52,140,4 duplicate(GateKeep) Gate Keeper#5 83 @@ -226,7 +226,7 @@ prt_in.gat,52,140,4 duplicate(GateKeep) Gate Keeper#5 83 //==========================================================================// // LV31 ~ 40 --------------------------------- -pvp_y_room.gat,30,85,4 script Fight Square Helper::YHelper1 105,{ +pvp_y_room,30,85,4 script Fight Square Helper::YHelper1 105,{ callfunc "F_PvPRoom", "y_1", 31, 40; OnInit: waitingroom "LV31 ~ LV40",0; @@ -234,7 +234,7 @@ OnInit: } // LV41 ~ 50 -------------------------------- -pvp_y_room.gat,38,85,4 script Fight Square Helper::YHelper2 105,{ +pvp_y_room,38,85,4 script Fight Square Helper::YHelper2 105,{ callfunc "F_PvPRoom", "y_2", 41, 50; OnInit: waitingroom "LV41 ~ LV50",0; @@ -242,7 +242,7 @@ OnInit: } // LV51 ~ 60 --------------------------------- -pvp_y_room.gat,46,85,4 script Fight Square Helper::YHelper3 105,{ +pvp_y_room,46,85,4 script Fight Square Helper::YHelper3 105,{ callfunc "F_PvPRoom", "y_3", 51, 60; OnInit: waitingroom "LV51 ~ LV60", 0; @@ -250,7 +250,7 @@ OnInit: } // LV61 ~ 70 ------------------------------------ -pvp_y_room.gat,54,85,4 script Fight Square Helper::YHelper4 105,{ +pvp_y_room,54,85,4 script Fight Square Helper::YHelper4 105,{ callfunc "F_PvPRoom", "y_4", 61, 70; OnInit: waitingroom "LV61 ~ LV70", 0; @@ -258,7 +258,7 @@ OnInit: } // LV71 ~ 80 ------------------------------------ -pvp_y_room.gat,62,85,4 script Fight Square Helper::YHelper5 105,{ +pvp_y_room,62,85,4 script Fight Square Helper::YHelper5 105,{ callfunc "F_PvPRoom", "y_5", 71, 80; OnInit: waitingroom "LV71 ~ LV80", 0; @@ -266,7 +266,7 @@ OnInit: } // LV81 ~ 90 -------------------------------------- -pvp_y_room.gat,70,85,4 script Fight Square Helper::YHelper6 105,{ +pvp_y_room,70,85,4 script Fight Square Helper::YHelper6 105,{ callfunc "F_PvPRoom", "y_6", 81, 90; OnInit: waitingroom "LV81 ~ LV90", 0; @@ -274,7 +274,7 @@ OnInit: } // LV91 ~ -------------------------------------------- -pvp_y_room.gat,78,85,4 script Fight Square Helper::YHelper7 105,{ +pvp_y_room,78,85,4 script Fight Square Helper::YHelper7 105,{ callfunc "F_PvPRoom", "y_7", 91, 255; OnInit: waitingroom "LV91 ~ ", 0; @@ -282,7 +282,7 @@ OnInit: } // No Limit ----------------------------------------- -pvp_y_room.gat,86,85,4 script Fight Square Helper::YHelper8 105,{ +pvp_y_room,86,85,4 script Fight Square Helper::YHelper8 105,{ callfunc "F_PvPRoom", "y_8", 0, 255; OnInit: waitingroom "No Limit", 0; @@ -294,7 +294,7 @@ OnInit: // PvP Nightmare Mode Fight Square Helpers //==========================================================================// // LV31 ~ 40 ------------------------------------- -pvp_n_room.gat,30,85,4 script Fight Square Helper#N1 105,{ +pvp_n_room,30,85,4 script Fight Square Helper#N1 105,{ callfunc "F_PvPRoom", "n_1", 31, 40; OnInit: waitingroom "LV31 ~ LV40",0; @@ -302,7 +302,7 @@ OnInit: } // LV41 ~ 50 -------------------------------------- -pvp_n_room.gat,38,85,4 script Fight Square Helper#N2 105,{ +pvp_n_room,38,85,4 script Fight Square Helper#N2 105,{ callfunc "F_PvPRoom", "n_2", 41, 50; OnInit: waitingroom "LV41 ~ LV50",0; @@ -310,7 +310,7 @@ OnInit: } // LV51 ~ 60 ------------------------------------- -pvp_n_room.gat,46,85,4 script Fight Square Helper#N3 105,{ +pvp_n_room,46,85,4 script Fight Square Helper#N3 105,{ callfunc "F_PvPRoom", "n_3", 51, 60; OnInit: waitingroom "LV51 ~ LV60", 0; @@ -318,7 +318,7 @@ OnInit: } // LV61 ~ 70 ------------------------------------ -pvp_n_room.gat,54,85,4 script Fight Square Helper#N4 105,{ +pvp_n_room,54,85,4 script Fight Square Helper#N4 105,{ callfunc "F_PvPRoom", "n_4", 61, 70; OnInit: waitingroom "LV61 ~ LV70", 0; @@ -326,7 +326,7 @@ OnInit: } // LV71 ~ 80 ----------------------------------- -pvp_n_room.gat,62,85,4 script Fight Square Helper#N5 105,{ +pvp_n_room,62,85,4 script Fight Square Helper#N5 105,{ callfunc "F_PvPRoom", "n_5", 71, 80; OnInit: waitingroom "LV71 ~ LV80", 0; @@ -334,7 +334,7 @@ OnInit: } // LV81 ~ 90 ------------------------------------ -pvp_n_room.gat,70,85,4 script Fight Square Helper#N6 105,{ +pvp_n_room,70,85,4 script Fight Square Helper#N6 105,{ callfunc "F_PvPRoom", "n_6", 81, 90; OnInit: waitingroom "LV81 ~ LV90", 0; @@ -342,7 +342,7 @@ OnInit: } // LV91 ~ --------------------------------------- -pvp_n_room.gat,78,85,4 script Fight Square Helper#N7 105,{ +pvp_n_room,78,85,4 script Fight Square Helper#N7 105,{ callfunc "F_PvPRoom", "n_7", 91, 255; OnInit: waitingroom "LV91 ~ ", 0; @@ -350,7 +350,7 @@ OnInit: } // No Limit ---------------------------------- -pvp_n_room.gat,86,85,4 script Fight Square Helper#N8 105,{ +pvp_n_room,86,85,4 script Fight Square Helper#N8 105,{ callfunc "F_PvPRoom", "n_8", 0, 255; OnInit: waitingroom "No Limit", 0; @@ -373,30 +373,30 @@ function script F_PvPRoom { mes "Please choose an arena to fight in..."; M_Menu: next; - menu @room1$ + " [" + getmapusers("pvp_" + getarg(0) + "-1.gat") + "/" +@players1+ "]",M_Rm1, - @room2$ + " [" + getmapusers("pvp_" + getarg(0) + "-2.gat") + "/" +@players2+ "]",M_Rm2, - @room3$ + " [" + getmapusers("pvp_" + getarg(0) + "-3.gat") + "/" +@players2+ "]",M_Rm3, - @room4$ + " [" + getmapusers("pvp_" + getarg(0) + "-4.gat") + "/" +@players2+ "]",M_Rm4, - @room5$ + " [" + getmapusers("pvp_" + getarg(0) + "-5.gat") + "/" +@players2+ "]",M_Rm5, "Cancel",M_End; + menu @room1$ + " [" + getmapusers("pvp_" + getarg(0) + "-1") + "/" +@players1+ "]",M_Rm1, + @room2$ + " [" + getmapusers("pvp_" + getarg(0) + "-2") + "/" +@players2+ "]",M_Rm2, + @room3$ + " [" + getmapusers("pvp_" + getarg(0) + "-3") + "/" +@players2+ "]",M_Rm3, + @room4$ + " [" + getmapusers("pvp_" + getarg(0) + "-4") + "/" +@players2+ "]",M_Rm4, + @room5$ + " [" + getmapusers("pvp_" + getarg(0) + "-5") + "/" +@players2+ "]",M_Rm5, "Cancel",M_End; M_Rm1: - if (getmapusers("pvp_" + getarg(0) + "-1.gat") == @players1) goto L_Full; - warp "pvp_" + getarg(0) + "-1.gat",0,0; + if (getmapusers("pvp_" + getarg(0) + "-1") == @players1) goto L_Full; + warp "pvp_" + getarg(0) + "-1",0,0; end; M_Rm2: - if (getmapusers("pvp_" + getarg(0) + "-2.gat") == @players2) goto L_Full; - warp "pvp_" + getarg(0) + "-2.gat",0,0; + if (getmapusers("pvp_" + getarg(0) + "-2") == @players2) goto L_Full; + warp "pvp_" + getarg(0) + "-2",0,0; end; M_Rm3: - if (getmapusers("pvp_" + getarg(0) + "-3.gat") == @players2) goto L_Full; - warp "pvp_" + getarg(0) + "-3.gat",0,0; + if (getmapusers("pvp_" + getarg(0) + "-3") == @players2) goto L_Full; + warp "pvp_" + getarg(0) + "-3",0,0; end; M_Rm4: - if (getmapusers("pvp_" + getarg(0) + "-4.gat") == @players2) goto L_Full; - warp "pvp_" + getarg(0) + "-4.gat",0,0; + if (getmapusers("pvp_" + getarg(0) + "-4") == @players2) goto L_Full; + warp "pvp_" + getarg(0) + "-4",0,0; end; M_Rm5: - if (getmapusers("pvp_" + getarg(0) + "-5.gat") == @players2) goto L_Full; - warp "pvp_" + getarg(0) + "-5.gat",0,0; + if (getmapusers("pvp_" + getarg(0) + "-5") == @players2) goto L_Full; + warp "pvp_" + getarg(0) + "-5",0,0; end; M_End: close; @@ -411,4 +411,4 @@ function script F_PvPRoom { mes "[Fight Square Helper]"; mes "I'm sorry but this arena is full. Please choose another one to participate in...."; goto M_Menu; -} +}
\ No newline at end of file |