diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-21 09:29:22 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-21 09:29:22 +0000 |
commit | da8099a53f9edd008d3b9b9a206367728b6a94b4 (patch) | |
tree | ac3dedc9bdbb9ca66b3d7a19312b2b78986a923d /npc/quests/quests_lighthalzen.txt | |
parent | 0c42180571429f5a11ada59e3adc8fff5711c073 (diff) | |
download | hercules-da8099a53f9edd008d3b9b9a206367728b6a94b4.tar.gz hercules-da8099a53f9edd008d3b9b9a206367728b6a94b4.tar.bz2 hercules-da8099a53f9edd008d3b9b9a206367728b6a94b4.tar.xz hercules-da8099a53f9edd008d3b9b9a206367728b6a94b4.zip |
* Fixed some bugs in Cursed Spirit Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10597 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_lighthalzen.txt')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 3452fd2ea..2be65f6e4 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -3602,12 +3602,12 @@ lhz_que01,99,74,5 script #pecomaster 48,{ set lhz_curse,17; getitem 7341,1; close2; - warp "lhz_in01",278,162; + warp "lhz_in01",278,161; end; } else { - warp "lhz_in01",278,162; + warp "lhz_in01",278,161; end; } } @@ -4179,7 +4179,7 @@ lhz_in03,32,162,3 script Crippled Girl 53,{ mes "Sheesh."; mes "Don't kill the"; mes "messenger."; - set lhz_curse,20; + set lhz_curse,23; close2; warp "lighthalzen",322,323; end; @@ -4407,9 +4407,9 @@ OnTouch: mes "Corporation^000000 and that"; mes "^FF0000Regenschirm Laboratory^000000."; set lhz_curse,26; - if(BaseJob < 70) getexp 800000,300000; - else if(BaseJob < 80) getexp 1000000,500000; - else if(BaseJob < 90) getexp 1500000,800000; + if(BaseLevel < 70) getexp 800000,300000; + else if(BaseLevel < 80) getexp 1000000,500000; + else if(BaseLevel < 90) getexp 1500000,800000; else getexp 2000000,1000000; close; } |