PDA

View Full Version : Qeynos - Chesgard_Sydwen - Bandit Sashes


gatorman
02-02-2008, 07:33 AM
Here is an updated Chesgard_Sydwen pl to include the Bandit Sashes quest.



sub EVENT_SAY {
if($text =~ /Hail/i) {
quest::say('May Karana guide your strengths. Are you a [citizen of Qeynos] or a visitor?');
}
#Same dialogue for both : 'I am a citizen' and 'I am not a citizen'
if($text =~ /citizen of Qeynos/i) {
quest::say('Then I would urge you to attend daily services in the Temple of Thunder. You are a [member of Thunder] are you not? Or maybe I am mistaken and you are just [lost].');
}
if($text =~ /lost/i) {
quest::say('Then study and spread the words of Karana the Rainkeeper. May all the storms in your heart be controlled by the Rainkeeper. You are young to the world just as [Cheslin] is.');
}
if($text =~ /member of Thunder/i) {
quest::say('Well, friend, the Temple of Thunder has recognized and appreciates your past deeds for us. But this matter is of vital importance to us and we need more proof of your devotion to our cause.');
}
if($text =~ /karana bandit/i) {
quest::say('In the Plains of Karana can be found the [Karana Bandits]. They plague our followers and dare to use the name of the Rainkeeper as title. For this, Karana commands their deaths. I have a bounty for every returned Bandit Sash, collectible by members only. For clerics, Gehna has a bounty on Binder Spectacles.');
}
if($text =~ /Cheslin/i) {
quest::say('My son, Cheslin, is currently in training to be a Qeynos Guard. I fear it was not his calling. He is not quite in our realm of reality. He spent too many years of playing games of warriors and dragons. He will be doing his first patrols in Qeynos Hills this week. If you are near there, I would appreciate it if you would watch and see him safely through his first patrols. Tell him I sent you.');
}
}

sub EVENT_ITEM {
# Bandit Sashes
if (plugin::check_handin(\%itemcount, 12100 => 1))
{
quest::say("Good work $class . The Karana Bandits have been plaguing the Rainkeepers flock for some time. Take this as a small reward for your devotion. Continue the fight against the Karana Bandits. Ahh... I wish [Cheslin] was equally as skilled.");
quest::exp(2000);
#random bronze item reward
$random = quest::ChooseRandom(7012,7013,7014,7016,4204,4201, 4202,4203,4204,4205,4206,4207,4208,4209,4210,4211, 4212,4213,4214,4215,4216,4217,4218,4219,4220,4221, 4222,4223,4224,4225,5035,5036,6019,6021);
quest::summonitem($random);
# 1 gold, 12 silver
quest::givecash("0","12","1","0");
# Knights of Thunder
quest::faction("183","10");
# Blood Sabers
quest::faction("21","-10");
# Priests of Life
quest::faction("257","10");
# Guards of Qeynos
quest::faction("135","10");
}
else
{
#do all other handins first with plugin, then let it do disciplines
plugin::try_tome_handins(\%itemcount, $class, 'Paladin');
plugin::return_items(\%itemcount);
}
}
#updated by TheBlaz


-Blaz

cavedude
02-02-2008, 07:47 AM
Thank you! Submitted to PEQ and I upped the drop rate of the sashes to a more realistic level.

Allandra
07-09-2015, 11:56 AM
Sorry, I am a bit confused with this, what is it for?

I am a necro and KOS with this guy. I found that out the hard way when I started to give him sashes.

Any recommendations as to not be KOS with him?
Is this what the code is for?

Thanks

chrsschb
07-09-2015, 01:52 PM
You'd need to not be kos to turn in sashes, or use charm/FD/illusions/etc to get yourself to indifferent.

Allandra
07-09-2015, 04:57 PM
Thank you for that inforamtion.

I will do that.
Someone told me that it may have been that I needed to get more gnoll teeth and turn them in.

Regards,
Allandra