This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
feat (anticheat\db\conf): Skyfire Anticheat Manager #1191
Open
acidmanifesto
wants to merge
23
commits into
ProjectSkyfire:main
Choose a base branch
from
acidmanifesto:anticheat-mgr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acidmanifesto
force-pushed
the
anticheat-mgr
branch
4 times, most recently
from
November 24, 2023 17:43
251059b
to
b1d24e5
Compare
AriDEV3
reviewed
Nov 25, 2023
acidmanifesto
force-pushed
the
anticheat-mgr
branch
from
November 25, 2023 13:47
45317c1
to
48a1d97
Compare
acidmanifesto
force-pushed
the
anticheat-mgr
branch
2 times, most recently
from
December 9, 2023 01:28
7e7174a
to
0deb5ff
Compare
acidmanifesto
force-pushed
the
anticheat-mgr
branch
from
December 18, 2023 18:04
0deb5ff
to
a94b8e5
Compare
Still testing. |
Just fyi. Still trying to figure out a rework for those code factor issues. Its just taking a bit longer then expected. |
acidmanifesto
force-pushed
the
anticheat-mgr
branch
from
January 5, 2024 22:16
8b36299
to
aee2361
Compare
acidmanifesto
force-pushed
the
anticheat-mgr
branch
from
February 19, 2024 19:28
aee2361
to
6cbf038
Compare
this is to address race condition when mapupdate threads are set higher then 2 in the wold conf
this works better for the race condition
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Detections for the following cheats\hacks:
Counter Measures for the following cheats\hacks:
*BG Start should have a core counter already so one is not offered in this. if play violates the start spot of applicable BG's if the match has not started.
Automatic Moderation Features (Fan request but not really recommended...):
New sql tables introduced:
Character DB:
New Skyfire String:
New GM Cmds:
.anticheat handle (off\on)
turns it off\on anticheat.
Example .anticheat handle off
.anticheat global
Gives you a global average of cheat hits with the highest and lowest violators
.anticheat player PLAYERNAME or select the player
give you a print off of current cheat stats
Example .anticheat player dumbshit or select the player and type .anticheat
.anticheat delete PLAYERNAME or select the player
Deletes all cheat records of the player for the current session
EXAMPLE .anticheat delete dumbshit or select the player and type .anticheat
.anticheat purge
Deletes all cheat records for everyone's current session.
.anticheat jail PLAYERNAME or select the player
Jails the player and sets his hearthstone to GM Jail with debuffs to keep them from teleporting or queing anything.
Example .anticheat jail DUMBASS or select the player and type .anticheat jail
.anticheat parole PLAYERNAME or select the player
Paroles the player from GM Jail and teles them to faction capital and removes the debuffs and sets their hearth stones to the faction capital
EXAMPLE .anticheat parole DUMBASS or select the player and type .anticheat parole
Prefer Conf Settings