Issue information

Issue ID
#2737
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 3, 2009 13:55
Last Post
Hercules Elf Bot
Mar 5, 2012 9:46
Confirmation
N/A

Hercules Elf Bot - Feb 3, 2009 13:55

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

Hello, new skill NPC_ALLHEAL is missing 0x2 (INF2_NPC_SKILL) flag - so players can copy it and GM levels >= 'gm_all_skill' will get it. Client doesnt' have /item/npc_allheal.bmp in its grf file, so it's crashing gm's client.

replace:
CODE
687,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,     NPC_ALLHEAL,Full Heal

with:
CODE
687,0,6,4,0,0x1,0,1,1,yes,0,0x2,0,none,0,        NPC_ALLHEAL,Full Heal


that's all. Thanks (IMG:style_emoticons/default/ani_meow.gif)