Worldpsace coordinates blank with new spawn

Status
Not open for further replies.

mmmmmistercrow

New Member
I'm using this with the most recent update for Reality server pack and everything works fine except survivors and spawning in the ocean. Upon inspecting the survivor table it shows an empty worldspace field. This happens on new survivors and respawns.

Any ideas or suggestions?
 
Nope. New server created. New database and still it spawns with blank co ordinates. This time however you are spawning with all your equipment (Map etc when you set it in the inventory). I spawned off the north north west of the coast at the top left handside of the map and can swim to land in about 10-15 mins.
 
Hi There. Sorry for the delay.

I use reality and always have. The players who could not get in now can join but they are all reporting spawning in the water.

I am seeing this from one of my friends in the rpt log

18:37:37 "STARTING LOGIN: ["1798208",B 1-1-A:1 (Master Simon) REMOTE]"
18:37:37 "LOGIN ATTEMPT: "1798208" Master Simon"
18:37:37 "LOGIN LOADED: B 1-1-A:1 (Master Simon) REMOTE Type: Survivor1_DZ"
18:37:37 "STARTING LOGIN: ["1798208",B 1-1-A:1 (Master Simon) REMOTE]"
18:37:37 "LOGIN ATTEMPT: "1798208" Master Simon"
18:37:37 "LOGIN LOADED: B 1-1-A:1 (Master Simon) REMOTE Type: Survivor1_DZ"
18:37:40 "CLEANUP:TOTAL 264 LOOT BAGS"
18:37:40 "CLEANUP:TOTAL 264 LOOT BAGS"
18:37:41 "Adding MPHit EH for B 1-1-B:1 (Master Simon) REMOTE"
18:37:42 "z\addons\dayz_server\compile\server_playerSetup.sqf: Error, failed to find a suitable spawn spot for player. area:[579.805,5547.18,0]"
18:37:42 "LOGIN PUBLISHING: UID#1798208 CID#2 PID#4(Master Simon) as Survivor2_DZ should spawn at any"
18:37:42 Error in expression <lr2str, typeOf _playerObj, (_worldspace select 1) call fa_coor2str];


PVDZ_plr_>
18:37:42 Error position: <select 1) call fa_coor2str];


PVDZ_plr_>
18:37:42 Error Zero divisor
18:37:42 File z\addons\dayz_server\compile\server_playerSetup.sqf, line 240
18:37:42 "Adding MPHit EH for B 1-1-C:1 (Master Simon) REMOTE"
18:37:43 "z\addons\dayz_server\compile\server_playerSetup.sqf: Error, failed to find a suitable spawn spot for player. area:[1355.46,315.106,0]"
18:37:43 "LOGIN PUBLISHING: UID#1798208 CID#2 PID#4(Master Simon) as Survivor2_DZ should spawn at any"
18:37:43 Error in expression <lr2str, typeOf _playerObj, (_worldspace select 1) call fa_coor2str];


PVDZ_plr_>
18:37:43 Error position: <select 1) call fa_coor2str];


PVDZ_plr_>
18:37:43 Error Zero divisor
18:37:43 File z\addons\dayz_server\compile\server_playerSetup.sqf, line 240
18:37:43 "ERROR: server_playerSync: Cannot Sync Player Master Simon [2]. Position in debug! [826.109,12368.2,17.1335]"
18:38:40 "CLEANUP:TOTAL 265 LOOT BAGS"

Same with everyone who logs in.

Thanks for taking the time skaronator to help
 
You are also erroring out with a vehicle co ordinate. In position 61 it is coming up with the following error

[0[7217.437, 2314.2693, -0.055636108]]

It is missing a ,

It should be

[0,[7217.437, 2314.2693, -0.055636108]]
 
You are also erroring out with a vehicle co ordinate. In position 61 it is coming up with the following error
[0[7217.437, 2314.2693, -0.055636108]]
It is missing a ,
It should be
[0,[7217.437, 2314.2693, -0.055636108]]


Thanks I'll fix it in the next db schema.

To your server.pbo: Did you use the latest Version of Reality and which package did you use?

You must change line #208 to this:
Code:
if (_isIsland) then {_findSpot = false};
to fix the spawnissue.
 
Downloaded Reality a few hours ago and used that one. I used

Buildings + Carepgks + Killmessages + Wrecks

Should i try a different config on this ?
 
I can confirm that this works a treat. Thanks skaronator. Just a few people moaning saying things are double spawning but i don't see any of these entities in the database
 
I'm getting this same issue - Players logging into the Ocean; but this is for your new "Hunting Grounds" lingor.

Line 208 is a commented line so I'm guessing this fix may no longer be valid?

Built in Reality from the command prompt.
 
Status
Not open for further replies.
Back
Top