Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] Server 6.0.7 installation steps

Junior Spellweaver
Joined
Sep 29, 2014
Messages
149
Reaction score
66
okay just to help you a little bit:
- did you check you got gm level 13?
- for different resons, try to add DebugMSG=1 into your rundedev.ini (write it under the ip and port to the [Server] section)
 
Initiate Mage
Joined
Dec 19, 2017
Messages
4
Reaction score
0
I don't really know how to set my GM Level to 13. There is no such info on the first page.
also i just added DebugMSG=1 to my runedev.ini as you said. it does nothing.

i restarted the server and the client, no changes.
 
Junior Spellweaver
Joined
Sep 29, 2014
Messages
149
Reaction score
66
okay m8....
firstly, enabling the debugmsg only helps you if you have rights ;)
and for the gm level.. okay:
- you go to ROM_World in MS SQL
- open the drop-down menu
- open the drop-down menu of Tables
- right click on dbo.RoleData-Account -> "Edit Top xxx Rows" (you can change how many rows in total you wanna edit but by default its set to 200)
- find the row with you correct Account_ID (which is your game login username)
- change the value in the column ManageLv (default its set to 0 -> change it to 13)
- to save your changes, simply close the tab

this should grand you fully gamemaster rights, know you can use gm commands ;)



greetings
mollo
 
Last edited:
Initiate Mage
Joined
Dec 19, 2017
Messages
4
Reaction score
0
Thank you very much. This should be added to the Guide on the 1st Page.
 
Junior Spellweaver
Joined
Apr 27, 2015
Messages
176
Reaction score
107
Can't make it too easy else no one will discover things. Turning it on and playing is one thing, but taking the time to look in to every part of the server is how you figure things out, the database is the core of everything, it's where you can change anything about a character/account or activate and disable many server features. Also take the time to look through the LUA server files and you will find a crazy amount of great debug stuff there, and it is also where you will find many hidden secrets about the game.
Look at my SQL files i posted a long time ago to get some ideas how you can change things in the database. Once you have get some understanding about that you can design some web server to be your game front end, use some PHP to talk to the games SQL Database and end up with a Webpage or more with useful DIY Admin tools. Logview is another handy one to play around with, but with some understanding of PHP and SQL you won't need it cause you can design your own as you learn more.
There is a lot posted about the server now and too much to read it all, so I know your frustration, but some of us know what we know by tinkering/breaking/fixing.
 
Newbie Spellweaver
Joined
Dec 30, 2017
Messages
9
Reaction score
1
Hello all, i have truble with datacentre, he starting for 1 h and with Sql Command Process .....| Sql Command Process .....\ Sql Command Process .....- line and nothing cant help with it. i did change global.ini ;secret code password and add it to any global.ini; add secret code to playercenter.ini; may be some one know what wrong (5) DBTransferClass Connect Error _Srv = (local)\DESKTOP-FKPIEMM _DB=ROM_World _LoginID =romuser
(5) DBTransferClass Init Error!! Server=(local)\DESKTOP-FKPIEMM DB=ROM_World LoginID=romuser
DBTransferClass Init Error!! Please check database or ini setting
(Server=(local)\DESKTOP-FKPIEMM DB=ROM_World LoginID=romuser)(5) DBTransferClass Connect Error _Srv = (local)\DESKTOP-FKPIEMM _DB=ROM_GlobalDB _LoginID =romuser
(5) DBTransferClass Init Error!! Server=(local)\DESKTOP-FKPIEMM DB=ROM_GlobalDB LoginID=romuser
DBTransferClass Init Error!! Please check database or ini setting
(Server=(local)\DESKTOP-FKPIEMM DB=ROM_GlobalDB LoginID=romuser)(5) DBTransferClass Connect Error _Srv = (local)\DESKTOP-FKPIEMM _DB=ROM_ImportDB _LoginID =romuser
 
Junior Spellweaver
Joined
Sep 29, 2014
Messages
149
Reaction score
66
hello anatg,
the problem is here " DBTransferClass Connect Error _Srv = (local)\DESKTOP-FKPIEMM _DB=ROM_World _LoginID =romuser""
it cant connect to this sql server:
(local)\DESKTOP-FKPIEMM _DB!
seems like you need to fix to the connection in all global.ini (check the connection url + login, cauze it says it cant connect to romuser!)files
!

greetings
mollo
 
