EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=621)
-   -   Questions on zone points (https://www.eqemulator.org/forums/showthread.php?t=11684)

sandy 02-08-2004 11:06 AM

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 ^^

toolh3 02-08-2004 03:45 PM

SOLPLUG are the pink things you are seeing. I'm guessing that texture isn't in the s3d file. If you deleted those two doors you should see the rest of the zone in. The problem is that the client is sending a zone id of 0 when you cross the zoneline, even though we sent it the correct zone points.

wize_one 02-08-2004 04:41 PM

solplug is a pink box in the lavastorm_obj.s3d.

sandy 02-08-2004 08:40 PM

it seems this pink solplug is the thing that teleports you in soltemple
but it shouldn't appear in the game
=(

toolh3 02-09-2004 03:12 AM

You know, you might be on to something. Maybe this is Sony's fix to a bug. Techinically the client should be sending the right zoneid when you go into soltemple. Maybe they were having this problem on live and this was their fix? I've seen all sorts of wierd stuff with zone points while packet collecting. Did you know that the zone into qcat from south qeynos by the bank (under the bridge leading to the bank) sends you to The Feerrott? It's this way on live also (just tested it a couple days ago). Make's me wonder just how nasty Verants code is.

samandhi 02-09-2004 06:40 AM

Quote:

Make's me wonder just how nasty Verants code is.
Why fix what you can hide with a door object? <smile>


All times are GMT -4. The time now is 10:00 PM.

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