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

08/07/2014 10:36 impschou#226
arcadia 8_1
08/07/2014 13:08 ThunderNikk#227
Please rename it to "Arcadia" all of the .opt files call the database "Arcadia"

It has no idea what "Arcadia8_1" is.

Just change the name directly in the SQL management console.
08/07/2014 20:37 impschou#228
Everywhere it is named Arcadia ...
08/07/2014 20:49 ThunderNikk#229
You just told me it was named...

Quote:
Originally Posted by impschou View Post
arcadia 8_1
Make up my mind.
08/07/2014 20:55 impschou#230
problem solved careless mistake on SQL

new problem .... the game launches correctly when conecter surviens me this error, yet the account is created ....

screen: [Only registered and activated users can see links. Click Here To Register...]
08/07/2014 23:38 ThunderNikk#231
start_service

set game.open_external 1

commands typed and executed in auth console?
08/08/2014 00:00 impschou#232
yes

My client is french, his alter?

fixed!!!
08/20/2014 11:52 spiddy2701#233
wo finde ich die auth daten oder komplett files für 8.3 also die auth bak usw um ein eigenden privat server damit zu erstellen währe nett wenn ich hilfe bekomme
08/31/2014 01:36 Tosh54#234
FR :

Yo, mon problème ses que tout se lance mais quand je veut me connecter sa me dit " Impossible de se connecter au serveur d'authentification ", si quelqu’un a une solutions, merci d'avances.

Cordialement Tosh

EN :

Yo, my problem all starts "Aurora Server ans gameServer" no error but when I want to connect me its me says "Unable to connect to authentication server", if anyone has a solution, thank you advance.

Sincerely Tosh

DE :

Yo, mein Problem ist, dass alles, was gestartet, aber wenn ich mir seine Verbindung mir sagt "Verbindung nicht zu-Server-Authentifizierung", wenn jemand eine Lösung hat, danke voranzutreiben.

Mit freundlichen Grüßen Tosh


(THX google translate :) )

AUTH.opt


GameServer.opt


Launcheur.bat

08/31/2014 03:21 ThunderNikk#235
You have Auth port in your auth .opt as 4504 and that is the game server port not auth port.

Change it so that it is the same as your .bat 8841

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:Log Serveur
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

That's how it is done in the guide. not sure why you put the game server port in the auth .opt

Don't change your gameserver.opt that one is right. The io port in the gameserver.opt is the game server port.
08/31/2014 06:55 Tosh54#236
Yeahhh, Work perfectly ! Ty ! :) Now i'm search how to up my Characters on admin

EDIT: Find ! :)

Now, two other problems want edit NPC but tut' of Xijezu is not perfect ...

And i think you have understand i'am french, why my games don't want display all the phrases

EX: Vous ne pouvez pas équiper cet objets (( You cannot equip this item ))

Game write : Vous ne pouvez pas (( You cannot ))
09/11/2014 02:07 ErosMonk#237
on page one at the end before setting up accounts where you said

"Wait and hope for no error. It should look after a few seconds like this"

I got an error "GAME DB INIT ERROR: login failed for user rappelz_game"

I am new to this stuff.. and could use some advice..I followed the steppes completely up to that point.. redone it 3 times to be safe.. Help Please
09/11/2014 03:01 ThunderNikk#238
You either haven't configured your .opt files correctly, have not compressed them, or you are trying to compress them on some other drive than C: drive and the compressor was written to work on C: drive.
09/11/2014 08:03 ErosMonk#239
I used the spoilers (sample) copy and paste. for the opt files.. then compressed them like I was told. I will try a 4th time

Thanks

OK C: drive all done like I was supposed to.. and same error...
and it keeps starting gamegaurd.. even with the other sframe

It seems I some how I messed it up.. now its just saying "not Found resources game exit" .. But thank you for up to this part... Still alot to learn
.. any more helpful things


WOohoo... the newb (me) finally got it started..

Hi again.. i got it all running .. but

1. how do I give a Character Admin, GM status and powers

2. Is there a way to open up to just my home network to start with?
09/11/2014 13:01 ThunderNikk#240
1 update character permission to 100

2. change some lines in your game server opt to your LAN address that is running the server, and open up ports in that computers advanced firewall settings...

S io.auth.ip:127.0.0.1
S io.ip_address:127.0.0.1
S io.port:4504

Change the addresses on those lines to your LAN IP.