Execute the server files in the correct order (usually WorldServer, LoginServer).
Double-check your SQL server credentials in the .ini configuration files. Ensure that the MSSQL service is running and configured to allow SQL Server Authentication, not just Windows Authentication. godswar server files
The beauty of owning the server files is the ability to modify the game. By editing the SQL tables or the script files, you can: Increase XP and Gold drop rates. Create custom NPCs with unique questlines. Add unreleased Greek gear or mounts to the item mall. Execute the server files in the correct order
Link it to both the account and game databases by filling out the user, password, and port (default is 3306 ) fields. The beauty of owning the server files is
Note: Keep the IP as 127.0.0.1 for a local offline test server. Replace it with your WAN IP or VPS IP if making the server public. Step 3: Setting Up the Game Client