summaryrefslogtreecommitdiff
path: root/npc/quests/eden/71-85.txt
diff options
context:
space:
mode:
authormasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-24 22:37:56 +0000
committermasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-24 22:37:56 +0000
commit565873b56d08e992f20e3b3b5fcf19f3b766b70d (patch)
treed81d3a0da19029dbe496621d1491648758a7620c /npc/quests/eden/71-85.txt
parent10ca9ccae768786a4fa2814ee82cf054e72f89b6 (diff)
downloadhercules-565873b56d08e992f20e3b3b5fcf19f3b766b70d.tar.gz
hercules-565873b56d08e992f20e3b3b5fcf19f3b766b70d.tar.bz2
hercules-565873b56d08e992f20e3b3b5fcf19f3b766b70d.tar.xz
hercules-565873b56d08e992f20e3b3b5fcf19f3b766b70d.zip
- Fixed Eden Group Quest Board 91-99 checking for Quests and giving the corresponding Experience if you've completed the Quest but during completion you've reached Baselevel 100 or greater. bugreport:6039
- Fixed Checkquest Problem in Eden Quest Board 71-85. bugreport:6015 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16342 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/eden/71-85.txt')
-rw-r--r--npc/quests/eden/71-85.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/eden/71-85.txt b/npc/quests/eden/71-85.txt
index 9f8e14a1f..160909c93 100644
--- a/npc/quests/eden/71-85.txt
+++ b/npc/quests/eden/71-85.txt
@@ -44,7 +44,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{
mes "- current mission first. -";
close;
}
- if (checkquest(10102) == 0) {
+ if (checkquest(10102) == -1 || checkquest(10102) == 0) {
setquest 10102;
set slv_quest,1;
mes "- Good. Now go find Meidi -";
@@ -81,7 +81,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{
mes "- current mission first. -";
close;
}
- if (checkquest(10103) == 0) {
+ if (checkquest(10103) == -1 || checkquest(10103) == 0) {
setquest 10103;
set slv_quest,2;
mes "- Look for Ancellia. -";
@@ -118,7 +118,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{
mes "- current mission first. -";
close;
}
- if (checkquest(10104) == 0) {
+ if (checkquest(10104) == -1 || checkquest(10104) == 0) {
setquest 10104;
set slv_quest,3;
mes "- Look for Jeanbai -";
@@ -154,7 +154,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{
mes "- current mission first. -";
close;
}
- if (checkquest(10105) == 0) {
+ if (checkquest(10105) == -1 || checkquest(10105) == 0) {
setquest 10105;
set slv_quest,4;
mes "- Look for Risingeter -";
@@ -189,7 +189,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{
mes "- current mission first. -";
close;
}
- if (checkquest(10106) == 0) {
+ if (checkquest(10106) == -1 || checkquest(10106) == 0) {
setquest 10106;
set slv_quest,5;
mes "- Loof for Funfi -";