Issue information

Issue ID
#1062
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 28, 2008 0:44
Last Post
Hercules Elf Bot
Feb 28, 2008 0:44
Confirmation
N/A

Hercules Elf Bot - Feb 28, 2008 0:44

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

There're some bugs in quest_louyang.txt (trunk&stable,version 1.6).

Line 362 :
CODE
    set rand(1,10),rand(1,10);
    if (ch_tre == 2 || ch_tre == 3) {



Poison King Quest

Line 2468 (maybe):
CODE
        if ((countitem(506) > 0 || countitem(511) > 0 || countitem(716) > 0) && (ch_poison > 0 && rand(1,300) > 99)) {
            switch(select("Ask about the poem.:Ask about his hometown.:Ask about use of Poison.:Ask about his situation.")) {

These condition seem to never be realized (don't know why).
This menu never show up, i always see the menu of line 3029:
CODE
switch(select("Grin at him.:Lament for his grief.:Reprove him.:Listen to the poem again.:Show him a sad look.")) {

On case 5 of this menu, ch_poison is set at 1 (line 3082), so with chance and correct item, menu on line 2468 must activate... And it don't.


Line 3083 :
CODE
if (BaseCalss == Job_Thief) {

It's BaseClass, obviously.