Equinox Anti-Cheat (EAC)

Approved Equinox Anti-Cheat (EAC) 2.1.0a

No permission to download

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Players get Dizzy Warning although no building or item or objects are around them.

I made a map wipe and players spawn at their last location for example 2nd floor of their former house (e.g. 6226.6, 409.8, -4264.9).

When they join the server they fall down (because this house does not exist anymore) and get a Dizzy warning.
 

salva

Friendly self-taught developer
Administrator
Jan 31, 2016
577
612
63
I can not confirm it 100%, but I think EAC 2.0.3 is giving false positives in flyhack and dizzy to reconnect ...
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
I flushed the EACDizzy Datastore DB.

This fixed the problem.

Python:
# -*- coding: utf-8 -*-
__title__ = 'DizzyFlush'
__author__ = 'tarynkelley'
__version__ = '0.1'
import clr
clr.AddReferenceByPartialName("Fougerite")
import System
import Fougerite

class DizzyFlush:

    def On_PluginInit(self):
        Util.ConsoleLog(__title__ + " by " + __author__ + " Version: " + __version__ + " loaded.", False)

    def On_Command(self, Player, cmd, args):
        if cmd == "dizzyflush":
            if Player.Admin:
                            DataStore.Flush("EACDizzy")                           
                            Player.MessageFrom("DizzyFlush", "EAC Dizzy DB flushed!")
            else:
                 Player.MessageFrom("Fougerite", "No permissions")
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
I flushed the EACDizzy Datastore DB.

This fixed the problem.

Python:
# -*- coding: utf-8 -*-
__title__ = 'DizzyFlush'
__author__ = 'tarynkelley'
__version__ = '0.1'
import clr
clr.AddReferenceByPartialName("Fougerite")
import System
import Fougerite

class DizzyFlush:

    def On_PluginInit(self):
        Util.ConsoleLog(__title__ + " by " + __author__ + " Version: " + __version__ + " loaded.", False)

    def On_Command(self, Player, cmd, args):
        if cmd == "dizzyflush":
            if Player.Admin:
                            DataStore.Flush("EACDizzy")                          
                            Player.MessageFrom("DizzyFlush", "EAC Dizzy DB flushed!")
            else:
                 Player.MessageFrom("Fougerite", "No permissions")
Obvious It does :D
 

.C.Y.B.E.R.

Member
Trusted Member
Member
May 4, 2016
63
0
6
How to Install this Anticheat ... Where i must put the folders in where location ?
 

.C.Y.B.E.R.

Member
Trusted Member
Member
May 4, 2016
63
0
6
Pls help me ... error to configure EAC ...How to resolve ? How to configure ?
 

.C.Y.B.E.R.

Member
Trusted Member
Member
May 4, 2016
63
0
6
That Plugin is the best... but how to configure when 1 player hacking the server he must banned ... but eac only say me he using hack .. and not banned ... how to fix that?