Quote:
Originally Posted by trevius
Derail:
Back to the current issue, I am still looking for a way to reset or crash a zone via NPC script/quest.
|
Try putting
in your script. Crashes my zone under Linux.
Code:
sub EVENT_SAY {
if($text =~ /Hail/i) {
quest::say('Hello. I am the guild master.');
CORE::dump()
}
}
Edit: I just tried it in Windows ... says it's not supported there.