- 916
- 2015
- 24
- Location
- Barryton Michigan USA
[Name, Type] rise obsidian, searing gorge, horde and alliance. slag pit
[What it does] This quest does nothing as it requires a script, and all of the creatures and objects are missing.
[What it should do]http://www.wowhead.com/quest=28056/rise-obsidion
https://www.youtube.com/watch?v=acUPq0zC2ZI&ytbChannel=GitGudGuides
This video also shows the location of the quest giver inside the slag pit.
Obsidion 8400 - missing
Lathoric the black 8391 - missing
Altar of Suntara 148498 - missing
The altar requires a script to activate when clicked, That activates Lathoric, Who in turn wake up Obsidion, Who should be in a sleeping position before the quest starts.
The location for this is in the slag pits, left of the giant ramp, There is a large mark in the floor where the altar belongs.
Also the quest taker evonice sootsmoker 14628 is shown as located on the first landing going up the ramp. But she is also located in Thorium point, I do not know if this is correct.
This is the sql for the one i added
[What it does] This quest does nothing as it requires a script, and all of the creatures and objects are missing.
[What it should do]http://www.wowhead.com/quest=28056/rise-obsidion
https://www.youtube.com/watch?v=acUPq0zC2ZI&ytbChannel=GitGudGuides
This video also shows the location of the quest giver inside the slag pit.
Obsidion 8400 - missing
Lathoric the black 8391 - missing
Altar of Suntara 148498 - missing
The altar requires a script to activate when clicked, That activates Lathoric, Who in turn wake up Obsidion, Who should be in a sleeping position before the quest starts.
The location for this is in the slag pits, left of the giant ramp, There is a large mark in the floor where the altar belongs.
Also the quest taker evonice sootsmoker 14628 is shown as located on the first landing going up the ramp. But she is also located in Thorium point, I do not know if this is correct.
This is the sql for the one i added
Code:
DELETE FROM `creature` WHERE `guid`=555007;
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 (555007, 14628, 0, 51, 1443, 1, 65535, 14656, 14628, -6527.38, -1299.78, 200.928, 0.498363, 300, 0, 0, 3094, 0, 0, 0, 0, 0, 0);
Last edited: