Sasabmeg / FOnline-BraveNewWorld

FOClassic and PReloaded project, mostly for fodev.net tutorials or module code shares.
https://fodev.net/forum/index.php/topic,30344.0.html
GNU General Public License v3.0
11 stars 4 forks source link

Missing replication locations? #30

Closed Sasabmeg closed 1 year ago

Sasabmeg commented 1 year ago

Need to check if replication locations are missing, compare to replication.fos to S2.

const uint16[] Hospitals = { LOCATION_StartLocation };

vs

// const uint16 HellMapPid=MAP_replication_hell; const uint16[] Hospitals = { LOCATION_Replication1, LOCATION_Replication2, LOCATION_Replication3, LOCATION_Replication4, LOCATION_Replication5, LOCATION_Replication6, LOCATION_Replication7, LOCATION_Replication8 };

Could this cause a problem, malfunction?

I assume this will cause replication possible in only 1 location, this should be changed to nearest zone.