for those who want to use their own launcher simply make the point to :
RappelzCmdLauncher.exe
with arguments :
Code:
"sframe.exe /auth_ip:{0} /auth_port:{1} /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:{2} /country:{3} /use_nprotect:0 /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631", My.Settings.ipserver, My.Settings.authport, My.Settings.locale, My.Settings.country
exemple in visual basic :
Code:
Private Sub Button2_Click(sender As System.Object, e As System.EventArgs) Handles Button2.Click
With PInfo
.Arguments = (String.Format("sframe.exe /auth_ip:{0} /auth_port:{1} /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:{2} /country:{3} /use_nprotect:0 /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631", My.Settings.ipserver, My.Settings.authport, My.Settings.locale, My.Settings.country))
.FileName = (String.Format("{0}\RappelzCmdLauncher.exe", My.Settings.place))
End With
Using Proc As New Process
Proc.StartInfo = PInfo
Proc.Start()
End Using
Me.Close()
End Sub
for Npc PROBLEM delete this row on game.opt :
N:game.local_flag:8192
and hash the game.opt to .eop with rappelzcompress
or search the good flag for your country
check also local_flag in NPCResource ,take good local_flag on working npc
for start client problem me on fr country the sframe give on the release don't work but official full client and sframe french work perfect with this launcher command and with RappelzCmdLauncher.exe and libgobject-2.0-0.dll without .bat launcher.
for hv pass , at this time i'm haven't solution to have it working properly
old smp's modded don't work
billing 9.1 smp's modded like on 7.4-8.1 don't work
insert_item / state with lua work but not good (state disapear on relog client and don't spend time also quickly at the item with = time at the insert
if one of you have solution by smp's or to make work the billing db smp with server files : :handsdown: