diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-10 06:17:06 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-10 06:17:06 +0000 |
commit | 9ef634559f3cde232586b1dc6fd00bea3f3d8e53 (patch) | |
tree | 541295af8a6fbfe15b09da353680be6dd4d6b3ff /npc | |
parent | 9c100697bf79604fcef8b7eedbadeed45c63b41b (diff) | |
download | hercules-9ef634559f3cde232586b1dc6fd00bea3f3d8e53.tar.gz hercules-9ef634559f3cde232586b1dc6fd00bea3f3d8e53.tar.bz2 hercules-9ef634559f3cde232586b1dc6fd00bea3f3d8e53.tar.xz hercules-9ef634559f3cde232586b1dc6fd00bea3f3d8e53.zip |
* Merged changes from trunk [14827:14894/trunk].
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14895 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 83b18916b..52dcea9d9 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -3807,7 +3807,7 @@ OnTouch_: soundeffect "tao_gunka_stand.wav",0; sc_end SC_Blind; sc_start SC_Curse,3000,0; - if (!lhz_curse == 6) set lhz_curse,7; + if (lhz_curse == 6) set lhz_curse,7; } } end; @@ -3887,7 +3887,7 @@ OnTouch_: mes "............"; next; mes "............"; - close; + close2; soundeffect "tao_gunka_stand.wav",0; sc_end SC_Blind; sc_start SC_Curse,3000,0; @@ -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"; |