Issue Information
-
#005050
-
1 - Low
-
Fixed
Issue Confirmations
-
Yes (3)No (0)
Originally posted by Kazukin
http://www.eathena.w...er&showbug=5050
There is no NPC called bing#n1 anywhere on current trunk. Also, there is some kind of bug on the turbotrack that leaves the waiting room event disabled so it cannot be played until a reboot, didn't check it though, maybe this is related.
npc\other\turbotrack\Normal_Solo.txt
http://www.eathena.w...er&showbug=5050
There is no NPC called bing#n1 anywhere on current trunk. Also, there is some kind of bug on the turbotrack that leaves the waiting room event disabled so it cannot be played until a reboot, didn't check it though, maybe this is related.
npc\other\turbotrack\Normal_Solo.txt
QUOTE
OnTimer49000:
enablenpc "Point Give-Away Guy#n1";
donpcevent "Master#n1::OnEnable";
end;
OnTimer50000:
donpcevent "snake#n1::OnEnable";
donpcevent "hunting#n1::OnEnable";
- enablenpc "bing#n1";
+ //enablenpc "bing#n1";
end;
OnTimer57000:
disablenpc "Point Give-Away Guy#n1";
end;
}
enablenpc "Point Give-Away Guy#n1";
donpcevent "Master#n1::OnEnable";
end;
OnTimer50000:
donpcevent "snake#n1::OnEnable";
donpcevent "hunting#n1::OnEnable";
- enablenpc "bing#n1";
+ //enablenpc "bing#n1";
end;
OnTimer57000:
disablenpc "Point Give-Away Guy#n1";
end;
}
Originally posted by calciumkid
Currently looking over this. Thanks
Currently looking over this. Thanks
Originally posted by 5511
Normal_Solo dosen't have any "bing#n" in Aegis Script
Normal_Solo dosen't have any "bing#n" in Aegis Script
Originally posted by Slim
edit: under review again.
edit: under review again.
Originally posted by Slim
Thank you!
Fixed in r15457
Normal_Solo dosen't have any "bing#n" in Aegis Script
Thank you!
Fixed in r15457
Originally posted by calciumkid
This confused me for about a week as to what it was referencing haha.
This confused me for about a week as to what it was referencing haha.