kureji
Verified Member
- 19
- 2021
- 40
So I was looking through the VP and JP vendors and realized that their inventory isn't correct for 4.3.4 and also that an NPC was missing from Orgrimmar.
So I decided to work on updating their inventory (and oh boy what a job this is)
First this will add the missing NPC:
Next up, it looks like the Valor Quartermasters still have their original inventory, so I updated their inventory to the ilvl397 items and tier 13:
Continued in lower posts...
So I decided to work on updating their inventory (and oh boy what a job this is)
First this will add the missing NPC:
SQL:
-- missing NPC Rugok
SELECT MAX(guid)+1 into @var FROM creature;
INSERT INTO `creature` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`, `saiscriptflag`) VALUES (@var, 58155, 1, 1637, 5356, 1, 1, 0, 58155, 1654.37, -4344.4, 64.5368, 5.92166, 300, 0, 0, 2614, 0, 0, 0, 0, 0, 0, 0);
Next up, it looks like the Valor Quartermasters still have their original inventory, so I updated their inventory to the ilvl397 items and tier 13:
SQL:
-- Aliance Valor Quartermaster - Faldren Tillsdale - 44245
-- Horde Valor Quartermaster - Jamus'Vaz - 46556
-- remove stock from valor justice vendors
DELETE FROM npc_vendor WHERE entry=46556 OR entry=44245;
-- insert ilvl 397 valor items
-- 250 conquest points
INSERT INTO `npc_vendor` (`entry`,`slot`,`item`,`maxcount`,`incrtime`,`ExtendedCost`,`type`) VALUES (46556,1,390,25000,0,3411,2),
(44245,1,390,25000,0,3411,2),
-- 2200 bones of the damned
(46556,2,77119,0,0,3557,1),
(44245,2,77119,0,0,3557,1),
-- 2200 chestplate of the unshakable titan
(46556,3,77120,0,0,3557,1),
(44245,3,77120,0,0,3557,1),
-- 2200 dragonflayer vest
(46556,4,77124,0,0,3557,1),
(44245,4,77124,0,0,3557,1),
-- 2200 ghostworld chestguard
(46556,5,77125,0,0,3557,1),
(44245,5,77125,0,0,3557,1),
-- 2200 shining carapace of glory
(46556,6,77123,0,0,3557,1),
(44245,6,77123,0,0,3557,1),
-- 2200 shadowbinder chestguard
(46556,7,77126,0,0,3557,1),
(44245,7,77126,0,0,3557,1),
-- 2200 decaying herbalists robes
(46556,8,77127,0,0,3557,1),
(44245,8,77127,0,0,3557,1),
-- 1250 dreamcrusher drape
(46556,9,77097,0,0,3555,1),
(44245,9,77097,0,0,3555,1),
-- 1250 indefatigable greatclick
(46556,10,77099,0,0,3555,1),
(44245,10,77099,0,0,3555,1),
-- 1250 woundlicker cover
(46556,11,77096,0,0,3555,1),
(44245,11,77096,0,0,3555,1),
-- 1250 batwing cloak
(46556,12,77095,0,0,3555,1),
(44245,12,77095,0,0,3555,1),
-- 1250 nanoprecise cape
(46556,13,77098,0,0,3555,1),
(44245,13,77098,0,0,3555,1),
-- 1650 bladeshatter treads
(46556,14,77171,0,0,3556,1),
(44245,14,77171,0,0,3556,1),
-- 1650 boneshard boots
(46556,15,77175,0,0,3556,1),
(44245,15,77175,0,0,3556,1),
-- 1650 sabatons of the graceful spirit
(46556,16,77174,0,0,3556,1),
(44245,16,77174,0,0,3556,1),
-- 1650 silver sabatons of fury
(46556,17,77169,0,0,3556,1),
(44245,17,77169,0,0,3556,1),
-- 1650 kneebreaker boots
(46556,18,77170,0,0,3556,1),
(44245,18,77170,0,0,3556,1),
-- 1650 rooftop griptoes
(46556,19,77173,0,0,3556,1),
(44245,19,77173,0,0,3556,1),
-- 1650 boots of fungoid growth
(46556,20,77172,0,0,3556,1),
(44245,20,77172,0,0,3556,1),
-- 1650 kavans forsaken treads
(46556,21,77176,0,0,3556,1),
(44245,21,77176,0,0,3556,1),
-- 1650 splinterfoot sandals
(46556,22,77177,0,0,3556,1),
(44245,22,77177,0,0,3556,1),
-- 1250 ring of torn flesh
(46556,23,77110,0,0,3555,1),
(44245,23,77110,0,0,3555,1),
-- 1250 band of reconstruction
(46556,24,77109,0,0,3555,1),
(44245,24,77109,0,0,3555,1),
-- 1250 emergency descent loop
(46556,25,77111,0,0,3555,1),
(44245,25,77111,0,0,3555,1),
-- 1650 grimfist crushers
(46556,26,77165,0,0,3556,1),
(44245,26,77165,0,0,3556,1),
-- 1650 gauntlets of feathery blows
(46556,27,77166,0,0,3556,1),
(44245,27,77166,0,0,3556,1),
-- 1650 arrowflick gauntlets
(46556,28,77162,0,0,3556,1),
(44245,28,77162,0,0,3556,1),
-- 1650 gloves of ghostly dreams
(46556,29,77163,0,0,3556,1),
(44245,29,77163,0,0,3556,1),
-- 1650 gleaming grips of mending
(46556,30,77164,0,0,3556,1),
(44245,30,77164,0,0,3556,1),
-- 1650 lightfinger handwraps
(46556,31,77161,0,0,3556,1),
(44245,31,77161,0,0,3556,1),
-- 1650 fungus-born gloves
(46556,32,77160,0,0,3556,1),
(44245,32,77160,0,0,3556,1),
-- 1650 clockwinders immaculate gloves
(46556,33,77159,0,0,3556,1),
(44245,33,77159,0,0,3556,1),
-- 1650 the hands of gilly
(46556,34,77157,0,0,3556,1),
(44245,34,77157,0,0,3556,1),
-- 2200 visage of petrification
(46556,35,77155,0,0,3557,1),
(44245,35,77155,0,0,3557,1),
-- 2200 jaw of repudiation
(46556,37,77156,0,0,3557,1),
(44245,37,77156,0,0,3557,1),
-- 2200 zeherahs dragonskull crown
(46556,38,77150,0,0,3557,1),
(44245,38,77150,0,0,3557,1),
-- 2200 wolfdream circlet
(46556,39,77151,0,0,3557,1),
(44245,39,77151,0,0,3557,1),
-- 2200 glowing wings of hope
(46556,40,77153,0,0,3557,1),
(44245,40,77153,0,0,3557,1),
-- 2200 nocturnal gaze
(46556,41,77148,0,0,3557,1),
(44245,41,77148,0,0,3557,1),
-- 2200 helmet of perpetual rebirth
(46556,42,77149,0,0,3557,1),
(44245,42,77149,0,0,3557,1),
-- 2200 hood of hidden flesh
(46556,43,77147,0,0,3557,1),
(44245,43,77147,0,0,3557,1),
-- 2200 soulgaze cowl
(46556,44,77146,0,0,3557,1),
(44245,44,77146,0,0,3557,1),
-- 1250 necklace of black dragons teeth
(46556,45,77090,0,0,3555,1),
(44245,45,77090,0,0,3555,1),
-- 1250 guardspike choker
(46556,46,77092,0,0,3555,1),
(44245,46,77092,0,0,3555,1),
-- 1250 opal of the secret order
(46556,47,77088,0,0,3555,1),
(44245,47,77088,0,0,3555,1),
-- 1250 threadlinked chain
(46556,48,77089,0,0,3555,1),
(44245,48,77089,0,0,3555,1),
-- 1250 cameo of terrible memories
(46556,49,77091,0,0,3555,1),
(44245,49,77091,0,0,3555,1),
-- 700 hungermouth wand
(46556,50,77079,0,0,3553,1),
(44245,50,77079,0,0,3553,1),
-- 700 scintillating rods
(46556,51,77078,0,0,3553,1),
(44245,51,77078,0,0,3553,1),
-- 700 gutripper shard
(46556,52,77081,0,0,3553,1),
(44245,52,77081,0,0,3553,1),
-- 700 stoutheart talisman
(46556,53,77084,0,0,3553,1),
(44245,53,77084,0,0,3553,1),
-- 700 lightning spirit in a bottle
(46556,54,77083,0,0,3553,1),
(44245,54,77083,0,0,3553,1),
-- 700 mindbender lens
(46556,55,77082,0,0,3553,1),
(44245,55,77082,0,0,3553,1),
-- 700 ripfang relic
(46556,56,77080,0,0,3553,1),
(44245,56,77080,0,0,3553,1),
-- 2200 robes of searing shadow
(46556,57,77122,0,0,3557,1),
(44245,57,77122,0,0,3557,1),
-- 2200 lightwarper vestments
(46556,58,77121,0,0,3557,1),
(44245,58,77121,0,0,3557,1),
-- 700 unexpected backup
(46556,59,77085,0,0,3553,1),
(44245,59,77085,0,0,3553,1),
-- 700 darting chakram
(46556,60,77087,0,0,3553,1),
(44245,60,77087,0,0,3553,1),
-- 700 windslicer boomerang
(46556,61,77086,0,0,3553,1),
(44245,61,77086,0,0,3553,1),
-- 1650 rotting skull
(46556,62,77116,0,0,3556,1),
(44245,62,77116,0,0,3556,1),
-- 1650 fire of the deep
(46556,63,77117,0,0,3556,1),
(44245,63,77117,0,0,3556,1),
-- 1650 kiroptyric sigil
(46556,64,77113,0,0,3556,1),
(44245,64,77113,0,0,3556,1),
-- 1650 bottled wishes
(46556,65,77114,0,0,3556,1),
(44245,65,77114,0,0,3556,1),
-- 1650 reflection of the light
(46556,66,77115,0,0,3556,1),
(44245,66,77115,0,0,3556,1),
-- 1650 forgesmelter waistplate
(46556,67,77186,0,0,3556,1),
(44245,67,77186,0,0,3556,1),
-- 1650 cord of dragon sinew
(46556,68,77182,0,0,3556,1),
(44245,68,77182,0,0,3556,1),
-- 1650 girdle of shamanic fury
(46556,69,77183,0,0,3556,1),
(44245,69,77183,0,0,3556,1),
-- 1650 blinding girdle of truth
(46556,70,77184,0,0,3556,1),
(44245,70,77184,0,0,3556,1),
-- 1650 demonbone waistguard
(46556,71,77185,0,0,3556,1),
(44245,71,77185,0,0,3556,1),
-- 1650 belt of hidden keys
(46556,72,77180,0,0,3556,1),
(44245,72,77180,0,0,3556,1),
-- 1650 vestals irrepressible girdle
(46556,73,77187,0,0,3556,1),
(44245,73,77187,0,0,3556,1),
-- 1250 bracers of unrelenting excellence
(46556,74,77318,0,0,3555,1),
(44245,74,77318,0,0,3555,1),
-- 1250 dragonbelly bracers
(46556,75,77321,0,0,3555,1),
(44245,75,77321,0,0,3555,1),
-- 1250 bracers of the spectral wolf
(46556,76,77319,0,0,3555,1),
(44245,76,77319,0,0,3555,1),
-- 1250 flashing bracers of warmth
(46556,77,77316,0,0,3555,1),
(44245,77,77316,0,0,3555,1),
-- 1250 heartcrusher wristplates
(46556,78,77317,0,0,3555,1),
(44245,78,77317,0,0,3555,1),
-- 1250 bracers of manifold pockets
(46556,79,77322,0,0,3555,1),
(44245,79,77322,0,0,3555,1),
-- 1250 luminescent bracers
(46556,80,77320,0,0,3555,1),
(44245,80,77320,0,0,3555,1),
-- 1250 chronoboost bracers
(46556,81,77324,0,0,3555,1),
(44245,81,77324,0,0,3555,1),
-- 1250 bracers of the black dream
(46556,82,77323,0,0,3555,1),
(44245,82,77323,0,0,3555,1),
-- raid finder DK DPS Necrotic Boneplate Battlegear
(46556,83,78765,0,0,3829,1),
(44245,83,78765,0,0,3829,1),
(46556,84,78782,0,0,3827,1),
(44245,84,78782,0,0,3827,1),
(46556,85,78802,0,0,3828,1),
(44245,85,78802,0,0,3828,1),
(46556,86,78754,0,0,3826,1),
(44245,86,78754,0,0,3826,1),
(46556,87,78831,0,0,3830,1),
(44245,87,78831,0,0,3830,1),
-- normal DK DPS
(46556,88,76975,0,0,3855,1),
(44245,88,76975,0,0,3855,1),
(46556,89,76976,0,0,3853,1),
(44245,89,76976,0,0,3853,1),
(46556,90,76977,0,0,3852,1),
(44245,90,79677,0,0,3852,1),
(46556,91,76974,0,0,3856,1),
(44245,91,76974,0,0,3856,1),
(46556,92,76978,0,0,3851,1),
(44245,92,79678,0,0,3851,1),
-- heroic DK DPS
(46556,93,78670,0,0,3859,1),
(44245,93,78670,0,0,3859,1),
(46556,94,78687,0,0,3858,1),
(44245,94,78687,0,0,3858,1),
(46556,95,78707,0,0,3860,1),
(44245,95,78707,0,0,3860,1),
(46556,96,78659,0,0,3857,1),
(44245,96,78659,0,0,3857,1),
(46556,97,78736,0,0,3861,1),
(44245,97,78736,0,0,3861,1),
-- raid finder DK Tank Necrotic Boneplate armor
(46556,98,78773,0,0,3829,1),
(44245,98,78773,0,0,3829,1),
(46556,99,78792,0,0,3827,1),
(44245,99,78792,0,0,3827,1),
(46556,100,78811,0,0,3828,1),
(44245,100,78811,0,0,3828,1),
(46556,101,78758,0,0,3826,1),
(44245,101,78758,0,0,3826,1),
(46556,102,78846,0,0,3830,1),
(44245,102,78846,0,0,3830,1),
-- normal DK tank
(46556,103,77009,0,0,3855,1),
(44245,103,77009,0,0,3855,1),
(46556,104,77010,0,0,3853,1),
(44245,104,77010,0,0,3853,1),
(46556,105,77011,0,0,3852,1),
(44245,105,77011,0,0,3852,1),
(46556,106,77008,0,0,3856,1),
(44245,106,77008,0,0,3856,1),
(46556,107,77012,0,0,3851,1),
(44245,107,77012,0,0,3851,1),
-- heroic DK tank
(46556,108,78678,0,0,3859,1),
(44245,108,78678,0,0,3859,1),
(46556,109,78697,0,0,3858,1),
(44245,109,78697,0,0,3858,1),
(46556,110,78716,0,0,3860,1),
(44245,110,78716,0,0,3860,1),
(46556,111,78663,0,0,3857,1),
(44245,111,78663,0,0,3857,1),
(46556,112,78751,0,0,3861,1),
(44245,112,78751,0,0,3861,1),
-- raidfinder rogue blackfang battleweave
(46556,113,78774,0,0,3829,1),
(44245,113,78774,0,0,3829,1),
(46556,114,78794,0,0,3827,1),
(44245,114,78794,0,0,3827,1),
(46556,115,78803,0,0,3828,1),
(44245,115,78803,0,0,3828,1),
(46556,116,78759,0,0,3826,1),
(44245,116,78759,0,0,3826,1),
(46556,117,78833,0,0,3830,1),
(44245,117,78833,0,0,3830,1),
-- normal rogue
(46556,118,77024,0,0,3855,1),
(44245,118,77024,0,0,3855,1),
(46556,119,77025,0,0,3853,1),
(44245,119,77025,0,0,3853,1),
(46556,120,77026,0,0,3852,1),
(44245,120,77026,0,0,3852,1),
(46556,121,77023,0,0,3856,1),
(44245,121,77023,0,0,3856,1),
(46556,122,77027,0,0,3851,1),
(44245,122,77027,0,0,3851,1),
-- heroic rogue
(46556,123,78679,0,0,3859,1),
(44245,123,78679,0,0,3859,1),
(46556,124,78699,0,0,3858,1),
(44245,124,78699,0,0,3858,1),
(46556,125,78708,0,0,3860,1),
(44245,125,78708,0,0,3860,1),
(46556,126,78664,0,0,3857,1),
(44245,126,78664,0,0,3857,1),
(46556,127,78738,0,0,3861,1),
(44245,127,78738,0,0,3861,1),
-- raid finder mage timelords regalia
(46556,128,78766,0,0,3829,1),
(44245,128,78766,0,0,3829,1),
(46556,129,78796,0,0,3827,1),
(44245,129,78796,0,0,3827,1),
(46556,130,78815,0,0,3828,1),
(44245,130,78815,0,0,3828,1),
(46556,131,78824,0,0,3826,1),
(44245,131,78824,0,0,3826,1),
(46556,132,78843,0,0,3830,1),
(44245,132,78843,0,0,3830,1),
-- normal mage
(46556,133,76212,0,0,3855,1),
(44245,133,76212,0,0,3855,1),
(46556,134,76213,0,0,3853,1),
(44245,134,76213,0,0,3853,1),
(46556,135,76214,0,0,3852,1),
(44245,135,76214,0,0,3852,1),
(46556,136,76215,0,0,3856,1),
(44245,136,76215,0,0,3856,1),
(46556,137,76216,0,0,3851,1),
(44245,137,76216,0,0,3851,1),
-- heroic mage
(46556,138,78671,0,0,3859,1),
(44245,138,78671,0,0,3859,1),
(46556,139,78701,0,0,3858,1),
(44245,139,78701,0,0,3858,1),
(46556,140,78720,0,0,3860,1),
(44245,140,78720,0,0,3860,1),
(46556,141,78729,0,0,3857,1),
(44245,141,78729,0,0,3857,1),
(46556,142,78748,0,0,3861,1),
(44245,142,78748,0,0,3861,1),
-- raid finder druid healer deep earth vestments
(46556,143,78755,0,0,3829,1),
(44245,143,78755,0,0,3829,1),
(46556,144,78785,0,0,3827,1),
(44245,144,78785,0,0,3827,1),
(46556,145,78805,0,0,3828,1),
(44245,145,78805,0,0,3828,1),
(46556,146,78755,0,0,3826,1),
(44245,146,78755,0,0,3826,1),
(46556,147,78835,0,0,3830,1),
(44245,147,78835,0,0,3830,1),
-- normal druid healer
(46556,148,76749,0,0,3855,1),
(44245,148,76749,0,0,3855,1),
(46556,149,76750,0,0,3853,1),
(44245,149,76750,0,0,3853,1),
(46556,150,76751,0,0,3852,1),
(44245,150,76751,0,0,3852,1),
(46556,151,76752,0,0,3856,1),
(44245,151,76752,0,0,3856,1),
(46556,152,76753,0,0,3851,1),
(44245,152,76753,0,0,3851,1),
-- heroic druid healer
(46556,153,78680,0,0,3859,1),
(44245,153,78680,0,0,3859,1),
(46556,154,78690,0,0,3858,1),
(44245,154,78690,0,0,3858,1),
(46556,155,78710,0,0,3860,1),
(44245,155,78710,0,0,3860,1),
(46556,156,78660,0,0,3857,1),
(44245,156,78660,0,0,3857,1),
(46556,157,78740,0,0,3861,1),
(44245,157,78740,0,0,3861,1),
-- raid finder druid feral deep earth battlegarb
(46556,158,78779,0,0,3829,1),
(44245,158,78779,0,0,3829,1),
(46556,159,78789,0,0,3827,1),
(44245,159,78789,0,0,3827,1),
(46556,160,78808,0,0,3828,1),
(44245,160,78808,0,0,3828,1),
(46556,161,78760,0,0,3826,1),
(44245,161,78760,0,0,3826,1),
(46556,162,78838,0,0,3830,1),
(44245,162,78838,0,0,3830,1),
-- normal druid feral
(46556,163,77014,0,0,3855,1),
(44245,163,77014,0,0,3855,1),
(46556,164,77015,0,0,3853,1),
(44245,164,77015,0,0,3853,1),
(46556,165,77016,0,0,3852,1),
(44245,165,77016,0,0,3852,1),
(46556,166,77013,0,0,3856,1),
(44245,166,77013,0,0,3856,1),
(46556,167,77017,0,0,3851,1),
(44245,167,77017,0,0,3851,1),
-- heroic druid feral
(46556,168,78684,0,0,3859,1),
(44245,168,78684,0,0,3859,1),
(46556,169,78694,0,0,3858,1),
(44245,169,78694,0,0,3858,1),
(46556,170,78713,0,0,3860,1),
(44245,170,78713,0,0,3860,1),
(46556,171,78665,0,0,3857,1),
(44245,171,78665,0,0,3857,1),
(46556,172,78743,0,0,3861,1),
(44245,172,78743,0,0,3861,1),
-- raid finder druid caster deep earth regalia
(46556,173,78771,0,0,3829,1),
(44245,173,78771,0,0,3829,1),
(46556,174,78791,0,0,3827,1),
(44245,174,78791,0,0,3827,1),
(46556,175,78809,0,0,3828,1),
(44245,175,78809,0,0,3828,1),
(46556,176,78757,0,0,3826,1),
(44245,176,78757,0,0,3826,1),
(46556,177,78839,0,0,3830,1),
(44245,177,78839,0,0,3830,1),
-- normal druid caster
(46556,178,77018,0,0,3855,1),
(44245,178,77018,0,0,3855,1),
(46556,179,77019,0,0,3853,1),
(44245,179,77019,0,0,3853,1),
(46556,180,77020,0,0,3852,1),
(44245,180,77020,0,0,3852,1),
(46556,181,77021,0,0,3856,1),
(44245,181,77021,0,0,3856,1),
(46556,182,77022,0,0,3851,1),
(44245,182,77022,0,0,3851,1),
-- heroic druid caster
(46556,183,78676,0,0,3859,1),
(44245,183,78676,0,0,3859,1),
(46556,184,78696,0,0,3858,1),
(44245,184,78696,0,0,3858,1),
(46556,185,78714,0,0,3860,1),
(44245,185,78714,0,0,3860,1),
(46556,186,78662,0,0,3857,1),
(44245,186,78662,0,0,3857,1),
(46556,187,78744,0,0,3861,1),
(44245,187,78744,0,0,3861,1),
-- raid finder warrior tank colossal dragonplate armor
(46556,188,78764,0,0,3839,1),
(44245,188,78764,0,0,3839,1),
(46556,189,78784,0,0,3837,1),
(44245,189,78784,0,0,3837,1),
(46556,190,78800,0,0,3838,1),
(44245,190,78800,0,0,3838,1),
(46556,191,78753,0,0,3840,1),
(44245,191,78753,0,0,3840,1),
(46556,192,78829,0,0,3836,1),
(44245,192,78829,0,0,3836,1),
-- normal warrior tank
(46556,193,76989,0,0,3849,1),
(44245,193,76989,0,0,3849,1),
(46556,194,76990,0,0,3848,1),
(44245,194,76990,0,0,3848,1),
(46556,195,76991,0,0,3847,1),
(44245,195,76991,0,0,3847,1),
(46556,196,76988,0,0,3850,1),
(44245,196,76988,0,0,3850,1),
(46556,197,76992,0,0,3846,1),
(44245,197,76992,0,0,3846,1),
-- heroic warrior tank
(46556,198,78669,0,0,3869,1),
(44245,198,78669,0,0,3869,1),
(46556,199,78689,0,0,3868,1),
(44245,199,78689,0,0,3868,1),
(46556,200,78705,0,0,3870,1),
(44245,200,78705,0,0,3870,1),
(46556,201,78658,0,0,3867,1),
(44245,201,78658,0,0,3867,1),
(46556,202,78734,0,0,3871,1),
(44245,202,78734,0,0,3871,1),
-- raid finder warrior dps colossal dragonplate battlegear
(46556,203,78763,0,0,3839,1),
(44245,203,78763,0,0,3839,1),
(46556,204,78783,0,0,3837,1),
(44245,204,78783,0,0,3837,1),
(46556,205,78801,0,0,3838,1),
(44245,205,78801,0,0,3838,1),
(46556,206,78752,0,0,3840,1),
(44245,206,78752,0,0,3840,1),
(46556,207,78830,0,0,3836,1),
(44245,207,78830,0,0,3836,1),
-- normal warrior dps
(46556,208,76985,0,0,3849,1),
(44245,208,76985,0,0,3849,1),
(46556,209,76983,0,0,3848,1),
(44245,209,76983,0,0,3848,1),
(46556,210,76986,0,0,3847,1),
(44245,210,76986,0,0,3847,1),
(46556,211,76984,0,0,3850,1),
(44245,211,76984,0,0,3850,1),
(46556,212,76987,0,0,3846,1),
(44245,212,76987,0,0,3846,1),
-- heroic warrior dps
(46556,213,78668,0,0,3869,1),
(44245,213,78668,0,0,3869,1),
(46556,214,78688,0,0,3868,1),
(44245,214,78688,0,0,3868,1),
(46556,215,78706,0,0,3870,1),
(44245,215,78706,0,0,3870,1),
(46556,216,78657,0,0,3867,1),
(44245,216,78657,0,0,3867,1),
(46556,217,78735,0,0,3871,1),
(44245,217,78735,0,0,3871,1),
-- raid finder hunter Wyrmstalker Battlegear
(46556,218,78769,0,0,3839,1),
(44245,218,78769,0,0,3839,1),
(46556,219,78793,0,0,3837,1),
(44245,219,78793,0,0,3837,1),
(46556,220,78804,0,0,3838,1),
(44245,220,78804,0,0,3838,1),
(46556,221,78756,0,0,3840,1),
(44245,221,78756,0,0,3840,1),
(46556,222,78832,0,0,3836,1),
(44245,222,78832,0,0,3836,1),
-- normal hunter
(46556,223,77029,0,0,3849,1),
(44245,223,77029,0,0,3849,1),
(46556,224,77030,0,0,3848,1),
(44245,224,77030,0,0,3848,1),
(46556,225,77031,0,0,3847,1),
(44245,225,77031,0,0,3847,1),
(46556,226,77028,0,0,3850,1),
(44245,226,77028,0,0,3850,1),
(46556,227,77032,0,0,3846,1),
(44245,227,77032,0,0,3846,1),
-- heroic hunter
(46556,228,78674,0,0,3869,1),
(44245,228,78674,0,0,3869,1),
(46556,229,78698,0,0,3868,1),
(44245,229,78698,0,0,3868,1),
(46556,230,78709,0,0,3870,1),
(44245,230,78709,0,0,3870,1),
(46556,231,78661,0,0,3867,1),
(44245,231,78661,0,0,3867,1),
(46556,232,78737,0,0,3871,1),
(44245,232,78737,0,0,3871,1),
-- raid finder shaman healer Spiritwalkers Vestments
(46556,233,78767,0,0,3839,1),
(44245,233,78767,0,0,3839,1),
(46556,234,78786,0,0,3837,1),
(44245,234,78786,0,0,3837,1),
(46556,235,78813,0,0,3838,1),
(44245,235,78813,0,0,3838,1),
(46556,236,78820,0,0,3840,1),
(44245,236,78820,0,0,3840,1),
(46556,237,78834,0,0,3836,1),
(44245,237,78834,0,0,3836,1),
-- normal shaman healer
(46556,238,76757,0,0,3849,1),
(44245,238,76757,0,0,3849,1),
(46556,239,76758,0,0,3848,1),
(44245,239,76758,0,0,3848,1),
(46556,240,76759,0,0,3847,1),
(44245,240,76759,0,0,3847,1),
(46556,241,76756,0,0,3850,1),
(44245,241,76756,0,0,3850,1),
(46556,242,76760,0,0,3846,1),
(44245,242,76760,0,0,3846,1),
-- heroic shaman healer
(46556,243,78672,0,0,3869,1),
(44245,243,78672,0,0,3869,1),
(46556,244,78691,0,0,3868,1),
(44245,244,78691,0,0,3868,1),
(46556,245,78718,0,0,3870,1),
(44245,245,78718,0,0,3870,1),
(46556,246,78725,0,0,3867,1),
(44245,246,78725,0,0,3867,1),
(46556,247,78739,0,0,3871,1),
(44245,247,78739,0,0,3871,1),
-- raid finder shaman melee DPS Spiritwalkers Battlegear
(46556,248,78762,0,0,3839,1),
(44245,248,78762,0,0,3839,1),
(46556,249,78781,0,0,3837,1),
(44245,249,78781,0,0,3837,1),
(46556,250,78799,0,0,3838,1),
(44245,250,78799,0,0,3838,1),
(46556,251,78819,0,0,3840,1),
(44245,251,78819,0,0,3840,1),
(46556,252,78828,0,0,3836,1),
(44245,252,78828,0,0,3836,1),
-- normal shaman melee
(46556,253,77041,0,0,3849,1),
(44245,253,77041,0,0,3849,1),
(46556,254,77042,0,0,3848,1),
(44245,254,77042,0,0,3848,1),
(46556,255,77043,0,0,3847,1),
(44245,255,77043,0,0,3847,1),
(46556,256,77040,0,0,3850,1),
(44245,256,77040,0,0,3850,1),
(46556,257,77044,0,0,3846,1),
(44245,257,77044,0,0,3846,1),
-- heroic shaman melee
(46556,258,78667,0,0,3869,1),
(44245,258,78667,0,0,3869,1),
(46556,259,78686,0,0,3868,1),
(44245,259,78686,0,0,3868,1),
(46556,260,78704,0,0,3870,1),
(44245,260,78704,0,0,3870,1),
(46556,261,78724,0,0,3867,1),
(44245,261,78724,0,0,3867,1),
(46556,262,78733,0,0,3871,1),
(44245,262,78733,0,0,3871,1),
-- raid finder shaman caster Spiritwalkers Regalia
(46556,263,78761,0,0,3839,1),
(44245,263,78761,0,0,3839,1),
(46556,264,78780,0,0,3837,1),
(44245,264,78780,0,0,3837,1),
(46556,265,78806,0,0,3838,1),
(44245,265,78806,0,0,3838,1),
(46556,266,78818,0,0,3840,1),
(44245,266,78818,0,0,3840,1),
(46556,267,78836,0,0,3836,1),
(44245,267,78836,0,0,3836,1),
-- normal shaman caster
(46556,268,77038,0,0,3849,1),
(44245,268,77038,0,0,3849,1),
(46556,269,77037,0,0,3848,1),
(44245,269,77037,0,0,3848,1),
(46556,270,77036,0,0,3847,1),
(44245,270,77036,0,0,3847,1),
(46556,271,77039,0,0,3850,1),
(44245,271,77039,0,0,3850,1),
(46556,272,77035,0,0,3846,1),
(44245,272,77035,0,0,3846,1),
-- heroic shaman caster
(46556,273,78666,0,0,3869,1),
(44245,273,78666,0,0,3869,1),
(46556,274,78685,0,0,3868,1),
(44245,274,78685,0,0,3868,1),
(46556,275,78711,0,0,3870,1),
(44245,275,78711,0,0,3870,1),
(46556,276,78723,0,0,3867,1),
(44245,276,78723,0,0,3867,1),
(46556,277,78741,0,0,3871,1),
(44245,277,78741,0,0,3871,1),
-- raid finder paladin healer Regalia of Radiant Glory
(46556,278,78768,0,0,3834,1),
(44245,278,78768,0,0,3834,1),
(46556,279,78787,0,0,3831,1),
(44245,279,78787,0,0,3831,1),
(46556,280,78812,0,0,3833,1),
(44245,280,78812,0,0,3833,1),
(46556,281,78821,0,0,3832,1),
(44245,281,78821,0,0,3832,1),
(46556,282,78841,0,0,3835,1),
(44245,282,78841,0,0,3835,1),
-- normal paladin healer
(46556,283,76766,0,0,3844,1),
(44245,283,76766,0,0,3844,1),
(46556,284,76767,0,0,3843,1),
(44245,284,76767,0,0,3843,1),
(46556,285,76768,0,0,3842,1),
(44245,285,76768,0,0,3842,1),
(46556,286,76765,0,0,3845,1),
(44245,286,76765,0,0,3845,1),
(46556,287,76769,0,0,3841,1),
(44245,287,76769,0,0,3841,1),
-- heroic paladin healer
(46556,288,78673,0,0,3864,1),
(44245,288,78673,0,0,3864,1),
(46556,289,78692,0,0,3863,1),
(44245,289,78692,0,0,3863,1),
(46556,290,78717,0,0,3865,1),
(44245,290,78717,0,0,3865,1),
(46556,291,78726,0,0,3862,1),
(44245,291,78726,0,0,3862,1),
(46556,292,78746,0,0,3866,1),
(44245,292,78746,0,0,3866,1),
-- raid finder paladin tank Armor of Radiant Glory
(46556,293,78772,0,0,3834,1),
(44245,293,78772,0,0,3834,1),
(46556,294,78790,0,0,3831,1),
(44245,294,78790,0,0,3831,1),
(46556,295,78810,0,0,3833,1),
(44245,295,78810,0,0,3833,1),
(46556,296,78827,0,0,3832,1),
(44245,296,78827,0,0,3832,1),
(46556,297,78840,0,0,3835,1),
(44245,297,78840,0,0,3835,1),
-- normal paladin tank
(46556,298,77004,0,0,3844,1),
(44245,298,77004,0,0,3844,1),
(46556,299,77005,0,0,3843,1),
(44245,299,77005,0,0,3843,1),
(46556,300,77006,0,0,3842,1),
(44245,300,77006,0,0,3842,1),
(46556,301,77003,0,0,3845,1),
(44245,301,77003,0,0,3845,1),
(46556,302,77007,0,0,3841,1),
(44245,302,77007,0,0,3841,1),
-- heroic paladin tank
(46556,303,78677,0,0,3864,1),
(44245,303,78677,0,0,3864,1),
(46556,304,78695,0,0,3863,1),
(44245,304,78695,0,0,3863,1),
(46556,305,78715,0,0,3865,1),
(44245,305,78715,0,0,3865,1),
(46556,306,78732,0,0,3862,1),
(44245,306,78732,0,0,3862,1),
(46556,307,78745,0,0,3866,1),
(44245,307,78745,0,0,3866,1),
-- raid finder paladin dps Battleplate of Radiant Glory
(46556,308,78770,0,0,3834,1),
(44245,308,78770,0,0,3834,1),
(46556,309,78788,0,0,3831,1),
(44245,309,78788,0,0,3831,1),
(46556,310,78807,0,0,3833,1),
(44245,310,78807,0,0,3833,1),
(46556,311,78822,0,0,3832,1),
(44245,311,78822,0,0,3832,1),
(46556,312,78837,0,0,3835,1),
(44245,312,78837,0,0,3835,1),
-- normal paladin dps
(46556,313,76875,0,0,3844,1),
(44245,313,76875,0,0,3844,1),
(46556,314,76876,0,0,3843,1),
(44245,314,76876,0,0,3843,1),
(46556,315,76877,0,0,3842,1),
(44245,315,76877,0,0,3842,1),
(46556,316,76874,0,0,3845,1),
(44245,316,76874,0,0,3845,1),
(46556,317,76878,0,0,3841,1),
(44245,317,76878,0,0,3841,1),
-- heroic paladin dps
(46556,318,78675,0,0,3864,1),
(44245,318,78675,0,0,3864,1),
(46556,319,78693,0,0,3863,1),
(44245,319,78693,0,0,3863,1),
(46556,320,78712,0,0,3865,1),
(44245,320,78712,0,0,3865,1),
(46556,321,78727,0,0,3862,1),
(44245,321,78727,0,0,3862,1),
(46556,322,78742,0,0,3866,1),
(44245,322,78742,0,0,3866,1),
-- raid finder warlock Vestments of the Faceless Shroud
(46556,323,78776,0,0,3834,1),
(44245,323,78776,0,0,3834,1),
(46556,324,78797,0,0,3831,1),
(44245,324,78797,0,0,3831,1),
(46556,325,78816,0,0,3833,1),
(44245,325,78816,0,0,3833,1),
(46556,326,78825,0,0,3832,1),
(44245,326,78825,0,0,3832,1),
(46556,327,78844,0,0,3835,1),
(44245,327,78844,0,0,3835,1),
-- normal warlock
(46556,328,76343,0,0,3844,1),
(44245,328,76343,0,0,3844,1),
(46556,329,76342,0,0,3843,1),
(44245,329,76342,0,0,3843,1),
(46556,330,76341,0,0,3842,1),
(44245,330,76341,0,0,3842,1),
(46556,331,76340,0,0,3845,1),
(44245,331,76340,0,0,3845,1),
(46556,332,76339,0,0,3841,1),
(44245,332,76339,0,0,3841,1),
-- heroic warlock
(46556,333,78681,0,0,3864,1),
(44245,333,78681,0,0,3864,1),
(46556,334,78702,0,0,3863,1),
(44245,334,78702,0,0,3863,1),
(46556,335,78721,0,0,3865,1),
(44245,335,78721,0,0,3865,1),
(46556,336,78730,0,0,3862,1),
(44245,336,78730,0,0,3862,1),
(46556,337,78749,0,0,3866,1),
(44245,337,78749,0,0,3866,1),
-- raid finder priest healer Vestments of Dying Light
(46556,338,78778,0,0,3834,1),
(44245,338,78778,0,0,3834,1),
(46556,339,78795,0,0,3831,1),
(44245,339,78795,0,0,3831,1),
(46556,340,78814,0,0,3833,1),
(44245,340,78814,0,0,3833,1),
(46556,341,78823,0,0,3832,1),
(44245,341,78823,0,0,3832,1),
(46556,342,78842,0,0,3835,1),
(44245,342,78842,0,0,3835,1),
-- normal priest healer
(46556,343,76357,0,0,3844,1),
(44245,343,76357,0,0,3844,1),
(46556,344,76358,0,0,3843,1),
(44245,344,76358,0,0,3843,1),
(46556,345,76359,0,0,3842,1),
(44245,345,76359,0,0,3842,1),
(46556,346,76360,0,0,3845,1),
(44245,346,76360,0,0,3845,1),
(46556,347,76361,0,0,3841,1),
(44245,347,76361,0,0,3841,1),
-- heroic priest healer
(46556,348,78683,0,0,3864,1),
(44245,348,78683,0,0,3864,1),
(46556,349,78700,0,0,3863,1),
(44245,349,78700,0,0,3863,1),
(46556,350,78719,0,0,3865,1),
(44245,350,78719,0,0,3865,1),
(46556,351,78728,0,0,3862,1),
(44245,351,78728,0,0,3862,1),
(46556,352,78747,0,0,3866,1),
(44245,352,78747,0,0,3866,1),
-- raid finder priest dps Regalia of Dying Light
(46556,353,78777,0,0,3834,1),
(44245,353,78777,0,0,3834,1),
(46556,354,78798,0,0,3831,1),
(44245,354,78798,0,0,3831,1),
(46556,355,78817,0,0,3833,1),
(44245,355,78817,0,0,3833,1),
(46556,356,78826,0,0,3832,1),
(44245,356,78826,0,0,3832,1),
(46556,357,78845,0,0,3835,1),
(44245,357,78845,0,0,3835,1),
-- normal priest dps
(46556,358,76348,0,0,3844,1),
(44245,358,76348,0,0,3844,1),
(46556,359,76347,0,0,3843,1),
(44245,359,76347,0,0,3843,1),
(46556,360,76346,0,0,3842,1),
(44245,360,76346,0,0,3842,1),
(46556,361,76345,0,0,3845,1),
(44245,361,76345,0,0,3845,1),
(46556,362,76344,0,0,3841,1),
(44245,362,76344,0,0,3841,1),
-- heroic priest dps
(46556,363,78682,0,0,3864,1),
(44245,363,78682,0,0,3864,1),
(46556,364,78703,0,0,3863,1),
(44245,364,78703,0,0,3863,1),
(46556,365,78722,0,0,3865,1),
(44245,365,78722,0,0,3865,1),
(46556,366,78731,0,0,3862,1),
(44245,366,78731,0,0,3862,1),
(46556,367,78750,0,0,3866,1),
(44245,367,78750,0,0,3866,1);
Continued in lower posts...
Last edited: