I already tried changing the case 1 lines
areamonster getarg(1),91,349,137,375,"Fabre",1007,20,instance_npcname("EC_Manager",getarg(2))+"::OnMobDead";
for either
areamonster getarg(1),91,349,137,375,"Fabre",1007,20,"EC_Manager::OnMobDead";
areamonster getarg(1),91,349,137,375,"Fabre",1007,20,instance_npcname("EC_Manager")+"::OnMobDead";
areamonster getarg(1),91,349,137,375,"Fabre",1007,20,instance_npcname("EC_Manager", instance_id())+"::OnMobDead";
But nothing works, for everything was the event not found message, I even tried changing the label OnMobDead to OnmyMobDead, but didn't work either.
I really ran out of ideas... can somebody help me with this plz?
I'll attach the script.
Thanks.
EndlessCellar.txt