mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[11913] Add commands for MMaps
Added commands are: .mmap [on|off] to show state of mmaps, or to enable/disable mmaps globally .mmap stats to show information about current state of mmaps .mmap loadedtiles to show which tiles are currently loaded .mmap path to calculate and show a path to current select unit .mmap loc to print on which tile one is .mmap testarea to calculate paths for all nearby npcs to player Authorship goes to qsa in addition
This commit is contained in:
parent
2f0ed05566
commit
d83c7d8c8c
5 changed files with 283 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11912"
|
||||
#define REVISION_NR "11913"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue