[Release] Rappelz Auth Emu v4.0

04/25/2016 02:15 shroomtec#16
Your gameserver.opt shows this:
Code:
S io.upload.port:4617
Under "#Where the gameserver will connect (this is default values)" in your auth.opt file, can you paste this line:
Code:
upload.gameserver.port: ?
Both should be set to something else, like 4616 by default.

Are the server and the clients running on the same version?
04/25/2016 02:19 ThunderNikk#17
upload.clients.ip=127.0.0.1

should be 0.0.0.0

Its a listening IP so it listens for all IPs
04/25/2016 03:17 elbatouri#18
Quote:
Originally Posted by shroomtec View Post
Your auth.opt should have something like this:
Code:
#Upload configuration, use "upload" folder for guild icons
upload.dir=X:\htdocs\rappelz\gicons
upload.clients.ip=127.0.0.1
upload.clients.port=4617
upload.iconserver.ip=127.0.0.1
upload.iconserver.port:5000

#Where the gameserver will connect (this is default values)
upload.gameserver.ip:127.0.0.1
upload.gameserver.port:4616
Then your gameserver.opt should match the above settings, like this:
Code:
S:io.upload.ip:127.0.0.1
S:io.upload.port:4616
S:game.guild_icon_base_url:http://127.0.0.1/rappelz/gicons/
S:game.url_list:guild_icon_upload.ip|127.0.0.1|guild_icon_upload.port|4617|guild_test_download.url|rappelz/gicons/|web_download|127.0.0.1:5000
Now, just change the IP and ports to fit your needs :)
Quote:
Originally Posted by shroomtec View Post
Your gameserver.opt shows this:
Code:
S io.upload.port:4617
Under "#Where the gameserver will connect (this is default values)" in your auth.opt file, can you paste this line:
Code:
upload.gameserver.port: ?
Both should be set to something else, like 4616 by default.

Are the server and the clients running on the same version?

Code:
#Where the gameserver will connect (this is default values)
upload.gameserver.ip:91.134.125.30
upload.gameserver.port:4616
+ Yup the server & the client running on the same version 9.1
whit 9.1

Quote:
Originally Posted by shroomtec View Post
Your gameserver.opt shows this:
Code:
S io.upload.port:4617
Under "#Where the gameserver will connect (this is default values)" in your auth.opt file, can you paste this line:
Code:
upload.gameserver.port: ?
Both should be set to something else, like 4616 by default.

Are the server and the clients running on the same version?
Crippy shit he is work
i forgot to open the port 4616 :facepalm:
06/29/2016 03:34 MrStubborn#19
hello, I am using ISmoke Auth, is it compatible with your emulator? or there better one ? beacuse i am programming a new website that uses some of your emulator features. Like one time password, and it will be valid for limited time, maybe 1 to 3 minutes.

EDIT : here is the Auth :
[Only registered and activated users can see links. Click Here To Register...]
06/29/2016 22:28 Dark Blaze#20
Quote:
Originally Posted by MrStubborn View Post
hello, I am using ISmoke Auth, is it compatible with your emulator? or there better one ? beacuse i am programming a new website that uses some of your emulator features. Like one time password, and it will be valid for limited time, maybe 1 to 3 minutes.
Ismoke Auth? There is no such thing.
06/29/2016 22:40 MrStubborn#21
Quote:
Originally Posted by Dark Blaze View Post
Ismoke Auth? There is no such thing.
i mean this : [Only registered and activated users can see links. Click Here To Register...]
06/29/2016 22:42 Dark Blaze#22
Quote:
Originally Posted by MrStubborn View Post
i mean this : [Only registered and activated users can see links. Click Here To Register...]
That's a game server and yes they're compatible.
06/29/2016 22:44 MrStubborn#23
Quote:
Originally Posted by Dark Blaze View Post
That's a game server and yes they're compatible.
STEP one
number 15 and 16 :
Download my [Only registered and activated users can see links. Click Here To Register...] (place it also in the root of your Local Disk)
Download my [Only registered and activated users can see links. Click Here To Register...] (place it also in the root of your Local Disk)
06/29/2016 22:45 Dark Blaze#24
Quote:
Originally Posted by MrStubborn View Post
STEP one
number 15 and 16 :
Download my [Only registered and activated users can see links. Click Here To Register...] (place it also in the root of your Local Disk)
Download my [Only registered and activated users can see links. Click Here To Register...] (place it also in the root of your Local Disk)
These are database backups, what about them?
06/29/2016 22:48 MrStubborn#25
Quote:
Originally Posted by Dark Blaze View Post
These are database backups, what about them?
i mean them, auth has new columns, that is why i am asking,
06/29/2016 22:54 Dark Blaze#26
Quote:
Originally Posted by MrStubborn View Post
i mean them, auth has new columns, that is why i am asking,
The Auth server has this query by default:
Code:
sql.db_account.query:SELECT * FROM account WITH(NOLOCK) WHERE account = ? AND password = ?;
Which checks the "account" and "password" columns from the table "account", so basically only these 2 columns matter to the auth emu, you can also modify the query however you like.
07/01/2016 23:38 glandu2#27
yes they are compatible, new columns are optional. If the auth find them (through a "select *" for example), it will use them but only the account id column is required.
09/08/2016 11:34 bertie2008#28
Hi there, I am running my little home server using this Auth Emu, and it works perfectly thank you, my question is I have downloaded the 7.2 server files, is it possible to run the two servers with a choice as to which one to play on.
I have two Arcadia directories the second being Arcadia72 and two Telecaster also the second being Telecaster72 but want to use the common Auth
In game server I have server auth.server_idx:1 = 7.2 and auth.server_idx:2 = 9.1 server
I have also setup two different io ports

any help, advice would be great, thanks guys
09/08/2016 12:47 Dark Blaze#29
Quote:
Originally Posted by bertie2008 View Post
Hi there, I am running my little home server using this Auth Emu, and it works perfectly thank you, my question is I have downloaded the 7.2 server files, is it possible to run the two servers with a choice as to which one to play on.
I have two Arcadia directories the second being Arcadia72 and two Telecaster also the second being Telecaster72 but want to use the common Auth
In game server I have server auth.server_idx:1 = 7.2 and auth.server_idx:2 = 9.1 server
I have also setup two different io ports

any help, advice would be great, thanks guys
It should work without any problems.
11/02/2016 20:55 mongreldogg#30
-null-