JohnRaiden 0 Posted October 24, 2022 Greetings I am trying to setup a Zero server on localhost. When I want to connect to my GM account, I get this message from my login server: Wrong client flags detected (account: GmAccount, received flags: 0x80000001) Through the client I receive "your game's exe file is not the latest version" I am using 2021-11-24 Zero client with 2020-01-15_2aRagexe_zero from http://nemo.herc.ws/downloads/ mmo.h #define PACKETVER 20200115 and #define ENABLE_PACKETVER_ZERO in my mmo.h login-server.conf check_client_version: false check_client_flags: true report_client_flags_error: true If I switch check_clint_flags : false, I am able to connect, create a character but cannot login with the character and get "failed to connect to server". I would rather not keep it "false" to avoid any potential problems resulting from this. Your help would be appreciated. Quote Share this post Link to post Share on other sites
0 JohnRaiden 0 Posted October 24, 2022 Update: 4144 solved the problem on discord. Problem was enabling ExtendCashShopPreview and ExtentOldCashShopPreview on nemo/warp and not enabling the function on server side as described in following links: Thank you very much 4144 Quote Share this post Link to post Share on other sites
0 72707412 0 Posted yesterday at 07:50 AM (edited) Nevermind, I found it. If someone got Wrong client flags detected (account: xxx, received flags: 0x80000001) Try ENABLE_CASHSHOP_PREVIEW_PATCH disabled in the source. Edited yesterday at 08:47 AM by 72707412 Quote Share this post Link to post Share on other sites
0 4144 367 Posted yesterday at 05:41 PM if you using warp it have broken flags support. Because this better disable flags validation in herc or use nemo with herc+nemo it will show wrong client flags error only if you did wrong patches in client. Quote Share this post Link to post Share on other sites
Greetings
I am trying to setup a Zero server on localhost.
When I want to connect to my GM account, I get this message from my login server:
Wrong client flags detected (account: GmAccount, received flags: 0x80000001)
Through the client I receive "your game's exe file is not the latest version"
I am using 2021-11-24 Zero client with 2020-01-15_2aRagexe_zero from http://nemo.herc.ws/downloads/
mmo.h
#define PACKETVER 20200115
and
#define ENABLE_PACKETVER_ZERO
in my mmo.h
login-server.conf
check_client_version: false
check_client_flags: true
report_client_flags_error: true
If I switch check_clint_flags : false, I am able to connect, create a character but cannot login with the character and get "failed to connect to server".
I would rather not keep it "false" to avoid any potential problems resulting from this.
Your help would be appreciated.
Share this post
Link to post
Share on other sites