[Help Thread] Please post your questions here.

07/05/2019 16:02 ThunderNikk#7531
I wonder if a 32 bit could be compiled from source.

Not like many of us are going back to 32 bit architecture.
07/05/2019 16:34 Boody19#7532
Quote:
Originally Posted by InkDevil View Post
Nope.
The current CaptainHerlockServer are only available as 64-bit program as far as I know.
can older versions run a 9.4 client?
07/05/2019 17:38 mlukac89#7533
Hello guys, i am making small GM tool in c#, i successfully can run and send all commands to server except command to kill mob #kill_target(), it only works when i send it in game like /run kill_target()

I am using game / server version 9.4
07/05/2019 17:40 InkDevil#7534
Quote:
Originally Posted by mlukac89 View Post
Hello guys, i am making small GM tool in c#, i successfully can run and send all commands to server except command to kill mob #kill_target(), it only works when i send it in game like /run kill_target()

I am using game / server version 9.4
You need a name as value the server can deal with.
So, if you use
Code:
#kill_target('charname')
the target of charname will be killed.
If you execute it ingame, your name as function caller is used for this if no other name is given.
07/05/2019 19:17 qaaah#7535
Hi
wehn i log in to my local server
shows a message ( Your account was suspended )
i tried fix the issue but i can't
9.1
Launcher
Quote:
RappelzCmdLauncher.exe SFrame.exe /auth_ip:127.0.0.1 /auth_port:4500 /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:ASCII /country:ME /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631
Auth

gameserver

07/05/2019 19:30 ThunderNikk#7536
Look at your account table in auth.dbo.account or accounts and see what your columns read.

Check block column
07/06/2019 02:05 qaaah#7537
Quote:
Originally Posted by ThunderNikk View Post
Look at your account table in auth.dbo.account or accounts and see what your columns read.

Check block column
thanks for replay

i can't find any block column in auth.dbo.account or accounts
07/06/2019 15:02 ThunderNikk#7538
BTW why are you launching (ascii) with country ME

If you want Arabic and launch ME you should launch with wndows code page.

I doubt this is causing your account problem but it will cause all sorts of other problems.

As for your problem do you have a dbo.block table in your auth database
07/06/2019 16:26 alosha5klova#7539
Hi, i followed thefear511 guide to install server on my pc.
I got an issue with lvling, characters can't get above 190 lvl, after hitting 100% it gets to 200%,300% ect without lvling up. If i lvl up with command it looks like this:

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

I tried to change the line in gameserver.opt to N:game.max_level:225 and N:game.max_level:300 and it still doesn't work.
I tried to look up for any solution without any success, any help would be much appreciated.
07/06/2019 19:01 ThunderNikk#7540
Did you recompress your .opt
07/06/2019 20:27 alosha5klova#7541
Quote:
Originally Posted by ThunderNikk View Post
Did you recompress your .opt
yes
07/06/2019 20:35 ThunderNikk#7542
Are you using a client that matches your launch arguments.

If not it is possible that your client is missing the db_exp(ascii).rdb or db_exp.rdb depending on how the client is launched.
07/06/2019 20:57 alosha5klova#7543
Quote:
Originally Posted by ThunderNikk View Post
Are you using a client that matches your launch arguments.

If not it is possible that your client is missing the db_exp(ascii).rdb or db_exp.rdb depending on how the client is launched.
I wasn't complete sure that was an issue, but i did look what files were in resource folder and none of them had that name(unhashed names).
Thank you.
07/06/2019 21:33 ThunderNikk#7544
It wont be in the resource folder until you have put one there.

There is only music in a clean clients resource folder.

The rdbs are packed in the data files. So if you have a US client you have a db_exp(ascii).rdb packed in the data files and then if you launch it code page you are in essence missing that file.

The same holds true if you have a non US client which has a db_exp.rdb in the data files and if you launch it ascii then you also in essence do not have the exp.rdb because it will only look for ascii files.

The one true way to be sure is to resource one that matches your launch arguments. If it seems to fix the issue it is probably only one of many issues you are going to run into unless you get a client that matches how you launch it.
07/08/2019 01:31 qaaah#7545
Quote:
Originally Posted by ThunderNikk View Post
BTW why are you launching (ascii) with country ME

If you want Arabic and launch ME you should launch with wndows code page.

I doubt this is causing your account problem but it will cause all sorts of other problems.

As for your problem do you have a dbo.block table in your auth database
Thanks ,

well i can't find any dbo.block table in auth
but i find IPblock but it was empty