View Single Post
  #3  
Old 11-11-2008, 07:55 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

I'm not sure if there were more than three, if so tell me;

Code:
REPLACE INTO doors VALUES (2332,13,"soldunga","PENDU",-84.8392,-1001.86,70.2302,128,130,0,0,0,0,0,0,0,"NONE",0,0,0,0,1,128,100,0);
REPLACE INTO doors VALUES (2344,1,"soldunga","PENDU",-547.002,-839.905,60.9838,150,130,0,0,0,0,0,0,0,"NONE",0,0,0,0,1,128,100,0);
REPLACE INTO doors VALUES (2345,115,"soldunga","PENDU",-488.781,-588.785,61.9838,384,130,0,0,0,0,0,0,0,"NONE",0,0,0,0,1,128,100,0);
I used REPLACE because I noticed the ID numbers looked to be the same in the PEQ version I have , you can check to make sure;
Code:
SELECT * FROM doors WHERE zone REGEXP 'soldunga' AND name REGEXP 'pendu';
if not, you need to set new ids

I have a tutorialb here with what I thought had gave all fixes to Cavedude? I saw them on the version Tutorialb I have here, if what PEQ version I have is good, the RUJROCKS708 entries need to be removed, they belong to an older version of tutorialb and don't work with the Titanium version we have now.

Last edited by Angelox; 11-11-2008 at 04:00 PM..
Reply With Quote