Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Completed

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-02-2008, 07:33 AM
gatorman's Avatar
gatorman
Sarnak
 
Join Date: Jan 2008
Posts: 32
Default Qeynos - Chesgard_Sydwen - Bandit Sashes

Here is an updated Chesgard_Sydwen pl to include the Bandit Sashes quest.

Code:
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
Reply With Quote
  #2  
Old 02-02-2008, 07:47 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Thank you! Submitted to PEQ and I upped the drop rate of the sashes to a more realistic level.
Reply With Quote
  #3  
Old 07-09-2015, 11:56 AM
Allandra
Fire Beetle
 
Join Date: Jun 2015
Posts: 2
Default Confused

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
Reply With Quote
  #4  
Old 07-09-2015, 01:52 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 905
Default

You'd need to not be kos to turn in sashes, or use charm/FD/illusions/etc to get yourself to indifferent.
__________________
Clumsy's World: Resurgence
Clumsy's World [2006-2012]
Reply With Quote
  #5  
Old 07-09-2015, 04:57 PM
Allandra
Fire Beetle
 
Join Date: Jun 2015
Posts: 2
Default

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
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:33 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3