View Single Post
  #1  
Old 10-10-2005, 02:46 AM
rickjames1234
Fire Beetle
 
Join Date: May 2005
Posts: 4
Default Daedet_Losaren.pl -- Holy Armor Buff

#############
#Quest Name:Holy Armor Buff
#Author:
#NPCs Involvedaedit_Losaren
#Items Involved:10 gp
#################
sub EVENT_SAY {
if ($text=~/hail/i){
quest::say("I will cast a holy buff on you for a donation to the mother of 10gp."); }
}

sub EVENT_ITEM {
if ($gold == 10){
quest::say("Thanks You for Your Donation!");
quest::selfcast(11);
quest::faction(43,25); }
}

#END of FILE Zone:qeynos ID:1586 -- Daedit_Losaren


* i don't have live atm and i could not find the right text, but the rest sould be fine, i think...if anyone knows what the correct text is let me know


thanks.

Last edited by rickjames1234; 10-12-2005 at 10:21 AM.. Reason: modify
Reply With Quote