EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=621)
-   -   Lifts in 5.0 (https://www.eqemulator.org/forums/showthread.php?t=10001)

Edgar1898 11-02-2003 07:16 AM

Lifts in 5.0
 
Run the following to fix your lift heights in 5.0:

Code:

update doors set liftheight=17409 where doorid=69 and zone='gfaydark';
update doors set liftheight=25089 where doorid=77 and zone='gfaydark';
update doors set liftheight=17665 where doorid=69 and zone='gfaydark';
update doors set liftheight=256 where doorid=73 and zone='gfaydark';
update doors set liftheight=256 where doorid=74 and zone='gfaydark';
update doors set liftheight=257 where doorid=78 and zone='gfaydark';
update doors set liftheight=256 where doorid=79 and zone='gfaydark';
update doors set liftheight=256 where doorid=81 and zone='gfaydark';
update doors set liftheight=256 where doorid=82 and zone='gfaydark';



All times are GMT -4. The time now is 12:19 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.