From a359f1f247f8614a05874a36417852c30d54c733 Mon Sep 17 00:00:00 2001 From: rikimaru17 Date: Tue, 19 Jun 2012 18:44:05 +0000 Subject: Fixed bugreport:6063 in the thana_quest ,because it was giving the wrong exp amount and fixed bugreport:6064 ,where Bone Plate was giving a wrong def amount git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16320 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/thana_quest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/quests/thana_quest.txt') diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index ca61941b8..dadc32996 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -606,7 +606,7 @@ tha_t01,140,78,4 script Guide#reward 831,{ mes "2,000 EXP"; next; set .@zeny_tt,(countitem(.@Items[.@i]) * 1000); - set .@exp_tt,(countitem(.@Items[.@i]) * 200); + set .@exp_tt,(countitem(.@Items[.@i]) * 2000); mes "[Liei]"; mes "If you turn in your"; mes countitem(.@Items[.@i])+" "+getitemname(.@Items[.@i])+"s, then"; -- cgit v1.2.3-70-g09d2