Difference between revisions of "Tools"

From The Final Challenge Wiki
Jump to navigation Jump to search
Line 28: Line 28:
*** Simple script to automatically open doors for you and if locked, tries unlocking them.<br>
*** Simple script to automatically open doors for you and if locked, tries unlocking them.<br>
*** Note: It will only try opening doors if you walk into them.<br><br>
*** Note: It will only try opening doors if you walk into them.<br><br>
** <span style="color:red">MSDP GUI v3.1 (Abandoned)</span><br> &#91; [http://s000.tinyupload.com/index.php?file_id=26984366675879358616 download] &#93; [[File:Msdp_GUI.png|thumb|MSDP GUI v2.3]]
** <span style="color:red">MSDP Sidebar v1.3 (Pre-release)</span><br> &#91; EXE:[https://drive.google.com/open?id=0BxYxbWX1hRxnWElVY28xR05aRjg download] ZIP:[https://drive.google.com/open?id=0BxYxbWX1hRxnUzM3bnZ0dkNQa2M download] &#93; [[File:Msdp_GUI.png|thumb|MSDP GUI v2.3]]
*** <u>Dev Note</u>: The Msdp Gui project has been abandoned, but worry not! A new replacement is on its way called the Msdp Sidebar. It has all the same features as the old GUI, but is far more customizable with a much faster, cleaner code, and smaller file size. This is currently planned to be released sometime next week (April 17th+).<br><br>
*** GUI Sidebar using MSDP data for live updates.<br>
*** <u>Features</u>: Know exactly how many ticks every affected by spell lasts. See your equipment stats totaled up. Graphical exits minimap. Chat window. See where doors are without having to look. Know when you successfully hide and sneak. Live Health/Mana/Move/Enemy bars. Use your own Avatar and Background image or solid color. Built-in updater, so you only need to download this once (until rest of spell icons are added).
*** <u>Installation</u>: I have included both an EXE and a ZIP file for those paranoid about executable files.
**** Extract MSDP-Sidebar into your main Mushclient folder. It will need to overwrite the Lua51 dlls and merge a folder.<br>
**** Open up your world file or create a new one.<br>
**** Add the plugin TFC_Msdp_Sidebar.xml (File/Plugins.../Add...) MUSHclient/Generic/worlds/plugins/TFC_Msdp_Sidebar.xml<br>
**** Save the world file so the plugin loads every time you play. (File/Save World Details)<br>
**** Close the world and reopen.
**** You're done! <br>
*** <u>Avatar</u>: Avatar can be changed by clicking the settings button located above the TFC logo near the top left.
*** <u>Background</u>: Background image or color can be changed the same way as the avatar.
*** <u>Chat window</u>: Toggle visibility by clicking the "Chat window" button. Right-click on this window for settings.
*** <u>Prompt bars</u>: Toggly visibility by clicking the "Prompt bars" button. Look in the settings menu to customize it.
*** <u>To uninstall</u>: Remove or disable the plugin. Save the World Details, then close the world and reopen.
*** <u>Version Notes</u>: Pre-release. Not all spell icons have been created, so some use a generic one. You can still see what spell it is by hovering your mouse over the icon. Exits minimap does not work in all rooms, however, it is still useful to see where doors are. Some affected by spells show multiple times. This is a server-sided issue.
*** <u>Commands</u>: <b>show stats</b>
*** MushClient 4.52+ Recommended<br><br>
** <span style="color:red">TFC Maps v1.0</span><br> &#91; [https://docs.google.com/uc?id=0BxYxbWX1hRxnMXN1VVVqcTBhODA&export=download download] &#93; [[File:TFC_Map_Plugin.png|thumb|TFC Map Plugin]]
** <span style="color:red">TFC Maps v1.0</span><br> &#91; [https://docs.google.com/uc?id=0BxYxbWX1hRxnMXN1VVVqcTBhODA&export=download download] &#93; [[File:TFC_Map_Plugin.png|thumb|TFC Map Plugin]]
** <span style="color:red">TFC Maps v1.0 Patch for MSDP GUI v2.2+</span><br> &#91; [http://s000.tinyupload.com/index.php?file_id=42516730863440739376 download] &#93;<br>
** <span style="color:red">TFC Maps v1.0 Patch for MSDP GUI v2.2+</span><br> &#91; [http://s000.tinyupload.com/index.php?file_id=42516730863440739376 download] &#93;<br>

Revision as of 22:03, 17 April 2016

ZMUD Tools/Tips/Macros

