summaryrefslogtreecommitdiff
path: root/npc/cities/lighthalzen.txt
diff options
context:
space:
mode:
authorMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-13 19:16:59 +0000
committerMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-13 19:16:59 +0000
commit3eec5e159921a881bae4741434968896ff7e4620 (patch)
tree63621db08249d48e68a97405f4bbaf58b51d28b1 /npc/cities/lighthalzen.txt
parentd0e34468b621fdf3a20c5be8ffd7751910120592 (diff)
downloadhercules-3eec5e159921a881bae4741434968896ff7e4620.tar.gz
hercules-3eec5e159921a881bae4741434968896ff7e4620.tar.bz2
hercules-3eec5e159921a881bae4741434968896ff7e4620.tar.xz
hercules-3eec5e159921a881bae4741434968896ff7e4620.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6047 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/lighthalzen.txt')
-rw-r--r--npc/cities/lighthalzen.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt
index f68044adb..79c699f52 100644
--- a/npc/cities/lighthalzen.txt
+++ b/npc/cities/lighthalzen.txt
@@ -564,6 +564,7 @@ lighthalzen.gat,312,234,2 script Beggar 777,{
close;
L_give:
+ if(Zeny < 50)goto L_zeny;
mes "[" + strcharinfo(0) + "]";
mes "Here you go,";
mes "take this.";
@@ -635,6 +636,13 @@ L_give:
mes "It might be a lot";
mes "to take in, I know.";
close;
+
+L_zeny:
+ mes "[Beggar]";
+ mes "You don't seem to have";
+ mes "enough zeny.";
+ close;
+
}
// ---------------------------------------------------------------------------