Issue information

Issue ID
#3988
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Dec 31, 2009 6:05
Last Post
Hercules Elf Bot
Mar 5, 2012 14:52
Confirmation
N/A

Hercules Elf Bot - Dec 31, 2009 6:05

Originally posted by [b]Kazukin[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3988

I'm not sure whether this is intentional or not, but when repairing the Guardian Stones on WOE SE, you are able to fail once at the beginning of the process when you are asked to arrange Stones, Oridecon and Elunium. For example, the correct order is 'Stones -> Elunium -> Oridecon' but if you arrange them like this 'Elunium -> Elunium -> Oridecon' you will still be able to repair the Guardian Stone succesfully. However, you are not allowed to fail at arranging any of the gemstones since failing at arranging them will let you to a 'close'.

If this is not intentional and you shouldn't be able to successfully repair an Stone after failing at the arrangement, then this statement should be changed:
QUOTE
mes "Repair System failed because";
mes "of a magic power conflict.^000000";
close;
}
}
}
}
- if (.@nice > 90) {
+ if (.@nice > 100) {
if ($agit_ar01[1] == 0) {
mes "^3355FFThe Guardian Stone";
mes "Repair System has";
mes "successfully completed.^000000";
close;
}
else {



This post has been edited by Kazukin: Dec 30 2009, 10:07 PM