[Guide]How to Create 9.4 Server !

05/25/2019 19:54 Tosh54#346
A very big thanks for your tut, how can i do if i want to play with a french client ? Sorry for my bad english ? And against ty for ur work
05/27/2019 06:50 Toonsx#347
I have the server up and running , but the info in the .OPT file and EOP isn't changing from me Compressing them, I have a new pc, and have down loaded all the VC++ even the 2005 and it isn't still working anyone know what the problem is?

the ip and and port isn't mine, and the OPT file want change to updated content
05/27/2019 13:57 ThunderNikk#348
The compressor wont change the .opt file.

You need to edit the .opt file to change it them the compressor will create a new .eop if you delete the old one you can confirm if it is creating a new one.

Then let us know what your issue really is.

Also 8.1 is a different compressor than 9.4 make sure you are not trying to use the 9.4 I gave you yesterday for 8.1
05/27/2019 15:58 Toonsx#349
Quote:
Originally Posted by ThunderNikk View Post
The compressor wont change the .opt file.

You need to edit the .opt file to change it them the compressor will create a new .eop if you delete the old one you can confirm if it is creating a new one.

Then let us know what your issue really is.

Also 8.1 is a different compressor than 9.4 make sure you are not trying to use the 9.4 I gave you yesterday for 8.1
As I said its not working, not creating anything deleted that before coming here, and like I said got a new pc and even the old pc's its not working

its not making any new file, and we know about the basic's we had server going for 2 yrs now, C++ either came out with a update for it that caused the tools not to work or the drivers for the tools aren't up to date

that being said neither of the compress tools are working to make a EOP file from the .OPT files

maybe try it on your own pc !!
05/27/2019 18:11 ThunderNikk#350
Oh I tried it before I sent it to you.

That's why it is in a zip file called "Compress Test"

It worked just fine

I have seen it fail before if it is on a different drive than C:

It also may fail if you are trying to use it in the root of C: or somewhere else that the program may not be able to get elevated permissions to write a file to the drive.
05/27/2019 18:32 Toonsx#351
Quote:
Originally Posted by ThunderNikk View Post
Oh I tried it before I sent it to you.

That's why it is in a zip file called "Compress Test"

It worked just fine

I have seen it fail before if it is on a different drive than C:

It also may fail if you are trying to use it in the root of C: or somewhere else that the program may not be able to get elevated permissions to write a file to the drive.
What do you mean?,
and yes I have it in C:/ Game Engine I only have 1 drive

there are 4 of us , ive sent the OPT file to each one and its not working for either of us

if it is working for you join Discord and compress the OPT file for me then send the EOP file back
Discord Nishia#7895
05/27/2019 22:36 ThunderNikk#352
Try putting it in your documents folders.

Or execute with admin rights.

Newer operating systems try not to allow changes to C: drive.
05/28/2019 17:27 Tosh54#353
Nobody want answer me ? Plz i just wanna play Rappelz offline
05/28/2019 18:28 ThunderNikk#354
Play with a french client. Use .bat arguments for French Windows code page and Country:FR

I didn't answer you before because I am not exactly sure what the French Windows code page is.
05/28/2019 19:14 InkDevil#355
Quote:
Originally Posted by Tosh54 View Post
Nobody want answer me ? Plz i just wanna play Rappelz offline
one question: Which client do you use?

Two more facts:
  • If you want to play in french, then your client needs a french stringresource. If it hasn't and you didn't add one, there won't be french texts, whatever you do.
  • If you use a multilingual client, then you have to get sure your french stringresource has the correct suffix depending on encoding of your launch-argument
    Code:
    /locale:windows-1252
    -> db_stringresource(windows-1252).rdb
Additionally if you use 9.5.2, then get sure you launch with CN as country (and just edit the localeinfo.ini)

Those are all advices I can give ya related to your request.
06/04/2019 09:41 Focussmok#356
Great post. Serwer running. My only problem is there's no hv buffer :(
Funny thing is he appears on my minimap.

used files only from this post

tryed as fear suggested

Quote:
Originally Posted by thefear511 View Post
you should turn npcresource table into an .rdb and hash it and put it in your resource.
that will be because your client has some modification and you should keep it uptodate with your database.
Still nothing. My first time doing this so maybe i am doing something wrong.
06/04/2019 15:54 ThunderNikk#357
You may have to try what has been mentioned in an earlier post...

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

NPC local flag values make some of them specific per region.
06/05/2019 17:00 Focussmok#358
thx for the fast reply. Flag thing sadly didn't work. But not a big deal,i found a another way to buff. I just made one of the hv auction npcs buff :pimp:

all works smooth now ty
06/05/2019 18:06 ThunderNikk#359
The flag thing does work if you make a new db_NPCResource.rdb for the client.

I apologize, I forget that some people aren't real familiar with how the client files need to match the database table changes in most situations.

I should explain myself better but sometimes I am pressed for time.
06/07/2019 20:56 mlukac89#360
Hi, i run server on my pc but i have problem with hashed password.

Here is my authserver.opt

This is all databases :
[Only registered and activated users can see links. Click Here To Register...]

I used this tool to make hashed password and put it inside "password" in "Auth"
[Only registered and activated users can see links. Click Here To Register...]

When i try to login it is throwing message "Invalid password or username ...." , but if i set "0" to those 2 lines in authserver.opt
Quote:
N:db.auth.use_md5:0
N:db.auth.use_md5_for_security_no:0
and i put plain password all is working.

What can be problem ?