claudsimon / mod-keep-out

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

Home Page:http://www.azerothcore.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.azerothcore.org/

License:GNU Affero General Public License v3.0


Languages

Language:C++ 100.0%