Issue information

Issue ID
#5047
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 10, 2011 0:55
Last Post
Hercules Elf Bot
Mar 5, 2012 15:48
Confirmation
N/A

Hercules Elf Bot - Sep 10, 2011 0:55

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

disablenpc and enablenpc call 'Moks Mushroom#Mush2' instead of the actual NPC 'Moks Mushrooms#Mush2'.

/npc/quests/quests_hugel.txt
QUOTE
@@ -3868,11 +3868,11 @@

hu_fild06,194,341,3 script Moks Mushrooms#Mush2 111,{

if(hg_tre > 9 && hg_tre < 15)
{
- mes "- You found mushrooms that is as big as your palm. -";
+ mes "- You found mushrooms that are as big as your palm. -";
next;
switch( select( "Gather them.","Pass." ) )
{
case 1:
mes "- You decided to gather the mushrooms. -";
@@ -3905,11 +3905,11 @@
else if(hg_tre == 14)
mes "Collected Moks Mushroom Solution: 4ea ";
else if(hg_tre == 15)
mes "Collected Moks Mushroom Solution: 5ea ";
initnpctimer;
- disablenpc "Moks Mushroom#Mush2";
+ disablenpc "Moks Mushrooms#Mush2";
close;
break;
case 2:
mes "- You decided to pass by them. -";
close;
@@ -3922,11 +3922,11 @@
mes "I think that this will do.";
close;
}

OnTimer20000:
- enablenpc "Moks Mushroom#Mush2";
+ enablenpc "Moks Mushrooms#Mush2";
stopnpctimer;
end;

}


P.D: The same typo is present on Moks Mushrooms#Mush1 and Moks Mushrooms#Mush3.

This post has been edited by Kazukin: Sep 12 2011, 11:20 AM