[Guide]How to Create 9.4 Server !

03/04/2023 15:50 ThunderNikk#511
You probably still need to make new RDBs for the client
03/07/2023 00:59 sayiku1#512
hello the account password hasher MD5 not working,

--
S:app.name:Auth
S:auth.allowed_special_char:@.
N:auth.check_adult_server:0
N:auth.max_client_per_ip:9999
N:auth.max_daily_client_per_ip:9999999
N:auth.user_rate_mod:20
N:auth.version:201507080
S:io.ip_address:127.0.0.1
S:db.auth._password:
S:db.auth.account:sa
S:db.auth.md5_key:2011
S:db.auth.name:Auth
S:db.auth.server:127.0.0.1
N:io.auth.port:9881
S:db.billing.account:sa
S:db.billing.name:BILLING
S:db.billing.server:127.0.0.1
N:db.auth.use_md5:1
N:db.auth.use_md5_for_security_no:1
N:game.user_limit_server_001:400
S:log.ip:127.0.0.1
N:billing.allow_login_without_billing:0
N:billing.check_server_keep_alive_timeout:0
N:billing.server_keep_alive_interval:6000
N:billing.server_keep_alive_timeout:3000
N:billing.use:0
N:billing.user_keep_alive_interval:60000
N:billing.user_keep_alive_timeout:3000
--
only atif one is working : 0742211052808e00c262f1c287addb98
when i type atif in this website [Only registered and activated users can see links. Click Here To Register...] it give me : 182b68b5c4ddcdd81b3d54335c82027a
they are different, can you help me out please
03/07/2023 01:24 Sh4doxie#513
you have to use md5 prefix before ur password, it should look like this:

2011password and then all should work fine.
03/08/2023 04:07 sayiku1#514
I know it's not the section for this but, I tried my best to make a launcher with updates but when I start the game it open but when I put the account it gives error 10061

everything is working with my bat but .exe not working..

auth.iultra.xyz is my ip.

--

<!-- LAUNCH_ARGUMENT : SFrame.exe auth_ip:auth.iultra.xyz /auth_port:9881 /use_nprotect:0 /allow_double_exec:1 /network.max_msg_process:1 /help_url_w:611 /help_url_h:625 /locale:Windows-1256 /country:CN /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /network.max_msg_process:1 -->
<!-- UPDATE_SERVER : auth.iultra.xyz -->
<!-- UPDATE_COMPLETE_MESSAGE : The Update is complete :) -->
<!-- ALREADY_UPDATE_MESSAGE : -->
<!-- MOVE_BOX_RECT : 0,0,650,20 -->
<!-- LAUNCHER_UPDATE_MESSAGE : Launcher has been updated. Please run launcher again. -->
<!-- START_BUTTON_DECO : <a href="action://START/"><img src="img/btn_dis_start.png" width="123" height="73" class="iePngFix"></a> -->
<!-- LAUNCH_BUTTON_DECO : <a href="action://LAUNCH/"><img src="img/btn_start.png" width="123" height="73" name="btnLch" OnMouseOut="btnLch.src='img/btn_start.png';" OnMouseOver="btnLch.src='img/btn_start_over.png';" class="iePngFix"></a> -->
<!-- CONFIG_BUTTON_DECO : <a href="action://CONFIG/"><img src="img/btn_option.gif" width="60" height="22" name="btnConf" OnMouseOut="btnConf.src='img/btn_option.gif';" OnMouseOver="btnConf.src='img/btn_option_over.gif';"></a> -->
<!-- WINDOWMODECHK_DECO : <a href="action://WINDOWMODECHK/"><img src="img/btn_window.gif" width="51" height="22"></a> -->
<!-- WINDOWMODEOFF_DECO : <a href="action://WINDOWMODEOFF/"><img src="img/btn_window_check.gif" width="51" height="22"></a> -->
<!-- PROGRESS2_WIDTH : 543 -->
<!-- MOVE_BOX_RECT : 0,0,650,20 -->
<!-- FILENAME_DECO : <div style="color: white; margin: right; font-size: 8pt;">???? ????? ?????: %s (%d%s)</div> -->
<!-- LAUNCHER_SIZE : 725, 506 -->
<!-- SINGLE_PROGRESSBAR -->
--
03/08/2023 07:19 ThunderNikk#515
Isnt your .bat using the launcher bypass?

Your launcher code does not look like it is using the rappelzcmdlauncher.exe

You need some kind of linking code like this...

