Guys, I need your help =(
So far, I've been successful:
- Installed Microsoft SQL Server and SQL Server Management Studio
- Configured the settings in SQL Server Configuration Manager
- Restored databases in SQL Server Management Studio
- Configured gameserver.opt and authserver.opt (and compressed them via RappelzCompress_v2).
- Started PrincessAuroraServer and CaptainHerlockServer without errors (`start_service` and `set game.open_external 1` were executed in PrincessAuroraServer)
- Created an account in SQL Server Management Studio > Databases > Auth > Tables > dbo.Account
- Created a working launcher.bat with (hopefully) the correct parameters
... and then I need to go to the game and log in. And then there are 4 variants of events:
Scenario 01:
I am using the Rappelz Vanilla 8.1 private server client (

) as a client, but with my own parameters in launcher.bat.
Result:
When I enter my details on the login screen and click "log in" - nothing happens. Nothing at all. The game does not close with any error, and no error is displayed. I just click "log in" and stay on the login screen.
Scenario 02:
I use the 8.1 client as client (I create an 8.1 server) from this thread (

), but with the SFrame replaced with the Philippine SFrame (which has GameGuard cut out) from this thread (

)
Result:
I successfully log into my account, select the server and log into the game for the created character, but after a short period of time (1-2 minutes) the game client closes with the error
Code:
Connection Error: Connection for GameGuard has timed out.(101)
.
... which, as far as I understand, is quite expected, because in one of the topics someone already wrote that SFrame with GameGuard cut out of them are not usable, because the game crashes after a few minutes.
Scenario 03:
I'm using Shiva Rappelz private server client (

) as a client
Result:
With it I can successfully log in to my account, select the server and log in to my character, but after a short period of time (1-2 minutes) the in-game notification "You have been disconnected from the server" pops up.
And with this client the game takes a very long time to start, logging into the account and selecting a server is also quite long.
Scenario 04:
I'm using Rappelz Revival private server client (

) as a client
Result:
The result is the same as in Scenario 01 - after entering the data from the account and clicking the "log in" button, nothing happens.
In all cases, my laucnher.bat represents:
Code:
start SFrame.exe /auth_ip:127.0.0.1 /auth_port:8841 /locale:ASCII /country:US /commercial_shop /cash /help_url_w:620 /help_url_h:633
... but if I try to use RappelzCmdLaucnher (

) and the (official?) 8.1 client downloaded from this link (

), the game does not start with error
Code:
err code[380]:Game initialization error or you have the old game guard file .<BR>Please re-install the Game Guard set up file and the try again.
Can you please tell me what I can do in this case? Where can I get a suitable SFrame for version 8.1? Or maybe this problem can be solved in some other way? Why does the Rappelz Vanilla 8.1 private server have their SFrame working correctly, but when I try to use it, nothing happens after entering data on the login screen and clicking "log in"? Is there some kind of protection in there?
Thanks.