Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.93 KB

README_SE.md

File metadata and controls

54 lines (32 loc) · 1.93 KB

logo AzerothCore

English | Español | Svenska

Anticheat Module

  • Latest build status with AzerothCore: Build Status

Den här modulen är baserad på PassiveAnticheat Script från lordpsyan's repo till AzerothCore

Wiki

https://github.com/azerothcore/mod-anticheat/wiki

Observera

Du behöver version 825db0f eller nyare för modulen.

Installations guide

1) Placera modulen i modules mappen i din AzerothCore mapp.

Du kan klona det under azerothcore/modules mappen:

cd path/to/azerothcore/modules

git clone https://github.com/azerothcore/mod-anticheat.git

eller så laddar du ner, unzip och placera det i azerothcore/modules mappen.

2) Kör om CMake och starta en ren build av AzerothCore

3) Kör filen \sql\characters\base\charactersdb_anticheat.sql i din Character databas och kör \sql\world\Acore_strings.sql i din world databas. Det skapar tabellerna som behövs för att använda modulen.

Det är allt.

(Frivilligt) Ändra modulens konfigurationsinställningar

Om du behöver ändra konfigurationen går du till serverns config mapp. Kopiera Anticheat.conf.dist till Anticheat.conf och ändra inställningarna som du vill.

Kända problem och TODO-lista:

  • Localize

Språk som stöds i Acore_Strings

  • LOCALE_enUS = 0
  • LOCALE_koKR = 1
  • LOCALE_frFR = 2
  • LOCALE_deDE = 3
  • LOCALE_zhCN = 4
  • LOCALE_zhTW = 5
  • LOCALE_esES = 6
  • LOCALE_esMX = 7
  • LOCALE_ruRU = 8