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/merchants/inn.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/merchants/inn.txt')
-rw-r--r-- | npc/merchants/inn.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt index 5eef51dc0..d51ceea57 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -4,7 +4,7 @@ //= Darkchild (1.1) //= Playtester (1.2) //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= eAthena 1.0+ //===== Description: ========================================= @@ -30,6 +30,7 @@ //= - Removed the Cancel dialog. //= 1.6 More fixed, changed progression of "Rest"ing. //= - Corrected Morroc NPCs. [L0ne_W0lf] +//= 1.7 Corrected Payon NPC. [L0ne_W0lf] //============================================================ @@ -69,10 +70,10 @@ geffen_in,70,64,5 script Inn Maid::Betty 53,{ } //======================= Payon ====================================== -payon_in01,131,62,5 script Inn Maid::SunHee 53,{ +payon_in01,132,62,5 script Inn Employee::Ahee 53,{ - callfunc "F_InnMaid","[Sun Hee]","Payon Inn","payon_in01",132,56; - warp "payon_in01",140,15; end; + callfunc "F_InnMaid","[Employee Ahee]","Payon Inn","payon_in01",136,61; + warp "payon_in01",132,11; end; } //======================== Morocc ==================================== |