summaryrefslogtreecommitdiff
path: root/npc/quests/thana_quest.txt
diff options
context:
space:
mode:
authorSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-19 17:14:42 +0000
committerSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-19 17:14:42 +0000
commit5b26026669d274083c479396d9f397c0680cf2c1 (patch)
treee19d8670f208367857d3fddad38b3865e8874c10 /npc/quests/thana_quest.txt
parentb9804183841afd5381069796096a154edb5b9f53 (diff)
downloadhercules-5b26026669d274083c479396d9f397c0680cf2c1.tar.gz
hercules-5b26026669d274083c479396d9f397c0680cf2c1.tar.bz2
hercules-5b26026669d274083c479396d9f397c0680cf2c1.tar.xz
hercules-5b26026669d274083c479396d9f397c0680cf2c1.zip
* Fixed a bug in Thanatos Tower Quest, which didn't allow you to get rewards.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10582 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/thana_quest.txt')
-rw-r--r--npc/quests/thana_quest.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt
index 88c95abd9..bb645bde5 100644
--- a/npc/quests/thana_quest.txt
+++ b/npc/quests/thana_quest.txt
@@ -11,6 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 - First Release [Ishizu-chan]
//= 1.1 - Updated Thanatos Tower Quest to official. [SinSloth]
+//= 1.2 - Fixed a bug where Reward NPC didn't give you Zeny and Exp. [SinSloth]
//============================================================
hu_fild01,140,163,5 script Tower Keeper 852,3,3,{
@@ -524,9 +525,9 @@ function script Func_Thana {
mes ""+ countitem(getarg(0)) * 2000 +" EXP. Thank you,";
mes "and please keep up";
mes "the good work~";
- delitem getarg(0),countitem(getarg(0));
set Zeny,Zeny + countitem(getarg(0)) * 1000;
set BaseExp,BaseExp + countitem(getarg(0)) * 2000;
+ delitem getarg(0),countitem(getarg(0));
close;
case 2: