Bug quest twisted twilight ties 7.0

eyerobot

Gold Supporter
Superior Member
917
2015
23
Location
Barryton Michigan USA
[Name, Type] twisted twilight ties, slag pit, searing gorge
[What it does] Hansel heavyhands is missing 14627.
[What it should do]I am supposed to talk to hansel, and help him defeat the two overlords, But he has no script, and doesnt talk,
http://www.wowhead.com/quest=28060/twisted-twilight-ties
https://www.youtube.com/watch?v=CRUtYTVzP8w&ytbChannel=Micha S
Hansel heavyhands
Code:
DELETE FROM `creature` WHERE `guid`=555010;
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 (555010, 14627, 0, 51, 1443, 1, 65535, 0, 14627, -6618.87, -1266.51, 208.744, 4.75129, 300, 0, 0, 3312, 0, 0, 0, 0, 0, 0);

Oversee Oilfist quest taker
Code:
DELETE FROM `creature` WHERE `guid`=555011;
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 (555011, 14625, 0, 51, 1443, 1, 65535, 0, 14625, -6685.9, -1425.51, 169.909, 2.14786, 300, 0, 0, 4120, 0, 0, 0, 0, 0, 0);
 
Last edited:
Top