diff options
author | Ledmitz <smoothshifter@tuta.io> | 2022-06-30 23:44:42 +0000 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2022-06-30 23:44:42 +0000 |
commit | c1d2fc8a2481b4959f0eabb079fbab34d5c233f8 (patch) | |
tree | 307f729899f1d036f0d50ca6bce19488dba4582e /README.md | |
parent | b01b2fc263db4ba525abe0fb3995654d8fd88f3a (diff) | |
download | tmw-info-c1d2fc8a2481b4959f0eabb079fbab34d5c233f8.tar.gz tmw-info-c1d2fc8a2481b4959f0eabb079fbab34d5c233f8.tar.bz2 tmw-info-c1d2fc8a2481b4959f0eabb079fbab34d5c233f8.tar.xz tmw-info-c1d2fc8a2481b4959f0eabb079fbab34d5c233f8.zip |
cmds option has been greatly improvedcmds_updt1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,6 +61,9 @@ tmw-info [command] [STRING] mob-update (downloads monster DB. Must be run before searching) mob-search TERM1 TERM2 TERM3 ... (monsters: results contain all of the terms) If you get and error while searching, it may contain special characters and needs to be quoted +gm searches, item-search, mob-search and cmds require periodic updating with their respective update commands +To avoid hammering servers, there will be no update-all option. Use gm-update before performing gm searches. +Use gm-show to quickly display the last 10 gm commands run (updates automatically) 2020-08-15 - fixed gm-show (wasn't showing GUI) and removed trailing comma in mob drops @@ -71,3 +74,6 @@ If you get and error while searching, it may contain special characters and need - 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) +2022-06-30 - corrected update-cmds to cmds-update and missing data from web sources now shows + - cmds now pulls text from the M+ binary and some commands have been added manually that were found by chance + - Added extra help text |