[Help Thread] Please post your questions here.

04/18/2021 21:29 Dayneli#8161
please tell me, every time kill a mob the server freezes for 1 second. what is the problem?
04/23/2021 17:30 ScotchRV#8162
Quote:
Originally Posted by Archivian View Post
I'm working on a Solo Private server for me and my wife, and I have set up a log in account, Gotten the server files from "Ghost Informatics" guide to set up a 9.5.2 server. But I think I'm having issues with my CaptainHerlockServer. Would anyone be willing to add me on discord and try to help me out for a little bit?

I Can get up to the point where I log into the Client. I was having an issue where it said couldn't connect to the Log-in server, but fixed that. Now when I click login it just sits there and nothing happens.

Papa Old-Ass Grand-Dragon#5604
Hello,
I have the same problem, do you have the solution ?
04/23/2021 18:28 bertie2008#8163
Hey all, so I followed the instructions adding the wind pixie, ethereal pixie, crystal golem to my server, I ran the sql query, no problems there, I added the resource files supplied to my client resource folder, problem is the new pet cards are empty string, as are the skills, I tried hashing the new resource files windows and then ascii same problem both ways
04/23/2021 21:33 ThunderNikk#8164
You could probably grab the latest string resource from retail and work with that.

Sounds like everything else is fine aside from the string values.
04/24/2021 11:09 ScotchRV#8165
Hello all,
In first thanks for this forum dans for the helper.
I have a problem to connect in my game.
When i start the game, i can connect my account.
But when i choice my server, the game was blocker.
The last one log i have: This Session is not verify version
On Auth Player[Scotch] force disconnect.

I have try the sframe ([Only registered and activated users can see links. Click Here To Register...]) and change the game version to 20181211 and change local_flag to 4 but i can't connect on my server.
Do you have a idea ?
Good day to you

ps: i have open a topic for this : 4900509
04/24/2021 16:03 ThunderNikk#8166
If you continue to get the invalid message you may need to add ignore client binary to your game server.opt like...

N:game.ignore_client_binary:1
04/24/2021 21:03 Sandro1029#8167
This is scroll drop dds file. Anyone have idea what's there? I mean the text. I can't speak korean but google translate (text recognition) can't say anything because of bad dds quality.

[Only registered and activated users can see links. Click Here To Register...]
04/25/2021 10:39 ScotchRV#8168
Quote:
Originally Posted by ThunderNikk View Post
If you continue to get the invalid message you may need to add ignore client binary to your game server.opt like...

N:game.ignore_client_binary:1
Hello ThunderNikk,
Thanks for you response.
I have already put this option on my gameserver.opt and i have the same error :(
04/28/2021 09:51 FarrisB#8169
no matter where I go the /position gives me the same values:
x:164335
y:49510

also I can only move the char with keyboard, mouse.rightclick doesn't work

and, my char looks like this

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

fixed the first 2 problems with

[Only registered and activated users can see links. Click Here To Register...]
04/30/2021 05:17 FarrisB#8170
I get "you have been disconnected from the server when I log to character"

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

fixed by resetting the databases
05/01/2021 00:15 key_strike#8171
Quote:
Originally Posted by ThunderNikk View Post
If you continue to get the invalid message you may need to add ignore client binary to your game server.opt like...

N:game.ignore_client_binary:1
Hi ThunderNikk. I have been looking everywhere however I cant seem find a 'complete' list of settings that can be set in the gameserver.opt file. Is there a resource to see this somewhere?
05/01/2021 00:56 ThunderNikk#8172
Quote:
Originally Posted by key_strike View Post
Hi ThunderNikk. I have been looking everywhere however I cant seem find a 'complete' list of settings that can be set in the gameserver.opt file. Is there a resource to see this somewhere?
Just the one of Ink Devils that was shared here a while ago...


People may know a lot more now as this list was created before the source was out.
05/01/2021 01:08 key_strike#8173
Thanks ThunderNikk - This list is exhaustive. love it. If I may add one more question. What does the N:/S./T:/F: represent before these settings? Not certain in which case to use which prefix.

Some are preceded with S while others with T:
S.game.huntaholic_timer:0
T:game.disable_dungeon_raid_siege:1

Are they simply arbitrary?
05/01/2021 07:51 SilentWisdom#8174
Quote:
Originally Posted by key_strike View Post
Thanks ThunderNikk - This list is exhaustive. love it. If I may add one more question. What does the N:/S./T:/F: represent before these settings? Not certain in which case to use which prefix.

Some are preceded with S while others with T:
S.game.huntaholic_timer:0
T:game.disable_dungeon_raid_siege:1

Are they simply arbitrary?
N = integer
F = float
S = string
T = toggle/boolean
05/01/2021 08:10 key_strike#8175
Quote:
Originally Posted by SilentWisdom View Post
N = integer
F = float
S = string
T = toggle/boolean
And there is the AHA moment! Thanks SilentWisdom. These are type declarations.