Raycity Server File Install ❲99% PRO❳

We will assume you are using the RCO Reborn V3 files (the most stable public release as of this writing). Adjust folder names as needed for your version.

Published by: MMO Revivalist Guild
Difficulty Level: Advanced / System Administrator
Estimated Time: 2–4 Hours raycity server file install

Use SQL queries to grant GM privileges:

USE RayCity_Account;
UPDATE Users SET AccessLevel = 255 WHERE Username = 'YourName';

GM commands (type in chat):

Define your server's public/local IP and ports: We will assume you are using the RCO

<Server>
    <Name>Local RayCity</Name>
    <IP>192.168.1.100</IP>
    <Port>10500</Port>
</Server>

In SSMS, run this query against the RayCity_Global database: GM commands (type in chat): Define your server's

INSERT INTO Account (UserID, Password, Email, IsGM) 
VALUES ('Racer1', HASHBYTES('MD5', 'mypassword'), 'racer1@localhost', 1)