fixed jawaii script
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5296 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
62cb3db4e0
commit
b8b64672fa
@ -28,6 +28,8 @@ Nexon
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
|
||||||
|
02/16
|
||||||
|
* Fixed Jawai bug and a typo, thanks to theultramage [Lupus]
|
||||||
02/14
|
02/14
|
||||||
* Added a new Fruit Merchant in Hugel. [Poki#3]
|
* Added a new Fruit Merchant in Hugel. [Poki#3]
|
||||||
* New, updated st.Valentine Event with a nice quest and EXP bonuses ^_- [Lupus]
|
* New, updated st.Valentine Event with a nice quest and EXP bonuses ^_- [Lupus]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
//= jAthena (1.0)
|
//= jAthena (1.0)
|
||||||
//= DNett123 (1.1 - 1.5)
|
//= DNett123 (1.1 - 1.5)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.0
|
//= 2.01
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Latest eAthena SVN
|
//= Latest eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -21,6 +21,7 @@
|
|||||||
//= 1.7 – Fixed a lot of typo’s [Nexon]
|
//= 1.7 – Fixed a lot of typo’s [Nexon]
|
||||||
//= 1.8 - Removed monster spawns, added aegis ep 8.5 spawns to npc/mobs/fields/jawaii.txt [MasterOfMuppets]
|
//= 1.8 - Removed monster spawns, added aegis ep 8.5 spawns to npc/mobs/fields/jawaii.txt [MasterOfMuppets]
|
||||||
//= 2.0 - Updated the npcs according to iRO [MasterOfMuppets]
|
//= 2.0 - Updated the npcs according to iRO [MasterOfMuppets]
|
||||||
|
//= 2.01 fixed missing @ at randomdrink, thanks to theultramage [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//===== Shop: ================================================
|
//===== Shop: ================================================
|
||||||
@ -493,7 +494,7 @@ jawaii_in.gat,28,124,0 script Bartender#jaw 46,{
|
|||||||
mes "Boss...Give me another shot...";
|
mes "Boss...Give me another shot...";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
else if(randomdrink == 4)
|
else if(@randomdrink == 4)
|
||||||
{
|
{
|
||||||
mes "[Bartender]";
|
mes "[Bartender]";
|
||||||
mes "Hmm... How about this?";
|
mes "Hmm... How about this?";
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88
|
//= kobra_k88
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.5
|
//= 1.5a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 7.15 +
|
//= eAthena 7.15 +
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -13,7 +13,7 @@
|
|||||||
//= +AntiNovice exploit fix [Lupus] 1.2 added baby novice check
|
//= +AntiNovice exploit fix [Lupus] 1.2 added baby novice check
|
||||||
//= Spellchecked [massdriller]
|
//= Spellchecked [massdriller]
|
||||||
//= 1.4 Optimized. Novices > 20 BaseJob can go to Culvert, too [Lupus]
|
//= 1.4 Optimized. Novices > 20 BaseJob can go to Culvert, too [Lupus]
|
||||||
//= 1.5 Added a Jawaii related npc [MasterOfMuppets]
|
//= 1.5a Added a Jawaii related npc [MasterOfMuppets]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -675,7 +675,7 @@ s_What:
|
|||||||
s_Five:
|
s_Five:
|
||||||
mes "[Hans Solo]";
|
mes "[Hans Solo]";
|
||||||
mes "UhOh... Are you alright?";
|
mes "UhOh... Are you alright?";
|
||||||
mes "Come, sing you name here.";
|
mes "Come, sign your name here.";
|
||||||
mes "I'll take you to a wonderful place!";
|
mes "I'll take you to a wonderful place!";
|
||||||
next;
|
next;
|
||||||
menu "Sign it",-,"Don't sign it",s_Dont;
|
menu "Sign it",-,"Don't sign it",s_Dont;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user