Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

External whitelister

Junior Spellweaver
Joined
May 22, 2015
Messages
103
Reaction score
29
External dynamic whitelist system can be used for x64 servers without battleye or for any other purposes (bans, startloot etc).

You can edit list of uids without turning off the server, this is the main feature :)

How it works:
1) you have list.txt file with UIDs
2) some important code in "onPlayerConnected" block to check if uid in list
3) cycle of regylay check for each player (why not?)
4) scripting command, whitch returns bool, arguments: UID

example
unconscious - External whitelister - RaGEZONE Forums


unconscious - External whitelister - RaGEZONE Forums


unconscious - External whitelister - RaGEZONE Forums


added new function - patch to list file in script

if you're interested - write pm
also external log (not RPT file) is comfortable extension :)
sry for my english
 
Last edited:
Newbie Spellweaver
Joined
May 26, 2014
Messages
5
Reaction score
1
if you use lumaemu on the server, create a file "Filter.txt" and put the steamids you want to block
 
Junior Spellweaver
Joined
May 22, 2015
Messages
103
Reaction score
29
if you use lumaemu on the server, create a file "Filter.txt" and put the steamids you want to block
lumaemu cant write log to any file. but it contains external log and file parser.
 
Back
Top