gta2 Posted March 14, 2019 Posted March 14, 2019 can someone help me and tell me if l2off has a command to ban the account ? pack interlude Quote
mjst Posted March 14, 2019 Posted March 14, 2019 if you use vanganth interlude: //perma_ban_hwid //ban_hwid [time_in_seconds] [reason] (in_reason_words_separated_with _, max len 255 chars) //ban_hwid_ex [hwid] [time_in_seconds] [reason] //unban_hwid [hwid] //reset_ban [account_id] Quote
eressea Posted March 15, 2019 Posted March 15, 2019 UPDATE lin2db.dbo.user_account SET pay_stat=0 WHERE account='...' Quote
Anarchy Posted March 15, 2019 Posted March 15, 2019 pay_stat works but way to show ban msg to the client is block_flag2, i forget exactly what the bits are for it cuz ncsoft changes them so damn often but i use block_flag2=8 for highfive and it sends "violation of EULA" message at login Quote
Paradise Posted March 15, 2019 Posted March 15, 2019 (edited) 2 hours ago, Anarchy said: pay_stat works but way to show ban msg to the client is block_flag2, i forget exactly what the bits are for it cuz ncsoft changes them so damn often but i use block_flag2=8 for highfive and it sends "violation of EULA" message at login For both pay_stat and block_flag2 (GF) msg is "The account has been banned." Edited March 15, 2019 by PARADISE Quote
Anarchy Posted March 15, 2019 Posted March 15, 2019 3 hours ago, PARADISE said: For both pay_stat and block_flag2 (GF) msg is "The account has been banned." maybe with hauthd, definitely not with ncsoft authd Quote
Anarchy Posted March 15, 2019 Posted March 15, 2019 pay_stat = 0 block_flag2 = 1 block_flag2 = 2 blog_flag2 = 4 non-existant system msg block_flag2 = 8 i stopped checking after 8 i dunno how high the bits go but i always use 8, client probably has more error msgs than that, also setting block_flag (instead of block_flag2) appears to just prevent login without any message to the client ncsoft authd has a lot of features like that + login_flags for gm etc which is why i still use it rather than hauthd, only purpose i had for hauthd was proxies but in the end i just made my own ext for the gf authd and added proxy support to it so don'th ave any real use for hauthd these days, plus never really trust any software from hint anyway :D Quote
Paradise Posted March 16, 2019 Posted March 16, 2019 Yeah I got the same messages too. My bad because I checked with hauthd and not nc authd. You nailed it though! I’m not there yet! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.