Newbie Spellweaver
Joined
Jan 19, 2015
Messages
90
Reaction score
17
Hello all, i have truble with datacentre, he starting for 1 h and with Sql Command Process .....| Sql Command Process .....\ Sql Command Process .....- line and nothing cant help with it. i did change global.ini ;secret code password and add it to any global.ini; add secret code to playercenter.ini; may be some one know what wrong (5) DBTransferClass Connect Error _Srv = (local)\DESKTOP-FKPIEMM _DB=ROM_World _LoginID =romuser
(5) DBTransferClass Init Error!! Server=(local)\DESKTOP-FKPIEMM DB=ROM_World LoginID=romuser
DBTransferClass Init Error!! Please check database or ini setting
(Server=(local)\DESKTOP-FKPIEMM DB=ROM_World LoginID=romuser)(5) DBTransferClass Connect Error _Srv = (local)\DESKTOP-FKPIEMM _DB=ROM_GlobalDB _LoginID =romuser
(5) DBTransferClass Init Error!! Server=(local)\DESKTOP-FKPIEMM DB=ROM_GlobalDB LoginID=romuser
DBTransferClass Init Error!! Please check database or ini setting
(Server=(local)\DESKTOP-FKPIEMM DB=ROM_GlobalDB LoginID=romuser)(5) DBTransferClass Connect Error _Srv = (local)\DESKTOP-FKPIEMM _DB=ROM_ImportDB _LoginID =romuser

Hey,

in my global.ini is this (with SQLExpress):
Acc_DBServer = Server2008\SQLEXPRESS

for you try (if you are using SQLExpress):
Acc_DBServer = DESKTOP-FKPIEMM\SQLEXPRESS
 
Initiate Mage
Joined
Jan 30, 2018
Messages
1
Reaction score
0
Hi, im new here and about to follow this guide, but before i do i have a couple of questions, First does this guide still work in 2018? and also, can i extract the first file to my D drive or does it have to be the C drive?
 
Junior Spellweaver
Joined
Sep 29, 2014
Messages
149
Reaction score
66
1. you can install it under d, yes
2. some links in this guide are dead, cause Gameforge deleted them. You cant download the manual client installation anymore, so you don't get the needed fdb files. If you find somewhere a manual client download of a lower version or that 6.0.X, than you are lucky!
 
Last edited:
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
Client:
Patches:

server working
Coenx - [Guide] Server 6.0.7 installation steps - RaGEZONE Forums
 
Last edited:
  • Like
Reactions: fht
Newbie Spellweaver
Joined
Sep 4, 2014
Messages
51
Reaction score
5
What should I patch like first? 5.0 or after 6.0. Please tell me generally.

Thank you.

 
Skilled Illusionist
Joined
Jul 20, 2016
Messages
362
Reaction score
44
Is there a better explained or updated version of this guide? Step 2.3 doesn't make any sense to me because there's no info on what the error should look like or which part of it is that so-called "secret code". The instruction also doesn't work because there's simply nothing happening when entering it.
 
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
@xSpeedx you need to execute playercenter.exe on cmd with start playercenter.exe playercenter.ini command, after this if your playercenter.ini don't have any key on his config a pop up with your "secret key" appears. After this you need to follow the steps of this guide and put the key created for keygenerator on playercenter.ini.
 
Junior Spellweaver
Joined
May 9, 2018
Messages
181
Reaction score
126
Speed, to kinda make it a little more simple for you... in the default "Realm_01_Service" folder... drag/drop "playercenter.ini" on top of "playercenter.exe".

Once you do that you will get a pop up error, the long code is the key that you need, including all of the " . "
 
Skilled Illusionist
Joined
Jul 20, 2016
Messages
362
Reaction score
44
Speed, to kinda make it a little more simple for you... in the default "Realm_01_Service" folder... drag/drop "playercenter.ini" on top of "playercenter.exe".

Once you do that you will get a pop up error, the long code is the key that you need, including all of the " . "

Thanks, that makes much more sense than what's instructed on the OP. I'll try that tomorrow.

Edit: Ran into a number of problems now. first off, there's no service section, only Common and Server1/2. And they are stuck on starting and stopping when the respective options are selected (i.e. start/stop group)

bOUVpI9 - [Guide] Server 6.0.7 installation steps - RaGEZONE Forums


Followed the guide to the letter, so what went wrong?
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top