Jump to content

Recommended Posts

Posted

hello how i can run ready files from a server? i wanna run it just for my self i have create a local server once but i dont know how to make this run i will appreciate it if anyone have time to help
 

Posted
  1. Install necessary JDK ( i have no idea what jdk this shared pack is using, maybe 8 ?  find out)
  2. Install mysql and set root user password
  3. Install Navicat connect with mysql user on localhost,  create a database and try to open this file "PrideBackup_CLEAN.nb3" to import the database
  4. Open login server properites files in /auth/config find this.. its pretty straight forward what to do  
    URL = jdbc:mysql://localhost/YOUR_DB_NAME
    # Database user info (default is "root" but it's not recommended)
    Login = DBUSER
    # Database connection password
    Password = DBPASSWORD
  5. Open game server properties in game/config same thing with login properties
    URL = jdbc:mysql://localhost/YOUR_DB_NAME
    # Database user info (default is "root" but it's not recommended)
    Login = DBUSER
    # Database connection password
    Password = DBPASSWORD
  6. Register your game server with "RegisterGameServer.bat"
  7. Place hexid from your auth folder to game/config
  8. Start login , start game bat files. 
  9. Good luck i guess 
Posted

Thank you for the help
when i try to open the the backup file i have this error

Navicat Premium
Version 15.0.17 (64-bit)
Windows 10

Unknown Internal Error (A70529215125SE).

(c0000005, 742f56, libcc.dll)
Extra:
742f56 CMHTTPSession_WIN::CMHTTPSession_WIN
68d873 CCNavicat::beginReadAccess
65a5c0 Ordinal34903
and this

Navicat Premium
Version 15.0.17 (64-bit)
Windows 10

Unknown Internal Error (A70529215155SE).

(c0000005, 6a63c0, libcc.dll)
Extra:
6a63c0 CCNavicat::readInt
67abd9 Ordinal9069
and navicat close 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...