2019-05-04 22:13:19 +03:00
|
|
|
|
|
|
|
# Search bar
|
|
|
|
|
|
|
|
Searchable objects:
|
|
|
|
* Shops (with stock info)
|
|
|
|
* POI's
|
|
|
|
* Trainstations
|
|
|
|
* Travelnets
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
<img src="../pics/search.png">
|
2020-01-19 22:44:03 +03:00
|
|
|
|
|
|
|
|
|
|
|
# Ingame search
|
|
|
|
|
|
|
|
The ingame-search is enabled if the mapserver active mode is configured.
|
|
|
|
|
|
|
|
Commands:
|
|
|
|
|
|
|
|
```
|
|
|
|
/search bones SomeDude
|
|
|
|
/search bones *
|
|
|
|
/search shop papyrus
|
|
|
|
/search shop *
|
|
|
|
```
|
|
|
|
|
|
|
|
Result (Exmple):
|
|
|
|
<img src="../pics/ingame-search.png">
|