Code:
############################################
# ZONE: West Freeport (freportw)
# DATABASE: PEQ-Velious
# LAST EDIT DATE: March 11,2006
# VERSION: 2.0
# DEVELOPER: Fanman55
#
# *** NPC INFORMATION ***
#
# NAME: Guard_Jacsen
# ID: 9125
# TYPE: Warrior
# RACE: Freeport Guard
# LEVEL: 50
#
############################################
sub EVENT_AGGRO
{
quest::say("Die, dog!!");
}
sub EVENT_SLAY
{
quest::say("Let your death be a warning to all who dare oppose the Freeport Militia!");
}
#END of FILE Zone:freportw ID:9125 -- Guard_Jacsen
I can't seem to get this to work, The Guard Aggroes but doesn't say anything, when he kills something he doesn't say anything either... I even tried attacking him myself and he still says nothing. There are the two required spaces after the #END of FILE... line and this quest didn't appear in any errors in the zone.exe (6.0-DR3). I made it using notepad and then saved it as Guard_Jacsen.pl (I also tried saving it as 9125.pl the id # of it). All that I did was save it and put it in the quests folder (that
is all you have to do, right?)

Thanks in advance.
