summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-24 04:55:02 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-24 04:55:02 +0000
commitdfe674f0482005f4d8e915e58daad8b414084a7f (patch)
tree1b762f1703472945adf2d2d93d2016e6681eba87 /npc
parentd436404bd7279a831804f0536e97e29dd484f7bb (diff)
downloadhercules-dfe674f0482005f4d8e915e58daad8b414084a7f.tar.gz
hercules-dfe674f0482005f4d8e915e58daad8b414084a7f.tar.bz2
hercules-dfe674f0482005f4d8e915e58daad8b414084a7f.tar.xz
hercules-dfe674f0482005f4d8e915e58daad8b414084a7f.zip
- Fixed some bugs in Cursed Spirit quest. (bugreport:4926)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14832 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/quests/quests_lighthalzen.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt
index 27f46018f..52dcea9d9 100644
--- a/npc/quests/quests_lighthalzen.txt
+++ b/npc/quests/quests_lighthalzen.txt
@@ -4191,7 +4191,7 @@ lhz_in01,282,166,0 script #kiz10 -1,3,3,{
OnTouch_:
if (countitem(7345) > 0) {
if (lhz_curse == 16) {
- if (checkweight(1201,1) == 1) {
+ if (checkweight(1201,1) == 0) {
mes "^3355FFThere's something on";
mes "the floor, but you can't";
mes "really take a good look at";
@@ -5283,7 +5283,7 @@ OnTouch_:
else if ((BaseLevel > 89) && (BaseLevel < 151))
getexp 200000,100000;
}
- end;
+ close;
}
lhz_in01,114,181,5 script Representative#li_01 71,{
@@ -6220,7 +6220,7 @@ lhz_in01,286,226,3 script Secretary Slierre#li 831,{
else if (lhz_curse == 30) {
set .@li_keka,rand(1,10);
if (.@li_keka > 7) {
- if (checkweight(1201,1) == 1) {
+ if (checkweight(1201,1) == 0) {
mes "[Sueii Slierre]";
mes "Oh, I'd like to have";
mes "a word with you. Would";