View Single Post
  #6  
Old 09-22-2008, 11:09 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

This would be pretty simple just using the new quest commands.

Create your sneaking NPC as race 240 and I think gender 0. Then run this script:

Code:
sub EVENT_AGGRO {

  quest::npcrace(433);
  quest::npcgender(2);
  quest::say("DIE!");

}
That should do what you want. Though, I am sure you could customize it and add more wherever you like.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote