Issue information

Issue ID
#1026
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 21, 2008 21:42
Last Post
Hercules Elf Bot
Feb 21, 2008 21:42
Confirmation
N/A

Hercules Elf Bot - Feb 21, 2008 21:42

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

In ..\npc\jobs\2-2\bard.txt

I think it's bug..
Line 334 - 336 missing:
CODE
close2;
cutin "job_bard_aiolo02",255;
end;


CODE
//Bad Flowers
        else if(countitem(712) > 0) {
            cutin "job_bard_aiolo02",2;
            mes "Eh? This is just a normal flower.";
            mes "I like it... but it's not enough.";
            next;
            mes "[Lalo]";
            mes "You can get this flower from the girl in Prontera.";
            mes "Please bring me a different flower.";
+            close2;
+            cutin "job_bard_aiolo02",255;
+            end;
        }

In line 333 he say "Please bring me a different flower", but don't end dialog.