- 916
- 2015
- 24
- Location
- Barryton Michigan USA
[Name, Type] Kill 'em with sleep deprivation, slag pits, Searing gorge
[What it does] Quest can't be completed because pillow objects are missing
[What it should do]http://www.wowhead.com/quest=28057/kill-em-with-sleep-deprivation
https://www.youtube.com/watch?v=n4ZlDEKRrJA&ytbChannel=GitGudGuides
That video shows the actual locations of pillows, as they do not have random spawning. Just in case you don't have sniffer information about this. Also i have no idea how i would spawn the pillows on those racks for an easy fix.
The quest taker tasmaster scrange inside the slag pit
[What it does] Quest can't be completed because pillow objects are missing
[What it should do]http://www.wowhead.com/quest=28057/kill-em-with-sleep-deprivation
https://www.youtube.com/watch?v=n4ZlDEKRrJA&ytbChannel=GitGudGuides
That video shows the actual locations of pillows, as they do not have random spawning. Just in case you don't have sniffer information about this. Also i have no idea how i would spawn the pillows on those racks for an easy fix.
The quest taker tasmaster scrange inside the slag pit
Code:
DELETE FROM `creature` WHERE `guid`=555008;
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`) VALUES (555008, 14626, 0, 51, 1443, 1, 65535, 0, 14626, -6615.67, -1265.45, 208.744, 4.79057, 300, 0, 0, 3420, 0, 0, 0, 0, 0, 0);
Last edited: