User Tools

Site Tools



magicmounts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
magicmounts [2019/10/28 13:32] – [FAQ] urguwnomagicmounts [2020/01/28 04:31] urguwno
Line 74: Line 74:
 ====== FAQ ====== ====== FAQ ======
  
-Q) What if I don't have a Middle Mouse Button on my PC or I just want to use a keyboard shortcut instead?+Q) What if I don't have a Middle Mouse Button on my PC or I just want to use a keyboard shortcut instead?\\
 A) Simply create a shortcut to open the radial mounts menu. A) Simply create a shortcut to open the radial mounts menu.
  
Line 87: Line 87:
   - Keys: <whatever you want>   - Keys: <whatever you want>
   - OK   - OK
 +
 +
 +====== Shortcut Code ======
 +
 +Although Magic Mounts cheat behavior can be controlled via the small user interface in the addons menu, you may want to create keyboard shortcuts.
 +
 +You can use this code to create shortcuts in the shortcut menu if you'd like a hotkey to toggle the mount cheats on and off.
 +
 +  * MagicMounts.Settings["GriffonFlightEnabled"] = not(MagicMounts.Settings["GriffonFlightEnabled"])
 +  * MagicMounts.Settings["SkimmerHoverEnabled"] = not(MagicMounts.Settings["SkimmerHoverEnabled"])
 +  * MagicMounts.Settings["SpringerJumpEnabled"] = not(MagicMounts.Settings["SpringerJumpEnabled"])
 +  * MagicMounts.Settings["RaptorLongJumpEnabled"] = not(MagicMounts.Settings["RaptorLongJumpEnabled"])
 +  * MagicMounts.Settings["SkyScaleInfStamina"] = not(MagicMounts.Settings["SkyScaleInfStamina"])
 +
 +As an example, these steps will create a shortcut to toggle respect for LOS.
 +
 +  - From the MMOMinion menu, click Shortcuts.
 +  - In the User Functions section, click New. This will open a Code Editor window.
 +  - In the name field, type “Griffon Flight Toggle” without the quotes.
 +  - In the code section at bottom, type “MagicMounts.Settings["GriffonFlightEnabled"] = not(MagicMounts.Settings["GriffonFlightEnabled"])” without the quotes, then click OK.
 +  - In the Key Binds section, click New. This will open a Keybind Details window.
 +  - In the name field, type “Griffon Flight Toggle” without the quotes.
 +  - In the Function drop-down, choose “Griffon Flight Toggle”.
 +  - Pick the hot keys you'd like to use and click OK
 +  - If setup correctly, your configured hotkey will enable or disable the Griffon Flight cheat, as seen in the addon menu.
 +
magicmounts.txt · Last modified: 2021/10/17 10:22 by frenkey