View Single Post
  #5  
Old 02-17-2008, 08:10 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

I hope you do - I'll give credit for trying also, when you post a script, use the code/quote features like this;

Code:
sub EVENT_ITEM {
if($itemcount{19584} == 1){
quest::say("So you are one of Ulraz's new recruits. You are to assist in the construction of the armor you will don as a new Shadowknight of the Lodge of the Dead. I have assembled a kit that is used in the crafting of Bone Mail. You must travel beyond Neriak into the Nektulos Forest for the [materials] that compose the armor.");
quest::summonitem("17124"); }
}

sub EVENT_SAY {
if($text=~/Hail/i){
quest::say("If you're looking for chit chat you can bugger off. I'm here to sell supplies not company."); }
Reply With Quote