Issue information

Issue ID
#3471
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 6, 2009 15:59
Last Post
Hercules Elf Bot
Mar 5, 2012 14:22
Confirmation
N/A

Hercules Elf Bot - Aug 6, 2009 15:59

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

Edited to "various bugs". From Koshei the Immortal quest in quests_moscovia.

1. On line 12370, Shepherdess asks for 50 Pointed Branches. But on line 12378, the check concerns only 25 branches.

CODE
if (countitem(7882) > 24) {


The code (or the text) should be accorded to each oter (IMG:style_emoticons/default/thumbsup.gif)

2. On lines 15765 and more:

CODE
        input .@input$;
        if (.@input$ == "Baba Yaga") {
            mes "["+ strcharinfo(0) +"]";
            mes "I am "+ inputstr +".";


Shouldn't inputstr be .@input$ ?

This post has been edited by Myllena: Aug 6 2009, 03:37 PM