summaryrefslogtreecommitdiff
path: root/npc/cities/izlude.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-23 18:02:17 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-23 18:02:17 +0000
commitbd0894e6e31121b4f738fd331c3e6da37d80e5e6 (patch)
tree0410927f5ecb4e95c630dc1369a56e83825483fc /npc/cities/izlude.txt
parent198671e70b2fda1b3cf51a939abf9672c28296e3 (diff)
downloadhercules-bd0894e6e31121b4f738fd331c3e6da37d80e5e6.tar.gz
hercules-bd0894e6e31121b4f738fd331c3e6da37d80e5e6.tar.bz2
hercules-bd0894e6e31121b4f738fd331c3e6da37d80e5e6.tar.xz
hercules-bd0894e6e31121b4f738fd331c3e6da37d80e5e6.zip
Jawaii warp now costs 10,000z
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7842 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/izlude.txt')
-rw-r--r--npc/cities/izlude.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt
index e20550297..6846f3f83 100644
--- a/npc/cities/izlude.txt
+++ b/npc/cities/izlude.txt
@@ -849,7 +849,7 @@ izlude.gat,171,185,3 script Honeymoon Helper#Izlude I 71,{
next;
mes "[Marry Happy]";
mes "Since it's a special journey,";
- mes "the payment will be a bit expensive than normal. It will cost you 100,000z !!";
+ mes "the payment will be a bit expensive than normal. It will cost you 10,000z !!";
mes "And that's what lets you enjoy";
mes "a peaceful and fascinating";
mes "honey moon trip...?";
@@ -865,16 +865,16 @@ s_Go:
mes "and cheer yourself up?";
close;
}
- else if(Zeny < 100000)
+ else if(Zeny < 10000)
{
mes "[Marry Happy]";
mes "I've explained about the trip to 'Jawaii'.";
- mes "You'll need 100,000 z.";
+ mes "You'll need 10,000 z.";
mes "If you do not have enough zeny,";
mes "why don't you seek help from your partner...?";
close;
}
- set Zeny,Zeny - 100000;
+ set Zeny,Zeny - 10000;
mes "[Marry Happy]";
mes "Enjoy your trip...!!";
mes "Let's go to 'Jawaii'...!!";