[DiscordArchive] ```FOR_SCRIPTS_RET(PlayerScript, itr, end, ret) // return true by default if not scripts
[DiscordArchive] ```FOR_SCRIPTS_RET(PlayerScript, itr, end, ret) // return true by default if not scripts
Archived author: Kezzo • Posted: 2021-07-27T18:45:39.762000+00:00
Original source
```FOR_SCRIPTS_RET(PlayerScript, itr, end, ret) // return true by default if not scripts
if (!itr->second->AnticheatCheckMovementInfo(player, movementInfo, mover, jump))
ret = false; // we change ret value only when scripts return true```
For code like this, where can I find the script that actually contains what is being checked here?
Are the scripts of the scripting system loaded from the DB?
Archived author: Kezzo • Posted: 2021-07-27T19:03:05.220000+00:00
Original source
Does this repo maybe contain the code that is called here?
https://github.com/azerothcore/mod-anticheat
Archived author: Alien • Posted: 2021-07-27T20:20:25.747000+00:00
Original source
this mod doesnt work for me at all