From 2501bd3040bad56780b626d43173d3fbe5168f4b Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 16 Feb 2006 09:18:00 +0000 Subject: fixed jawaii script git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5296 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/cities/jawaii.txt | 5 +++-- npc/cities/prontera.txt | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 205476f69..35d99bb07 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -28,6 +28,8 @@ Nexon Date Added ====== +02/16 + * Fixed Jawai bug and a typo, thanks to theultramage [Lupus] 02/14 * Added a new Fruit Merchant in Hugel. [Poki#3] * New, updated st.Valentine Event with a nice quest and EXP bonuses ^_- [Lupus] diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index dd4dfe463..8f7245001 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -4,7 +4,7 @@ //= jAthena (1.0) //= DNett123 (1.1 - 1.5) //===== Current Version: ===================================== -//= 2.0 +//= 2.01 //===== Compatible With: ===================================== //= Latest eAthena SVN //===== Description: ========================================= @@ -21,6 +21,7 @@ //= 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] //= 2.0 - Updated the npcs according to iRO [MasterOfMuppets] +//= 2.01 fixed missing @ at randomdrink, thanks to theultramage [Lupus] //============================================================ //===== Shop: ================================================ @@ -493,7 +494,7 @@ jawaii_in.gat,28,124,0 script Bartender#jaw 46,{ mes "Boss...Give me another shot..."; next; } - else if(randomdrink == 4) + else if(@randomdrink == 4) { mes "[Bartender]"; mes "Hmm... How about this?"; diff --git a/npc/cities/prontera.txt b/npc/cities/prontera.txt index 0e961cef5..f3957a8ed 100644 --- a/npc/cities/prontera.txt +++ b/npc/cities/prontera.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 1.5 +//= 1.5a //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -13,7 +13,7 @@ //= +AntiNovice exploit fix [Lupus] 1.2 added baby novice check //= Spellchecked [massdriller] //= 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: mes "[Hans Solo]"; 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!"; next; menu "Sign it",-,"Don't sign it",s_Dont; -- cgit v1.2.3-60-g2f50