Jump to content

Disable Map Patch


DariusGM

Recommended Posts

Dear Community. As I found a spell_disable Patch, my friend and I wrote a Patch that closes Maps. This could be need to close an Instance because of fixes or other reasons.

Patchfile can be found here: http://paste2.org/p/1219527

Add Table: map_disabled

`map` = id of the Map / Instance

`active` = enable check of this map (set to '1' to enable)

`comment` = User Comment / Mapname

Missing: GM Characters are excluded too.

Link to comment
Share on other sites

another extremely simple way:

UPDATE areatrigger_teleport SET required_level=81WHERE target_map = 601; -- Azjol-nerub -- was 67

Your extremely simple way is not the best way because players can teleport into the instance using WoWEm.... (Cheating tools).

My effective way is delete the instance_template record and move all players in it to another map because if someone tries to login when is in a map without instance_template MaNGOS will crash.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use