[Guide]How to Create 9.4 Server !

01/09/2018 15:30 ThunderNikk#106
Use an Arabic 9.4 client

Use the Arabic 9.4 sframe included with the release

and either launch the game with a .bat file like a lot of people do

Code:
RappelzCmdLauncher.exe SFrame.exe /auth_ip:127.0.0.1 /auth_port:9881 /use_nprotect:0/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
or use an open source launcher to launch the game and change the source code for Arabic language.

or build your own Arabic launcher

You shouldn't just open the launcher that comes in a client
01/09/2018 16:58 mkme#107
Quote:
Originally Posted by ThunderNikk View Post
Use an Arabic 9.4 client

Use the Arabic 9.4 sframe included with the release

and either launch the game with a .bat file like a lot of people do

Code:
RappelzCmdLauncher.exe SFrame.exe /auth_ip:127.0.0.1 /auth_port:9881 /use_nprotect:0/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
or use an open source launcher to launch the game and change the source code for Arabic language.

or build your own Arabic launcher

You shouldn't just open the launcher that comes in a client

thx man for ur reply ... i have 1 more pro RappelzCompress_v2.exe how much i use this program to Compress the opt to pdb it dose nothing at all i don't know why

this is my first time making private server so sorry about asking about everything^^
01/09/2018 18:31 ThunderNikk#108
The .opt does not compress to PDB it compresses to .eop

If there is already an .eop in the folder you may not see it do anything. Remove the .eop to be sure and if it is still doing nothing make sure you run as admin and make sure you are using it on C drive and not a partition.
01/09/2018 18:46 mkme#109
its work compressing now but . bat launcher dosnt start the game idk why is the dll file dont work in Arabic version of the game ??
01/09/2018 21:20 ahmedkamal98#110
thx guys for every thing but i need one last thing when i try to log in with a different pc in the same network and try to login an erorr show 10061 what to do

how to make my server accessible to other pc's
01/09/2018 23:28 ThunderNikk#111
@[Only registered and activated users can see links. Click Here To Register...]

What happens when you execute the .bat file as an administrator...nothing?
@[Only registered and activated users can see links. Click Here To Register...]

When trying to run the client on another PC in the same network you are going to have to make a few changes to the .opt file for the game server and the .bat file

You also need to make sure you have opened the ports needed to connect to the game in Windows advanced firewall on the computer running the game server.

So in the following lines of the game server you need to put your local area network address.

S io.ip_address:10.71.1.2
S io.port:4504

Ignore my numbers those are my settings. Set your PC running the game server with a static IP address. In your router there should be a way to DHCP a specific address to a specific computer. DHCP random addresses just messes with your server set up.

Then in your .bat file on the other computer make sure instead of local host address it uses what you put in the game server .opt...

RappelzCmdLauncher.exe sframe.exe /auth_ip:10.71.1.2 /auth_port:14500 /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631

Again ignore the IP number and port number as those are mine but just for an example you can see how my address matches the game server .opt address and the auth port is the auth port set in my auth server .opt

Then Windows advanced firewall open every port in your .opt files for inbound and outbound traffic rules. Do not need and should not open port 1433.

Now your other computers on your home network should be able to find the server and connect.
01/10/2018 17:11 ahmedkamal98#112
Quote:
Originally Posted by ThunderNikk View Post
@[Only registered and activated users can see links. Click Here To Register...]

What happens when you execute the .bat file as an administrator...nothing?
@[Only registered and activated users can see links. Click Here To Register...]

When trying to run the client on another PC in the same network you are going to have to make a few changes to the .opt file for the game server and the .bat file

You also need to make sure you have opened the ports needed to connect to the game in Windows advanced firewall on the computer running the game server.

So in the following lines of the game server you need to put your local area network address.

S io.ip_address:10.71.1.2
S io.port:4504

Ignore my numbers those are my settings. Set your PC running the game server with a static IP address. In your router there should be a way to DHCP a specific address to a specific computer. DHCP random addresses just messes with your server set up.

Then in your .bat file on the other computer make sure instead of local host address it uses what you put in the game server .opt...

RappelzCmdLauncher.exe sframe.exe /auth_ip:10.71.1.2 /auth_port:14500 /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631

Again ignore the IP number and port number as those are mine but just for an example you can see how my address matches the game server .opt address and the auth port is the auth port set in my auth server .opt

Then Windows advanced firewall open every port in your .opt files for inbound and outbound traffic rules. Do not need and should not open port 1433.

Now your other computers on your home network should be able to find the server and connect.

thx man ♥
02/01/2018 01:09 skelion#113
is the Database compatible with MSSQL 2008 Developer ?
02/01/2018 10:57 thefear511#114
Quote:
Originally Posted by skelion View Post
is the Database compatible with MSSQL 2008 Developer ?
No sir even 2012 is not compatible. the minimum requirement is version 12.0 which is 2014 and up.

just download the sql file i gave with the serial codes.

i belive if you have strong pc you can just install another instance of 2014 besides the 2008 so you can keep your w\e work. or just save the 2008 work you have and install it on 2014 and wipe the 2008 entierly.
02/01/2018 12:49 ThunderNikk#115
Quote:
Originally Posted by skelion View Post
is the Database compatible with MSSQL 2008 Developer ?
Just use the recent developer edition. Microsoft doesn't even charge for developer anymore...

[Only registered and activated users can see links. Click Here To Register...]
02/02/2018 23:24 Gasztalos#116
Hi thanks for the tutorial it's works. But how can i launch the server in french like Shiva 9.4 rappelz ?

I see this video on youtube and this guys launch the server in french


Thanks !
02/03/2018 04:17 ThunderNikk#117
French 9.4 client

and French arguments in your .bat launcher...

/locale:Windows-1252 /country:FR
02/03/2018 11:11 Gasztalos#118
Thanks ThunderNikk, i searched on this forum and on google but i didn't find the 9.4 client in french
02/24/2018 17:33 Afrum#119
im having trouble. when i hit the english.bat it pops up a cmd prompt window for a fraction of a second but nothing else happens. the server is up and running as far as i can tell. im getting all the right info as far as i can tell. what am i doing wrong?
02/24/2018 19:42 ThunderNikk#120
Something is keeping your client from running.