"Panic/Escape" Macro

  • Create a new macro, assign a button. (IE:F12)
  • Enter in commands:
  • flee;take recall bag;quaf recall
  • (if you have them in a bag; it's best to keep two in inv)
  • Then click save macro

Auto Logging

There is a system alias called "atconnect" for the value of the alias use the following:
#log {%char %time( mmm dd yy)}
What the above line does is on connection to the mud server it will start a log in the zMud folder using the character name and date.


MUSHCLIENT Tips/Tools/Macros

Tips

  • Installation
    • If on Windows, do not install to the Program Files folder. That is a read-only directory and will give you errors when trying to save your world (triggers/aliases/etc..)
  • Command Stacking
    • Used to being able to send multiple commands by separating them with a semicolon? This can be enabled by going to Game/Configure/Commands... and if you like using the semicolon as a shortcut for group chat, you can pick something else for it to use.
  • Command Repeating
    • Send a command without it blanking out. This can be enabled by going to Game/Configure/Commands... and ticking Auto-repeat command.

Tools

  • Plugins
    • Door opener/unlocker
      [ download ]
      • Simple script to automatically open doors for you and if locked, tries unlocking them.
      • Note: It will only try opening doors if you walk into them.

    • MSDP Sidebar v1.3 (Pre-release)
      [ EXE:download ZIP:download ]
      MSDP GUI v2.3
      • GUI Sidebar using MSDP data for live updates.
      • Features: Know exactly how many ticks every affected by spell lasts. See your equipment stats totaled up. Graphical exits minimap. Chat window. See where doors are without having to look. Know when you successfully hide and sneak. Live Health/Mana/Move/Enemy bars. Use your own Avatar and Background image or solid color. Built-in updater, so you only need to download this once (until rest of spell icons are added).
      • Installation: I have included both an EXE and a ZIP file for those paranoid about executable files.
        • Extract MSDP-Sidebar into your main Mushclient folder. It will need to overwrite the Lua51 dlls and merge a folder.
        • Open up your world file or create a new one.
        • Add the plugin TFC_Msdp_Sidebar.xml (File/Plugins.../Add...) MUSHclient/Generic/worlds/plugins/TFC_Msdp_Sidebar.xml
        • Save the world file so the plugin loads every time you play. (File/Save World Details)
        • Close the world and reopen.
        • You're done!
      • Avatar: Avatar can be changed by clicking the settings button located above the TFC logo near the top left.
      • Background: Background image or color can be changed the same way as the avatar.
      • Chat window: Toggle visibility by clicking the "Chat window" button. Right-click on this window for settings.
      • Prompt bars: Toggly visibility by clicking the "Prompt bars" button. Look in the settings menu to customize it.
      • To uninstall: Remove or disable the plugin. Save the World Details, then close the world and reopen.
      • Version Notes: Pre-release. Not all spell icons have been created, so some use a generic one. You can still see what spell it is by hovering your mouse over the icon. Exits minimap does not work in all rooms, however, it is still useful to see where doors are. Some affected by spells show multiple times. This is a server-sided issue.
      • Commands: show stats
      • MushClient 4.52+ Recommended

    • TFC Maps v1.0
      [ download ]
      TFC Map Plugin
    • TFC Maps v1.0 Patch for MSDP GUI v2.2+
      [ download ]
      • View every map from this wiki in-game.
      • Features: Draggable map list and map viewer windows. Maps viewed inside the window are also draggable.
      • Patch Installation Download "TFC Maps v1.0" and follow Normal Installation instructions first. Now download the patch and instead of adding the "TFC_Maps.xml" plugin, use the patch plugin "TFC_Maps_for_MSDP_GUI.xml" . Really it doesn't matter where the patch plugin is, but personally I would put it into the TFC_Maps folder to keep things organized.
      • Patch Note: Windows are not draggable in the patch version because if they were, other miniwindows in the MSDP GUI would overlap them making it next to impossible to use.
      • Normal Installation Extract TFC_Maps.zip into your main MUSHclient folder then simply add the plugin located in the extracted folder.
      • Notes: Right click on the map viewer window to view large/small maps and to close the map viewer window. Map list window has a red X in the top right corner to close. Maps are not all in alphabetical order. Commands below are to help with not having to take your hand off the keyboard as often.
      • Commands:
        • map list Opens the map list window.
        • close map list Closes the map list window.
        • close map Closes the map viewer window.
        • view page # Change to a different page in the map list window. (ie: view page 4)
        • view map # Each map has a number in front of it, use that number to view the map. (ie: view map 31)
        • last map Bring up the last map you were looking at.

    • MSDP Prompt Bars v1.1
      [ download ]
      • Want just the live bars, but without the GUI? Here it is!
      • Draggable Live Health/Mana/Move/Enemy bars from the MSDP GUI.
      • Bars now remember where you place them.
      • MushClient 4.52+ Recommended

Atlantis Tip Tools/Tips/Macros

Spawns

Atlantis allows you to filter the incoming lines and redirect it to a separate window or a "Spawn". Disable the "Show new activity" option on all but the main spawn.

  • Ftell Channel: In the address book create a spawn called 'ftell' and add the following patterns. This will route all the ftells to a separate window. Set the maximum lines to 100:
    • Contains : ftells
    • Begins with: You ftell
  • Who output: In the address box create a spawn call 'who' and add the following patterns. This will route the output of the 'who' command to a separate window. Set the maximum lines to 100:
    • Matches regexp: ^(...) \[ (.+) \](.+)
    • Matches regexp: ^(..) players.
    • Matches regexp: ^(.) player.
  • Public Channels: In the address box create a spawn call 'who' and add the following patterns. This will route the output of the 'who' command to a separate window. Set the maximum lines to 100:
    • Contains: gossips
    • begins with: You gossip
    • begins with: You auction