Skip to content

azerothcore/mod-keep-out

 
 

Repository files navigation

logo AzerothCore

mod-keepout

Module for azerothcore to keep players who are non gm entering a zone/map

  • Latest build status with azerothcore:

Build Status

This module currently requires:

  • AzerothCore v1.0.1+

How to install

  1. Simply place the module under the modules folder of your AzerothCore source folder.
  2. Re-run cmake and launch a clean build of AzerothCore
  3. Run the worldserver and authserver, so that the changes are applied to the database.

Usage

  • Enable this module in conf
  • Get the map ID and zone ID with ingame command .gps, then edit the table mod_mko_map_lock table.

Example

DELETE FROM `mod_mko_map_lock` WHERE `mapId`=571 AND `zoneID` IN (65, 3537);
INSERT INTO `mod_mko_map_lock` (`mapId`, `zoneID`, `comment`) VALUES
(571, 65, 'Dragonblight'),
(571, 3537, 'Borean Tundra');

Credits

  • Talamortis (original author) - Show your appreciation:

Donate

About

Module for azerothcore to keep players who are non gm entering a zone/map

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%