Issue information

Issue ID
#885
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jan 28, 2008 9:32
Last Post
Hercules Elf Bot
Jan 28, 2008 9:32
Confirmation
N/A

Hercules Elf Bot - Jan 28, 2008 9:32

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

Very old bugs in Sage job tests (npc/jobs/2-2/sage.txt):

line 719:
QUOTE
mes "9. Choose the NPC that is not a citizen of Prontera.";
next;
if (select("Tono:Pina:YuPi:Hollgrehenn") == 2)

Who is Hollgrehenn? He is not a citizen of Prontera too.

line 739:
QUOTE
mes "14. Choose the right chance and attack strength for lvl 7 Double Attack, the Thief skill.";
next;
if (select("35% / 120%:35% / 140%:40% / 120%:40% / 140%") == 2)

What is 140% ? I believe that strength of Double Attack is 200% on any level?

line 801:
QUOTE
mes "9. Choose the NPC that is not a citizen of Morroc.";
next;
if (select("Syvia:Akira:Antonio:Dmitrii") == 3)

Who is Dmitrii? He also not a citizen of Morroc.

line 821:
QUOTE
mes "14. Choose the correct SP consumption and the skill duration for Improve Concentration lvl 5 (Archer skill).";
next;
if (select("45 / 80 sec:50 / 80 sec:45 / 90 sec:50 / 90 sec") == 1)

Must be 45 / 140

line 875:
QUOTE
mes "7. Choose the monster that does not drop 'Phracon'.";
next;
if (select("Pupa:Peco Peco Egg:Savage Bebe:Baby Desert Wolf") == 2)

They all drops 'Phracon'

line 891:
QUOTE
mes "11. Choose the correct SP consumption and the number of evasions when using Safety Wall lvl 6.";
next;
if (select("SP 40, 6 times:SP 35, 6 times:SP 40, 7 times:SP 35, 7 times") == 3)

Must be SP35, 7 times

May be that is not all bugs.