Other then our new pre-bc server that just launched (thanks to so many ppl at MMO Owned for helping) I have yet to see a working Molton Core. This fix will do two things.
1) Allows you to jump though the window like the good old days to enter MC.
2) Allows you to zone back in if you died inside. The default settings in the database do not do either of the above in three easy steps. No need to even restart Ascent!
Step 1) Go into your world database and open areatrigers. Search for Molten and then drop 3528, 3529 and 3606.
Step 2) Run the following
Code:
INSERT INTO `areatriggers` VALUES(3528, 1, 409, 192, 'Molten Core Trigger 1', 1071.97, -489.914, -108.157, 3.2, 0, 0);
INSERT INTO `areatriggers` VALUES(3529, 1, 409, 192, 'Molten Core Trigger 2', 1071.97, -489.914, -108.157, 3.2, 0, 60);
INSERT INTO `areatriggers` VALUES(3606, 1, 409, 192, 'Molten Core Lava', 1071.97, -489.914, 182.301, 3.2, 0, 60);
Step 3) In game type .reloadtable areatriggers
Your done! Enjoy =)