Issue information

Issue ID
#2206
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 10, 2008 17:41
Last Post
Hercules Elf Bot
Mar 5, 2012 9:04
Confirmation
N/A

Hercules Elf Bot - Sep 10, 2008 17:41

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

Hello, there's just small typo in npc/merchants/refine.txt at line 360:
CODE
    set .@features,0;

should be replaced with:
CODE
    if(getarg(0) == "Disturb") set .@features,1;
    else set .@features,0;


It enables auto safe / multiple refining with yuno refiner, as it was before.


And at line 605:
CODE
mes "That will cost you " + .@refinecnt + " " + .@matname$ + " and " + .@fullprice + " Zeny. Is that ok?";

.... variable .@matname$ isn't set anywhere, so i suggest replacing it with getitemname(.@material) ...thank you (IMG:style_emoticons/default/ani_meow.gif)