• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Undercity elevator doors do not work?

Newbie Spellweaver
Joined
Dec 12, 2006
Messages
37
Reaction score
0
When using the elevator to travel down to the Undercity, the elevator doors at the top do not open when you try and travel back up again.

Anybody else have this issue?

I am using Mangos 2806 and SDB 0.5.3 Changeset 20.
 
Custom Title Activated
Loyal Member
Joined
Sep 3, 2005
Messages
1,881
Reaction score
2
its been already fixed... but here is a fix for u anyways:

Code:
DELETE FROM gameobject WHERE guid IN (2232,6184,8351,21937);
INSERT INTO gameobject VALUES
(6184,20649,0,1595.34,188.672,14.64,1.597,0,0,0.716202,0.697893,20655,120000,0,0),
(8351,20649,0,1543.96,240.787,14.638,0,0,0,0,0,20649,120000,0,0),
(21937,20649,0,1596,291.568,14.64,1.571,0,0,0.707107,0.707107,20652,120000,0,0),
(2232,20651,0,1595.2,178.74,-41,4.742,0,0,0.696455,-0.7176,20653,120000,0,0);
 
Newbie Spellweaver
Joined
Dec 12, 2006
Messages
37
Reaction score
0
its been already fixed... but here is a fix for u anyways:

Code:
DELETE FROM gameobject WHERE guid IN (2232,6184,8351,21937);
INSERT INTO gameobject VALUES
(6184,20649,0,1595.34,188.672,14.64,1.597,0,0,0.716202,0.697893,20655,120000,0,0),
(8351,20649,0,1543.96,240.787,14.638,0,0,0,0,0,20649,120000,0,0),
(21937,20649,0,1596,291.568,14.64,1.571,0,0,0.707107,0.707107,20652,120000,0,0),
(2232,20651,0,1595.2,178.74,-41,4.742,0,0,0.696455,-0.7176,20653,120000,0,0);

Do you know which version of SDB has the change?
 
Custom Title Activated
Loyal Member
Joined
Sep 3, 2005
Messages
1,881
Reaction score
2
not rly but just apply it to your own... like copy paste it in wordpad and save as fix.sql for exemple... then just import it in your mangos DB. it will fix it.
 
Initiate Mage
Joined
Nov 17, 2008
Messages
1
Reaction score
0
Hi. its nice you have a fix for it. but i dont have a Mangos database. i have ArcEmu 3.1.3. can u translate that fix to ArcEmu.

Thanks!!!!
 
Junior Spellweaver
Joined
Jun 21, 2006
Messages
123
Reaction score
2
Hi. its nice you have a fix for it. but i dont have a Mangos database. i have ArcEmu 3.1.3. can u translate that fix to ArcEmu.

Thanks!!!!

First: READ.
Second: look at time stamp on those posts. This problem has been fixed already in probably every existing database since 2007 (?)

If it doesn't work with your DB try something different - maye you gonna like mangos...
 
Back
Top