diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-06 06:52:34 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-06 06:52:34 +0000 |
commit | cb2bb1dc2f9b4efc8925542c6162adcedac9c0b1 (patch) | |
tree | 923f153f4259ad704d7e913383e788e121b6216d | |
parent | 78a284fab0a3b788cd43caaaa7e057bd4c1084f2 (diff) | |
download | hercules-cb2bb1dc2f9b4efc8925542c6162adcedac9c0b1.tar.gz hercules-cb2bb1dc2f9b4efc8925542c6162adcedac9c0b1.tar.bz2 hercules-cb2bb1dc2f9b4efc8925542c6162adcedac9c0b1.tar.xz hercules-cb2bb1dc2f9b4efc8925542c6162adcedac9c0b1.zip |
fixed Gemexchanger NPC
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1418 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/cities/payon.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/npc/cities/payon.txt b/npc/cities/payon.txt index 1a465376a..526f1239b 100644 --- a/npc/cities/payon.txt +++ b/npc/cities/payon.txt @@ -1,11 +1,8 @@ //===== eAthena Script ======================================= //= Payon City //===== By: ================================================== -//= Muad Dib (1.0) -//= Darkchild (1.1) -//= Muad Dib (1.2) -//= Darkchild (1.3) -//= DracoRPG (1.5) +//= Muad Dib (1.0) Darkchild (1.1) Muad Dib (1.2) +//= Darkchild (1.3) DracoRPG (1.5) //===== Current Version: ===================================== //= 1.5b //===== Compatible With: ===================================== @@ -17,6 +14,7 @@ //= 1.4 - Corrected a few typos //= 1.5 - Rescripted old NPCs + scripted new ones (from iRO Sak) [DracoRPG] //= 1.5b - Used Dino9021's script for the Gemstone exchanger [DracoRPG] +//= 1.5b1 fixed Gemstone Exchanger NPC [Lupus] //============================================================ payon.gat,190,115,0 script Lady 90,{ @@ -745,7 +743,7 @@ mes "change them to Gemstones"; mes "of a different color."; next; -menu "Blue Gemstones into Red ones!",L_BlueToRed,"Red Gemstones into Yellow ones!",L_RedToYellow,"Yellow Gemstones into Blue ones!",L_YellowToBlue; +menu "Blue Gemstones into Red ones!",L_BlueToRed,"Red Gemstones into Yellow ones!",L_RedToYellow,"Yellow Gemstones into Blue ones!",L_YellowToBlue,"Cancel",L_Cancel; L_BlueToRed: set @SourceGemstones$,"Blue"; @@ -775,7 +773,7 @@ L_BeginExchange: mes "You're kidding me, right?"; mes "I can't give you "+@TargetGemstones$+" Gemstones"; mes "if you don't give me at least"; - mes "2 "+"+@SourceGemstones$+"+" Gemstones!"; + mes "2 "+@SourceGemstones$+" Gemstones!"; close; L_ExchangeOK: |