[How To] Create a Rappelz Private Server | Rappelz Privatserver erstellen

02/18/2016 04:39 ThunderNikk#376
Quote:
Originally Posted by xato87 View Post
Lade außerdem diese Datei herunter: Auth Database.rar*

kann man diese noch wo anders downloaden ? link funzt nicht mehr.
Quote:
Originally Posted by thndr View Post
Try using the auth from the 7.4 files which you can find in the tools thread I am linking at the top of the first post under server files...

[Only registered and activated users can see links. Click Here To Register...]

Or try the new Rappelz Download Center...

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
Posted one page back
02/18/2016 12:37 xato87#377
so habe die links durchgesucht aber in jedem download fehlte die " Auth_GamePortal.bak " datei. bin absoluter neuling was das betrifft ..... hilfe wäre hilfreich ^^
02/18/2016 13:00 ThunderNikk#378
The 7.4 files have an auth.bak

[Only registered and activated users can see links. Click Here To Register...]
02/19/2016 00:32 frostwolf333#379
for some reason i cant find the server management studio any help plz also some thing werent there when i installed mine like in feature selection i had just one shared feature that was SQL client connectivity so can anyone plz help me
i'm trying to make this private server for me and my friend so max of 6 people my laptop is windows 7 home premium service pack 1 8 gb ram and i'm running window 7 64 bit
02/19/2016 04:27 Setroc#380
Its possible to make the 8.1 server in a windows 8 with this tutorial?
02/19/2016 05:19 ThunderNikk#381
@ frostwolf333

SQL server management studio is part of the SQL installation. You can find it in your "All Programs" menu. Just browse to Microsoft SQL folder then look for the management studio.

@ Setroc

Yes as long as you are running a 64 bit version of Windows 8 this tutorial will allow you to set up and run any epic following the same instructions.
02/19/2016 19:09 Setroc#382
Step 5, whe iam going to start the server, an error ocurred:

XException rised!

AUTH DB INIT ERROR: [DBNETLIB][ConnectionOpen (Connect().]SQL Server specified not found

Some one may help me with this, plz?
02/19/2016 19:44 ThunderNikk#383
Either your auth.opt is not configured correctly

Or you did not configure the SQL port 1433 correctly

Or some of your SQL services are not running
02/19/2016 20:47 Setroc#384
The auth.opt code is that, right?

S db.auth.server:<ip_of_the_server>
S db.auth.name:<SQL_server_Auth_database_name>
S db.auth.account:<SQL_server_username_for_Auth_data base>
S db.auth._password:<SQL_server_user_password_DES_ha sh (optional)>
S app.name:<name_of_the_Auth_server_window>
S log.ip:<ip_of_server_running_LogServer.exe>
S db.auth.port:1433
S io.auth.port:8841
N db.auth.use_webauth:<1/0 = enabled/disabled>
N db.auth.use_md5:<1/0 = enabled/disabled>
N db.auth.debug_md5:<1/0 = enabled/disabled>
N db.auth.md5_key:<MD5_hash_salt>
02/19/2016 21:43 Player95#385
Yes but there is a filled out/completed one in the guide.
02/20/2016 01:09 Setroc#386
I just solve the SQL port 1433 but when i put the auth code, the code dont change and i dont know how to solve it, any ideia?
02/20/2016 04:06 ThunderNikk#387
Code:
S db.auth.server:127.0.0.1
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:Auth Server
S log.ip:127.0.0.1
S db.auth.port:1433
S io.auth.port:8841
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:1
N db.auth.md5_key:2011
Then you need to use the compressor...follow the instructions in the guide for compressing .opt files

It should create a new auth.eop file
02/20/2016 05:09 Setroc#388
I made it, i have now one auth.eop file and one gameserver.eop file but still with the same error
02/20/2016 12:43 Player95#389
Did you rename the auth database to "Auth"? The database names need to match with the names in the config files. The name itself is rather irrelevant. They only need to match.

S db.auth.name:Auth
02/20/2016 16:42 Setroc#390
I dont know how to solve it :(