Issue information

Issue ID
#4942
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 31, 2011 13:30
Last Post
Hercules Elf Bot
Mar 5, 2012 15:53
Confirmation
N/A

Hercules Elf Bot - May 31, 2011 13:30

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

@at npc/instances/EndlessTower.txt

CODE
    areamonster "3@tower",181,9,191,45,"Green Maiden",1519,10,instance_npcname("72FGate102tower", instance_id())+"::OnMyMobDead";


The ID 1519 is a event mob...


http://db.irowiki.org/db/monster-info/1631/

change to:

CODE
    areamonster "3@tower",181,9,191,45,"Green Maiden",1631,10,instance_npcname("72FGate102tower", instance_id())+"::OnMyMobDead";


Hercules Elf Bot - Dec 12, 2011 2:33

Originally posted by [b]Jguy[/b]
Fixed in [rev=15070].