summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-16 09:18:00 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-16 09:18:00 +0000
commit2501bd3040bad56780b626d43173d3fbe5168f4b (patch)
treeda100b4916e356325da5295bf15f4cfb693c9fde /npc
parent44a3fb6000736374fbad13159f5a955151f039e9 (diff)
downloadhercules-2501bd3040bad56780b626d43173d3fbe5168f4b.tar.gz
hercules-2501bd3040bad56780b626d43173d3fbe5168f4b.tar.bz2
hercules-2501bd3040bad56780b626d43173d3fbe5168f4b.tar.xz
hercules-2501bd3040bad56780b626d43173d3fbe5168f4b.zip
fixed jawaii script
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5296 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/cities/jawaii.txt5
-rw-r--r--npc/cities/prontera.txt6
3 files changed, 8 insertions, 5 deletions
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;