From 41f9d5446729a1d9670e77fe52b024e0499c37f7 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 15 Dec 2014 16:31:36 +0100 Subject: [PATCH] -Added druid gear up to Sunwell, it will be split, because I've hit a hard limit of some stats. -Added some lock, paladin, priest, warrior gear. -Rogue Gear is done up to MC, Maybe BWL. -Mage gear has been modified, it will need tweaking, but it's made up to AQ40 (it's included). -More instancehacks. -More spells disabled. (Up to Black Temple Supremus) -Added in all the BC quests, normal 5 mans, heroic 5 mans, all the raids. (Magtheridon cannot be soloed, he won't even get to attack, so that q is removed) -Added in TBC gearvendors, they are spawned in up to around BT (BT not included). -Some little changes I don't remember. --- gear/sologear-druid.sql | 975 +++++++++++++ gear/sologear-lock.sql | 68 +- gear/sologear-mage.sql | 156 ++- gear/sologear-paladin.sql | 128 ++ gear/sologear-priest.sql | 127 ++ gear/sologear-rogue.sql | 447 ++++++ gear/sologear-warrior.sql | 128 ++ hacks/instancehacks.sql | 5 + importantmods/solosql.sql | 1 + importantmods/spelldisables.sql | 100 ++ instancequests/soloq-bc.sql | 2303 ++++++++++++++++++++++++++++++- vendors/gearvendors-general.sql | 11 + vendors/gearvendors-tbc.sql | 451 ++++++ vendors/gearvendors-vanilla.sql | 15 +- vendors/transmogvendor.sql | 2 +- 15 files changed, 4886 insertions(+), 31 deletions(-) create mode 100644 gear/sologear-paladin.sql create mode 100644 gear/sologear-priest.sql create mode 100644 gear/sologear-rogue.sql create mode 100644 gear/sologear-warrior.sql create mode 100644 vendors/gearvendors-tbc.sql diff --git a/gear/sologear-druid.sql b/gear/sologear-druid.sql index 6ec04f7..e2e2963 100644 --- a/gear/sologear-druid.sql +++ b/gear/sologear-druid.sql @@ -62,4 +62,979 @@ INSERT INTO item_template VALUES(6505, -- entry 0, 0, -- min, maxmoneyloot 0, -- flagscustom 0 -- verifiedbuild +); + +-- druid lvl 30 staff +DELETE FROM item_template WHERE entry = 70301; +INSERT INTO item_template VALUES(70301, -- entry +2, 10, -1, "Druid Lvl 30 Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +30, -- itemlevel +30, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +5, 300, -- stat1 +7, 400, -- stat2 +31, 200, -- stat3 +32, 150, -- stat4 +36, 120, -- stat5 +44, 200, -- stat6 +45, 1000, -- stat7 +47, 100, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +600, 700, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +3000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid lvl 44 staff +DELETE FROM item_template WHERE entry = 70302; +INSERT INTO item_template VALUES(70302, -- entry +2, 10, -1, "Druid Lvl 44 Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +9, -- statscount +5, 500, -- stat1 +7, 700, -- stat2 +31, 300, -- stat3 +32, 300, -- stat4 +36, 300, -- stat5 +38, 400, -- stat6 +44, 200, -- stat7 +45, 3000, -- stat8 +47, 250, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +2000, 2100, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +6000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid 10man staff +DELETE FROM item_template WHERE entry = 70303; +INSERT INTO item_template VALUES(70303, -- entry +2, 10, -1, "Druid 10man Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +9, -- statscount +5, 600, -- stat1 +7, 800, -- stat2 +31, 350, -- stat3 +32, 350, -- stat4 +36, 350, -- stat5 +38, 420, -- stat6 +44, 250, -- stat7 +45, 6000, -- stat8 +47, 270, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +2500, 2600, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +9000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid ZG staff +DELETE FROM item_template WHERE entry = 70304; +INSERT INTO item_template VALUES(70304, -- entry +2, 10, -1, "Druid ZG Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +9, -- statscount +5, 700, -- stat1 +7, 1000, -- stat2 +31, 500, -- stat3 +32, 500, -- stat4 +36, 500, -- stat5 +38, 500, -- stat6 +44, 300, -- stat7 +45, 10000, -- stat8 +47, 300, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +3000, 3100, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +10000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid AQ20 staff +DELETE FROM item_template WHERE entry = 70305; +INSERT INTO item_template VALUES(70305, -- entry +2, 10, -1, "Druid AQ20 Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 400, -- stat1 +5, 750, -- stat2 +7, 1200, -- stat3 +31, 600, -- stat4 +32, 600, -- stat5 +36, 500, -- stat6 +38, 1000, -- stat7 +44, 500, -- stat8 +45, 11000, -- stat9 +47, 300, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +3000, 3100, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +10000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid MC staff +DELETE FROM item_template WHERE entry = 70306; +INSERT INTO item_template VALUES(70306, -- entry +2, 10, -1, "Druid MC Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 600, -- stat1 +5, 750, -- stat2 +7, 1500, -- stat3 +31, 600, -- stat4 +32, 600, -- stat5 +36, 500, -- stat6 +38, 2000, -- stat7 +44, 500, -- stat8 +45, 12000, -- stat9 +47, 300, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +4000, 4100, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +15000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid BWL staff +DELETE FROM item_template WHERE entry = 70307; +INSERT INTO item_template VALUES(70307, -- entry +2, 10, -1, "Druid BWL Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 1000, -- stat1 +5, 750, -- stat2 +7, 1800, -- stat3 +31, 600, -- stat4 +32, 600, -- stat5 +36, 500, -- stat6 +38, 3000, -- stat7 +44, 500, -- stat8 +45, 13000, -- stat9 +47, 300, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +5000, 5100, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +15000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid AQ40 staff +DELETE FROM item_template WHERE entry = 70308; +INSERT INTO item_template VALUES(70308, -- entry +2, 10, -1, "Druid AQ40 Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 1200, -- stat1 +5, 900, -- stat2 +7, 2000, -- stat3 +31, 600, -- stat4 +32, 600, -- stat5 +36, 500, -- stat6 +38, 4000, -- stat7 +44, 500, -- stat8 +45, 15000, -- stat9 +47, 300, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +6000, 6100, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +15000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid ZA staff +DELETE FROM item_template WHERE entry = 70309; +INSERT INTO item_template VALUES(70309, -- entry +2, 10, -1, "Druid ZA Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 1300, -- stat1 +5, 900, -- stat2 +7, 2200, -- stat3 +31, 600, -- stat4 +32, 600, -- stat5 +36, 500, -- stat6 +38, 5000, -- stat7 +44, 500, -- stat8 +45, 17000, -- stat9 +47, 300, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +6500, 7000, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +20000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid Gruul staff +DELETE FROM item_template WHERE entry = 70310; +INSERT INTO item_template VALUES(70310, -- entry +2, 10, -1, "Druid Gruul Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 2000, -- stat1 +5, 1200, -- stat2 +7, 3000, -- stat3 +31, 700, -- stat4 +32, 700, -- stat5 +36, 700, -- stat6 +38, 7000, -- stat7 +44, 700, -- stat8 +45, 20000, -- stat9 +47, 400, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +9600, 10000, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +40000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid Hyjal staff +DELETE FROM item_template WHERE entry = 70311; +INSERT INTO item_template VALUES(70311, -- entry +2, 10, -1, "Druid Hyjal Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 2100, -- stat1 +5, 1300, -- stat2 +7, 3000, -- stat3 +31, 700, -- stat4 +32, 700, -- stat5 +36, 700, -- stat6 +38, 8000, -- stat7 +44, 700, -- stat8 +45, 23000, -- stat9 +47, 400, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +11000, 12000, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +40000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid SSC staff +DELETE FROM item_template WHERE entry = 70312; +INSERT INTO item_template VALUES(70312, -- entry +2, 10, -1, "Druid SSC Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 2200, -- stat1 +5, 1400, -- stat2 +7, 4000, -- stat3 +31, 700, -- stat4 +32, 700, -- stat5 +36, 700, -- stat6 +38, 9000, -- stat7 +44, 700, -- stat8 +45, 25000, -- stat9 +47, 400, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +12000, 13000, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +50000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid The Eye staff +DELETE FROM item_template WHERE entry = 70313; +INSERT INTO item_template VALUES(70313, -- entry +2, 10, -1, "Druid The Eye Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 2200, -- stat1 +5, 1400, -- stat2 +7, 5000, -- stat3 +31, 700, -- stat4 +32, 700, -- stat5 +36, 700, -- stat6 +38, 9000, -- stat7 +44, 700, -- stat8 +45, 28000, -- stat9 +47, 400, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +13000, 14000, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +60000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid BT staff +DELETE FROM item_template WHERE entry = 70314; +INSERT INTO item_template VALUES(70314, -- entry +2, 10, -1, "Druid BT Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 2500, -- stat1 +5, 1600, -- stat2 +7, 6000, -- stat3 +31, 700, -- stat4 +32, 700, -- stat5 +36, 700, -- stat6 +38, 10000, -- stat7 +44, 700, -- stat8 +45, 30000, -- stat9 +47, 400, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +15000, 16000, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +60000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- druid Sunwell Plateau staff +DELETE FROM item_template WHERE entry = 70315; +INSERT INTO item_template VALUES(70315, -- entry +2, 10, -1, "Druid Sunwell Plateau Staff", -- class, subclass, SoundOverrideSubclass, name +12286, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +1024, -1, -- allowableclass, allowablerace +44, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +3, 3000, -- stat1 +5, 2000, -- stat2 +7, 7000, -- stat3 +31, 700, -- stat4 +32, 700, -- stat5 +36, 700, -- stat6 +38, 12000, -- stat7 +44, 700, -- stat8 +45, 32000, -- stat9 +47, 400, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +17000, 18000, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +60000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2900, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild ); \ No newline at end of file diff --git a/gear/sologear-lock.sql b/gear/sologear-lock.sql index 6602232..9924217 100644 --- a/gear/sologear-lock.sql +++ b/gear/sologear-lock.sql @@ -3,7 +3,7 @@ DELETE FROM item_template WHERE entry = 70100; INSERT INTO item_template VALUES(70100, -- entry -2, 10, -1, "Warlock Test Staff lvl 15", -- class, subclass, SoundOverrideSubclass, name +2, 10, -1, "Warlock Staff lvl 15", -- class, subclass, SoundOverrideSubclass, name 20340, 3, -- displayid, quality 0, 0, -- flags, flagsextra 1, 100, 100, -- buycount buyprice, sellprice @@ -67,7 +67,7 @@ INSERT INTO item_template VALUES(70100, -- entry DELETE FROM item_template WHERE entry = 70101; INSERT INTO item_template VALUES(70101, -- entry -2, 10, -1, "Warlock Test Staff lvl 29", -- class, subclass, SoundOverrideSubclass, name +2, 10, -1, "Warlock Staff lvl 29", -- class, subclass, SoundOverrideSubclass, name 20340, 3, -- displayid, quality 0, 0, -- flags, flagsextra 1, 100, 100, -- buycount buyprice, sellprice @@ -128,3 +128,67 @@ INSERT INTO item_template VALUES(70101, -- entry 0, -- flagscustom 0 -- verifiedbuild ); + +DELETE FROM item_template WHERE entry = 70102; +INSERT INTO item_template VALUES(70102, -- entry +2, 10, -1, "Warlock Staff lvl 44", -- class, subclass, SoundOverrideSubclass, name +20340, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +256, -1, -- allowableclass, allowablerace +40, -- itemlevel +44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +5, 250, -- stat1 +7, 400, -- stat2 +21, 250, -- stat3 +31, 250, -- stat4 +36, 250, -- stat5 +43, 80, -- stat6 +45, 1200, -- stat7 +47, 150, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +100, 140, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +500, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +3000, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); diff --git a/gear/sologear-mage.sql b/gear/sologear-mage.sql index 4367ccc..63b29bf 100644 --- a/gear/sologear-mage.sql +++ b/gear/sologear-mage.sql @@ -283,7 +283,7 @@ INSERT INTO item_template VALUES(70004, -- entry 31, 200, -- stat4 36, 100, -- stat5 43, 50, -- stat6 -45, 800, -- stat7 +45, 1200, -- stat7 47, 100, -- stat8 0, 0, -- stat9 0, 0, -- stat10 @@ -347,7 +347,7 @@ INSERT INTO item_template VALUES(70005, -- entry 31, 200, -- stat4 36, 150, -- stat5 43, 50, -- stat6 -45, 1200, -- stat7 +45, 1800, -- stat7 47, 100, -- stat8 0, 0, -- stat9 0, 0, -- stat10 @@ -411,7 +411,7 @@ INSERT INTO item_template VALUES(70006, -- entry 31, 250, -- stat4 36, 250, -- stat5 43, 80, -- stat6 -45, 1600, -- stat7 +45, 2200, -- stat7 47, 150, -- stat8 0, 0, -- stat9 0, 0, -- stat10 @@ -475,7 +475,7 @@ INSERT INTO item_template VALUES(70007, -- entry 31, 300, -- stat4 36, 300, -- stat5 43, 100, -- stat6 -45, 2000, -- stat7 +45, 2200, -- stat7 47, 200, -- stat8 0, 0, -- stat9 0, 0, -- stat10 @@ -539,7 +539,7 @@ INSERT INTO item_template VALUES(70008, -- entry 31, 350, -- stat4 36, 350, -- stat5 43, 100, -- stat6 -45, 2200, -- stat7 +45, 2600, -- stat7 47, 230, -- stat8 0, 0, -- stat9 0, 0, -- stat10 @@ -603,7 +603,7 @@ INSERT INTO item_template VALUES(70009, -- entry 31, 350, -- stat4 36, 350, -- stat5 43, 100, -- stat6 -45, 2200, -- stat7 +45, 2600, -- stat7 47, 230, -- stat8 0, 0, -- stat9 0, 0, -- stat10 @@ -667,7 +667,7 @@ INSERT INTO item_template VALUES(70010, -- entry 31, 350, -- stat4 36, 380, -- stat5 43, 100, -- stat6 -45, 2400, -- stat7 +45, 2600, -- stat7 47, 230, -- stat8 0, 0, -- stat9 0, 0, -- stat10 @@ -725,13 +725,13 @@ INSERT INTO item_template VALUES(70011, -- entry 0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank 0, 1, 0, -- maxcount stackable, containerslots 8, -- statscount -5, 1000, -- stat1 -7, 1100, -- stat2 +5, 1300, -- stat1 +7, 1600, -- stat2 21, 400, -- stat3 31, 350, -- stat4 36, 380, -- stat5 43, 100, -- stat6 -45, 2500, -- stat7 +45, 10000, -- stat7 47, 230, -- stat8 0, 0, -- stat9 0, 0, -- stat10 @@ -789,20 +789,148 @@ INSERT INTO item_template VALUES(70012, -- entry 0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank 0, 1, 0, -- maxcount stackable, containerslots 8, -- statscount -5, 1000, -- stat1 -7, 1100, -- stat2 +5, 1400, -- stat1 +7, 1700, -- stat2 21, 400, -- stat3 31, 350, -- stat4 36, 380, -- stat5 43, 100, -- stat6 -45, 2500, -- stat7 +45, 15000, -- stat7 47, 230, -- stat8 0, 0, -- stat9 0, 0, -- stat10 0, 0, -- scalingstatdistribution, scalingstatvalue 100, 140, 0, -- dmgMin1, DmgMax1, DmgType1 0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 -2400, -- armor +3000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +3000, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 70013; +INSERT INTO item_template VALUES(70013, -- entry +2, 10, -1, "Mage lvl 60 BWL Staff", -- class, subclass, SoundOverrideSubclass, name +20298, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +128, -1, -- allowableclass, allowablerace +60, -- itemlevel +60, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +5, 1600, -- stat1 +7, 1700, -- stat2 +21, 400, -- stat3 +31, 350, -- stat4 +36, 380, -- stat5 +43, 100, -- stat6 +45, 16000, -- stat7 +47, 230, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +100, 140, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +3000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +3000, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 70014; +INSERT INTO item_template VALUES(70014, -- entry +2, 10, -1, "Mage lvl 60 AQ40 Staff", -- class, subclass, SoundOverrideSubclass, name +20298, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +128, -1, -- allowableclass, allowablerace +60, -- itemlevel +60, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +5, 2500, -- stat1 +7, 2000, -- stat2 +21, 400, -- stat3 +31, 350, -- stat4 +36, 380, -- stat5 +43, 100, -- stat6 +45, 25000, -- stat7 +47, 230, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +100, 140, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +6000, -- armor 0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane 3000, -- delay 0, 0, -- ammoType, RangedModRange diff --git a/gear/sologear-paladin.sql b/gear/sologear-paladin.sql new file mode 100644 index 0000000..dcea8fc --- /dev/null +++ b/gear/sologear-paladin.sql @@ -0,0 +1,128 @@ +-- Paladin starter sword + shield +DELETE FROM item_template WHERE entry = 5197; +INSERT INTO item_template VALUES(5197, -- entry +2, 7, -1, "Paladin Starter Mace", -- class, subclass, SoundOverrideSubclass, name +20953, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +13, -- inventoryType +2, -1, -- allowableclass, allowablerace +20, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +4, 200, -- stat1 +5, 200, -- stat2 +7, 200, -- stat3 +14, 50, -- stat4 +31, 60, -- stat5 +32, 50, -- stat6 +36, 40, -- stat7 +38, 300, -- stat8 +45, 300, -- stat9 +47, 50, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +200, 250, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +1000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2500, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +3, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 13245; +INSERT INTO item_template VALUES(13245, -- entry +4, 6, -1, "Paladin Starter Shield", -- class, subclass, SoundOverrideSubclass, name +23835, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +14, -- inventoryType +2, -1, -- allowableclass, allowablerace +20, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +10, -- statscount +4, 200, -- stat1 +5, 200, -- stat2 +7, 200, -- stat3 +14, 50, -- stat4 +31, 60, -- stat5 +32, 50, -- stat6 +36, 40, -- stat7 +38, 300, -- stat8 +45, 300, -- stat9 +47, 50, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +2000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +4, -- sheath +0, 0, -- randomproperty, randomsuffix +50, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); diff --git a/gear/sologear-priest.sql b/gear/sologear-priest.sql new file mode 100644 index 0000000..971d571 --- /dev/null +++ b/gear/sologear-priest.sql @@ -0,0 +1,127 @@ +DELETE FROM item_template WHERE entry = 70200; +INSERT INTO item_template VALUES(70200, -- entry +2, 10, -1, "Priest Starter Staff", -- class, subclass, SoundOverrideSubclass, name +20329, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +16, -1, -- allowableclass, allowablerace +20, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +5, 150, -- stat1 +7, 150, -- stat2 +21, 100, -- stat3 +31, 200, -- stat4 +36, 100, -- stat5 +43, 50, -- stat6 +45, 800, -- stat7 +47, 100, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +100, 140, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +1000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +3000, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 70201; +INSERT INTO item_template VALUES(70201, -- entry +2, 10, -1, "Priest lvl 30 Staff", -- class, subclass, SoundOverrideSubclass, name +20298, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +17, -- inventoryType +16, -1, -- allowableclass, allowablerace +20, -- itemlevel +32, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +5, 200, -- stat1 +7, 200, -- stat2 +21, 150, -- stat3 +31, 200, -- stat4 +36, 150, -- stat5 +43, 50, -- stat6 +45, 1200, -- stat7 +47, 100, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +100, 140, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +1000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +3000, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 2, -- startquest, lockid, material +2, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); diff --git a/gear/sologear-rogue.sql b/gear/sologear-rogue.sql new file mode 100644 index 0000000..122222a --- /dev/null +++ b/gear/sologear-rogue.sql @@ -0,0 +1,447 @@ +DELETE FROM item_template WHERE entry = 2164; +INSERT INTO item_template VALUES(2164, -- entry +2, 15, -1, "Rogue Starter Dagger", -- class, subclass, SoundOverrideSubclass, name +20312, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +13, -- inventoryType +8, -1, -- allowableclass, allowablerace +20, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +3, 200, -- stat1 +7, 200, -- stat2 +13, 60, -- stat3 +31, 60, -- stat4 +32, 60, -- stat5 +36, 40, -- stat6 +38, 500, -- stat7 +44, 200, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +200, 250, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +1000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2200, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +3, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 17780; +INSERT INTO item_template VALUES(17780, -- entry +2, 15, -1, "Rogue lvl44 Dagger", -- class, subclass, SoundOverrideSubclass, name +29957, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +13, -- inventoryType +8, -1, -- allowableclass, allowablerace +20, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +3, 300, -- stat1 +7, 300, -- stat2 +13, 100, -- stat3 +31, 100, -- stat4 +32, 110, -- stat5 +36, 100, -- stat6 +38, 800, -- stat7 +44, 300, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +400, 550, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +2000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2200, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +3, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 14555; +INSERT INTO item_template VALUES(14555, -- entry +2, 15, -1, "Rogue 10man Dagger", -- class, subclass, SoundOverrideSubclass, name +25612, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +13, -- inventoryType +8, -1, -- allowableclass, allowablerace +20, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +3, 400, -- stat1 +7, 600, -- stat2 +13, 200, -- stat3 +31, 200, -- stat4 +32, 220, -- stat5 +36, 300, -- stat6 +38, 1000, -- stat7 +44, 400, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +500, 650, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +2000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2200, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +3, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 12590; +INSERT INTO item_template VALUES(12590, -- entry +2, 15, -1, "Rogue ZG Dagger", -- class, subclass, SoundOverrideSubclass, name +25613, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +13, -- inventoryType +8, -1, -- allowableclass, allowablerace +20, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +3, 500, -- stat1 +7, 800, -- stat2 +13, 250, -- stat3 +31, 250, -- stat4 +32, 250, -- stat5 +36, 350, -- stat6 +38, 1200, -- stat7 +44, 450, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +500, 650, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +2000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2200, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +3, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 19903; +INSERT INTO item_template VALUES(19903, -- entry +2, 15, -1, "Rogue AQ20 Dagger", -- class, subclass, SoundOverrideSubclass, name +32576, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +13, -- inventoryType +8, -1, -- allowableclass, allowablerace +20, -- itemlevel +60, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +3, 500, -- stat1 +7, 900, -- stat2 +13, 250, -- stat3 +31, 250, -- stat4 +32, 250, -- stat5 +36, 350, -- stat6 +38, 1200, -- stat7 +44, 450, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +600, 750, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +3000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2200, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +3, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 19324; +INSERT INTO item_template VALUES(19324, -- entry +2, 15, -1, "Rogue MC Dagger", -- class, subclass, SoundOverrideSubclass, name +31820, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +13, -- inventoryType +8, -1, -- allowableclass, allowablerace +20, -- itemlevel +60, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +3, 500, -- stat1 +7, 1500, -- stat2 +13, 250, -- stat3 +31, 250, -- stat4 +32, 250, -- stat5 +36, 350, -- stat6 +38, 1600, -- stat7 +44, 450, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +900, 1050, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +3000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +1800, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +3, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 19166; +INSERT INTO item_template VALUES(19166, -- entry +2, 15, -1, "Rogue BWL Dagger", -- class, subclass, SoundOverrideSubclass, name +31686, 4, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +13, -- inventoryType +8, -1, -- allowableclass, allowablerace +20, -- itemlevel +60, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +8, -- statscount +3, 500, -- stat1 +7, 2000, -- stat2 +13, 250, -- stat3 +31, 250, -- stat4 +32, 250, -- stat5 +36, 350, -- stat6 +38, 2000, -- stat7 +44, 450, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +950, 1150, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +3000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +1800, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +3, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); \ No newline at end of file diff --git a/gear/sologear-warrior.sql b/gear/sologear-warrior.sql new file mode 100644 index 0000000..a6f4d31 --- /dev/null +++ b/gear/sologear-warrior.sql @@ -0,0 +1,128 @@ +-- warrior starter sword + shield +DELETE FROM item_template WHERE entry = 11121; +INSERT INTO item_template VALUES(11121, -- entry +2, 7, -1, "Warrior Starter Sword", -- class, subclass, SoundOverrideSubclass, name +20094, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +13, -- inventoryType +1, -1, -- allowableclass, allowablerace +20, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +9, -- statscount +4, 200, -- stat1 +7, 200, -- stat2 +14, 20, -- stat3 +15, 50, -- stat4 +31, 60, -- stat5 +32, 50, -- stat6 +36, 40, -- stat7 +38, 200, -- stat8 +44, 80, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +200, 250, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +1000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +2200, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +3, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM item_template WHERE entry = 5443; +INSERT INTO item_template VALUES(5443, -- entry +4, 6, -1, "Warrior Starter Shield", -- class, subclass, SoundOverrideSubclass, name +18523, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +14, -- inventoryType +1, -1, -- allowableclass, allowablerace +20, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +0, 1, 0, -- maxcount stackable, containerslots +9, -- statscount +4, 200, -- stat1 +7, 200, -- stat2 +14, 20, -- stat3 +15, 50, -- stat4 +31, 60, -- stat5 +32, 50, -- stat6 +36, 40, -- stat7 +38, 200, -- stat8 +44, 80, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +2000, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 1, -- startquest, lockid, material +4, -- sheath +0, 0, -- randomproperty, randomsuffix +50, -- block +0, -- itemset +80, -- maxdurability +0, 0, -- area, map +0, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +25, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +41, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); diff --git a/hacks/instancehacks.sql b/hacks/instancehacks.sql index 99ef676..46ce925 100644 --- a/hacks/instancehacks.sql +++ b/hacks/instancehacks.sql @@ -1,5 +1,10 @@ -- Remove the bugged gates here with sql -- TODO +-- removed gobject GUID: 32708, ID: 183049 (steamvault bugged door) +-- removed gobj GUID: 18539, ID 186728 (ZA Door) +-- removed gobj GUID: 47284, ID 186305 (ZA boss door) + + -- Disable C'thun's script UPDATE creature_template SET ScriptName = "" WHERE entry = 15589; diff --git a/importantmods/solosql.sql b/importantmods/solosql.sql index e77f298..0da116d 100644 --- a/importantmods/solosql.sql +++ b/importantmods/solosql.sql @@ -1,2 +1,3 @@ UPDATE creature_template SET mechanic_immune_mask = 0; UPDATE item_template SET RequiredLevel = 0 WHERE entry = 21215; +UPDATE quest_template SET RewardXPId = 0, RewardOrRequiredMoney = 0, RewardMoneyMaxLevel = 0 diff --git a/importantmods/spelldisables.sql b/importantmods/spelldisables.sql index 5b977b8..d7a2c17 100644 --- a/importantmods/spelldisables.sql +++ b/importantmods/spelldisables.sql @@ -1,4 +1,6 @@ -- Jin'do's mc doesn't work its called Summon Brainwash Totem +-- disable this: (ZA) SPELL_SUMMON_CYCLONE = 43112, // summon four feather vortex +-- Archimonde Hand of Death, bugged, he casts it sometimes -- SPELL_WILL_OF_HAKKAR = 24178 // Hakkar's MC DELETE FROM disables WHERE entry = 24178; @@ -56,4 +58,102 @@ INSERT INTO disables VALUES( 2, -- flags "", "", -- params 0, 1 "Cause Insanity, AQ40 thrash" -- comment +); + +DELETE FROM disables WHERE entry = 33676; +INSERT INTO disables VALUES( +0, -- sourcetype +33676, -- entry +2, -- flags +"", "", -- params 0, 1 +"Incite Chaos, Shadow lab MC" -- comment +); + +DELETE FROM disables WHERE entry = 33684; +INSERT INTO disables VALUES( +0, -- sourcetype +33684, -- entry +2, -- flags +"", "", -- params 0, 1 +"Incite Chaos, Shadow lab MC" -- comment +); + +-- Magma Blast, Ragnaros +DELETE FROM disables WHERE entry = 20565; +INSERT INTO disables VALUES( +0, -- sourcetype +20565, -- entry +2, -- flags +"", "", -- params 0, 1 +"Magma Blast, Ragnaros" -- comment +); + +-- Mana Burn, Quiraji Mindslayer +DELETE FROM disables WHERE entry = 26049; +INSERT INTO disables VALUES( +0, -- sourcetype +26049, -- entry +2, -- flags +"", "", -- params 0, 1 +"Quiraji Mindslayer's Mana Burn (fear)" -- comment +); + +-- Hydross's Water Tomb (stun) +DELETE FROM disables WHERE entry = 38235; +INSERT INTO disables VALUES( +0, -- sourcetype +38235, -- entry +2, -- flags +"", "", -- params 0, 1 +"Hydross's Water Tomb (stun)" -- comment +); + +-- Naj'etus SPELL_NEEDLE_SPINE +DELETE FROM disables WHERE entry = 39992; +INSERT INTO disables VALUES( +0, -- sourcetype +39992, -- entry +2, -- flags +"", "", -- params 0, 1 +"Naj'etus SPELL_NEEDLE_SPINE" -- comment +); + +-- Naj'etus SPELL_TIDAL_SHIELD +DELETE FROM disables WHERE entry = 39872; +INSERT INTO disables VALUES( +0, -- sourcetype +39872, -- entry +2, -- flags +"", "", -- params 0, 1 +"Naj'etus SPELL_TIDAL_SHIELD " -- comment +); + +-- Naj'etus SPELL_IMPALING_SPINE +DELETE FROM disables WHERE entry = 39837; +INSERT INTO disables VALUES( +0, -- sourcetype +39837, -- entry +2, -- flags +"", "", -- params 0, 1 +"Naj'etus SPELL_IMPALING_SPINE " -- comment +); + +-- Naj'etus SPELL_CREATE_NAJENTUS_SPINE +DELETE FROM disables WHERE entry = 39956; +INSERT INTO disables VALUES( +0, -- sourcetype +39956, -- entry +2, -- flags +"", "", -- params 0, 1 +"Naj'etus SPELL_CREATE_NAJENTUS_SPINE " -- comment +); + +-- Naj'etus SPELL_HURL_SPINE +DELETE FROM disables WHERE entry = 39948; +INSERT INTO disables VALUES( +0, -- sourcetype +39948, -- entry +2, -- flags +"", "", -- params 0, 1 +"Naj'etus SPELL_HURL_SPINE " -- comment ); \ No newline at end of file diff --git a/instancequests/soloq-bc.sql b/instancequests/soloq-bc.sql index 9f3d21a..dc996be 100644 --- a/instancequests/soloq-bc.sql +++ b/instancequests/soloq-bc.sql @@ -2,10 +2,10 @@ -- Well aq40 gear is op, compared to these dungeons, so the player should go through 1 for each loc -- to level up to 70, and each CoT, to have the attunements. -- 61- --- CoT old hills(66-70), Cot BlackM (68-70), +-- (HFC) Ramparts (59-67) -- (AUCH) Mana Tombs (53-70) -- (CR) Slave Pens (61-69) --- (HFC) Ramparts (59-67) +-- CoT old hills(66-70), Cot BlackM (68-70), -- (TK) Bota (69-70) -- MGT 68-70 (5man) -- 70 @@ -25,10 +25,10 @@ -- SELECT * FROM creature_template WHERE entry = 37776 --- AQ40 -DELETE FROM quest_template WHERE Id = 70050; +-- (HFC) Ramparts (59-67) +DELETE FROM quest_template WHERE Id = 70100; INSERT INTO quest_template VALUES( -70050, -- Id +70100, -- Id 2, -- Method 61, 61, 0, -- level, minlevel, maxlevel 0, -- ZoneorSort @@ -38,7 +38,7 @@ INSERT INTO quest_template VALUES( 0, 0, 0, 0, -- req class, race, skillis, skillpoints 0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval -0, 0, 0, 0, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, 70101, -- prevq, nextq, exclusivegroup, nextquestidchain 50, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel 0, 0, -- rewardspell, rewardspellcast 0, 0, -- rewardhonor, rewardhonormultiplier @@ -57,14 +57,14 @@ INSERT INTO quest_template VALUES( 0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption -"Temple of Ahn'Quiraj", -- title -"Go Through AQ40.", -- Objectives +"Hellfire Ramparts", -- title +"Go Through Ramparts.", -- Objectives "", -- details "", -- EndText "", -- Offerrewardtext "", -- requestItemsText "", -- CompletedText -15589, 0, 0, 0, -- requiredNpcOrGo 1-4 +17308, 0, 0, 0, -- requiredNpcOrGo 1-4 1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 0, 0, 0, 0, -- requiredSourceItemId 1-4 0, 0, 0, 0, -- requiredSourceItemCount 1-4 @@ -80,7 +80,2284 @@ INSERT INTO quest_template VALUES( 0 -- VerifiedBuild ); -DELETE FROM creature_queststarter WHERE quest = 70050; -DELETE FROM creature_questender WHERE quest = 70050; -INSERT INTO creature_queststarter VALUES(70001, 70050); -INSERT INTO creature_questender VALUES(70001, 70050); +DELETE FROM creature_queststarter WHERE quest = 70100; +DELETE FROM creature_questender WHERE quest = 70100; +INSERT INTO creature_queststarter VALUES(70001, 70100); +INSERT INTO creature_questender VALUES(70001, 70100); + +-- (AUCH) Mana Tombs (53-70) +DELETE FROM quest_template WHERE Id = 70101; +INSERT INTO quest_template VALUES( +70101, -- Id +2, -- Method +61, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70100, 0, 0, 70102, -- prevq, nextq, exclusivegroup, nextquestidchain +50, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Mana Tombs", -- title +"Go Through Mana Tombs.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +18344, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70101; +DELETE FROM creature_questender WHERE quest = 70101; +INSERT INTO creature_queststarter VALUES(70001, 70101); +INSERT INTO creature_questender VALUES(70001, 70101); + +-- (CR) Slave Pens (61-69) +DELETE FROM quest_template WHERE Id = 70102; +INSERT INTO quest_template VALUES( +70102, -- Id +2, -- Method +61, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70101, 0, 0, 70103, -- prevq, nextq, exclusivegroup, nextquestidchain +50, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Slave Pens", -- title +"Go Through Slave Pens.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +17942, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70102; +DELETE FROM creature_questender WHERE quest = 70102; +INSERT INTO creature_queststarter VALUES(70001, 70102); +INSERT INTO creature_questender VALUES(70001, 70102); + +-- Levelup +DELETE FROM quest_template WHERE Id = 70103; +INSERT INTO quest_template VALUES( +70103, -- Id +2, -- Method +67, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70102, 0, 0, 70104, -- prevq, nextq, exclusivegroup, nextquestidchain +50, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Level up!", -- title +"GZ", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70103; +DELETE FROM creature_questender WHERE quest = 70103; +INSERT INTO creature_queststarter VALUES(70001, 70103); +INSERT INTO creature_questender VALUES(70001, 70103); + +-- CoT old hills(66-70) +DELETE FROM quest_template WHERE Id = 70104; +INSERT INTO quest_template VALUES( +70104, -- Id +2, -- Method +61, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70103, 0, 0, 70105, -- prevq, nextq, exclusivegroup, nextquestidchain +50, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Old Hillsbrad", -- title +"Go Through Old Hillsbrad.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +18096, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70104; +DELETE FROM creature_questender WHERE quest = 70104; +INSERT INTO creature_queststarter VALUES(70001, 70104); +INSERT INTO creature_questender VALUES(70001, 70104); + +-- Cot BlackM (68-70) +DELETE FROM quest_template WHERE Id = 70105; +INSERT INTO quest_template VALUES( +70105, -- Id +2, -- Method +61, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70104, 0, 0, 70106, -- prevq, nextq, exclusivegroup, nextquestidchain +50, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Black Morass", -- title +"Go Through Black Morass.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +17881, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70105; +DELETE FROM creature_questender WHERE quest = 70105; +INSERT INTO creature_queststarter VALUES(70001, 70105); +INSERT INTO creature_questender VALUES(70001, 70105); + +-- (TK) Bota (69-70) +DELETE FROM quest_template WHERE Id = 70106; +INSERT INTO quest_template VALUES( +70106, -- Id +2, -- Method +61, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70105, 0, 0, 70107, -- prevq, nextq, exclusivegroup, nextquestidchain +50, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Botanica", -- title +"Go Through Botanica.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +17977, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70106; +DELETE FROM creature_questender WHERE quest = 70106; +INSERT INTO creature_queststarter VALUES(70001, 70106); +INSERT INTO creature_questender VALUES(70001, 70106); + +-- MGT 68-70 (5man) +DELETE FROM quest_template WHERE Id = 70107; +INSERT INTO quest_template VALUES( +70107, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70106, 0, 0, 70108, -- prevq, nextq, exclusivegroup, nextquestidchain +50, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Magister's Terrace", -- title +"Go Through MGT.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +24664, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70107; +DELETE FROM creature_questender WHERE quest = 70107; +INSERT INTO creature_queststarter VALUES(70001, 70107); +INSERT INTO creature_questender VALUES(70001, 70107); + +-- Levelup +DELETE FROM quest_template WHERE Id = 70108; +INSERT INTO quest_template VALUES( +70108, -- Id +2, -- Method +67, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70107, 0, 0, 0, -- prevq, nextq, exclusivegroup, nextquestidchain +50, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Level up!", -- title +"GZ", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70108; +DELETE FROM creature_questender WHERE quest = 70108; +INSERT INTO creature_queststarter VALUES(70001, 70108); +INSERT INTO creature_questender VALUES(70001, 70108); + +-- (AUCH) Auchenai Crypts (64-70) HC +DELETE FROM quest_template WHERE Id = 70109; +INSERT INTO quest_template VALUES( +70109, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70108, 0, 0, 70110, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Auchenai Crypts (Heroic)", -- title +"Go Through HC Auchenai Crypts.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +72000, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +1, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70109; +DELETE FROM creature_questender WHERE quest = 70109; +INSERT INTO creature_queststarter VALUES(70001, 70109); +INSERT INTO creature_questender VALUES(70001, 70109); + +DELETE FROM item_template WHERE entry = 72000; +INSERT INTO item_template VALUES(72000, -- entry +13, 0, -1, "Maladaar's Key", -- class, subclass, SoundOverrideSubclass, name +8903, 1, -- displayid, quality +2112, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- inventoryType +-1, -1, -- allowableclass, allowablerace +1, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +1, 1, 0, -- maxcount stackable, containerslots +0, -- statscount +0, 0, -- stat1 +0, 0, -- stat2 +0, 0, -- stat3 +0, 0, -- stat4 +0, 0, -- stat5 +0, 0, -- stat6 +0, 0, -- stat7 +0, 0, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +0, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +4, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, -1, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- maxdurability +0, 0, -- area, map +256, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM creature_loot_template WHERE Item = 72000; +INSERT INTO creature_loot_template VALUES( +20306, -- Entry +72000, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- (AUCH) Sethekk Halls (66-70) HC +DELETE FROM quest_template WHERE Id = 70110; +INSERT INTO quest_template VALUES( +70110, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70109, 0, 0, 70111, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Sethekk Halls (Heroic)", -- title +"Go Through HC Sethekk Halls.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +72001, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +1, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70110; +DELETE FROM creature_questender WHERE quest = 70110; +INSERT INTO creature_queststarter VALUES(70001, 70110); +INSERT INTO creature_questender VALUES(70001, 70110); + +DELETE FROM item_template WHERE entry = 72001; +INSERT INTO item_template VALUES(72001, -- entry +13, 0, -1, "Ikiss's Key", -- class, subclass, SoundOverrideSubclass, name +8903, 1, -- displayid, quality +2112, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- inventoryType +-1, -1, -- allowableclass, allowablerace +1, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +1, 1, 0, -- maxcount stackable, containerslots +0, -- statscount +0, 0, -- stat1 +0, 0, -- stat2 +0, 0, -- stat3 +0, 0, -- stat4 +0, 0, -- stat5 +0, 0, -- stat6 +0, 0, -- stat7 +0, 0, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +0, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +4, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, -1, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- maxdurability +0, 0, -- area, map +256, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM creature_loot_template WHERE Item = 72001; +INSERT INTO creature_loot_template VALUES( +20706, -- Entry +72001, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- (AUCH) Shadow Labyrinth (69-70) HC +DELETE FROM quest_template WHERE Id = 70111; +INSERT INTO quest_template VALUES( +70111, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70110, 0, 0, 70112, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Shadow Labyrinth (Heroic)", -- title +"Go Through HC Shadow Labyrinth.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +72002, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +1, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70111; +DELETE FROM creature_questender WHERE quest = 70111; +INSERT INTO creature_queststarter VALUES(70001, 70111); +INSERT INTO creature_questender VALUES(70001, 70111); + +DELETE FROM item_template WHERE entry = 72002; +INSERT INTO item_template VALUES(72002, -- entry +13, 0, -1, "Murmur's Key", -- class, subclass, SoundOverrideSubclass, name +8903, 1, -- displayid, quality +2112, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- inventoryType +-1, -1, -- allowableclass, allowablerace +1, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +1, 1, 0, -- maxcount stackable, containerslots +0, -- statscount +0, 0, -- stat1 +0, 0, -- stat2 +0, 0, -- stat3 +0, 0, -- stat4 +0, 0, -- stat5 +0, 0, -- stat6 +0, 0, -- stat7 +0, 0, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +0, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +4, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, -1, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- maxdurability +0, 0, -- area, map +256, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM creature_loot_template WHERE Item = 72002; +INSERT INTO creature_loot_template VALUES( +20657, -- Entry +72002, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- (CR) The Steamvault (69-70) HC +DELETE FROM quest_template WHERE Id = 70112; +INSERT INTO quest_template VALUES( +70112, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70111, 0, 0, 70113, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"The Steamvault (Heroic)", -- title +"Go Through HC Steamvault.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +72003, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +1, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70112; +DELETE FROM creature_questender WHERE quest = 70112; +INSERT INTO creature_queststarter VALUES(70001, 70112); +INSERT INTO creature_questender VALUES(70001, 70112); + +DELETE FROM item_template WHERE entry = 72003; +INSERT INTO item_template VALUES(72003, -- entry +13, 0, -1, "Kalithresh's Key", -- class, subclass, SoundOverrideSubclass, name +8903, 1, -- displayid, quality +2112, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- inventoryType +-1, -1, -- allowableclass, allowablerace +1, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +1, 1, 0, -- maxcount stackable, containerslots +0, -- statscount +0, 0, -- stat1 +0, 0, -- stat2 +0, 0, -- stat3 +0, 0, -- stat4 +0, 0, -- stat5 +0, 0, -- stat6 +0, 0, -- stat7 +0, 0, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +0, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +4, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, -1, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- maxdurability +0, 0, -- area, map +256, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM creature_loot_template WHERE Item = 72003; +INSERT INTO creature_loot_template VALUES( +20633, -- Entry +72003, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- (CR) The Underbog (62-70) HC +DELETE FROM quest_template WHERE Id = 70113; +INSERT INTO quest_template VALUES( +70113, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70112, 0, 0, 70114, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"The Underbog (Heroic)", -- title +"Go Through HC Underbog.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +72004, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +1, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70113; +DELETE FROM creature_questender WHERE quest = 70113; +INSERT INTO creature_queststarter VALUES(70001, 70113); +INSERT INTO creature_questender VALUES(70001, 70113); + +DELETE FROM item_template WHERE entry = 72004; +INSERT INTO item_template VALUES(72004, -- entry +13, 0, -1, "Black Stalker's Key", -- class, subclass, SoundOverrideSubclass, name +8903, 1, -- displayid, quality +2112, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- inventoryType +-1, -1, -- allowableclass, allowablerace +1, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +1, 1, 0, -- maxcount stackable, containerslots +0, -- statscount +0, 0, -- stat1 +0, 0, -- stat2 +0, 0, -- stat3 +0, 0, -- stat4 +0, 0, -- stat5 +0, 0, -- stat6 +0, 0, -- stat7 +0, 0, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +0, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +4, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, -1, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- maxdurability +0, 0, -- area, map +256, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM creature_loot_template WHERE Item = 72004; +INSERT INTO creature_loot_template VALUES( +20184, -- Entry +72004, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- (HFC) The Blood Furnace (60-68) HC +DELETE FROM quest_template WHERE Id = 70114; +INSERT INTO quest_template VALUES( +70114, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70113, 0, 0, 70115, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"The Blood Furnace (Heroic)", -- title +"Go Through HC Blood Furnace.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +72005, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +1, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70114; +DELETE FROM creature_questender WHERE quest = 70114; +INSERT INTO creature_queststarter VALUES(70001, 70114); +INSERT INTO creature_questender VALUES(70001, 70114); + +DELETE FROM item_template WHERE entry = 72005; +INSERT INTO item_template VALUES(72005, -- entry +13, 0, -1, "Keli'dan's Key", -- class, subclass, SoundOverrideSubclass, name +8903, 1, -- displayid, quality +2112, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- inventoryType +-1, -1, -- allowableclass, allowablerace +1, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +1, 1, 0, -- maxcount stackable, containerslots +0, -- statscount +0, 0, -- stat1 +0, 0, -- stat2 +0, 0, -- stat3 +0, 0, -- stat4 +0, 0, -- stat5 +0, 0, -- stat6 +0, 0, -- stat7 +0, 0, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +0, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +4, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, -1, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- maxdurability +0, 0, -- area, map +256, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM creature_loot_template WHERE Item = 72005; +INSERT INTO creature_loot_template VALUES( +18607, -- Entry +72005, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- (HFC) The Shattered Halls (69-70) HC +DELETE FROM quest_template WHERE Id = 70115; +INSERT INTO quest_template VALUES( +70115, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70114, 0, 0, 70116, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"The Shattered Halls (Heroic)", -- title +"Go Through HC Shattered Halls.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +72006, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +1, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70115; +DELETE FROM creature_questender WHERE quest = 70115; +INSERT INTO creature_queststarter VALUES(70001, 70115); +INSERT INTO creature_questender VALUES(70001, 70115); + +DELETE FROM item_template WHERE entry = 72006; +INSERT INTO item_template VALUES(72006, -- entry +13, 0, -1, "Kargath's Key", -- class, subclass, SoundOverrideSubclass, name +8903, 1, -- displayid, quality +2112, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- inventoryType +-1, -1, -- allowableclass, allowablerace +1, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +1, 1, 0, -- maxcount stackable, containerslots +0, -- statscount +0, 0, -- stat1 +0, 0, -- stat2 +0, 0, -- stat3 +0, 0, -- stat4 +0, 0, -- stat5 +0, 0, -- stat6 +0, 0, -- stat7 +0, 0, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +0, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +4, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, -1, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- maxdurability +0, 0, -- area, map +256, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM creature_loot_template WHERE Item = 72006; +INSERT INTO creature_loot_template VALUES( +20597, -- Entry +72006, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- (TK) The Arcatraz(69-70) HC +DELETE FROM quest_template WHERE Id = 70116; +INSERT INTO quest_template VALUES( +70116, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70115, 0, 0, 70117, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"The Arcatraz (Heroic)", -- title +"Go Through HC Arcatraz.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +72007, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +1, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70116; +DELETE FROM creature_questender WHERE quest = 70116; +INSERT INTO creature_queststarter VALUES(70001, 70116); +INSERT INTO creature_questender VALUES(70001, 70116); + +DELETE FROM item_template WHERE entry = 72007; +INSERT INTO item_template VALUES(72007, -- entry +13, 0, -1, "Skyriss's Key", -- class, subclass, SoundOverrideSubclass, name +8903, 1, -- displayid, quality +2112, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- inventoryType +-1, -1, -- allowableclass, allowablerace +1, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +1, 1, 0, -- maxcount stackable, containerslots +0, -- statscount +0, 0, -- stat1 +0, 0, -- stat2 +0, 0, -- stat3 +0, 0, -- stat4 +0, 0, -- stat5 +0, 0, -- stat6 +0, 0, -- stat7 +0, 0, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +0, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +4, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, -1, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- maxdurability +0, 0, -- area, map +256, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM creature_loot_template WHERE Item = 72007; +INSERT INTO creature_loot_template VALUES( +21601, -- Entry +72007, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO creature_loot_template VALUES( +21600, -- Entry +72007, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO creature_loot_template VALUES( +21599, -- Entry +72007, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- (TK) The Mechanar (68-70) HC +DELETE FROM quest_template WHERE Id = 70117; +INSERT INTO quest_template VALUES( +70117, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70116, 0, 0, 70118, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +24490, 0, 0, 0, -- rewarditemId 1-4 +1, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"The Mechanar (Heroic)", -- title +"Go Through HC Mechanar.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +0, 0, 0, 0, -- requiredNpcOrGo 1-4 +0, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +72008, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +1, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70117; +DELETE FROM creature_questender WHERE quest = 70117; +INSERT INTO creature_queststarter VALUES(70001, 70117); +INSERT INTO creature_questender VALUES(70001, 70117); + +DELETE FROM item_template WHERE entry = 72008; +INSERT INTO item_template VALUES(72008, -- entry +13, 0, -1, "Pathaleon's Key", -- class, subclass, SoundOverrideSubclass, name +8903, 1, -- displayid, quality +2112, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- inventoryType +-1, -1, -- allowableclass, allowablerace +1, -- itemlevel +0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell +0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank +1, 1, 0, -- maxcount stackable, containerslots +0, -- statscount +0, 0, -- stat1 +0, 0, -- stat2 +0, 0, -- stat3 +0, 0, -- stat4 +0, 0, -- stat5 +0, 0, -- stat6 +0, 0, -- stat7 +0, 0, -- stat8 +0, 0, -- stat9 +0, 0, -- stat10 +0, 0, -- scalingstatdistribution, scalingstatvalue +0, 0, 0, -- dmgMin1, DmgMax1, DmgType1 +0, 0, 0, -- dmgMin2, DmgMax2, DmgType2 +0, -- armor +0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane +0, -- delay +0, 0, -- ammoType, RangedModRange +0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown +4, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, -1, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- maxdurability +0, 0, -- area, map +256, -- bagfamily +0, -- totemcategory +0, 0, -- 1 socketcolor, socketcontent +0, 0, -- 2 socketcolor, socketcontent +0, 0, -- 3 socketcolor, socketcontent +0, 0, -- socketbonus, gemproperties +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +DELETE FROM creature_loot_template WHERE Item = 72008; +INSERT INTO creature_loot_template VALUES( +21537, -- Entry +72008, -- Item +0, -- Reference +100, -- chance +1, -- questrequired +1, -- LootMode +100, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Kara (70.10) +DELETE FROM quest_template WHERE Id = 70118; +INSERT INTO quest_template VALUES( +70118, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70117, 0, 0, 70119, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Karazhan", -- title +"Go Through Kara.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +15690, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70118; +DELETE FROM creature_questender WHERE quest = 70118; +INSERT INTO creature_queststarter VALUES(70001, 70118); +INSERT INTO creature_questender VALUES(70001, 70118); + +-- ZA (70.10) +DELETE FROM quest_template WHERE Id = 70119; +INSERT INTO quest_template VALUES( +70119, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70118, 0, 0, 70120, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Zul'Aman", -- title +"Go Through ZA.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +23863, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70119; +DELETE FROM creature_questender WHERE quest = 70119; +INSERT INTO creature_queststarter VALUES(70001, 70119); +INSERT INTO creature_questender VALUES(70001, 70119); + +-- Gruul's Lair (70.25) +DELETE FROM quest_template WHERE Id = 70120; +INSERT INTO quest_template VALUES( +70120, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70119, 0, 0, 70122, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Gruul's Lair", -- title +"Go Through Gruul's Lair.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +19044, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70120; +DELETE FROM creature_questender WHERE quest = 70120; +INSERT INTO creature_queststarter VALUES(70001, 70120); +INSERT INTO creature_questender VALUES(70001, 70120); + +-- Magtheridon's lair (70.25) +DELETE FROM quest_template WHERE Id = 70121; +INSERT INTO quest_template VALUES( +70121, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +0, 0, 0, 0, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Magtheridon's lair", -- title +"Go Through Magtheridon's lair.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +17257, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70121; +DELETE FROM creature_questender WHERE quest = 70121; +INSERT INTO creature_queststarter VALUES(70001, 70121); +INSERT INTO creature_questender VALUES(70001, 70121); + +-- CoT Hyjal(70.25) +DELETE FROM quest_template WHERE Id = 70122; +INSERT INTO quest_template VALUES( +70122, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70120, 0, 0, 70123, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Caverns of Time: Hyjal", -- title +"Go Through CoT Hyjal.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +17968, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70122; +DELETE FROM creature_questender WHERE quest = 70122; +INSERT INTO creature_queststarter VALUES(70001, 70122); +INSERT INTO creature_questender VALUES(70001, 70122); + +-- SSC(70.25) +DELETE FROM quest_template WHERE Id = 70123; +INSERT INTO quest_template VALUES( +70123, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70122, 0, 0, 70124, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Serpenthshrine Caverns", -- title +"Go Through SSC.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +21212, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70123; +DELETE FROM creature_questender WHERE quest = 70123; +INSERT INTO creature_queststarter VALUES(70001, 70123); +INSERT INTO creature_questender VALUES(70001, 70123); + +-- (TK) The Eye (70.25) +DELETE FROM quest_template WHERE Id = 70124; +INSERT INTO quest_template VALUES( +70124, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70123, 0, 0, 70125, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Tempest Keep: The Eye", -- title +"Go Through TK The Eye.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +19622, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70124; +DELETE FROM creature_questender WHERE quest = 70124; +INSERT INTO creature_queststarter VALUES(70001, 70124); +INSERT INTO creature_questender VALUES(70001, 70124); + +-- BT(70.25) +DELETE FROM quest_template WHERE Id = 70125; +INSERT INTO quest_template VALUES( +70125, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70124, 0, 0, 70126, -- prevq, nextq, exclusivegroup, nextquestidchain +0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Black Temple", -- title +"Go Through BT.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +22917, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70125; +DELETE FROM creature_questender WHERE quest = 70125; +INSERT INTO creature_queststarter VALUES(70001, 70125); +INSERT INTO creature_questender VALUES(70001, 70125); + +-- Sunwell Plateau (70.25) +DELETE FROM quest_template WHERE Id = 70126; +INSERT INTO quest_template VALUES( +70126, -- Id +2, -- Method +70, 61, 0, -- level, minlevel, maxlevel +0, -- ZoneorSort +0, -- type +0, -- suggestedPlayers +0, -- limittime +0, 0, 0, 0, -- req class, race, skillis, skillpoints +0, 0, 0, 0, -- req faction id 1, 2, value 1, 2 +0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval +70125, 0, 0, 0, -- prevq, nextq, exclusivegroup, nextquestidchain +70, 5000, 5000, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel +0, 0, -- rewardspell, rewardspellcast +0, 0, -- rewardhonor, rewardhonormultiplier +0, 0, -- rewardmailtemplateid, rewardmaildelay +0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid +0, 0, -- flags, specialflags +0, -- rewardtitleid +0, -- requiredplayerkills +0, -- rewardtalents +0, -- rewardarenapoints +0, 0, 0, 0, -- rewarditemId 1-4 +0, 0, 0, 0, -- rewarditemcount 1-4 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6 +0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6 +0, 0, 0, 0, 0, -- rewardfactionid 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalue 1-5 +0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5 +0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption +"Sunwell Plateau", -- title +"Go Through SP.", -- Objectives +"", -- details +"", -- EndText +"", -- Offerrewardtext +"", -- requestItemsText +"", -- CompletedText +25315, 0, 0, 0, -- requiredNpcOrGo 1-4 +1, 0, 0, 0, -- requiredNpcOrGoCount 1-4 +0, 0, 0, 0, -- requiredSourceItemId 1-4 +0, 0, 0, 0, -- requiredSourceItemCount 1-4 +0, 0, 0, 0, 0, 0, -- requiredItemId 1-6 +0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6 +1, -- unknown0 +"", "", "", "", -- ObjectiveText 1-4 +1, 0, 0, 0, -- DetailsEmote 1-4 +1, 0, 0, 0, -- DetailsEmoteDelay 1-4 +0, 1, -- EmoteonIncomplete, EmoteonComplete +0, 0, 0, 0, -- offerRewardEmote 1-4 +0, 0, 0, 0, -- offerRewardEmoteDelay 1-4 +0 -- VerifiedBuild +); + +DELETE FROM creature_queststarter WHERE quest = 70126; +DELETE FROM creature_questender WHERE quest = 70126; +INSERT INTO creature_queststarter VALUES(70001, 70126); +INSERT INTO creature_questender VALUES(70001, 70126); diff --git a/vendors/gearvendors-general.sql b/vendors/gearvendors-general.sql index bd35ba2..b6b5f6b 100644 --- a/vendors/gearvendors-general.sql +++ b/vendors/gearvendors-general.sql @@ -65,3 +65,14 @@ INSERT INTO npc_vendor VALUES(70000, 15, 70007, 0, 0, 0, 0); -- mage 4 INSERT INTO npc_vendor VALUES(70000, 16, 70008, 0, 0, 0, 0); -- mage 5 INSERT INTO npc_vendor VALUES(70000, 17, 6692, 0, 0, 0, 0); -- shaman 3 INSERT INTO npc_vendor VALUES(70000, 18, 10623, 0, 0, 0, 0); -- shaman 4 +INSERT INTO npc_vendor VALUES(70000, 19, 11121, 0, 0, 0, 0); -- warrior 1 +INSERT INTO npc_vendor VALUES(70000, 20, 5443, 0, 0, 0, 0); -- warrior 2 +INSERT INTO npc_vendor VALUES(70000, 21, 70200, 0, 0, 0, 0); -- priest 1 +INSERT INTO npc_vendor VALUES(70000, 22, 70201, 0, 0, 0, 0); -- priest 2 +INSERT INTO npc_vendor VALUES(70000, 21, 5197, 0, 0, 0, 0); -- paladin 1 +INSERT INTO npc_vendor VALUES(70000, 22, 13245, 0, 0, 0, 0); -- paladin 2 +INSERT INTO npc_vendor VALUES(70000, 23, 70301, 0, 0, 0, 0); -- druid 2 +INSERT INTO npc_vendor VALUES(70000, 24, 70102, 0, 0, 0, 0); -- lock 3 +INSERT INTO npc_vendor VALUES(70000, 25, 2164, 0, 0, 0, 0); -- rogue 1 +INSERT INTO npc_vendor VALUES(70000, 25, 17780, 0, 0, 0, 0); -- rogue 2 +INSERT INTO npc_vendor VALUES(70000, 25, 70302, 0, 0, 0, 0); -- driud 3 \ No newline at end of file diff --git a/vendors/gearvendors-tbc.sql b/vendors/gearvendors-tbc.sql new file mode 100644 index 0000000..bb97481 --- /dev/null +++ b/vendors/gearvendors-tbc.sql @@ -0,0 +1,451 @@ +-- vendor in kara +DELETE FROM creature_template WHERE entry = 70020; +INSERT INTO creature_template VALUES( +70020, -- entry +0, 0, 0, -- difficulty entry 123 +0, 0, -- killcredit 1, 2 +28172, 0, 0, 0, -- modelid 1, 2, 3, 4, +"Karazhan Vendor", "Pure Awesomeness", -- name, subname +NULL, -- iconname +0, -- gossip menu id +80, 80, -- minlevel, maxlevel +2, -- exp +2006, -- faction +4224, -- npcflag +1, 1.14286, -- speed walk, run +1, -- scale +0, -- rank +0, -- dmgsschool +2000, 2000, -- baseattacktime, rangeattacktime +1, 1, -- basevariance, rangevariance +8, -- unitclass +32768, -- unitflags +2048, -- unitflags2 +0, -- dynamicflags +0, -- family +0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race +7, 0, -- type, type flags +0, 0, 0, -- lootid, pickpocketloot, skinloot +0, 0, 0, 0, 0, 0, -- resist 1-6 +0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8 +0, -- petspelldataid +0, -- vehicleid +0, 0, -- mingold maxgold +"", -- AIName +0, 3, 1, -- movementtype, inhabittype, hoverheight +1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier +0, -- racialleader +0, 0, 0, 0, 0, 0, -- questitem1-6 +0, -- movementid +1, -- regenhealth +0, -- mechanic immune mask +0, -- flags extra +"", -- scriptname +0 -- verifiedbuild +); + +DELETE FROM npc_vendor WHERE entry = 70020; + +INSERT INTO npc_vendor VALUES(70020, 0, 70309, 0, 0, 0, 0); -- druid (ZA lvl 70) + +DELETE FROM creature WHERE id = 70020; +INSERT INTO creature VALUES(default, -- guid +70020, -- id +532, 0, 0, -- map, zone, area +1, 1, -- spawnMask, PhaseMask +0, 0, -- modelid, equipmentId +-10908.5, -1999.93, 275.793, 3.42937, -- x, y, z, orientation +300, 0, 0, -- spawntimesecs, spawndist, currWaypoint +10080, 8814, -- currhealth, currmana +0, -- movementtype +0, 0, 0, -- npcflag, unit_flags, dynamicflags +0 -- verifiedbuild +); + +-- vendor in ZA +DELETE FROM creature_template WHERE entry = 70021; +INSERT INTO creature_template VALUES( +70021, -- entry +0, 0, 0, -- difficulty entry 123 +0, 0, -- killcredit 1, 2 +28172, 0, 0, 0, -- modelid 1, 2, 3, 4, +"ZA Vendor", "Pure Awesomeness", -- name, subname +NULL, -- iconname +0, -- gossip menu id +80, 80, -- minlevel, maxlevel +2, -- exp +2006, -- faction +4224, -- npcflag +1, 1.14286, -- speed walk, run +1, -- scale +0, -- rank +0, -- dmgsschool +2000, 2000, -- baseattacktime, rangeattacktime +1, 1, -- basevariance, rangevariance +8, -- unitclass +32768, -- unitflags +2048, -- unitflags2 +0, -- dynamicflags +0, -- family +0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race +7, 0, -- type, type flags +0, 0, 0, -- lootid, pickpocketloot, skinloot +0, 0, 0, 0, 0, 0, -- resist 1-6 +0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8 +0, -- petspelldataid +0, -- vehicleid +0, 0, -- mingold maxgold +"", -- AIName +0, 3, 1, -- movementtype, inhabittype, hoverheight +1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier +0, -- racialleader +0, 0, 0, 0, 0, 0, -- questitem1-6 +0, -- movementid +1, -- regenhealth +0, -- mechanic immune mask +0, -- flags extra +"", -- scriptname +0 -- verifiedbuild +); + +DELETE FROM npc_vendor WHERE entry = 70021; + +INSERT INTO npc_vendor VALUES(70021, 0, 70310, 0, 0, 0, 0); -- druid (Gruul, Magtheridon lvl 70) + +DELETE FROM creature WHERE id = 70021; +INSERT INTO creature VALUES(default, -- guid +70021, -- id +568, 0, 0, -- map, zone, area +1, 1, -- spawnMask, PhaseMask +0, 0, -- modelid, equipmentId +119.568, 655.009, 51.6667, 1.55323, -- x, y, z, orientation +300, 0, 0, -- spawntimesecs, spawndist, currWaypoint +10080, 8814, -- currhealth, currmana +0, -- movementtype +0, 0, 0, -- npcflag, unit_flags, dynamicflags +0 -- verifiedbuild +); + + +-- vendor in Gruul's Lair +DELETE FROM creature_template WHERE entry = 70022; +INSERT INTO creature_template VALUES( +70022, -- entry +0, 0, 0, -- difficulty entry 123 +0, 0, -- killcredit 1, 2 +28172, 0, 0, 0, -- modelid 1, 2, 3, 4, +"Gruul's Lair Vendor", "Pure Awesomeness", -- name, subname +NULL, -- iconname +0, -- gossip menu id +80, 80, -- minlevel, maxlevel +2, -- exp +2006, -- faction +4224, -- npcflag +1, 1.14286, -- speed walk, run +1, -- scale +0, -- rank +0, -- dmgsschool +2000, 2000, -- baseattacktime, rangeattacktime +1, 1, -- basevariance, rangevariance +8, -- unitclass +32768, -- unitflags +2048, -- unitflags2 +0, -- dynamicflags +0, -- family +0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race +7, 0, -- type, type flags +0, 0, 0, -- lootid, pickpocketloot, skinloot +0, 0, 0, 0, 0, 0, -- resist 1-6 +0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8 +0, -- petspelldataid +0, -- vehicleid +0, 0, -- mingold maxgold +"", -- AIName +0, 3, 1, -- movementtype, inhabittype, hoverheight +1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier +0, -- racialleader +0, 0, 0, 0, 0, 0, -- questitem1-6 +0, -- movementid +1, -- regenhealth +0, -- mechanic immune mask +0, -- flags extra +"", -- scriptname +0 -- verifiedbuild +); + +DELETE FROM npc_vendor WHERE entry = 70022; + +INSERT INTO npc_vendor VALUES(70022, 0, 70311, 0, 0, 0, 0); -- druid (Gruul, Magtheridon lvl 70) + +DELETE FROM creature WHERE id = 70022; +INSERT INTO creature VALUES(default, -- guid +70022, -- id +565, 0, 0, -- map, zone, area +1, 1, -- spawnMask, PhaseMask +0, 0, -- modelid, equipmentId +273.275, 348.47, -4.31669, 2.93819, -- x, y, z, orientation +300, 0, 0, -- spawntimesecs, spawndist, currWaypoint +10080, 8814, -- currhealth, currmana +0, -- movementtype +0, 0, 0, -- npcflag, unit_flags, dynamicflags +0 -- verifiedbuild +); + +-- vendor in Hyjal +DELETE FROM creature_template WHERE entry = 70023; +INSERT INTO creature_template VALUES( +70023, -- entry +0, 0, 0, -- difficulty entry 123 +0, 0, -- killcredit 1, 2 +28172, 0, 0, 0, -- modelid 1, 2, 3, 4, +"Hyjal Vendor", "Pure Awesomeness", -- name, subname +NULL, -- iconname +0, -- gossip menu id +80, 80, -- minlevel, maxlevel +2, -- exp +2006, -- faction +4224, -- npcflag +1, 1.14286, -- speed walk, run +1, -- scale +0, -- rank +0, -- dmgsschool +2000, 2000, -- baseattacktime, rangeattacktime +1, 1, -- basevariance, rangevariance +8, -- unitclass +32768, -- unitflags +2048, -- unitflags2 +0, -- dynamicflags +0, -- family +0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race +7, 0, -- type, type flags +0, 0, 0, -- lootid, pickpocketloot, skinloot +0, 0, 0, 0, 0, 0, -- resist 1-6 +0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8 +0, -- petspelldataid +0, -- vehicleid +0, 0, -- mingold maxgold +"", -- AIName +0, 3, 1, -- movementtype, inhabittype, hoverheight +1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier +0, -- racialleader +0, 0, 0, 0, 0, 0, -- questitem1-6 +0, -- movementid +1, -- regenhealth +0, -- mechanic immune mask +0, -- flags extra +"", -- scriptname +0 -- verifiedbuild +); + +DELETE FROM npc_vendor WHERE entry = 70023; + +INSERT INTO npc_vendor VALUES(70023, 0, 70312, 0, 0, 0, 0); -- druid (SSC lvl 70) + +DELETE FROM creature WHERE id = 70023; +INSERT INTO creature VALUES(default, -- guid +70023, -- id +534, 0, 0, -- map, zone, area +1, 1, -- spawnMask, PhaseMask +0, 0, -- modelid, equipmentId +5560.64, -3448.7, 1574.76, 0.115515, -- x, y, z, orientation +300, 0, 0, -- spawntimesecs, spawndist, currWaypoint +10080, 8814, -- currhealth, currmana +0, -- movementtype +0, 0, 0, -- npcflag, unit_flags, dynamicflags +0 -- verifiedbuild +); + +-- vendor in SSC +DELETE FROM creature_template WHERE entry = 70024; +INSERT INTO creature_template VALUES( +70024, -- entry +0, 0, 0, -- difficulty entry 123 +0, 0, -- killcredit 1, 2 +28172, 0, 0, 0, -- modelid 1, 2, 3, 4, +"SSC Vendor", "Pure Awesomeness", -- name, subname +NULL, -- iconname +0, -- gossip menu id +80, 80, -- minlevel, maxlevel +2, -- exp +2006, -- faction +4224, -- npcflag +1, 1.14286, -- speed walk, run +1, -- scale +0, -- rank +0, -- dmgsschool +2000, 2000, -- baseattacktime, rangeattacktime +1, 1, -- basevariance, rangevariance +8, -- unitclass +32768, -- unitflags +2048, -- unitflags2 +0, -- dynamicflags +0, -- family +0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race +7, 0, -- type, type flags +0, 0, 0, -- lootid, pickpocketloot, skinloot +0, 0, 0, 0, 0, 0, -- resist 1-6 +0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8 +0, -- petspelldataid +0, -- vehicleid +0, 0, -- mingold maxgold +"", -- AIName +0, 3, 1, -- movementtype, inhabittype, hoverheight +1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier +0, -- racialleader +0, 0, 0, 0, 0, 0, -- questitem1-6 +0, -- movementid +1, -- regenhealth +0, -- mechanic immune mask +0, -- flags extra +"", -- scriptname +0 -- verifiedbuild +); + +DELETE FROM npc_vendor WHERE entry = 70024; + +INSERT INTO npc_vendor VALUES(70024, 0, 70313, 0, 0, 0, 0); -- druid (The Eye lvl 70) + +/* +DELETE FROM creature WHERE id = 70024; +INSERT INTO creature VALUES(default, -- guid +70024, -- id +329, 0, 0, -- map, zone, area +1, 1, -- spawnMask, PhaseMask +0, 0, -- modelid, equipmentId +4023.37, -3329.68, 115.06, 5.10299, -- x, y, z, orientation +300, 0, 0, -- spawntimesecs, spawndist, currWaypoint +10080, 8814, -- currhealth, currmana +0, -- movementtype +0, 0, 0, -- npcflag, unit_flags, dynamicflags +0 -- verifiedbuild +); */ + +-- vendor in The Eye +DELETE FROM creature_template WHERE entry = 70025; +INSERT INTO creature_template VALUES( +70025, -- entry +0, 0, 0, -- difficulty entry 123 +0, 0, -- killcredit 1, 2 +28172, 0, 0, 0, -- modelid 1, 2, 3, 4, +"The Eye Vendor", "Pure Awesomeness", -- name, subname +NULL, -- iconname +0, -- gossip menu id +80, 80, -- minlevel, maxlevel +2, -- exp +2006, -- faction +4224, -- npcflag +1, 1.14286, -- speed walk, run +1, -- scale +0, -- rank +0, -- dmgsschool +2000, 2000, -- baseattacktime, rangeattacktime +1, 1, -- basevariance, rangevariance +8, -- unitclass +32768, -- unitflags +2048, -- unitflags2 +0, -- dynamicflags +0, -- family +0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race +7, 0, -- type, type flags +0, 0, 0, -- lootid, pickpocketloot, skinloot +0, 0, 0, 0, 0, 0, -- resist 1-6 +0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8 +0, -- petspelldataid +0, -- vehicleid +0, 0, -- mingold maxgold +"", -- AIName +0, 3, 1, -- movementtype, inhabittype, hoverheight +1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier +0, -- racialleader +0, 0, 0, 0, 0, 0, -- questitem1-6 +0, -- movementid +1, -- regenhealth +0, -- mechanic immune mask +0, -- flags extra +"", -- scriptname +0 -- verifiedbuild +); + +DELETE FROM npc_vendor WHERE entry = 70025; + +INSERT INTO npc_vendor VALUES(70025, 0, 70314, 0, 0, 0, 0); -- druid (BT lvl 70) + +/* +DELETE FROM creature WHERE id = 70025; +INSERT INTO creature VALUES(default, -- guid +70025, -- id +329, 0, 0, -- map, zone, area +1, 1, -- spawnMask, PhaseMask +0, 0, -- modelid, equipmentId +4023.37, -3329.68, 115.06, 5.10299, -- x, y, z, orientation +300, 0, 0, -- spawntimesecs, spawndist, currWaypoint +10080, 8814, -- currhealth, currmana +0, -- movementtype +0, 0, 0, -- npcflag, unit_flags, dynamicflags +0 -- verifiedbuild +); */ + +-- vendor in BT +DELETE FROM creature_template WHERE entry = 70026; +INSERT INTO creature_template VALUES( +70026, -- entry +0, 0, 0, -- difficulty entry 123 +0, 0, -- killcredit 1, 2 +28172, 0, 0, 0, -- modelid 1, 2, 3, 4, +"BT Vendor", "Pure Awesomeness", -- name, subname +NULL, -- iconname +0, -- gossip menu id +80, 80, -- minlevel, maxlevel +2, -- exp +2006, -- faction +4224, -- npcflag +1, 1.14286, -- speed walk, run +1, -- scale +0, -- rank +0, -- dmgsschool +2000, 2000, -- baseattacktime, rangeattacktime +1, 1, -- basevariance, rangevariance +8, -- unitclass +32768, -- unitflags +2048, -- unitflags2 +0, -- dynamicflags +0, -- family +0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race +7, 0, -- type, type flags +0, 0, 0, -- lootid, pickpocketloot, skinloot +0, 0, 0, 0, 0, 0, -- resist 1-6 +0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8 +0, -- petspelldataid +0, -- vehicleid +0, 0, -- mingold maxgold +"", -- AIName +0, 3, 1, -- movementtype, inhabittype, hoverheight +1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier +0, -- racialleader +0, 0, 0, 0, 0, 0, -- questitem1-6 +0, -- movementid +1, -- regenhealth +0, -- mechanic immune mask +0, -- flags extra +"", -- scriptname +0 -- verifiedbuild +); + +DELETE FROM npc_vendor WHERE entry = 70026; + +INSERT INTO npc_vendor VALUES(70026, 0, 70315, 0, 0, 0, 0); -- druid (Sunwell lvl 70) + +/* +DELETE FROM creature WHERE id = 70026; +INSERT INTO creature VALUES(default, -- guid +70026, -- id +329, 0, 0, -- map, zone, area +1, 1, -- spawnMask, PhaseMask +0, 0, -- modelid, equipmentId +4023.37, -3329.68, 115.06, 5.10299, -- x, y, z, orientation +300, 0, 0, -- spawntimesecs, spawndist, currWaypoint +10080, 8814, -- currhealth, currmana +0, -- movementtype +0, 0, 0, -- npcflag, unit_flags, dynamicflags +0 -- verifiedbuild +); */ diff --git a/vendors/gearvendors-vanilla.sql b/vendors/gearvendors-vanilla.sql index 1d3f174..7d5faa4 100644 --- a/vendors/gearvendors-vanilla.sql +++ b/vendors/gearvendors-vanilla.sql @@ -50,6 +50,8 @@ DELETE FROM npc_vendor WHERE entry = 70002; INSERT INTO npc_vendor VALUES(70002, 0, 20038, 0, 0, 0, 0); -- hunter 4 (10man lvl 60) INSERT INTO npc_vendor VALUES(70002, 0, 70009, 0, 0, 0, 0); -- mage (10man lvl 60) INSERT INTO npc_vendor VALUES(70002, 0, 18498, 0, 0, 0, 0); -- shaman (10man lvl 60) +INSERT INTO npc_vendor VALUES(70002, 0, 14555, 0, 0, 0, 0); -- rogue (10man lvl 60) +INSERT INTO npc_vendor VALUES(70002, 0, 70303, 0, 0, 0, 0); -- druid (10man lvl 60) DELETE FROM creature WHERE id = 70002; INSERT INTO creature VALUES(default, -- guid @@ -116,6 +118,8 @@ DELETE FROM npc_vendor WHERE entry = 70003; INSERT INTO npc_vendor VALUES(70003, 0, 19558, 0, 0, 0, 0); -- hunter 5 (For ZG lvl 60) INSERT INTO npc_vendor VALUES(70003, 0, 70010, 0, 0, 0, 0); -- mage (For ZG lvl 60) INSERT INTO npc_vendor VALUES(70003, 0, 12621, 0, 0, 0, 0); -- Shaman (For ZG lvl 60) +INSERT INTO npc_vendor VALUES(70003, 0, 12590, 0, 0, 0, 0); -- Rogue (For ZG lvl 60) +INSERT INTO npc_vendor VALUES(70003, 0, 70304, 0, 0, 0, 0); -- Druid (For ZG lvl 60) DELETE FROM creature WHERE id = 70003; INSERT INTO creature VALUES(default, -- guid @@ -181,7 +185,8 @@ DELETE FROM npc_vendor WHERE entry = 70004; INSERT INTO npc_vendor VALUES(70004, 0, 70011, 0, 0, 0, 0); -- mage (For AQ20 lvl 60) INSERT INTO npc_vendor VALUES(70004, 0, 21242, 0, 0, 0, 0); -- Shaman (For AQ20 lvl 60) - +INSERT INTO npc_vendor VALUES(70004, 0, 19903, 0, 0, 0, 0); -- Rogue (For AQ20 lvl 60) +INSERT INTO npc_vendor VALUES(70004, 0, 70305, 0, 0, 0, 0); -- Druid (For AQ20 lvl 60) DELETE FROM creature WHERE id = 70004; INSERT INTO creature VALUES(default, -- guid @@ -246,6 +251,9 @@ NULL, -- iconname DELETE FROM npc_vendor WHERE entry = 70005; INSERT INTO npc_vendor VALUES(70005, 0, 19852, 0, 0, 0, 0); -- shaman (MC lvl 60) +INSERT INTO npc_vendor VALUES(70005, 0, 19324, 0, 0, 0, 0); -- rogue (MC lvl 60) +INSERT INTO npc_vendor VALUES(70005, 0, 70012, 0, 0, 0, 0); -- Mage (MC lvl 60) +INSERT INTO npc_vendor VALUES(70005, 0, 70306, 0, 0, 0, 0); -- Druid (MC lvl 60) DELETE FROM creature WHERE id = 70005; INSERT INTO creature VALUES(default, -- guid @@ -310,6 +318,9 @@ NULL, -- iconname DELETE FROM npc_vendor WHERE entry = 70006; INSERT INTO npc_vendor VALUES(70006, 0, 19363, 0, 0, 0, 0); -- shaman (BWL lvl 60) +INSERT INTO npc_vendor VALUES(70006, 0, 19166, 0, 0, 0, 0); -- rogue (BWL lvl 60) +INSERT INTO npc_vendor VALUES(70006, 0, 70013, 0, 0, 0, 0); -- Mage (BWL lvl 60) +INSERT INTO npc_vendor VALUES(70006, 0, 70307, 0, 0, 0, 0); -- Druid (BWL lvl 60) DELETE FROM creature WHERE id = 70006; INSERT INTO creature VALUES(default, -- guid @@ -375,6 +386,8 @@ NULL, -- iconname DELETE FROM npc_vendor WHERE entry = 70007; INSERT INTO npc_vendor VALUES(70007, 0, 22816, 0, 0, 0, 0); -- shaman (AQ40 lvl 60) +INSERT INTO npc_vendor VALUES(70007, 0, 70014, 0, 0, 0, 0); -- mage (AQ40 lvl 60) +INSERT INTO npc_vendor VALUES(70007, 0, 70308, 0, 0, 0, 0); -- Druid (AQ40 lvl 60) DELETE FROM creature WHERE id = 70007; INSERT INTO creature VALUES(default, -- guid diff --git a/vendors/transmogvendor.sql b/vendors/transmogvendor.sql index c4da0bc..74a73ba 100644 --- a/vendors/transmogvendor.sql +++ b/vendors/transmogvendor.sql @@ -4,7 +4,7 @@ INSERT INTO creature_template VALUES( 0, 0, 0, -- difficulty entry 123 0, 0, -- killcredit 1, 2 28172, 0, 0, 0, -- modelid 1, 2, 3, 4, -"Transmog Set Vendor", "Pure Awesomeness", -- name, subname +"Transmog Rogue Set Vendor", "Pure Awesomeness", -- name, subname NULL, -- iconname 0, -- gossip menu id 80, 80, -- minlevel, maxlevel