diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-27 03:35:38 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-27 03:35:38 +0000 |
commit | 7e9dc178ce45d14b6b29a880f5b0c02143d91236 (patch) | |
tree | d08c6225a390dd2e3edc7c5791c87312c9ac637e /npc/kafras/functions_kafras.txt | |
parent | cd9523853d03d6b341219801af8a1d44635ac825 (diff) | |
download | hercules-7e9dc178ce45d14b6b29a880f5b0c02143d91236.tar.gz hercules-7e9dc178ce45d14b6b29a880f5b0c02143d91236.tar.bz2 hercules-7e9dc178ce45d14b6b29a880f5b0c02143d91236.tar.xz hercules-7e9dc178ce45d14b6b29a880f5b0c02143d91236.zip |
* Rev 10815 Updated NPC for Payon.
- Added in the comeplete fortune teller.
- Rewrote the Arrow quiver and Gemstone trader NPCs.
Moved the Gemstone trader intot he '/merchants' folder.
- Updated the information for the Payon Inn accordingly.
* Removed an NPC from the Lighthalzen quests. Should fix the
"NPC not removed." message when reloading scripts. .Removed
because I couldn't find this NPC anywhere it he official file.
* Fixed a few over-looked names in the Kafra teleport function.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10815 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/kafras/functions_kafras.txt')
-rw-r--r-- | npc/kafras/functions_kafras.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index aa2290072..1b6944bfd 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -3,8 +3,9 @@ //===== By: ================================================== //= eAthena Dev Team //= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0) +//= L0ne_W0lf //===== Current Version: ===================================== -//= 5.5b +//= 5.6a //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -48,6 +49,7 @@ //= 5.5b Missed a preceeding hyphen, which was screwing up teleporting. [L0ne_W0lf] //= 5.6 Further dialog updates, added dynamic costs for cart and storage use. [L0ne_W0lf] //= Updated some functions to handle Guild Kafras the way they should. +//= 5.6a Corrected a few wrong name sin the teleport function. [L0ne_W0lf] //============================================================ @@ -387,11 +389,11 @@ function script F_KafTele { 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] == "Mjolnir Dead Pit") warp "mjolnir_02", 82, 347; + if (@wrpD$[@num] == "Comodo Pharos Beacon") 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; + if (@wrpD$[@num] == "Juno") warp "yuno", 157, 123; cutin "", 255; end; } |