Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 21:39

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HOW-TO] Setup 9.1

Discussion on [HOW-TO] Setup 9.1 within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old 08/31/2015, 20:57   #196
 
elite*gold: 0
Join Date: Apr 2012
Posts: 95
Received Thanks: 8
Sorry guys but I followed step by step the method but when i try to connect, it all time say me that my password isn't correct ... I tried many account, many password after adding it into auth database but doesn't work .. Please help me?

And when i try to start with PrincessAurora I clairly see
So i guess it's because it's doesn't really connect to Auth Database and that's why the game do not found my account. I tried by edited my autherserver.opt like that 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

and commun opt like that
#Write trace log messages to file and show only info log messages on console
core.log.level:trace
core.log.consolelevel:info

#Enable traffic dump, will be in traffic_log folder (default off)
#trafficdump.enable:true

#The password is in plain text if you have one
auth.db.password:
auth.db.salt:5dd23
#You can make auth.dbo.Accounts.[password] by visiting:
# (KEY+PASSWORD = hashed password)[No spaces between KEY and PASSWORD]
# Copy the resulting md5 into the password field of your account entry


#Where clients will connect (this is default values)
auth.clients.ip:0.0.0.0
auth.clients.port:58422
auth.clients.des_key:MERONG

#Where the gameserver will connect (this is default values)
auth.gameserver.ip:127.0.0.1
auth.gameserver.port:4502

#Upload configuration, use "upload" directory for guild icons
upload.dir=upload
upload.clients.ip=0.0.0.0
upload.clients.port=32214
#Use port 5000 for the guild icon mini webserver (the listen ip is also upload.clients.ip)
upload.clients.webport:5000

#Where the gameserver will connect (this is default values)
upload.gameserver.ip:127.0.0.1
upload.gameserver.port:4616

#Only for SQL Server: speed up selects with NOLOCK
sql.db_account.query:SELECT * FROM Accounts WITH(NOLOCK) WHERE login_name = ? AND password = ?;

But I still unable to connect ..

I really need help cause I don't understand where can be the problem ..
Thanks as advance.
swtib91 is offline  
Old 08/31/2015, 21:02   #197
 
elite*gold: 0
Join Date: Jun 2009
Posts: 15
Received Thanks: 5
u went to
and did salt +ur pw?

example
5dd23password
Delwig is offline  
Thanks
1 User
Old 08/31/2015, 21:08   #198
 
elite*gold: 0
Join Date: Apr 2012
Posts: 95
Received Thanks: 8
Yup
I put admin so it converted it as 21232f297a57a5a743894a0e4a801fc3
and i put this code on the password colons on auth database
swtib91 is offline  
Old 08/31/2015, 21:32   #199
 
elite*gold: 0
Join Date: Jun 2009
Posts: 15
Received Thanks: 5
put this in

ec114776ae3e950aae571538ef0b280b


it has to be like this 5dd23admin in the hash generator
Delwig is offline  
Thanks
2 Users
Old 09/01/2015, 09:42   #200
 
elite*gold: 0
Join Date: Apr 2012
Posts: 95
Received Thanks: 8
Quote:
Originally Posted by Delwig View Post
put this in

ec114776ae3e950aae571538ef0b280b


it has to be like this 5dd23admin in the hash generator
Omg I love you dude !
swtib91 is offline  
Old 09/28/2015, 17:54   #201
 
elite*gold: 0
Join Date: Feb 2012
Posts: 2
Received Thanks: 0
Thank you,ismokedrow.
lmfeiyu is offline  
Old 10/26/2015, 20:39   #202
 
elite*gold: 0
Join Date: Jul 2013
Posts: 24
Received Thanks: 4
Hey guys. Normally I get everything working perfectly due to your amazing guides. However, I cannot get my server instance to work through Hamachi with my mates.

auth.opt

common.opt

gameserver.opt

The servers run without running into any errors, but when I try to log in, I get an error as such: Cannot connect to login server (10060)
Nooobee4 is offline  
Old 10/26/2015, 21:10   #203
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
S:io.auth.ip:127.0.0.1
S:io.ip_address:25.91.130.165

Only local host can find your auth.
ThunderNikk is offline  
Old 10/26/2015, 21:28   #204
 
elite*gold: 0
Join Date: Jul 2013
Posts: 12
Received Thanks: 0
Problem with AuthEmu

Hey Guys,

i have a Problem with my AuthEmu.

It runs on 64bit Windows Server 2012 r2.