Code:
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            string currentDirectory = Directory.GetCurrentDirectory();
            string currentDrive = Path.GetPathRoot(currentDirectory);
            string finalArguments = string.Format("/C {0} & CD {1} & ", currentDrive.Replace("\\", ""), currentDirectory);
            string startArguments = "Sframe.exe /auth_ip:10.71.1.2 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /help_url_w:611 /help_url_h:625";

            finalArguments += startArguments;

            Process.Start("RappelzCmdLauncher.exe", startArguments);

            this.Close();
        }
03/08/2023 11:50 thefear511#516
Quote:
Originally Posted by sayiku1 View Post
I know it's not the section for this but, I tried my best to make a launcher with updates but when I start the game it open but when I put the account it gives error 10061

everything is working with my bat but .exe not working..

auth.iultra.xyz is my ip.

--

<!-- LAUNCH_ARGUMENT : SFrame.exe auth_ip:auth.iultra.xyz /auth_port:9881 /use_nprotect:0 /allow_double_exec:1 /network.max_msg_process:1 /help_url_w:611 /help_url_h:625 /locale:Windows-1256 /country:CN /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /network.max_msg_process:1 -->
<!-- UPDATE_SERVER : auth.iultra.xyz -->
<!-- UPDATE_COMPLETE_MESSAGE : The Update is complete :) -->
<!-- ALREADY_UPDATE_MESSAGE : -->
<!-- MOVE_BOX_RECT : 0,0,650,20 -->
<!-- LAUNCHER_UPDATE_MESSAGE : Launcher has been updated. Please run launcher again. -->
<!-- START_BUTTON_DECO : <a href="action://START/"><img src="img/btn_dis_start.png" width="123" height="73" class="iePngFix"></a> -->
<!-- LAUNCH_BUTTON_DECO : <a href="action://LAUNCH/"><img src="img/btn_start.png" width="123" height="73" name="btnLch" OnMouseOut="btnLch.src='img/btn_start.png';" OnMouseOver="btnLch.src='img/btn_start_over.png';" class="iePngFix"></a> -->
<!-- CONFIG_BUTTON_DECO : <a href="action://CONFIG/"><img src="img/btn_option.gif" width="60" height="22" name="btnConf" OnMouseOut="btnConf.src='img/btn_option.gif';" OnMouseOver="btnConf.src='img/btn_option_over.gif';"></a> -->
<!-- WINDOWMODECHK_DECO : <a href="action://WINDOWMODECHK/"><img src="img/btn_window.gif" width="51" height="22"></a> -->
<!-- WINDOWMODEOFF_DECO : <a href="action://WINDOWMODEOFF/"><img src="img/btn_window_check.gif" width="51" height="22"></a> -->
<!-- PROGRESS2_WIDTH : 543 -->
<!-- MOVE_BOX_RECT : 0,0,650,20 -->
<!-- FILENAME_DECO : <div style="color: white; margin: right; font-size: 8pt;">???? ????? ?????: %s (%d%s)</div> -->
<!-- LAUNCHER_SIZE : 725, 506 -->
<!-- SINGLE_PROGRESSBAR -->
--
Quote:
Originally Posted by ThunderNikk View Post
Isnt your .bat using the launcher bypass?

Your launcher code does not look like it is using the rappelzcmdlauncher.exe

You need some kind of linking code like this...

Code:
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            string currentDirectory = Directory.GetCurrentDirectory();
            string currentDrive = Path.GetPathRoot(currentDirectory);
            string finalArguments = string.Format("/C {0} & CD {1} & ", currentDrive.Replace("\\", ""), currentDirectory);
            string startArguments = "Sframe.exe /auth_ip:10.71.1.2 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /help_url_w:611 /help_url_h:625";

            finalArguments += startArguments;

            Process.Start("RappelzCmdLauncher.exe", startArguments);

            this.Close();
        }
Or this one
Code:
private void strtGameBtn_Click(object sender, EventArgs e)
        {
            Process.Start("RappelzCmdLauncher.exe", "SFrame.exe /auth_ip:80.79.6.47 /auth_port:4500 /use_nprotect:0 /allow_double_exec:1 /network.max_msg_process:1 /help_url_w:611 /help_url_h:625 /locale:Windows-1256 /country:ME /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /network.max_msg_process:1 /gift");
            this.Close();
        }
make sure to change "strtGAMEBtn_click" to your desired form box or window.
03/18/2023 22:26 thefear511#517
Added a pdf guide to setup server.
04/23/2023 04:05 tanos77#518
i finish the server and run ok. but Drop are 0!, i dont touch that! helpme plz
04/27/2023 23:30 tanos77#519
hi, i setup all the server, configure auth, and gameserver opt. start the server in order, but still cannot login in.(include copy from here and modify pass)
I check and check, can find the error. I put start_service get response, when put set game.open_external 1, not get any text or response, server64 its ok, start_auto_launch. but only see some blocked details at server. All its ok except client dont run..just id and password error, i use script to create account

(INSERT INTO [Auth].[dbo].[Account] ([account_id], [account], [password], [email], [password2], [block], [IP_user], [last_login_server_idx], [Admin], [point], [datePassword], [pk_], [creationDate_], [updateDate_], [creatorId_], [updatorId_], [portId_], [type_], [accessDate_])
VALUES ('3', 'gabriel', 'e10adc3949ba59abbe56e057f20f883e', 'gaby@localhost', '123456', '0', '127.0.0.1', '1', '1', '0', '2017-10-20', '1', '2017-10-20 18:56:17.000', '2017-10-20 18:56:21.000', '2017-10-20 18:56:30.000', '2017-10-20 18:56:33.000', 'rappelz', 'rappelz', '0');
04/28/2023 00:31 ThunderNikk#520
did you remember the salt with your password?
04/28/2023 03:18 Ghost Informatics#521
Quote:
Originally Posted by tanos77 View Post
hi, i setup all the server, configure auth, and gameserver opt. start the server in order, but still cannot login in.(include copy from here and modify pass)
I check and check, can find the error. I put start_service get response, when put set game.open_external 1, not get any text or response, server64 its ok, start_auto_launch. but only see some blocked details at server. All its ok except client dont run..just id and password error, i use script to create account

(INSERT INTO [Auth].[dbo].[Account] ([account_id], [account], [password], [email], [password2], [block], [IP_user], [last_login_server_idx], [Admin], [point], [datePassword], [pk_], [creationDate_], [updateDate_], [creatorId_], [updatorId_], [portId_], [type_], [accessDate_])
VALUES ('3', 'gabriel', 'e10adc3949ba59abbe56e057f20f883e', 'gaby@localhost', '123456', '0', '127.0.0.1', '1', '1', '0', '2017-10-20', '1', '2017-10-20 18:56:17.000', '2017-10-20 18:56:21.000', '2017-10-20 18:56:30.000', '2017-10-20 18:56:33.000', 'rappelz', 'rappelz', '0');
Your hash doesn't contains any salt

Code:
e10adc3949ba59abbe56e057f20f883e:123456
so go to your auth_bin folder and open authserver.opt then make sure this line exist in the file:


Code:
S:db.auth.md5_key:2011

After modifying your authserver.opt don't forget to drag it to the rappelzcompress.exe to encrypt it to eop

then go to your database and change the hash to: cb4ddf236c868d35acb3382609df76c8

Or just execute the following query:




Code:
UPDATE [Auth].[dbo].[Account]
SET Password='cb4ddf236c868d35acb3382609df76c8'
WHERE account = 'gabriel'


You don't need to enter the commands every time you start your PrincessAuroraServer (auth server).

in the same folder create empty txt file and name it pre_run_cmd.txt and put the commands inside of it, each command in a line and save the file.

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

Now the commands will be executed automatically every time you start your PrincessAuroraServer.

[Only registered and activated users can see links. Click Here To Register...]
04/28/2023 05:27 tanos77#522
ty i fix all the error was in the script to create char. I dont know why dont work with my user.
I add that last part to prerun commands TY TY
07/04/2023 15:27 thefear511#523
Quote:
Originally Posted by tanos77 View Post
ty i fix all the error was in the script to create char. I dont know why dont work with my user.
I add that last part to prerun commands TY TY
Pretty sure everything in the guide is working as demonstrated in the video.

Note: If you can post your update script it will help others.
09/18/2023 08:10 saleh16#524
Quote:
Originally Posted by ScoobyDoozer View Post
Well ive tried every possible combination and used different systems or files. nothing works. its clear the files are ravaged at this point.

I agree
09/18/2023 12:11 ThunderNikk#525
Quote:
Originally Posted by ThunderNikk View Post
All files are fully functional.

Someone could help you better if you actually get hung up somewhere and you come and describe where you are hung up.

There are no issues that can not be worked through unless they are untold and therefore unknown issues.
Same reply