azerothcore / mod-anticheat

Port of PassiveAnticheat to Azerothcore
http://azerothcore.org/
MIT License
33 stars 50 forks source link

after i cheat , this also said i cheat when i donot . #66

Closed 5266869 closed 2 years ago

5266869 commented 2 years ago

Current Behaviour

i just set this conf: Anticheat.KickPlayer = 1 Anticheat.ReportsForKick = 10

when i cheat ,it worked, i was been kicked. but, after i cheat , it always kicked me , and i donot cheat. it was also kicked me when i changed anthoer account. i test this so many times, is this a bug or any other setting i need change it ? thanks very much

Expected Blizzlike Behaviour

.

Source

No response

Steps to reproduce the problem

.

Extra Notes

No response

AC rev. hash/commit

.

Operating system

ubuntu 21

Custom changes or Modules

No response

Tony931023 commented 2 years ago

Show the logs that come out in the worldserver console (Anticheat.WriteLog = 1)

Do you have the latest version of AC updated? with the newly extracted map,vmap,mmap

try disabling Anticheat.DetectZaxisHack =0 if you don't have the above.

5266869 commented 2 years ago

AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) Saving reports for 1 players. AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13) AnticheatMgr:: Reports reached assigned threshhold and counteracted by kicking player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13)

this is the logs , i just normal walk and jump

my AC it is the latest version and i used this https://github.com/wowgaming/client-data AC data v13

Tony931023 commented 2 years ago

Disable Anticheat.DetectZaxisHack =0,

those data files that you are currently using are out of date for the core, I recommend you use the map extractor and extract them all so that you have them updated

While Anticheat.DetectZaxisHack =1, (0 -> disable , 1 -> enable) is enabled and the maps are outdated, it will continue to give you the error:

AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13)
AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13)
AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13)
AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13)
AnticheatMgr:: Ignore Zaxis Hack detected player Kk (GUID Full: 0x000000000000000d Type: Player Low: 13)
5266869 commented 2 years ago

OK,i will try it, thanks very much.

acidmanifesto commented 2 years ago

The z-axis detection is correct in the module but the core maps is full of micro potholes. See past exsisting issue with further details. https://github.com/azerothcore/mod-anticheat/issues/63