[Help Thread] Please post your questions here.

10/29/2019 01:08 ilyaslord36#7711
Do I switch remplace 20180117 to 20190102 just in the gameserver.opt ??
10/29/2019 11:53 ThunderNikk#7712
Yes
10/29/2019 12:11 ilyaslord36#7713
I have done it does not give any problem in capitanherlock.exe But when I enter the client and I choose to enter the list of services does not enter and does not issue any window
10/29/2019 14:00 ThunderNikk#7714
That could be your sframe.
12/08/2019 02:39 ilyaslord36#7715
hi guys i whant help for create a website professional with patcher html such as revolution-team how i can do it any one has the files homepage .?...
and sorrry for my bad english im Beginner
12/08/2019 09:47 Rollk#7716
Quote:
Originally Posted by ilyaslord36 View Post
hi guys i whant help for create a website professional with patcher html such as revolution-team how i can do it any one has the files homepage .?...
and sorrry for my bad english im Beginner
Hello, in which language would you like the page?

I can quickly make you a Launcher in VB also with update on file .ZIP heberger on your site?
12/08/2019 12:48 ilyaslord36#7717
Quote:
=Rollk;378476 hello, in which language would you like the page?

I can quickly make you a Launcher in VB also with update on file .ZIP heberger on your site?
More tanks for you [Rollk] i need it with the language arabic or english or both
12/09/2019 09:01 Rollk#7718
Quote:
Originally Posted by ilyaslord36 View Post
More tanks for you [Rollk] i need it with the language arabic or english or both
Launcher web page ;)

For Arabic, you just have to change the links and logo, in index.html,
do not forget to comment on the links for the server update and put the ip and auth-ip all in index.html

Good luck
12/10/2019 03:52 percyexpress#7719
i think this is the right place to ask this. is anyone working on an epic7 or lower server? I dont want to play an old one with few active players and that seems to be all there is. so just wondering if anyone was planning on dropping one.
12/26/2019 21:56 Steelseriess#7720
sorry if you answered this before but am really new to this and i need help
want to change to 3rd job (master class) as soon as the player reach 150 without single quest and with 5 tp
12/26/2019 22:41 ilyaslord36#7721
hello !

now i have a probleme when i create a New character and make 't a login automaticlly the character move to horizon ...????
12/27/2019 11:34 khshe#7722
I can't build an SFRAME.exe in visual studio. I compiled it and after starting the client an error crashes! in the screenshot. Throw off the ready source code or help with advice.
[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]
Files taken from archive Rappelz\program\client\Game
12/28/2019 09:57 Rollk#7723
Quote:
Originally Posted by ilyaslord36 View Post
hello !

now i have a probleme when i create a New character and make 't a login automaticlly the character move to horizon ...????
this can be found in: On_first_login.lua

Code:
	local deva_x, deva_y, asura_x, asura_y, gaia_x, gaia_y, i

	deva_x = 152725
	deva_y = 76869
	asura_x = 152725
	asura_y = 76869
	gaia_x = 152725
	gaia_y = 76869
and at the end of the code check if you don't have a line like this

warp (152725.76869)
12/28/2019 15:34 ThunderNikk#7724
Quote:
Originally Posted by ilyaslord36 View Post
hello !

now i have a probleme when i create a New character and make 't a login automaticlly the character move to horizon ...????
Looking at those numbers these should be the correct ones for the script

deva_x = 164474
deva_y = 52932
asura_x = 168356
asura_y = 55399
gaia_x = 164335
gaia_y = 49510
12/29/2019 13:33 ilyaslord36#7725
Quote:
Originally Posted by ThunderNikk View Post
Looking at those numbers these should be the correct ones for the script

deva_x = 164474
deva_y = 52932
asura_x = 168356
asura_y = 55399
gaia_x = 164335
gaia_y = 49510
i fix it i find warp in last script on-login-first.lua
i romvet and it nice work thanks you ThunderNikk

i will ask you also for using server 9.5.2 with client 9.6 is possible or not ?