When i connect with the 9.1 client it say "Cannot connect to Server".

In my AuthEmu console i see following:

See attachment.

I have try any connection strings.

Anyone answers?
Attached Images
File Type: jpg Unbenannt.jpg (61.0 KB, 60 views)
Jumper205 is offline  
Old 10/26/2015, 21:48   #205
 
InkDevil's Avatar
 
elite*gold: 0
Join Date: Sep 2015
Posts: 594
Received Thanks: 1,188
Quote:
Originally Posted by Jumper205 View Post
Hey Guys,

i have a Problem with my AuthEmu.

It runs on 64bit Windows Server 2012 r2.

When i connect with the 9.1 client it say "Cannot connect to Server".

In my AuthEmu console i see following:

See attachment.

I have try any connection strings.

Anyone answers?
Go to your auth.opt and change the speedup selects with NOLOCK
to
Code:
sql.db_account.query:SELECT * FROM accounts WITH(NOLOCK) WHERE login_name = ? AND password = ?;
Or generally open SQL, open the auth-database and look if you can find "dbo.account" in there (with that error, i bet you won't).
Then change in your auth.opt in that sql-query "account" in what you've found in your db

Ah and btw, you may get problems running 9.1 on SQL2012.
InkDevil is offline  
Thanks
1 User
Old 10/26/2015, 23:11   #206
 
elite*gold: 0
Join Date: Jul 2013
Posts: 12
Received Thanks: 0
Thank you ,
i have do everythin what you say.

but......

The same error.

I can connect and see my Server in List ,than "Cannot connect to Server".

I use SQL Server 2014.

The SQL querry looks like good for me. or? i donīt know.

I'am affraid...
Jumper205 is offline  
Old 10/26/2015, 23:24   #207
 
InkDevil's Avatar
 
elite*gold: 0
Join Date: Sep 2015
Posts: 594
Received Thanks: 1,188
Then you should make a post with your auth.opt-/gameserver.opt-settings.
Even if auth.opt should be fine now when you can already enter the serverlist.
InkDevil is offline  
Thanks
1 User
Old 11/09/2015, 10:40   #208
 
elite*gold: 0
Join Date: Apr 2015
Posts: 3
Received Thanks: 0
Lots of people are having problems because the guide is soo bad.

When I first did it, I followed this guide and it didn't work.. I got it right after someone explained it to me in Russian, and I'm not a very good Russian speaker.
Dima34 is offline  
Old 11/12/2015, 16:33   #209
 
elite*gold: 0
Join Date: Sep 2011
Posts: 4
Received Thanks: 0
Apologyzes, the question is already in debate in other topic.I will search there.

Hello, i am having the same issue that Jumper 205. When i click on server, the game stalls and gives an error, "cannot connect to the server".

I also use SQL 2014 and 64bits system.
eliteplayer100 is offline  
Old 11/12/2015, 18:41   #210
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
You may have missed some steps in the guide.

Configuring SQL port 1433

Your user connection configurations and your .opt file set up.

Without seeing those it is hard to help you with what your connection issue is.

You haven't even mention if you are using the auth emulator or not. So again with you providing so little information it is hard to say why you are getting a connection error.
ThunderNikk is offline  
Reply


Similar Threads Similar Threads
Microsoft .NET Framework 3.5 Setup - Setup Fehler
07/24/2013 - Technical Support - 10 Replies
ich will netframe instahlieren wo er fertig ist kommt nurnoch das http://s14.directupload.net/images/130722/vedlkev r.png Kann wer helfen?
Microsoft .NET Framework 3.5 Setup - Setup Fehler
07/22/2013 - Technical Support - 3 Replies
bitte close doppelpost
setup Net microsoft net Framework sp 3.5 sp1 log all setup Net microsoft net Framewo
11/17/2011 - Rappelz - 0 Replies
setup Net microsoft net Framework sp 3.5 sp1 log all setup Net microsoft net Framework sp 3.5 sp1 log all some proplem this ): here ........ http://www.elitepvpers.com/forum/rappelz/1542117- help-decrypt-client-3.html#post13918381 help @@ PLZ ):
What VirtualPC download is better? -32 BIT/setup.exe30.4MB 64 BIT/setup.exe30.5MB
03/30/2011 - Metin2 Private Server - 1 Replies
32 BIT/setup.exe30.4MB Download 64 BIT/setup.exe30.5MB Download TELL ME !



All times are GMT +2. The time now is 21:39.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.