PDA

Просмотр полной версии : [11169] Implemented pool system related commands.


newsbot
15.02.2011, 14:50
автор: VladimirMangos


<pre>m sql/mangos.sql
+ sql/updates/11169_01_mangos_mangos_string.sql
+ sql/updates/11169_02_mangos_command.sql
m src/game/Chat.cpp
m src/game/Chat.h
m src/game/Language.h
m src/game/Level2.cpp
m src/game/PoolManager.cpp
m src/game/PoolManager.h
m src/shared/Util.h
m src/shared/revision_nr.h
m src/shared/revision_sql.h
</pre>
<pre style='white-space:pre-wrap;width:81ex'>[11169] Implemented pool system related commands.

.lookup pool $pooldescpart - list of pools (anywhere) with substring in description
.pool list - list of pools with spawn in current map (only work in instances)
Non-instanceable maps share pool system state os useless attempt get all pols at all continents.
.pool spawns - list current creatures/objects listed in pools and spawned (added to grid data, not meaning show in world).
.pool spawns #pool_id - list current creatures/objects listed in #pool_id and spawned (added to grid data, not meaning show in world).
.pool #pool_id - pool information and full list creatures/gameobjects included in pool</pre>




Дальше... (https://github.com/mangos/mangos/commit/a8c6b4d7bed084ff15d1e1a0528060261a1b61de)