paladin armor quest faction Thurgadin
[code]
# Paladin armor quest faction Thurgadin - Runed Protector's
sub EVENT_SAY {
if ($faction <= 3) { # Require Warmly and greater faction
if($text=~/Hail/i){
quest::say("Well met $race! I am BattlePriest Daragor, Battlepriest of Thurgadin. If ye seek ta join our ranks, I welcome ye with open arms and have an offer to make if you are interested. If ye seek to be our enemy, Then I hope ye can run swifter than my archers arrows.");
}
if($text=~/i am interested/i){
quest::say("Aye, I thought you might be. My elite warriors are in sore need of some enchanted armor. Unfortunately, I can
Last edited by Arex; 01-30-2006 at 05:58 PM..
|