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/kafras/functions_kafras.txt | |
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/kafras/functions_kafras.txt')
-rw-r--r-- | npc/kafras/functions_kafras.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index 65d03ed21..455fb55cb 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -285,20 +285,20 @@ function script F_KafTele { set Zeny, Zeny-@wrpP[@num]; set RESRVPTS, RESRVPTS + (@wrpP[@num]/16); } - if (@wrpD$[@num] == "Alberta") warp "alberta.gat", 117, 56; - if (@wrpD$[@num] == "Al De Baran") warp "aldebaran.gat",143,110; - if (@wrpD$[@num] == "Aldebaran") warp "aldebaran.gat",143,110; - if (@wrpD$[@num] == "Comodo") warp "comodo.gat", 207, 144; - if (@wrpD$[@num] == "Izlude") warp "izlude.gat", 91, 105; - if (@wrpD$[@num] == "Geffen") warp "geffen.gat", 120, 39; - if (@wrpD$[@num] == "Morroc") warp "morocc.gat", 156, 46; - if (@wrpD$[@num] == "Payon") warp "payon.gat", 168, 103; - if (@wrpD$[@num] == "Prontera") warp "prontera.gat", 116, 72; - if (@wrpD$[@num] == "Coal Mine(Dead Pit)") warp "mjolnir_02.gat", 82, 347; - if (@wrpD$[@num] == "Comodo Pharos Lighthouse") warp "cmd_fild07.gat", 127, 134; - if (@wrpD$[@num] == "Orc Dungeon") warp "gef_fild10.gat", 52, 326; - if (@wrpD$[@num] == "Umbala") warp "umbala.gat", 130, 130; - if (@wrpD$[@num] == "Yuno") warp "yuno.gat", 157, 123; + if (@wrpD$[@num] == "Alberta") warp "alberta", 117, 56; + if (@wrpD$[@num] == "Al De Baran") warp "aldebaran",143,110; + if (@wrpD$[@num] == "Aldebaran") warp "aldebaran",143,110; + if (@wrpD$[@num] == "Comodo") warp "comodo", 207, 144; + if (@wrpD$[@num] == "Izlude") warp "izlude", 91, 105; + if (@wrpD$[@num] == "Geffen") warp "geffen", 120, 39; + if (@wrpD$[@num] == "Morroc") warp "morocc", 156, 46; + if (@wrpD$[@num] == "Payon") warp "payon", 168, 103; + if (@wrpD$[@num] == "Prontera") warp "prontera", 116, 72; + if (@wrpD$[@num] == "Coal Mine(Dead Pit)") warp "mjolnir_02", 82, 347; + if (@wrpD$[@num] == "Comodo Pharos Lighthouse") warp "cmd_fild07", 127, 134; + if (@wrpD$[@num] == "Orc Dungeon") warp "gef_fild10", 52, 326; + if (@wrpD$[@num] == "Umbala") warp "umbala", 130, 130; + if (@wrpD$[@num] == "Yuno") warp "yuno", 157, 123; cutin "", 255; end; } @@ -538,4 +538,4 @@ function script F_EntKafCode { return 0; } return @code_; -} +}
\ No newline at end of file |