mirror of
https://github.com/Relintai/TC-Solo.git
synced 2024-11-21 23:47:25 +01:00
Relintai
3ae797661e
-Already done: -Levelling to 61. -Shaman gear 16-61. -Mage gear to some degree, Some lock, druid items. -Hunter gear up to ZG. -Hopefully all MC spells are disabled in the 1-60 range. -Added hacks to non working bosses. -Vendors are spawned in, in instances. -Basic gear vendor. -Fix for the allclass patch.
65 lines
2.1 KiB
SQL
65 lines
2.1 KiB
SQL
|
|
-- druid starter staff
|
|
DELETE FROM item_template WHERE entry = 6505;
|
|
INSERT INTO item_template VALUES(6505, -- entry
|
|
2, 10, -1, "Druid Staff", -- class, subclass, SoundOverrideSubclass, name
|
|
12286, 3, -- displayid, quality
|
|
0, 0, -- flags, flagsextra
|
|
1, 100, 100, -- buycount buyprice, sellprice
|
|
17, -- inventoryType
|
|
1024, -1, -- allowableclass, allowablerace
|
|
20, -- itemlevel
|
|
0, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
|
|
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
|
|
0, 1, 0, -- maxcount stackable, containerslots
|
|
8, -- statscount
|
|
5, 100, -- stat1
|
|
7, 200, -- stat2
|
|
31, 100, -- stat3
|
|
32, 50, -- stat4
|
|
36, 60, -- stat5
|
|
44, 100, -- stat6
|
|
45, 600, -- stat7
|
|
47, 50, -- stat8
|
|
0, 0, -- stat9
|
|
0, 0, -- stat10
|
|
0, 0, -- scalingstatdistribution, scalingstatvalue
|
|
500, 600, 0, -- dmgMin1, DmgMax1, DmgType1
|
|
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
|
|
1000, -- armor
|
|
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
|
|
2900, -- delay
|
|
0, 0, -- ammoType, RangedModRange
|
|
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
|
|
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
|
|
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
|
|
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
|
|
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
|
|
1, -- bonding
|
|
"", -- description
|
|
0, 0, 0, -- pagetext, languageid, pagematerial
|
|
0, 0, 2, -- startquest, lockid, material
|
|
2, -- sheath
|
|
0, 0, -- randomproperty, randomsuffix
|
|
0, -- block
|
|
0, -- itemset
|
|
80, -- maxdurability
|
|
0, 0, -- area, map
|
|
0, -- bagfamily
|
|
0, -- totemcategory
|
|
0, 0, -- 1 socketcolor, socketcontent
|
|
0, 0, -- 2 socketcolor, socketcontent
|
|
0, 0, -- 3 socketcolor, socketcontent
|
|
0, 0, -- socketbonus, gemproperties
|
|
25, -- reqdisenchantskill
|
|
0, -- armordamagemodifier
|
|
0, -- duration
|
|
0, -- itemlimitcategory
|
|
0, -- holidayId
|
|
"", -- scriptname
|
|
41, -- disenchantid
|
|
0, -- foodtype
|
|
0, 0, -- min, maxmoneyloot
|
|
0, -- flagscustom
|
|
0 -- verifiedbuild
|
|
); |