From 2bf37fa924432fcae01d09b2b0b2c045d8f7e1cc Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 16 Dec 2014 20:02:34 +0100 Subject: [PATCH] -Reworked Transmogs, because if bags randomly doesn't work, it had to be swiched. -Finished Rogue TMogs up to T6, except 3 AQ40 offpieces, which I couldn't find atm. -Added in items to mark which set is which in the vendor window. --- transmogs/d3-sets.sql | 128 +++ transmogs/general-items.sql | 1154 +++++++++++++++++++++++++ transmogs/rogue-sets-old.sql | 1569 ++++++++++++++++++++++++++++++++++ transmogs/rogue-sets.sql | 1299 +++++----------------------- vendors/transmogvendor.sql | 55 -- 5 files changed, 3064 insertions(+), 1141 deletions(-) create mode 100644 transmogs/d3-sets.sql create mode 100644 transmogs/general-items.sql create mode 100644 transmogs/rogue-sets-old.sql delete mode 100644 vendors/transmogvendor.sql diff --git a/transmogs/d3-sets.sql b/transmogs/d3-sets.sql new file mode 100644 index 0000000..cfa9039 --- /dev/null +++ b/transmogs/d3-sets.sql @@ -0,0 +1,128 @@ + +-- Rogue D3 tmog set +DELETE FROM item_template WHERE entry = 75002; +INSERT INTO item_template VALUES(75002, -- entry +15, 0, -1, "Rogue D3 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75002; + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +27509, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +27776, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +27908, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +28204, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +28414, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); \ No newline at end of file diff --git a/transmogs/general-items.sql b/transmogs/general-items.sql new file mode 100644 index 0000000..9eb4556 --- /dev/null +++ b/transmogs/general-items.sql @@ -0,0 +1,1154 @@ +DELETE FROM item_template WHERE entry = 75000; +INSERT INTO item_template VALUES(75000, -- entry +15, 0, -1, "D1:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75001; +INSERT INTO item_template VALUES(75001, -- entry +15, 0, -1, "D2:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75002; +INSERT INTO item_template VALUES(75002, -- entry +15, 0, -1, "T1:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75003; +INSERT INTO item_template VALUES(75003, -- entry +15, 0, -1, "T2:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75004; +INSERT INTO item_template VALUES(75004, -- entry +15, 0, -1, "AQ40:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75005; +INSERT INTO item_template VALUES(75005, -- entry +15, 0, -1, "T3:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75006; +INSERT INTO item_template VALUES(75006, -- entry +15, 0, -1, "T4:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75007; +INSERT INTO item_template VALUES(75007, -- entry +15, 0, -1, "T5:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75008; +INSERT INTO item_template VALUES(75008, -- entry +15, 0, -1, "T6:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75009; +INSERT INTO item_template VALUES(75009, -- entry +15, 0, -1, "T7 (10man):", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75010; +INSERT INTO item_template VALUES(75010, -- entry +15, 0, -1, "T7 (25man):", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75011; +INSERT INTO item_template VALUES(75011, -- entry +15, 0, -1, "T8 (10man):", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75012; +INSERT INTO item_template VALUES(75012, -- entry +15, 0, -1, "T8 (25man):", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75013; +INSERT INTO item_template VALUES(75013, -- entry +15, 0, -1, "T9 (Alliance):", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75014; +INSERT INTO item_template VALUES(75014, -- entry +15, 0, -1, "T9 (Horde):", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75015; +INSERT INTO item_template VALUES(75015, -- entry +15, 0, -1, "T10:", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75016; +INSERT INTO item_template VALUES(75016, -- entry +15, 0, -1, "T10 (Sanctified):", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_template WHERE entry = 75017; +INSERT INTO item_template VALUES(75017, -- entry +15, 0, -1, "T10 (Sanctified, Heroic):", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +0, 0, -- flags, flagsextra +1, 0, 0, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-1, -- reqdisenchantskill +0, -- armordamagemodifier +0, -- duration +0, -- itemlimitcategory +0, -- holidayId +"", -- scriptname +0, -- disenchantid +0, -- foodtype +0, 0, -- min, maxmoneyloot +0, -- flagscustom +0 -- verifiedbuild +); + +-- PVP gear's: + diff --git a/transmogs/rogue-sets-old.sql b/transmogs/rogue-sets-old.sql new file mode 100644 index 0000000..2cc80f8 --- /dev/null +++ b/transmogs/rogue-sets-old.sql @@ -0,0 +1,1569 @@ +DELETE FROM creature_template WHERE entry = 70500; +INSERT INTO creature_template VALUES( +70500, -- entry +0, 0, 0, -- difficulty entry 123 +0, 0, -- killcredit 1, 2 +28172, 0, 0, 0, -- modelid 1, 2, 3, 4, +"Rogue Transmog Set 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 = 70500; + +INSERT INTO npc_vendor VALUES(70500, 0, 75000, 0, 0, 0, 0); -- rogue D1 +INSERT INTO npc_vendor VALUES(70500, 1, 75001, 0, 0, 0, 0); -- rogue D2 +INSERT INTO npc_vendor VALUES(70500, 2, 75002, 0, 0, 0, 0); -- rogue D3 +INSERT INTO npc_vendor VALUES(70500, 3, 75003, 0, 0, 0, 0); -- rogue T1 +INSERT INTO npc_vendor VALUES(70500, 4, 75004, 0, 0, 0, 0); -- rogue T2 +INSERT INTO npc_vendor VALUES(70500, 5, 75005, 0, 0, 0, 0); -- rogue AQ40 +INSERT INTO npc_vendor VALUES(70500, 6, 75006, 0, 0, 0, 0); -- rogue T3 +INSERT INTO npc_vendor VALUES(70500, 7, 75007, 0, 0, 0, 0); -- rogue T4 +INSERT INTO npc_vendor VALUES(70500, 8, 75008, 0, 0, 0, 0); -- rogue T5 +INSERT INTO npc_vendor VALUES(70500, 9, 75009, 0, 0, 0, 0); -- rogue T6 + + + + +-- Rogue D1 tmog set +DELETE FROM item_template WHERE entry = 75000; +INSERT INTO item_template VALUES(75000, -- entry +15, 0, -1, "Rogue D1 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75000; + +INSERT INTO item_loot_template VALUES( +75000, -- Entry +16707, -- Item 16707 +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75000, -- Entry +16708, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75000, -- Entry +16709, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75000, -- Entry +16710, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75000, -- Entry +16711, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75000, -- Entry +16712, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +6, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75000, -- Entry +16713, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +7, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75000, -- Entry +16721, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +8, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Rogue D2 tmog set +DELETE FROM item_template WHERE entry = 75001; +INSERT INTO item_template VALUES(75001, -- entry +15, 0, -1, "Rogue D2 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75001; + +INSERT INTO item_loot_template VALUES( +75001, -- Entry +22002, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75001, -- Entry +22003, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75001, -- Entry +22004, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75001, -- Entry +22005, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75001, -- Entry +22006, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75001, -- Entry +22007, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +6, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75001, -- Entry +22008, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +7, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75001, -- Entry +22009, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +8, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Rogue D3 tmog set +DELETE FROM item_template WHERE entry = 75002; +INSERT INTO item_template VALUES(75002, -- entry +15, 0, -1, "Rogue D3 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75002; + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +27509, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +27776, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +27908, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +28204, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75002, -- Entry +28414, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Rogue T1 tmog set +DELETE FROM item_template WHERE entry = 75003; +INSERT INTO item_template VALUES(75003, -- entry +15, 0, -1, "Rogue T1 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75003; + +INSERT INTO item_loot_template VALUES( +75003, -- Entry +16820, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75003, -- Entry +16821, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75003, -- Entry +16822, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75003, -- Entry +16823, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75003, -- Entry +16824, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75003, -- Entry +16825, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +6, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75003, -- Entry +16826, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +7, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75003, -- Entry +16827, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +8, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Rogue T2 tmog set +DELETE FROM item_template WHERE entry = 75004; +INSERT INTO item_template VALUES(75004, -- entry +15, 0, -1, "Rogue T2 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75004; + +INSERT INTO item_loot_template VALUES( +75004, -- Entry +16832, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75004, -- Entry +16905, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75004, -- Entry +16906, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75004, -- Entry +16907, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75004, -- Entry +16908, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75004, -- Entry +16909, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +6, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75004, -- Entry +16910, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +7, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75004, -- Entry +16911, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +8, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Rogue AQ40 tmog set +DELETE FROM item_template WHERE entry = 75005; +INSERT INTO item_template VALUES(75005, -- entry +15, 0, -1, "Rogue AQ40 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75005; + +INSERT INTO item_loot_template VALUES( +75005, -- Entry +21359, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75005, -- Entry +21360, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75005, -- Entry +21361, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75005, -- Entry +21362, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75005, -- Entry +21364, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Rogue T3 tmog set +DELETE FROM item_template WHERE entry = 75006; +INSERT INTO item_template VALUES(75006, -- entry +15, 0, -1, "Rogue T3 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75006; + +INSERT INTO item_loot_template VALUES( +75006, -- Entry +22476, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75006, -- Entry +22477, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75006, -- Entry +22478, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75006, -- Entry +22479, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75006, -- Entry +22480, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75006, -- Entry +22481, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +6, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75006, -- Entry +22482, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +7, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75006, -- Entry +22483, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +8, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Rogue T4 tmog set +DELETE FROM item_template WHERE entry = 75007; +INSERT INTO item_template VALUES(75007, -- entry +15, 0, -1, "Rogue T4 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75007; + +INSERT INTO item_loot_template VALUES( +75007, -- Entry +29044, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75007, -- Entry +29045, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75007, -- Entry +29046, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75007, -- Entry +29047, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + + +INSERT INTO item_loot_template VALUES( +75007, -- Entry +29048, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Rogue T5 tmog set +DELETE FROM item_template WHERE entry = 75008; +INSERT INTO item_template VALUES(75008, -- entry +15, 0, -1, "Rogue T5 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75008; + +INSERT INTO item_loot_template VALUES( +75008, -- Entry +30144, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75008, -- Entry +30145, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75008, -- Entry +30146, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75008, -- Entry +30148, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75008, -- Entry +30149, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +-- Rogue T6 tmog set +DELETE FROM item_template WHERE entry = 75009; +INSERT INTO item_template VALUES(75009, -- entry +15, 0, -1, "Rogue T6 Tmog bag", -- class, subclass, SoundOverrideSubclass, name +56915, 3, -- displayid, quality +4, 0, -- flags, flagsextra +1, 100, 100, -- buycount buyprice, sellprice +0, -- 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 +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 +1, -- bonding +"", -- description +0, 0, 0, -- pagetext, languageid, pagematerial +0, 0, 4, -- startquest, lockid, material +0, -- sheath +0, 0, -- randomproperty, randomsuffix +0, -- block +0, -- itemset +0, -- 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 +-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 item_loot_template WHERE Entry = 75009; + +INSERT INTO item_loot_template VALUES( +75009, -- Entry +31027, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +1, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75009, -- Entry +31030, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +2, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75009, -- Entry +31028, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +3, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75009, -- Entry +34448, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +4, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75009, -- Entry +31026, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +5, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75009, -- Entry +34558, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +6, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75009, -- Entry +31029, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +7, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); + +INSERT INTO item_loot_template VALUES( +75009, -- Entry +34575, -- Item +0, -- Reference +100, -- chance +0, -- questrequired +1, -- LootMode +8, -- GroupId +1, 1, -- MinCount, MaxCount +"" -- Comment +); diff --git a/transmogs/rogue-sets.sql b/transmogs/rogue-sets.sql index f72b1f5..8e683f8 100644 --- a/transmogs/rogue-sets.sql +++ b/transmogs/rogue-sets.sql @@ -1,1090 +1,217 @@ --- Rogue D1 tmog set -DELETE FROM item_template WHERE entry = 75000; -INSERT INTO item_template VALUES(75000, -- entry -15, 0, -1, "Rogue D1 Tmog bag", -- class, subclass, SoundOverrideSubclass, name -56915, 3, -- displayid, quality -4, 0, -- flags, flagsextra -1, 100, 100, -- buycount buyprice, sellprice -0, -- 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 -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 -1, -- bonding -"", -- description -0, 0, 0, -- pagetext, languageid, pagematerial -0, 0, 4, -- startquest, lockid, material -0, -- sheath -0, 0, -- randomproperty, randomsuffix -0, -- block -0, -- itemset -0, -- 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 --1, -- reqdisenchantskill -0, -- armordamagemodifier -0, -- duration -0, -- itemlimitcategory -0, -- holidayId +DELETE FROM creature_template WHERE entry = 70500; +INSERT INTO creature_template VALUES( +70500, -- entry +0, 0, 0, -- difficulty entry 123 +0, 0, -- killcredit 1, 2 +28172, 0, 0, 0, -- modelid 1, 2, 3, 4, +"Rogue Transmog Set 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, -- disenchantid -0, -- foodtype -0, 0, -- min, maxmoneyloot -0, -- flagscustom 0 -- verifiedbuild -); - -DELETE FROM item_loot_template WHERE Entry = 75000; - -INSERT INTO item_loot_template VALUES( -75000, -- Entry -16707, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -1, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment ); -INSERT INTO item_loot_template VALUES( -75000, -- Entry -16708, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -2, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75000, -- Entry -16709, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -3, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75000, -- Entry -16710, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -4, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75000, -- Entry -16711, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -5, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75000, -- Entry -16712, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -6, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75000, -- Entry -16713, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -7, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75000, -- Entry -16721, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -8, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - --- Rogue D2 tmog set -DELETE FROM item_template WHERE entry = 75001; -INSERT INTO item_template VALUES(75001, -- entry -15, 0, -1, "Rogue D2 Tmog bag", -- class, subclass, SoundOverrideSubclass, name -56915, 3, -- displayid, quality -4, 0, -- flags, flagsextra -1, 100, 100, -- buycount buyprice, sellprice -0, -- 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 -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 -1, -- bonding -"", -- description -0, 0, 0, -- pagetext, languageid, pagematerial -0, 0, 4, -- startquest, lockid, material -0, -- sheath -0, 0, -- randomproperty, randomsuffix -0, -- block -0, -- itemset -0, -- 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 --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 item_loot_template WHERE Entry = 75001; - -INSERT INTO item_loot_template VALUES( -75001, -- Entry -22002, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -1, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75001, -- Entry -22003, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -2, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75001, -- Entry -22004, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -3, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75001, -- Entry -22005, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -4, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75001, -- Entry -22006, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -5, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75001, -- Entry -22007, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -6, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75001, -- Entry -22008, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -7, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75001, -- Entry -22009, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -8, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - --- Rogue D3 tmog set -DELETE FROM item_template WHERE entry = 75002; -INSERT INTO item_template VALUES(75002, -- entry -15, 0, -1, "Rogue D3 Tmog bag", -- class, subclass, SoundOverrideSubclass, name -56915, 3, -- displayid, quality -4, 0, -- flags, flagsextra -1, 100, 100, -- buycount buyprice, sellprice -0, -- 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 -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 -1, -- bonding -"", -- description -0, 0, 0, -- pagetext, languageid, pagematerial -0, 0, 4, -- startquest, lockid, material -0, -- sheath -0, 0, -- randomproperty, randomsuffix -0, -- block -0, -- itemset -0, -- 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 --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 item_loot_template WHERE Entry = 75002; - -INSERT INTO item_loot_template VALUES( -75002, -- Entry -27509, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -1, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75002, -- Entry -27776, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -2, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75002, -- Entry -27908, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -3, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75002, -- Entry -28204, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -4, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75002, -- Entry -28414, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -5, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - --- Rogue T1 tmog set -DELETE FROM item_template WHERE entry = 75003; -INSERT INTO item_template VALUES(75003, -- entry -15, 0, -1, "Rogue T1 Tmog bag", -- class, subclass, SoundOverrideSubclass, name -56915, 3, -- displayid, quality -4, 0, -- flags, flagsextra -1, 100, 100, -- buycount buyprice, sellprice -0, -- 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 -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 -1, -- bonding -"", -- description -0, 0, 0, -- pagetext, languageid, pagematerial -0, 0, 4, -- startquest, lockid, material -0, -- sheath -0, 0, -- randomproperty, randomsuffix -0, -- block -0, -- itemset -0, -- 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 --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 item_loot_template WHERE Entry = 75003; - -INSERT INTO item_loot_template VALUES( -75003, -- Entry -16820, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -1, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75003, -- Entry -16821, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -2, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75003, -- Entry -16822, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -3, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75003, -- Entry -16823, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -4, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75003, -- Entry -16824, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -5, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75003, -- Entry -16825, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -6, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75003, -- Entry -16826, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -7, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75003, -- Entry -16827, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -8, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - --- Rogue T2 tmog set -DELETE FROM item_template WHERE entry = 75004; -INSERT INTO item_template VALUES(75004, -- entry -15, 0, -1, "Rogue T2 Tmog bag", -- class, subclass, SoundOverrideSubclass, name -56915, 3, -- displayid, quality -4, 0, -- flags, flagsextra -1, 100, 100, -- buycount buyprice, sellprice -0, -- 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 -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 -1, -- bonding -"", -- description -0, 0, 0, -- pagetext, languageid, pagematerial -0, 0, 4, -- startquest, lockid, material -0, -- sheath -0, 0, -- randomproperty, randomsuffix -0, -- block -0, -- itemset -0, -- 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 --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 item_loot_template WHERE Entry = 75004; - -INSERT INTO item_loot_template VALUES( -75004, -- Entry -16832, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -1, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75004, -- Entry -16905, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -2, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75004, -- Entry -16906, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -3, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75004, -- Entry -16907, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -4, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75004, -- Entry -16908, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -5, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75004, -- Entry -16909, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -6, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75004, -- Entry -16910, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -7, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75004, -- Entry -16911, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -8, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - --- Rogue AQ40 tmog set -DELETE FROM item_template WHERE entry = 75005; -INSERT INTO item_template VALUES(75005, -- entry -15, 0, -1, "Rogue AQ40 Tmog bag", -- class, subclass, SoundOverrideSubclass, name -56915, 3, -- displayid, quality -4, 0, -- flags, flagsextra -1, 100, 100, -- buycount buyprice, sellprice -0, -- 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 -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 -1, -- bonding -"", -- description -0, 0, 0, -- pagetext, languageid, pagematerial -0, 0, 4, -- startquest, lockid, material -0, -- sheath -0, 0, -- randomproperty, randomsuffix -0, -- block -0, -- itemset -0, -- 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 --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 item_loot_template WHERE Entry = 75005; - -INSERT INTO item_loot_template VALUES( -75005, -- Entry -21359, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -1, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75005, -- Entry -21360, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -2, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75005, -- Entry -21361, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -3, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75005, -- Entry -21362, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -4, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75005, -- Entry -21364, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -5, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - --- Rogue T3 tmog set -DELETE FROM item_template WHERE entry = 75006; -INSERT INTO item_template VALUES(75006, -- entry -15, 0, -1, "Rogue T3 Tmog bag", -- class, subclass, SoundOverrideSubclass, name -56915, 3, -- displayid, quality -4, 0, -- flags, flagsextra -1, 100, 100, -- buycount buyprice, sellprice -0, -- 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 -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 -1, -- bonding -"", -- description -0, 0, 0, -- pagetext, languageid, pagematerial -0, 0, 4, -- startquest, lockid, material -0, -- sheath -0, 0, -- randomproperty, randomsuffix -0, -- block -0, -- itemset -0, -- 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 --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 item_loot_template WHERE Entry = 75006; - -INSERT INTO item_loot_template VALUES( -75006, -- Entry -22476, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -1, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75006, -- Entry -22477, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -2, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75006, -- Entry -22478, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -3, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - -INSERT INTO item_loot_template VALUES( -75006, -- Entry -22479, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -4, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75006, -- Entry -22480, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -5, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75006, -- Entry -22481, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -6, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75006, -- Entry -22482, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -7, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); - - -INSERT INTO item_loot_template VALUES( -75006, -- Entry -22483, -- Item -0, -- Reference -100, -- chance -0, -- questrequired -1, -- LootMode -8, -- GroupId -1, 1, -- MinCount, MaxCount -"" -- Comment -); +DELETE FROM npc_vendor WHERE entry = 70500; + +INSERT INTO npc_vendor VALUES(70500, 1, 75000, 0, 0, 0, 0); -- D1 marker +INSERT INTO npc_vendor VALUES(70500, 2, 16707, 0, 0, 0, 0); -- rogue D1 +INSERT INTO npc_vendor VALUES(70500, 3, 16708, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 4, 16709, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 5, 16710, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 6, 16711, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 7, 16712, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 8, 16713, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 9, 16721, 0, 0, 0, 0); + +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16707; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16708; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16709; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16710; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16711; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16712; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16713; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16721; + +INSERT INTO npc_vendor VALUES(70500, 10, 75001, 0, 0, 0, 0); -- D2 Marker +INSERT INTO npc_vendor VALUES(70500, 11, 22002, 0, 0, 0, 0); -- rogue D2 +INSERT INTO npc_vendor VALUES(70500, 12, 22003, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 13, 22004, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 14, 22005, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 15, 22006, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 16, 22007, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 17, 22008, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 18, 22009, 0, 0, 0, 0); + +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22002; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22003; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22004; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22005; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22006; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22007; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22008; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22009; + +INSERT INTO npc_vendor VALUES(70500, 19, 75002, 0, 0, 0, 0); -- T1 Marker +INSERT INTO npc_vendor VALUES(70500, 20, 16820, 0, 0, 0, 0); -- rogue T1 +INSERT INTO npc_vendor VALUES(70500, 21, 16821, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 22, 16822, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 23, 16823, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 24, 16824, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 25, 16825, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 26, 16826, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 27, 16827, 0, 0, 0, 0); + +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16820; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16821; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16822; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16823; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16824; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16825; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16826; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16827; + +INSERT INTO npc_vendor VALUES(70500, 28, 75003, 0, 0, 0, 0); -- T2 Marker +INSERT INTO npc_vendor VALUES(70500, 29, 16832, 0, 0, 0, 0); -- Rogue T2 +INSERT INTO npc_vendor VALUES(70500, 30, 16905, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 31, 16906, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 32, 16907, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 33, 16908, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 34, 16909, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 35, 16910, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 36, 16911, 0, 0, 0, 0); + +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16832; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16905; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16906; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16907; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16908; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16909; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16910; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 16911; + +INSERT INTO npc_vendor VALUES(70500, 37, 75004, 0, 0, 0, 0); -- AQ40 Marker +INSERT INTO npc_vendor VALUES(70500, 38, 21359, 0, 0, 0, 0); -- Rogue AQ40 +INSERT INTO npc_vendor VALUES(70500, 39, 21360, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 40, 21361, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 41, 21362, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 42, 21364, 0, 0, 0, 0); + +-- TODO find these 3 +-- INSERT INTO npc_vendor VALUES(70500, 43, 21364, 0, 0, 0, 0); +-- INSERT INTO npc_vendor VALUES(70500, 44, 21364, 0, 0, 0, 0); +-- INSERT INTO npc_vendor VALUES(70500, 45, 21364, 0, 0, 0, 0); + +UPDATE item_template SET AllowableClass = -1 WHERE entry = 21359; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 21360; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 21361; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 21362; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 21364; +-- UPDATE item_template SET AllowableClass = -1 WHERE entry = 16909; +-- UPDATE item_template SET AllowableClass = -1 WHERE entry = 16910; +-- UPDATE item_template SET AllowableClass = -1 WHERE entry = 16911; + +INSERT INTO npc_vendor VALUES(70500, 46, 75005, 0, 0, 0, 0); -- T3 Marker +INSERT INTO npc_vendor VALUES(70500, 47, 22476, 0, 0, 0, 0); -- Rogue T3 +INSERT INTO npc_vendor VALUES(70500, 48, 22477, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 49, 22478, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 50, 22479, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 51, 22480, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 52, 22481, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 53, 22482, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 54, 22483, 0, 0, 0, 0); + +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22476; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22477; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22478; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22479; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22480; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22481; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22482; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 22483; + +INSERT INTO npc_vendor VALUES(70500, 55, 75006, 0, 0, 0, 0); -- T4 Marker +INSERT INTO npc_vendor VALUES(70500, 56, 29044, 0, 0, 0, 0); -- Rogue T4 +INSERT INTO npc_vendor VALUES(70500, 57, 29045, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 58, 29046, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 59, 29047, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 60, 29048, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 61, 28669, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 62, 28750, 0, 0, 0, 0); + +UPDATE item_template SET AllowableClass = -1 WHERE entry = 29044; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 29045; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 29046; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 29047; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 29048; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 28669; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 28750; + +INSERT INTO npc_vendor VALUES(70500, 63, 75007, 0, 0, 0, 0); -- T5 Marker +INSERT INTO npc_vendor VALUES(70500, 64, 30144, 0, 0, 0, 0); -- rogue T5 +INSERT INTO npc_vendor VALUES(70500, 65, 30145, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 66, 30146, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 67, 30148, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 68, 30149, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 69, 30060, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 70, 30106, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 71, 29966, 0, 0, 0, 0); + +UPDATE item_template SET AllowableClass = -1 WHERE entry = 30144; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 30145; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 30146; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 30148; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 30149; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 30060; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 30106; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 29966; + +INSERT INTO npc_vendor VALUES(70500, 72, 75008, 0, 0, 0, 0); -- T6 Marker +INSERT INTO npc_vendor VALUES(70500, 73, 31027, 0, 0, 0, 0); -- Rogue T6 +INSERT INTO npc_vendor VALUES(70500, 74, 31030, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 75, 31028, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 76, 34448, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 77, 31026, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 78, 34558, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 79, 31029, 0, 0, 0, 0); +INSERT INTO npc_vendor VALUES(70500, 80, 34575, 0, 0, 0, 0); + +UPDATE item_template SET AllowableClass = -1 WHERE entry = 31027; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 31030; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 31028; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 34448; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 31026; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 34558; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 31029; +UPDATE item_template SET AllowableClass = -1 WHERE entry = 34575; diff --git a/vendors/transmogvendor.sql b/vendors/transmogvendor.sql deleted file mode 100644 index 74a73ba..0000000 --- a/vendors/transmogvendor.sql +++ /dev/null @@ -1,55 +0,0 @@ -DELETE FROM creature_template WHERE entry = 70500; -INSERT INTO creature_template VALUES( -70500, -- entry -0, 0, 0, -- difficulty entry 123 -0, 0, -- killcredit 1, 2 -28172, 0, 0, 0, -- modelid 1, 2, 3, 4, -"Transmog Rogue Set 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 = 70500; - -INSERT INTO npc_vendor VALUES(70500, 0, 75000, 0, 0, 0, 0); -- rogue D1 -INSERT INTO npc_vendor VALUES(70500, 1, 75001, 0, 0, 0, 0); -- rogue D2 -INSERT INTO npc_vendor VALUES(70500, 2, 75002, 0, 0, 0, 0); -- rogue D3 -INSERT INTO npc_vendor VALUES(70500, 3, 75003, 0, 0, 0, 0); -- rogue T1 -INSERT INTO npc_vendor VALUES(70500, 4, 75004, 0, 0, 0, 0); -- rogue T2 -INSERT INTO npc_vendor VALUES(70500, 5, 75005, 0, 0, 0, 0); -- rogue AQ40 -INSERT INTO npc_vendor VALUES(70500, 6, 75006, 0, 0, 0, 0); -- rogue T3 -