ecd579b4c0
fixes #78
30 lines
383 B
Markdown
30 lines
383 B
Markdown
|
|
# Search bar
|
|
|
|
Searchable objects:
|
|
* Shops (with stock info)
|
|
* POI's
|
|
* Trainstations
|
|
* Travelnets
|
|
|
|
Example:
|
|
|
|
<img src="../pics/search.png">
|
|
|
|
|
|
# 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">
|