Thread: Lifts in 5.0
View Single Post
  #1  
Old 11-02-2003, 07:16 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default 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';
__________________
Lethal Encounter
Reply With Quote