Sethz Posted June 3, 2014 Report Share Posted June 3, 2014 Hey guys, I searched the internet but I didn't find anything. So basically i'd like to have a map with the (standard spawn locations of ore veins). I always find them nearly at the same places. But i think an admin can look into the server and see where they spawn just so I know where to search on the map. Best regards, Sethz Link to comment Share on other sites More sharing options...
Kenturrac Posted June 3, 2014 Report Share Posted June 3, 2014 You can look up the code too. https://github.com/vbawol/DayZ-Epoch/blob/master/SQF/dayz_server/init/server_functions.sqf Starts in line 456. Anyway, its random. _position = [getMarkerPos "center",0,(HeliCrashArea*0.75),10,0,2000,0] call BIS_fnc_findSafePos; So a map would be pointless since it wouldn't be valid as soon as you restart the server. Link to comment Share on other sites More sharing options...
Mercules Posted June 3, 2014 Report Share Posted June 3, 2014 There is no map. They just spawn. There are no spawn points it just picks a grid coordinate that doesn't have something else on it and spawns in an Ore Vein. Link to comment Share on other sites More sharing options...
Kenturrac Posted June 3, 2014 Report Share Posted June 3, 2014 On 6/3/2014 at 4:05 PM, Mercules said: There is no map. They just spawn. There are no spawn points it just picks a grid coordinate that doesn't have something else on it and spawns in an Ore Vein. LOL Link to comment Share on other sites More sharing options...
Mercules Posted June 3, 2014 Report Share Posted June 3, 2014 On 6/3/2014 at 4:10 PM, Kenturrac said: LOL Yeah, I know... I just basically repeated what you said in layman's terms. ;) Link to comment Share on other sites More sharing options...
Kenturrac Posted June 3, 2014 Report Share Posted June 3, 2014 ;) Link to comment Share on other sites More sharing options...
justchil Posted June 3, 2014 Report Share Posted June 3, 2014 If you use infistar you can add a function to show them Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now