PDA

View Full Version : Samatansyn Flamecaller


CrabClaw
07-04-2007, 02:34 PM
I fixed (english problems and such) this quest *and* gave it some recipes as well.

#############
#Quest Name: Samatansyn Flamecaller's Faydark Ranger Armor Quest
#Author: CrabClaw and PEQ(?)
#NPCs Involved: Samatansyn Flamecaller
#Items Involved:
#zone: gfaydark
#Revised CrabClaw v1.12

sub EVENT_SAY {
if($text =~ /Hail/i){
quest::say("It is a pleasure to meet you $name, I am Samatansyn Flamecaller, Warder of Tunare and Guildmaster of Faydarks Champions. I have studied here for many of my years until recently when I took up teaching. I have many pupils that undergo my vigorous [training exercises].");
}
if($text=~/what training exercises/i){
quest::say("I have a series of tests that all new rangers of Kelethin are suggested to participate in. These tests will help you develop many of your skills including hunting and gathering and will also provide you with a chance to fashion your own Trueshot Chainmail. If you are a [ranger of Tunare] and are willing to begin your training I will be happy to explain to you how the tests work.");
}
if($text=~/ranger of tunare/i){
quest::say("Excellent $name, then lets get started! Here is your Trueshot Assembly Kit. You will collect various items from the Faydark and Clan Crushbone that will be necessary for creating your armor materials in your assembly kit. Once you have fashioned together a specific armor material you can then take it to a forge along with the applicable pattern to create your Trueshot Chainmail armor piece. Simply tell me what armor piece you [want] to craft and I can provide you with the material recipes and patterns for Trueshot Chainmail [Coifs], [Bracers], [Sleeves], [Boots], [Legplates], [Gauntlets] and [Tunics].");
quest::summonitem(17367);
}
if($text=~/I want to craft a coif/i){
quest::say("To create your coif material you will need to combine 2 Bricks of Crude Bronze, 1 Royal Jelly, 1 Spiderling Eye and 1 Ration in your assembly kit. Once you have created the proper material take it to a forge along with this mold to fashion your very own Trueshot Coif.");
quest::summonitem(22671);
}
if($text=~/I want to craft a bracer/i){
quest::say("To create your bracer material you will need to combine 1 Brick of Crude Bronze, 1 Skeleton Tibia, 1 Pixie Wing and 1 Gypsy Wine in your assembly kit. Once you have created the proper material take it to a forge along with this mold to fashion your very own Trueshot Chainmail Bracer.");
quest::summonitem(22672);
}
if($text=~/I want to craft sleeves/i){
quest::say("To create your sleeves material you will need to combine 2 Bricks of Crude Bronze, 2 Giant Wasp Venom Sacs, 1 Large Widow Abdomen and 1 White Wine in your assembly kit. Once you have created the proper material take it to a forge along with this mold to fashion your very own Trueshot Chainmail Sleeves.");
quest::summonitem(22673);
}
if($text=~/I want to craft boots/i){
quest::say("To create your boots material you will need to combine 3 Bricks of Crude Bronze, 1 Severed Orc Foot, 2 Spider Legs in your assembly kit. Once you have created the proper material take it to a forge along with this mold to fashion your very own Trueshot Chainmail Boots.");
quest:;summonitem(22674);
}
if($text=~/I want to craft legplates/i){
quest::say("To create your legplates material you will need to combine 4 Bricks of Crude Bronze, 1 Orc Fibula, 1 Orc Clavicle, and 1 Lightstone in your assembly kit. Once you have created the proper material take it to a forge along with this mold to fashion your very own Trueshot Chainmail Legplates.");
quest::summonitem(22675);
}
if($text=~/I want to craft gauntlets/i){
quest::say("To create your gauntlets material you will need to combine 3 Bricks of Crude Bronze, 1 Orc Ulna, 1 Orc Tibia, and 2 Orc Finger Bones in your assembly kit. Once you have created the proper material take it to a forge along with this mold to fashion your very own Trueshot Chainmail Gauntlets.");
quest::summonitem(22676);
}
if($text=~/I want to craft a tunic/i){
quest::say("To create your tunic material you will need to combine 5 Bricks of Crude Bronze, 1 Orc Fibula, 1 Golden Bandit Tooth, 1 Pristine Forest Drakeling Scale, 1 Orc Ribcage and 1 Orc Eye in your assembly kit. Once you have created the proper material take it to a forge along with this mold to fashion your very own Trueshot Chainmail Tunic. Please return to me after you have completed your tunic, for I have one final [favor] to ask of you.");
quest::summonitem(22677);
}
if($text=~/what favor/i){
quest::say("I have received word that there are numerous elves being held hostage in the confines of Clan Crushbone, beaten and forced to perform slave work under horrible conditions. There is believed to be a specific Orc that patrols the jail cells that has a master key in his possession for all of the elven hostages. If you were to retrieve this master key for me I would possibly be able to make copies of it and distribute them to my task force so that we may attempt to rescue our helpless bretheren. Will you [retrieve the master key]?");
}
if($text=~/I will retrieve the master key/i){
quest::say("Excellent news, I was afraid I would not be able to find someone willing to help. Please bring me the master key along with 2 Orc Eyes and I shall craft you a long sword worthy of your great deeds.");
}
}

