fixed Gemexchanger NPC
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1418 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
de69f62bf9
commit
f9b45e38f9
@ -1,11 +1,8 @@
|
|||||||
//===== eAthena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Payon City
|
//= Payon City
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Muad Dib (1.0)
|
//= Muad Dib (1.0) Darkchild (1.1) Muad Dib (1.2)
|
||||||
//= Darkchild (1.1)
|
//= Darkchild (1.3) DracoRPG (1.5)
|
||||||
//= Muad Dib (1.2)
|
|
||||||
//= Darkchild (1.3)
|
|
||||||
//= DracoRPG (1.5)
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.5b
|
//= 1.5b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
@ -17,6 +14,7 @@
|
|||||||
//= 1.4 - Corrected a few typos
|
//= 1.4 - Corrected a few typos
|
||||||
//= 1.5 - Rescripted old NPCs + scripted new ones (from iRO Sak) [DracoRPG]
|
//= 1.5 - Rescripted old NPCs + scripted new ones (from iRO Sak) [DracoRPG]
|
||||||
//= 1.5b - Used Dino9021's script for the Gemstone exchanger [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,{
|
payon.gat,190,115,0 script Lady 90,{
|
||||||
@ -745,7 +743,7 @@ mes "change them to Gemstones";
|
|||||||
mes "of a different color.";
|
mes "of a different color.";
|
||||||
next;
|
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:
|
L_BlueToRed:
|
||||||
set @SourceGemstones$,"Blue";
|
set @SourceGemstones$,"Blue";
|
||||||
@ -775,7 +773,7 @@ L_BeginExchange:
|
|||||||
mes "You're kidding me, right?";
|
mes "You're kidding me, right?";
|
||||||
mes "I can't give you "+@TargetGemstones$+" Gemstones";
|
mes "I can't give you "+@TargetGemstones$+" Gemstones";
|
||||||
mes "if you don't give me at least";
|
mes "if you don't give me at least";
|
||||||
mes "2 "+"+@SourceGemstones$+"+" Gemstones!";
|
mes "2 "+@SourceGemstones$+" Gemstones!";
|
||||||
close;
|
close;
|
||||||
|
|
||||||
L_ExchangeOK:
|
L_ExchangeOK:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user