summaryrefslogtreecommitdiff
path: root/npc/quests/quests_lighthalzen.txt
diff options
context:
space:
mode:
authorMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-14 12:55:47 +0000
committerMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-14 12:55:47 +0000
commit03cc029170d3ccdc02864d691b8aecd9d14ae7cd (patch)
treef39995ef4177fd1b99f8aaf46a60544afc6d8e84 /npc/quests/quests_lighthalzen.txt
parent6665c6ea96121c41dcdf3ada357509e10ef58415 (diff)
downloadhercules-03cc029170d3ccdc02864d691b8aecd9d14ae7cd.tar.gz
hercules-03cc029170d3ccdc02864d691b8aecd9d14ae7cd.tar.bz2
hercules-03cc029170d3ccdc02864d691b8aecd9d14ae7cd.tar.xz
hercules-03cc029170d3ccdc02864d691b8aecd9d14ae7cd.zip
Fixed some quests giving too much exp. Also fixed a major problem in the level 4 weapon quest, thanks to Qwadrat.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7159 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_lighthalzen.txt')
-rw-r--r--npc/quests/quests_lighthalzen.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt
index a47a3384b..9f8ab910f 100644
--- a/npc/quests/quests_lighthalzen.txt
+++ b/npc/quests/quests_lighthalzen.txt
@@ -2512,11 +2512,11 @@ s_Ask:
mes "adventurer. When the three";
mes "of us get together, I'll be";
mes "sure to let you know~";
- if(BaseLevel < 40)set BaseExp,BaseExp+49500;
- if(BaseLevel < 60)set BaseExp,BaseExp+99000;
- if(BaseLevel > 60 && BaseLevel < 70)set BaseExp,BaseExp+198000;
- if(BaseLevel > 70 && BaseLevel < 80)set BaseExp,BaseExp+396000;
- if(BaseLevel > 80 && BaseLevel < 90)set BaseExp,BaseExp+594000;
+ if(BaseLevel < 41)set BaseExp,BaseExp+49500;
+ if(BaseLevel > 40 && BaseLevel < 61)set BaseExp,BaseExp+99000;
+ if(BaseLevel > 60 && BaseLevel < 71)set BaseExp,BaseExp+198000;
+ if(BaseLevel > 70 && BaseLevel < 81)set BaseExp,BaseExp+396000;
+ if(BaseLevel > 80 && BaseLevel < 91)set BaseExp,BaseExp+594000;
if(BaseLevel > 90)set BaseExp,BaseExp+792000;
getitem 7350,1;
set friendship,11;