[Guide]How to Create 9.4 Server !

04/29/2018 22:31 thefear511#211
Quote:
Originally Posted by EpicTunisian View Post
CaptainHerlockServer Crashes can anyone help
stuck in loading max item index and then Stops
run the log then run herlock and give us the logs.txt .
04/29/2018 22:38 ThunderNikk#212
It was the Arcadia name.
05/02/2018 07:30 Just_Monika#213
I got through my problem by downloading your opt files..

Thing is, you don't have a client in the download tab, you also don't show how you opened the file in which you wrote the code for creating an account.

The guide is pretty good up until 31:10 then nothing is explained, kind of kills the whole 31mins work
:T
05/02/2018 12:43 ThunderNikk#214
You can find client download links in the collection thread...

[Only registered and activated users can see links. Click Here To Register...]

The account can be created by either running an SQL query or by manually editing the table "account" or "accounts" in the auth database.

You are going to need a little bit of SQL knowledge in order to run your own personal server so it might not be a bad idea if you don't know what an SQL query is or how to run one that you take advantage of the great thing people call the internet and do some google searching on SQL.
05/02/2018 14:53 Just_Monika#215
I only want it local, to test everything in the game.
And no, googling it just to find how he opened the file or what he opened is a bit too much.
The guide showed every single step perfectly, but performed horribly at the last 5-4 minutes.

You can't show everything but skip one step near the end, this only causes confusion. :/

Thanks for your helpful input, ThunderNikk :D
05/02/2018 15:17 ThunderNikk#216
Well if your discussing account creation, what he opened was probably an SQL script...

Code:
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', 'Atif', 'ecfade2836414c54b8289c496820fe10', 'atif@localhost', 'mohcen213', '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');
Although you would be better off making the account_id in the account table an identity seed which I posted instruction for later in this thread...

[Only registered and activated users can see links. Click Here To Register...]

And then this SQL query...

[Only registered and activated users can see links. Click Here To Register...]

And you open those in Microsoft SQL Server Management Studio or (MSSMS) in order to execute them and that updates your account table with the data.

If you don't already have them saved as SQL query files then you can just open MSSMS and select "New Query" from the tool bar and copy and paste the query into the query window that opens up and execute it.
05/02/2018 16:40 Just_Monika#217
Yeah, now one problem remains.
When I click on the english.bat nothing happens.
I followed every step in the guide, not sure why it isn't working
05/02/2018 19:37 ThunderNikk#218
Some antivirus or security software will keep sframe from running. Make sure you have set the proper exceptions.

Make sure there is an exe in the rappelz folder called something like Rappelzcmdlauncher.exe

Perhaps setting sframe and the cmdlauncher to run under administrative rights.
05/06/2018 19:15 thefear511#219
Quote:
Originally Posted by Just_Monika View Post
Yeah, now one problem remains.
When I click on the english.bat nothing happens.
I followed every step in the guide, not sure why it isn't working
PHP Code:
RappelzCmdLauncher.exe Sframe.exe /auth_ip:127.0.0.1 /auth_port:9881 /use_nprotect:/help_url_w:611 /help_url_h:625 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:/layout_auto:/cash_url_w:800 /cash_url_h:631 
you need to open task manager and watch the sframe if it runs or not.
also use the english sframe in the revo files
05/08/2018 11:51 DrikXak#220
Why is there no NPC baffler in the hidden village?

I do not have in my hidden village 2 NPC - Druid and Buffer
05/08/2018 14:35 thefear511#221
Quote:
Originally Posted by DrikXak View Post
Why is there no NPC baffler in the hidden village?

I do not have in my hidden village 2 NPC - Druid and Buffer
your clients does not have an updated npcresource, convert npcresource table into an rdb and hash it ^^ and use it in your client and all npcs will appaear.
05/08/2018 15:13 DrikXak#222
Quote:
Originally Posted by thefear511 View Post
your clients does not have an updated npcresource, convert npcresource table into an rdb and hash it ^^ and use it in your client and all npcs will appaear.
Could you please detail how to do this? )

I downloaded the client - EN @[Only registered and activated users can see links. Click Here To Register...] 9.4 Clean US Client

Is there a complete customer with everything that I need?
05/08/2018 19:33 thefear511#223
Quote:
Originally Posted by DrikXak View Post
Could you please detail how to do this? )

I downloaded the client - EN @[Only registered and activated users can see links. Click Here To Register...] 9.4 Clean US Client

Is there a complete customer with everything that I need?
im not sure if there's videos.
download rdb editor by @[Only registered and activated users can see links. Click Here To Register...] and select the npcresource table and click save as rdb hashed. paste file in your client resource and log in you'll find npcs.
05/08/2018 20:52 DrikXak#224
Quote:
Originally Posted by thefear511 View Post
im not sure if there's videos.
download rdb editor by @[Only registered and activated users can see links. Click Here To Register...] and select the npcresource table and click save as rdb hashed. paste file in your client resource and log in you'll find npcs.
I still do not understand what there to download, a lot of files and nothing is clear (

Quote:
Originally Posted by thefear511 View Post
im not sure if there's videos.
download rdb editor by @[Only registered and activated users can see links. Click Here To Register...] and select the npcresource table and click save as rdb hashed. paste file in your client resource and log in you'll find npcs.
I did as you said and still no NPC, I can even drop these files
05/09/2018 03:25 ThunderNikk#225
You are not running the client in English are you?

If not try using the KTS client.