Issue information

Issue ID
#1396
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 21, 2008 1:41
Last Post
Hercules Elf Bot
Apr 21, 2008 1:41
Confirmation
N/A

Hercules Elf Bot - Apr 21, 2008 1:41

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

in arug_cas01 after destroying 2 guardian stones barricade not destroyed
file arug_cas01:

arug_cas01,1,3,0 script #aru01_df01 -1,{
OnEnable:
guardian "arug_cas01",210,234,"1st Guardian Stone",1907,"#aru01_df01::OnGuardianDied"; //22;
end;

OnDisable:
killmonster "arug_cas01","#aru01_df01::OnGuardianDied";

must be

arug_cas01,1,3,0 script #aru01_df01 -1,{
OnEnable:
guardian "arug_cas01",210,234,"1st Guardian Stone",1907,"#aru01_df01::OnGuardianStoneDied"; //22;
end;

OnDisable:
killmonster "arug_cas01","#aru01_df01::OnGuardianStoneDied";