View Single Post
  #16  
Old 02-08-2004, 11:06 AM
sandy
Hill Giant
 
Join Date: Oct 2002
Posts: 212
Default

I tried it on my server
I have a pink wall in lavastorm in place of the lavastorm to soltemple zoneline so I can't zone ^^
What's this pink wall ?

Here are the objects in lavastorm EQLive sends when you enter the zone :
Code:
DELETE FROM `doors` WHERE zone='lavastorm';
INSERT INTO `doors` (`doorid`, `zone`, `name`, `pos_y`, `pos_x`, `pos_z`, `heading`, `opentype` ) VALUES ('21', 'lavastorm', 'GOBTENT', '1193.156250', '809.382568', '180.855377', '128.000000', '55' );
INSERT INTO `doors` (`doorid`, `zone`, `name`, `pos_y`, `pos_x`, `pos_z`, `heading`, `opentype` ) VALUES ('20', 'lavastorm', 'GOBTENT', '1250.376221', '845.184021', '179.908676', '256.000000', '55' );
INSERT INTO `doors` (`doorid`, `zone`, `name`, `pos_y`, `pos_x`, `pos_z`, `heading`, `opentype` ) VALUES ('19', 'lavastorm', 'GOBTENT', '1154.143311', '846.036438', '183.258118', '0.000000', '55' );
INSERT INTO `doors` (`doorid`, `zone`, `name`, `pos_y`, `pos_x`, `pos_z`, `heading`, `opentype`, `dest_zone`, `dest_x`, `dest_y`, `dest_z`, `dest_heading`) VALUES ('3', 'lavastorm', 'SOLPLUG', '1352.816284', '329.818268', '145.189499', '0.000000', '57', 'soltemple', '56', '250', '3', '999' );
INSERT INTO `doors` (`doorid`, `zone`, `name`, `pos_y`, `pos_x`, `pos_z`, `heading`, `opentype`, `dest_zone`, `dest_x`, `dest_y`, `dest_z`, `dest_heading`) VALUES ('2', 'lavastorm', 'SOLPLUG', '1349.172119', '331.140198', '122.188499', '0.000000', '57', 'soltemple', '56', '250', '3', '999' );
I suppose SOLPLUG is the pink thing ^^
__________________
Sandy
Reply With Quote