Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You next have to insert the new Ring shard:

Code Block
INSERT IGNORE INTO 'shard' ('ShardId', 'domain_id', 'WsAddr', 'NbPlayers', 'Name', 'Online', 'ClientApplication', 'Version', 'PatchURL', 'DynPatchURL', 'FixedSessionId', 'State', 'MOTD', 'prim') VALUES (300, 12, 'r2.ryzomcore.org', 0, 'Ring Shard', 0, 'ryzom_open', '', '', '', 0, 'ds_dev', '', 3029);

 

You will also need to grant the new host permissions to log in as the shard user.

...