You probably still need to make new RDBs for the client
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();
}
Quote:
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 -->
--
Or this oneQuote:
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(); }
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();
}
Your hash doesn't contains any saltQuote:
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');
e10adc3949ba59abbe56e057f20f883e:123456
S:db.auth.md5_key:2011
UPDATE [Auth].[dbo].[Account] SET Password='cb4ddf236c868d35acb3382609df76c8' WHERE account = 'gabriel'
Pretty sure everything in the guide is working as demonstrated in the video.Quote:
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
Same replyQuote:
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.