View Single Post
  #4  
Old 07-22-2011, 03:04 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

The state inversion is in the doors table. This will save you some trouble:
Code:
update doors set invert_state = 0 where zone = 'Gfaydark' and name = 'FAYLEVATOR' and invert_state = 1;
The lifts will not work perfectly even after making that change but it should help a little.

If you are not in a hurry you might want to wait a bit and see what happens with the discussion in this post: http://www.eqemulator.org/forums/sho...666#post201666
Reply With Quote