summaryrefslogtreecommitdiff
path: root/npc/quests/quests_moscovia.txt
diff options
context:
space:
mode:
authorkenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-11 22:02:48 +0000
committerkenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-11 22:02:48 +0000
commit4c208c5aa6c05a338bdd531c07cc2923f5367e4b (patch)
tree8f498c58c3b906576d57c62192bbf81ad97f92d7 /npc/quests/quests_moscovia.txt
parentdee9e97149bc3b516d8072a3e3927ad81a1d59b2 (diff)
downloadhercules-4c208c5aa6c05a338bdd531c07cc2923f5367e4b.tar.gz
hercules-4c208c5aa6c05a338bdd531c07cc2923f5367e4b.tar.bz2
hercules-4c208c5aa6c05a338bdd531c07cc2923f5367e4b.tar.xz
hercules-4c208c5aa6c05a338bdd531c07cc2923f5367e4b.zip
Fixed Banish Winter Quest (two while loops could not be left). (bugreport:3142)
Fixed Siblings Quest exploits and made it more official. (bugreport:4088) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15678 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_moscovia.txt')
-rw-r--r--npc/quests/quests_moscovia.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt
index e3b442ffa..bc8f97a9a 100644
--- a/npc/quests/quests_moscovia.txt
+++ b/npc/quests/quests_moscovia.txt
@@ -8706,8 +8706,8 @@ mosk_in,221,43,0 script #bowl 111,{
set mos_nowinter,17;
close;
}
- if (.@nankai == 3) {
- }
+ if (.@nankai == 3)
+ break;
}
specialeffect EF_BUBBLE;
mes "-The liquid has been changed";
@@ -8865,8 +8865,8 @@ mosk_in,221,43,0 script #bowl 111,{
specialeffect EF_POISONATTACK;
close;
}
- if (.@nankai == 7) {
- }
+ if (.@nankai == 7)
+ break;
}
mes "-I am sure that the book told me";
mes "to wait for some time.-";