diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -44,29 +44,30 @@ to be used with rEvolt in the near future and will, hopefully, not need too much more human readable though. Help: -tmw-info [command] [STRING]" +tmw-info [command] [STRING] help / --help / -h (this help screen) + cmds-update (downloads command source files. Should be run before using "cmds") + cmds (ManaPlus and GM command reference) news (reads game news) online (shows online players) gm-update (downloads all GM logs. Should be run before searching) gm-search TERM1 TERM2 TERM3 ... (results contain any of the terms) gm-asearch TERM1 TERM2 TERM3 ... (results contain all of the terms) gm-esearch TERM1 TERM2 TERM3 ... (results contain the exact term) - gm-show (if zenity is installed, displays a GUI pop-up of the last 10 issued GM CMDs) + gm-show (if zenity is installed, displays a GUI pop-up of the last 10 issued GM CMDs), otherwise in terminal chat-search TERM1 TERM2 TERM3 ... (chat: results contain all of the terms) item-update (downloads item DB. Must be run before searching) item-search TERM1 TERM2 TERM3 ... (items: results contain all of the terms) mob-update (downloads monster DB. Must be run before searching) mob-search TERM1 TERM2 TERM3 ... (monsters: results contain all of the terms) -e.g. tmw-info gm-asearch @item phylactery (no results? check item ID) - tmw-info item-search phylactery - tmw-info gm-esearch @item 5130 (esearch for exact string or command issued) - tmw-info mob-search 5130 (to see what mobs drop it. other occurences of 5130 may also show) - -If you get an error while searching, it may contain special characters and needs to be quoted' +If you get and error while searching, it may contain special characters and needs to be quoted 2020-08-15 - fixed gm-show (wasn't showing GUI) and removed trailing comma in mob drops 2020-08-16 - added ratio for dropped items to represent chances in a more human readable way 2020-09-16 - added chat log search - +2021-04-13 - added cmds-update to download @ command DB pages and jak1's wiki on client commands + - "cmds" now gets info from those pages and is better organized + - added extra function to chat-search to view a log file easily after a search + - fixed a bug that downloaded 2020-09 GM log everytime gm-update was run + - added support for GM log files ending in "-old" (2020-09-old is a restored file) |