Deadlyxt Posted March 9, 2022 Posted March 9, 2022 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
Deadlyxt Posted March 9, 2022 Author Posted March 9, 2022 this is the files https://drive.google.com/file/d/1DyNW51JvE-tAz53_oDuWJLiBS3dAKANz/view?usp=sharing
Seamless Posted March 9, 2022 Posted March 9, 2022 Install necessary JDK ( i have no idea what jdk this shared pack is using, maybe 8 ? find out) Install mysql and set root user password Install Navicat connect with mysql user on localhost, create a database and try to open this file "PrideBackup_CLEAN.nb3" to import the database 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 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 Register your game server with "RegisterGameServer.bat" Place hexid from your auth folder to game/config Start login , start game bat files. Good luck i guess
Deadlyxt Posted March 9, 2022 Author Posted March 9, 2022 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
Seamless Posted March 10, 2022 Posted March 10, 2022 I have no idea what this file is tbh. Try to search in google how to open files with this extension.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now