sub EVENT_ITEM {
#do all other handins first, then let it do disciplines

#Faydark Champions Long Sword, from Cb Cell Key
if($itemcount{27539}==1 && $itemcount{13266}==2){
quest::say("Well done, $name! Now we will be able to free more of our brothers and sisters from the orcs! Take this, as promised, a fine weapon with which to slay more orcs!!");
quest::summonitem(27532);
quest::exp(7000);
quest::ding();
} else {
#do all other handins first with plugin, then let it do disciplines
plugin::try_tome_handins(\%itemcount, $class, 'Ranger');
plugin::return_items(\%itemcount);
}
}
#END of FILE Zone:gfaydark ID:54071 -- Samatansyn Flamecaller

CrabClaw
07-04-2007, 02:36 PM
Here is the SQL:

INSERT INTO tradeskill_recipe_entries VALUES (120072, 9014, 17367, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120073, 9014, 19697, 0, 0, 2, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120074, 9014, 13145, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120075, 9014, 13253, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120076, 9014, 13007, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120077, 9014, 27555, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120078, 9015, 17, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120079, 9015, 22671, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120080, 9015, 27555, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120081, 9015, 27509, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120082, 9016, 17367, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120083, 9016, 19697, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120084, 9016, 27390, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120085, 9016, 13142, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120086, 9016, 13052, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120087, 9016, 27556, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120088, 9017, 17, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120089, 9017, 22672, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120090, 9017, 27556, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120091, 9017, 27510, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120092, 9018, 17367, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120093, 9018, 19697, 0, 0, 2, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120094, 9018, 13260, 0, 0, 2, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120095, 9018, 27534, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120096, 9018, 13031, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120097, 9018, 27557, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120098, 9019, 17, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120099, 9019, 22673, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120100, 9019, 27557, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120101, 9019, 27511, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120102, 9020, 17367, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120103, 9020, 19697, 0, 0, 3, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120104, 9020, 9894, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120105, 9020, 13417, 0, 0, 2, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120106, 9020, 27558, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120107, 9021, 17, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120108, 9021, 22674, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120109, 9021, 27558, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120110, 9021, 27512, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120111, 9022, 17367, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120112, 9022, 19697, 0, 0, 4, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120113, 9022, 19564, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120114, 9022, 19565, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120115, 9022, 10300, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120116, 9022, 27559, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120117, 9023, 17, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120118, 9023, 22675, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120119, 9023, 27559, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120120, 9023, 27513, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120121, 9024, 17367, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120122, 9024, 19697, 0, 0, 3, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120123, 9024, 16185, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120124, 9024, 16186, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120125, 9024, 16178, 0, 0, 2, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120126, 9024, 27560, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120127, 9025, 17, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120128, 9025, 22676, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120129, 9025, 27560, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120130, 9025, 27514, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120131, 9026, 17367, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120132, 9026, 19697, 0, 0, 5, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120133, 9026, 19564, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120134, 9026, 27410, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120135, 9026, 20271, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120136, 9026, 19551, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120137, 9026, 13266, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120138, 9026, 27561, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120139, 9027, 17, 0, 0, 0, 1);
INSERT INTO tradeskill_recipe_entries VALUES (120140, 9027, 22677, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120141, 9027, 27561, 0, 0, 1, 0);
INSERT INTO tradeskill_recipe_entries VALUES (120142, 9027, 27515, 1, 0, 0, 0);
INSERT INTO tradeskill_recipe VALUES (9014, 'trueshot coif material', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9015, 'trueshot chainmail coif', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9016, 'trueshot bracer material', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9017, 'trueshot chainmail bracer', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9018, 'trueshot sleeves material', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9019, 'trueshot chainmail sleeves', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9020, 'trueshot boot material', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9021, 'trueshot chainmail boots', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9022, 'trueshot legplates material', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9023, 'trueshot chainmail legplates', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9024, 'trueshot gauntlets material', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9025, 'trueshot chainmail gauntlets', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9026, 'trueshot tunic material', 63, 0, 0, 1, 0, 'Created by CrabClaw');
INSERT INTO tradeskill_recipe VALUES (9027, 'trueshot chainmail tunic', 63, 0, 0, 1, 0, 'Created by CrabClaw');

cavedude
07-16-2007, 01:46 PM
I added this to PEQ's repo, thank you!