Issue information

Issue ID
#4117
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 11, 2010 9:30
Last Post
Hercules Elf Bot
Mar 5, 2012 15:00
Confirmation
N/A

Hercules Elf Bot - Mar 11, 2010 9:30

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

trunk/npc/instances/SealedShrine.txt

Line 2152, you have:

CODE
    cutin "ins_cata_champ_s",2;


But later on (Line 2175 and 2182) you try to disable a cutin that was never loaded. This seems to be copied over from Aegis scripts (bad L0ne_W0lf, bad.)

Line 2175
CODE
cutin "ins_cata_champ_n",255;

Line 2182
CODE
cutin "ins_cata_champ_n",255;


Both lines should be:
CODE
cutin "ins_cata_champ_s",255;


This post has been edited by Peter: Mar 11 2010, 01:31 AM