diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-08 04:19:17 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-08 04:19:17 +0000 |
commit | e561453c1088be8678b8b4972c7a14e9b2ba6299 (patch) | |
tree | a3bd22079796a9d6aed41702c3f08a1fc9d4da27 /npc/quests/the_sign_quest.txt | |
parent | d4fbc693bd0c76d4ab354510b2077c05d55fe036 (diff) | |
download | hercules-e561453c1088be8678b8b4972c7a14e9b2ba6299.tar.gz hercules-e561453c1088be8678b8b4972c7a14e9b2ba6299.tar.bz2 hercules-e561453c1088be8678b8b4972c7a14e9b2ba6299.tar.xz hercules-e561453c1088be8678b8b4972c7a14e9b2ba6299.zip |
Fixed a bunch of bugs and typos, and made some little optimizations in various quests.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16604 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/the_sign_quest.txt')
-rw-r--r-- | npc/quests/the_sign_quest.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt index e5cd814b5..702016442 100644 --- a/npc/quests/the_sign_quest.txt +++ b/npc/quests/the_sign_quest.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== rAthena Script ======================================= //= The Sign Quest //===== By: ================================================== //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) @@ -11391,7 +11391,7 @@ niflheim,102,54,4 script Mad Man#s 739,{ next; switch(select("Pay him.:Don't pay him.")) { case 1: - if (Zeny < 20000) { + if (Zeny < 60000) { mes "[Laichin]"; mes "What is this?"; mes "You tryin to welch"; |