Issue information

Issue ID
#3691
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 29, 2009 20:21
Last Post
Hercules Elf Bot
Mar 5, 2012 14:46
Confirmation
N/A

Hercules Elf Bot - Oct 29, 2009 20:21

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

In the file /npc/quests/cooking_quest.txt are a error:

CODE
    mes "How many Outdoor";
    mes "Cooking Kits would";


Lines 2118 and 2119 should be replaced with this:

CODE
    mes "How many "+getitemname(getarg(0));
    mes "Kits would";


Thats cause even when you try to get a diferent cooking kit the NPC still ask "How Many Outdoor Cooking need" and thats a error, the funtion "S_SellSets" are called to sell 2 diferents Cooking Kits (Home and Outdoor).

This its a small error but its easy to correct (IMG:style_emoticons/default/smile.gif)

Regards.