Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!
Hello, im trying to set up my own little playground server but im stuck now on the step where i need to start the server. When i open the server Monitor i only get the orange and not green. Ive Already reinstalled both (controller/monitor) ive copied the data back to the folders as many wrote here.
Another "problem" is that after i restored the database in sql i went and checked the table's and they are empty i dont know if it is normal that they are empty from the start maybe they need the game to be started first to fill ?=
Don't make ip addresses as localhost, I'm not sure it works that way, make them like this.
127.0.0.1
example:
Log_DBServer = 127.0.0.1
Log_DataBase = ROM_WorldLog
Log_Account = test1
Log_Password = 1116074545
-----------------------------------
;---------------------------------------------------------------------
; Setting for local lan (Different for BG!)
;---------------------------------------------------------------------
;Setting for host to allow switch to connect in
AccountIP = 127.0.0.1
AccountPort = 21000
You should make similar settings in the database.
Acc_DBServer = (local) -> change to 127.0.0.1
Acc_DataBase = ROM_Account
Acc_Account = romuser
Acc_Password = 5e5f464750444557
If you still get an error. Send me the Runewaker/log folder and let's examine the log.
i have 5 sql bak files but when i open any tables in them they are empty (maybe broken?) if u mean those^^ i really am thankful for your help btw im not that great in all of that