- 916
- 2015
- 24
- Location
- Barryton Michigan USA
Bug quest Pyrewood's fall 7.0 Position fix included
[Name, Type] Pyrewood's fall, quest, pyrewood village, silverpine
[What it does] The torch does not give quest credit when used on the buildings.
[What it should do] The torch should give quest credit for burning the three buildings in pyrewood.
http://wowwiki.wikia.com/wiki/Quest:Pyrewood's_Fall
Here is a fix for the position of trigger npc's for this quest
[Name, Type] Pyrewood's fall, quest, pyrewood village, silverpine
[What it does] The torch does not give quest credit when used on the buildings.
[What it should do] The torch should give quest credit for burning the three buildings in pyrewood.
http://wowwiki.wikia.com/wiki/Quest:Pyrewood's_Fall
Here is a fix for the position of trigger npc's for this quest
Code:
DELETE FROM `emucoach-world`.`creature` WHERE `guid`=609767;
REPLACE 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 (31424, 45937, 0, 130, 5476, 1, 65535, 0, 0, -337.348, 1560.33, 26.1294, 3.05499, 90, 0, 0, 84, 0, 0, 0, 0, 0, 0);
REPLACE 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 (31425, 45938, 0, 130, 5476, 1, 65535, 0, 0, -389.978, 1504.39, 20.7252, 4.72003, 300, 0, 0, 84, 0, 0, 0, 0, 0, 0);
REPLACE 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 (31426, 45939, 0, 130, 5478, 1, 65535, 0, 0, -381.403, 1614.92, 20.6422, 1.47633, 300, 0, 0, 84, 0, 0, 0, 0, 0, 0);
Last edited: