Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 00:18

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

Advertisement



[Guide]How to Create 9.4 Server !

Discussion on [Guide]How to Create 9.4 Server ! within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old 03/04/2023, 15:50   #511
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
You probably still need to make new RDBs for the client
ThunderNikk is offline  
Old 03/07/2023, 00:59   #512
 
elite*gold: 0
Join Date: Jul 2021
Posts: 2
Received Thanks: 0
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 it give me : 182b68b5c4ddcdd81b3d54335c82027a
they are different, can you help me out please
sayiku1 is offline  
Old 03/07/2023, 01:24   #513
 
Sh4doxie's Avatar
 
elite*gold: 0
Join Date: Jun 2021
Posts: 71
Received Thanks: 17
you have to use md5 prefix before ur password, it should look like this:

2011password and then all should work fine.
Sh4doxie is offline  
Thanks
1 User
Old 03/08/2023, 04:07   #514
 
elite*gold: 0
Join Date: Jul 2021
Posts: 2
Received Thanks: 0
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 -->
--
sayiku1 is offline  
Old 03/08/2023, 07:19   #515
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
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();
        }
ThunderNikk is offline  
Old 03/08/2023, 11:50   #516
 
thefear511's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 943
Received Thanks: 257
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.
thefear511 is offline  
Old 03/18/2023, 22:26   #517
 
thefear511's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 943
Received Thanks: 257
Added a pdf guide to setup server.
thefear511 is offline  
Thanks
1 User
Old 04/23/2023, 04:05   #518
 
tanos77's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 109
Received Thanks: 11
i finish the server and run ok. but Drop are 0!, i dont touch that! helpme plz
tanos77 is offline  
Old 04/27/2023, 23:30   #519
 
tanos77's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 109
Received Thanks: 11
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');
tanos77 is offline  
Old 04/28/2023, 00:31   #520
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
did you remember the salt with your password?
ThunderNikk is offline  
Thanks
2 Users
Old 04/28/2023, 03:18   #521


 
Ghost Informatics's Avatar
 
elite*gold: 6190
Join Date: Sep 2014
Posts: 349
Received Thanks: 952
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.



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

Ghost Informatics is offline  
Thanks
3 Users
Old 04/28/2023, 05:27   #522
 
tanos77's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 109
Received Thanks: 11
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
tanos77 is offline  
Old 07/04/2023, 15:27   #523
 
thefear511's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 943
Received Thanks: 257
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.
thefear511 is offline  
Old 09/18/2023, 08:10   #524
 
elite*gold: 0
Join Date: Apr 2023
Posts: 1
Received Thanks: 0
same

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
saleh16 is offline  
Old 09/18/2023, 12:11   #525
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
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
ThunderNikk is offline  
Reply


Similar Threads Similar Threads
[HELP] How create some weapons in ShStudio? / Crash item mall / can't create new mobs
06/24/2021 - Shaiya PServer Development - 3 Replies
Hey, Before say "use the search button" or "see other topic for resolve ur problem" i have search and i don't have found any fix for my problem :/ I have 4 big problem: -1: When i buy an item in my item mall IG the game crash (please try to recconect to the server ERROR 0) i don't have found help after 2 days of search -2: When i want create a boss/mobs IG (only boss and mobs who i have add in my Monster.SData) i have this error in the tchat "Not authorized to create!" why i have this...
How create a trainer in cheat engine, and how to create autoassemble scripts [16 June
06/17/2012 - Facebook - 3 Replies
Many people asked me that... Maybe some of these people are from here.. or maybe not.. Anyway.. heres 25 minutes video ;D which should help? How create a trainer in cheat engine, and how to create autoassemble scripts - YouTube And yea.. I noticed that there 360p and 720p only.. no idea where the 460p gone... :x put 720p and full screen, otherwise in normal size its looks crappy
[HELP] How to create a new shop. SHOP CREATE
12/31/2010 - CO2 Private Server - 5 Replies
#closed
is possible to create a hack to create items +7
07/14/2008 - Dekaron - 25 Replies
How can I create a hack to create items +7



All times are GMT +1. The time now is 00:25.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.