Issue information

Issue ID
#2038
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 11, 2008 1:44
Last Post
Hercules Elf Bot
Mar 5, 2012 8:55
Confirmation
N/A

Hercules Elf Bot - Aug 11, 2008 1:44

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

Refineable the items.

Episode 12:
QUOTE
-2542,Naght_Seiger_Manteau,Naght Seiger Flame Manteau,5,,,70,,4,,1,0xFFFFFFFE,7,2,4,,70,0,0,{ bonus bMaxHPRate,5; bonus bMdef,2; bonus bMatkRate,1; bonus2 bAddEle,Ele_Fire,2; },{},{}
+2542,Naght_Seiger_Manteau,Naght Seiger Flame Manteau,5,,,70,,4,,1,0xFFFFFFFE,7,2,4,,70,1,0,{ bonus bMaxHPRate,5; bonus bMdef,2; bonus bMatkRate,1; bonus2 bAddEle,Ele_Fire,2; },{},{}


Episode 13.1:
QUOTE
-2440,Sprint_Shoes,Sprint Shoes,5,0,,300,,2,,0,0x00CFDF80,2,2,64,,0,0,0,{ bonus bAGI,1; bonus bSPrecovRate,5; if (isequipped(2387)) { bonus bMaxHPRate,7; bonus bMaxSPRate,7; bonus bCastRate,-3; bonus DelayRate,-15; }; },{},{}
+2440,Sprint_Shoes,Sprint Shoes,5,0,,300,,2,,0,0x00CFDF80,2,2,64,,0,1,0,{ bonus bAGI,1; bonus bSPrecovRate,5; if (isequipped(2387)) { bonus bMaxHPRate,7; bonus bMaxSPRate,7; bonus bCastRate,-3; bonus DelayRate,-15; }; },{},{}


Ref : Doddler

Job Wizard problems!

QUOTE
OnTimer9000:
donpcevent "Test Helper#wiz::OnDisable";
donpcevent "Waiting Room#wiz::OnStart";
stopnpctimer;
end;
}


Added end; to fix the character can't enter to change job.

Or

QUOTE
OnTimer9000:
donpcevent "Test Helper#wiz::OnDisable";
donpcevent "Waiting Room#wiz::OnStart";
}