TC-Solo/vendors/gearvendors-general.sql
Relintai 41f9d54467 -Added druid gear up to Sunwell, it will be split, because I've hit a hard limit of some stats.
-Added some lock, paladin, priest, warrior gear.
-Rogue Gear is done up to MC, Maybe BWL.
-Mage gear has been modified, it will need tweaking, but it's made up to AQ40 (it's included).
-More instancehacks.
-More spells disabled. (Up to Black Temple Supremus)
-Added in all the BC quests, normal 5 mans, heroic 5 mans, all the raids. (Magtheridon cannot be soloed, he won't even get to attack, so that q is removed)
-Added in TBC gearvendors, they are spawned in up to around BT (BT not included).
-Some little changes I don't remember.
2014-12-15 16:31:36 +01:00

78 lines
3.3 KiB
SQL

-- vendor npc
DELETE FROM creature_template WHERE entry = 70000;
INSERT INTO creature_template VALUES(
70000, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Alchemist Borrhus", "", -- 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 = 70000;
INSERT INTO npc_vendor VALUES(70000, 0, 70000, 0, 0, 0, 0); -- mage 1 t
INSERT INTO npc_vendor VALUES(70000, 1, 70001, 0, 0, 0, 0); -- mage 2t
INSERT INTO npc_vendor VALUES(70000, 2, 70002, 0, 0, 0, 0); -- mage 3t
INSERT INTO npc_vendor VALUES(70000, 3, 70003, 0, 0, 0, 0); -- mage 4t
INSERT INTO npc_vendor VALUES(70000, 4, 70100, 0, 0, 0, 0); -- lock 1
INSERT INTO npc_vendor VALUES(70000, 5, 70101, 0, 0, 0, 0); -- lock 2
INSERT INTO npc_vendor VALUES(70000, 6, 3493, 0, 0, 0, 0); -- hunter 1
INSERT INTO npc_vendor VALUES(70000, 7, 2825, 0, 0, 0, 0); -- hunter 2
INSERT INTO npc_vendor VALUES(70000, 8, 17069, 0, 0, 0, 0); -- hunter 3
INSERT INTO npc_vendor VALUES(70000, 9, 5194, 0, 0, 0, 0); -- shaman 1
INSERT INTO npc_vendor VALUES(70000, 10, 7786, 0, 0, 0, 0); -- shaman 2
INSERT INTO npc_vendor VALUES(70000, 11, 6505, 0, 0, 0, 0); -- druid 1
INSERT INTO npc_vendor VALUES(70000, 12, 70004, 0, 0, 0, 0); -- mage 1
INSERT INTO npc_vendor VALUES(70000, 13, 70005, 0, 0, 0, 0); -- mage 2
INSERT INTO npc_vendor VALUES(70000, 14, 70006, 0, 0, 0, 0); -- mage 3
INSERT INTO npc_vendor VALUES(70000, 15, 70007, 0, 0, 0, 0); -- mage 4
INSERT INTO npc_vendor VALUES(70000, 16, 70008, 0, 0, 0, 0); -- mage 5
INSERT INTO npc_vendor VALUES(70000, 17, 6692, 0, 0, 0, 0); -- shaman 3
INSERT INTO npc_vendor VALUES(70000, 18, 10623, 0, 0, 0, 0); -- shaman 4
INSERT INTO npc_vendor VALUES(70000, 19, 11121, 0, 0, 0, 0); -- warrior 1
INSERT INTO npc_vendor VALUES(70000, 20, 5443, 0, 0, 0, 0); -- warrior 2
INSERT INTO npc_vendor VALUES(70000, 21, 70200, 0, 0, 0, 0); -- priest 1
INSERT INTO npc_vendor VALUES(70000, 22, 70201, 0, 0, 0, 0); -- priest 2
INSERT INTO npc_vendor VALUES(70000, 21, 5197, 0, 0, 0, 0); -- paladin 1
INSERT INTO npc_vendor VALUES(70000, 22, 13245, 0, 0, 0, 0); -- paladin 2
INSERT INTO npc_vendor VALUES(70000, 23, 70301, 0, 0, 0, 0); -- druid 2
INSERT INTO npc_vendor VALUES(70000, 24, 70102, 0, 0, 0, 0); -- lock 3
INSERT INTO npc_vendor VALUES(70000, 25, 2164, 0, 0, 0, 0); -- rogue 1
INSERT INTO npc_vendor VALUES(70000, 25, 17780, 0, 0, 0, 0); -- rogue 2
INSERT INTO npc_vendor VALUES(70000, 25, 70302, 0, 0, 0, 0); -- driud 3