summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-09 17:54:00 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-09 17:54:00 +0530
commitc7c956f71e63c9dd477c59d778c25690c6267b83 (patch)
tree73a0a084cde5d5c8a0e7d42817cfb0b24c042bc7 /npc
parentfd67aaa5db43257c4ed629091e1107e56e5398cc (diff)
downloadhercules-c7c956f71e63c9dd477c59d778c25690c6267b83.tar.gz
hercules-c7c956f71e63c9dd477c59d778c25690c6267b83.tar.bz2
hercules-c7c956f71e63c9dd477c59d778c25690c6267b83.tar.xz
hercules-c7c956f71e63c9dd477c59d778c25690c6267b83.zip
Fix Eden Quest 11-25 bug which allowed to bypass quest delay.
Fixed #1084
Diffstat (limited to 'npc')
-rw-r--r--npc/re/quests/eden/11-25.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/re/quests/eden/11-25.txt b/npc/re/quests/eden/11-25.txt
index a4d376650..2f641b770 100644
--- a/npc/re/quests/eden/11-25.txt
+++ b/npc/re/quests/eden/11-25.txt
@@ -42,7 +42,8 @@ moc_para01,36,38,3 script Mission [11 - 25]#Tuto 4_BOARD3,{
close;
}
for(.@i = 11124; .@i<11134; ++.@i)
- if (questprogress(.@i,PLAYTIME) == 2) erasequest .@i;
+ if (questprogress(.@i,PLAYTIME) == 2)
+ erasequest .@i;
for(.@i = 11114; .@i<11123; ++.@i) {
.@state = questprogress(.@i,HUNTING);
if (.@state == 2) {
@@ -93,7 +94,7 @@ moc_para01,36,38,3 script Mission [11 - 25]#Tuto 4_BOARD3,{
}
end;
L_Quest:
- if (questprogress(getarg(0),PLAYTIME) == 1) {
+ if (questprogress(getarg(0)+10,PLAYTIME) == 1) {
mes " - Mission ^4d4dff"+getarg(1)+"^000000 - ";
mes " - is already finished for today. - ";
mes " ";