Jump to content

OCNDayZ

Member
  • Content Count

    15
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About OCNDayZ

  • Rank
    Private First Class
  1. @nuxil any comment on my post from last month (http://forums.bistudio.com/showthread.php?127978-B-E-C-quot-Battleye-Extended-Controls-quot-Admin-Tool&p=2304952&viewfull=1#post2304952), I thought you were away..
  2. https://github.com/Torndeco/pyBEscanner http://opendayz.net/index.php?threads/pybescanner.131/
  3. You're on fire nuxil, some great updates! We're really enjoying the Teamspeak functionality, its been a big help on our servers. Is there any way or plan to allow us to customize the messages from the bot or at the least what is in them? It would be really helpful to see the offenders IP address in message. As cheaters now have multiple sources for keys and their management we rely on the RCON at times to detect real time GUID brute-forcing. Sometimes the cheaters are stupid and don't bother changing their in-game name, sometimes they turn it up a bit. While an IP can be changed easily in many places I believe this information could go a long way and is the only potentially missing that comes to mind. Sine we've utilized BEC Teamspeak functionality our response time when out of game or away has been greatly improved and our players are grateful for the added security. From <Timestamp> [color="#FF0000"]"queryname"[/color]: Player : [b]AbusingPlayerName[/b] : [color="#FF0000"]GUIDGUIDGUIDGUIDGUIDGUIDGUIDGUID[/color] Kicked from game-server : US#### : Reason : Restriction #00 To <Timestamp> [color="#FF0000"]"queryname"[/color]: Player : [b]AbusingPlayerName[/b] : [color="#FF0000"]GUIDGUIDGUIDGUIDGUIDGUIDGUIDGUID[/color] : ([b]IP.IP.IP.IP[/b]) : Kicked from game-server : US#### : Reason : Restriction #00 Ideal <Timestamp> [color="#FF0000"]"US####"[/color]: [b]AbusingPlayerName[/b] : [color="#FF0000"]GUIDGUIDGUIDGUIDGUIDGUIDGUIDGUID[/color] : ([b]IP.IP.IP.IP[/b]) : Kicked : Restriction #00 Continuing with the brute-force GUID login waves it would also be helpful to notify on Invalid GUID, Global Ban, and BEC Gamehack Ban.
  4. Looks good, feels nimble, great update. I like it, thanks! I really enjoy the ban reason drop down, it'll allow our staff to issue bans uniformly. Requests: Change players display to players of (ie. Players: OnlinePlayers#/TotalSlots#) Display total bans similar to players Option to choose between local player db or a server side db Ability to block certain commands (ie. shutdown) from specific admins. - BEC allows us to disable commands for specific admin groups. I just wish an RCON would utilize these groups. We have multiple admins but I'd like the ability to choose what functionality they have. Thanks again!
  5. New filter released mpeventhandler.txt, keep up the good work. Source: https://code.google.com/p/dayz-community-banlist/source/detail?r=1c42a14d531ccb3dcfe48f1ca30ccdf8ec7cb78d
  6. Normal stuff, that log gets spammy from time to time. Dwarden >.> If you want to see examples of entries you can try our CBL submissions (https://code.google.com/p/dayz-community-banlist/issues/list?can=1&q=reporter:overclocked&sort=-id&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary) OR the CBL in general.
  7. I replied to a post of yours over at DayZMod with some information that should get you started. We're currently testing a custom file on our servers but I'm confident something is in the works, when it's ready it'll be with the CBL filters (https://code.google.com/p/dayz-community-banlist/source/browse/#git%2Ffilters). Keep up the good work BE & BIS
  8. Thanks, I just didn't know the interval of time, you should add Time Value is set in seconds similar to what you did for the KickLobbyIdlers description. Thanks again! That's from ibattle.org, send an email to nuxil from the contact us tab to register. Source: http://ibattle.org/install-and-configure/configure/
  9. What is the interval of time for flood control type2? We're getting flooded by high ping players attempting to connect 5-10 times in a row. FloodControl2 = 5 FloodSampleTime = 5 FloodLockTime = 10 Domi nice to see you! You and nuxil should combine forces on DaRTBans! :D
  10. I just wanted to say this is a great tool and the developer has been great, this tool makes reviewing the scripts log fun. I think it's also worth mentioning that you can also easily run your logs against a custom scripts.txt. *edit - fixed typo
  11. RCON and BEC are two different things while both administration tools they focus on serving different purposes. They compliment each other and some RCON tools benefit from a combined enviroment. It sounds like you're on a managed server and don't have the ability to run BEC? You need to decide what's more important, limiting your staffs access, OR find another host. BEC doesn't connect to the server it runs on the sever, users can utilize it remotely through an RCON or in game. If you're looking for a powerful RCON tool I'd recommend DaRT (http://dayzmod.com/forum/index.php?/topic/68933-dart-a-lightweight-dayz-rcon-tool-v026-20082012). The developer has made some nice supplemental tools and the planned features are really exciting.
  12. 95883 is good, I replied with details in your dayzmod thread.
  13. Semi-off-topic but patched to 95819, users had no real issues.. Then patched to 95883 and BE is kicking people left and right, Can we get a 95883 thread for this ninja patch?
  14. We use BEC on our servers and it gets the job done, obviously we run BEC for other reasons but msg rotation is an added benefit. I'm not aware if BEC supports multiple lines so scheduler can get messy. There also seems to be some issue that it blurts a bunch of msgs out at the same time.. Combined with the new BE direct msgs chat can also get a bit messy. Here is an example of my scheduler: <!-- 30min MSG --> <job id="0"> <time>003000</time> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Words go here</cmd> <cmdtype>0</cmdtype> </job> Good luck
  15. I just wanted to say thank you, great tool you have here. This is what separates servers from being overrun with cheaters. There's two ways you can go about this.. The easiest way is give BEC a service, then set it to restart on exit. Eventually it'll log itself in without issue. The next way to do it is combine it in your startup, take a look at r4z0r49's files.
×