Jump to content

Ban account


Recommended Posts

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]

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 by PARADISE
Link to comment
Share on other sites

pay_stat = 0

image.thumb.png.9fa7ed01f3c44f85b1ef22820309b396.png

 

block_flag2 = 1

image.thumb.png.f9dc6f1291baa05c72f80c3bf267f45b.png

 

block_flag2 = 2

image.thumb.png.32164ff87eb066709c9657b27a3b8d74.png

blog_flag2 = 4

non-existant system msg

 

block_flag2 = 8

image.thumb.png.3caa32eca2b37fbd8fce7f8b68ba6e68.png

 

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...