This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| magicmounts [2020/10/08 03:02] – [Shortcut Code] urguwno | magicmounts [2021/10/17 10:22] (current) – created frenkey | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | [[http:// | ||
| - | [[https:// | ||
| Line 13: | Line 11: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | **<color # | + | **<color # |
| + | |||
| + | **<color # | ||
| \\ | \\ | ||
| - | ====== | + | ====== Mount Menu ====== |
| - | + | ||
| - | The Middle Mouse Button (MMB) will bring up the Radial Mounts Menu. | + | |
| * Allows using ANY MOUNT, even those you HAVE NOT UNLOCKED!!! | * Allows using ANY MOUNT, even those you HAVE NOT UNLOCKED!!! | ||
| * You may choose to buy a skin in the Gem Store for your hacked mounts! | * You may choose to buy a skin in the Gem Store for your hacked mounts! | ||
| - | * You may choose to use a modifier key if MMB is used for something else. (e.g. Shift + MMB) | ||
| * Selecting a new mount will automatically dismount when needed. | * Selecting a new mount will automatically dismount when needed. | ||
| - | * Allows switching between the Griffon and Skyscale mid-flight! | ||
| * If your character is in combat or otherwise unable to mount at the time, you'll mount as soon as mounting is possible. | * If your character is in combat or otherwise unable to mount at the time, you'll mount as soon as mounting is possible. | ||
| - | * You do NOT need to configure any key binds in-game! | + | * Allows switching between the Griffon and Skyscale mid-flight! |
| - | {{https:// | + | {{https:// |
| ====== Skyscale Infinite Stamina ====== | ====== Skyscale Infinite Stamina ====== | ||
| Line 34: | Line 30: | ||
| Fly as high as you like by resetting your Skyscale' | Fly as high as you like by resetting your Skyscale' | ||
| - | Optionally configure an automatic boost to Skyscale stamina every ~3 seconds | + | By default, simply hold shift while hitting spacebar to fly to any height. |
| + | |||
| + | <color # | ||
| + | \\ | ||
| + | * Please make sure HACKS are enabled on the Quick Toggle bar to use this feature or any other mount enhancement.\\ | ||
| + | * Also make sure you do not have the Shift key (by itself) bound to other shortcuts.</ | ||
| {{https:// | {{https:// | ||
| Line 59: | Line 60: | ||
| {{https:// | {{https:// | ||
| + | ====== Warclaw Automatic Sniffing ====== | ||
| + | |||
| + | Automatically sniff out enemies in WvW at up to a 5000 range! | ||
| + | |||
| + | {{https:// | ||
| + | |||
| ====== Springer Super Jump ====== | ====== Springer Super Jump ====== | ||
| Line 83: | Line 90: | ||
| * Your Jump key should be bound to Spacebar. (default setting) | * Your Jump key should be bound to Spacebar. (default setting) | ||
| - | ====== 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?\\ | ||
| - | A) Simply create a shortcut to open the radial mounts menu. | ||
| - | |||
| - | - MMOMinion --> Shortcuts | ||
| - | - User Functions --> New | ||
| - | - Name: MountMenu | ||
| - | - MagicMounts.ToggleOverlay() | ||
| - | - OK | ||
| - | - Key Binds --> New | ||
| - | - Name: MountMenu | ||
| - | - Function: MountMenu | ||
| - | - Keys: < | ||
| - | - OK | ||
| ====== Shortcut Code ====== | ====== Shortcut Code ====== | ||
| - | Although Magic Mounts | + | Although Magic Mounts can be controlled via the small user interface, you may want to create keyboard shortcuts. |
| + | |||
| + | Please note that these differ greatly from the in-game mount keyboard shortcuts in that you'll mount as soon as you're able even if you used the shortcut while in combat. | ||
| You can use these code snippets to create shortcuts in the shortcut menu if you'd like a hotkey to toggle the mount cheats on and off. | You can use these code snippets to create shortcuts in the shortcut menu if you'd like a hotkey to toggle the mount cheats on and off. | ||
| - | * MagicMounts.ToggleOverlay() | + | * MagicMounts.MountIconClick(" |
| - | * MagicMounts.Settings["GriffonFlightEnabled"] = not(MagicMounts.Settings["GriffonFlightEnabled"]) | + | * MagicMounts.MountIconClick("griffon") |
| - | * MagicMounts.Settings["SkimmerHoverEnabled"] = not(MagicMounts.Settings["SkimmerHoverEnabled"]) | + | * MagicMounts.MountIconClick("skimmer") |
| - | * MagicMounts.Settings[" | + | * MagicMounts.MountIconClick("warclaw") |
| - | * MagicMounts.Settings[" | + | * MagicMounts.MountIconClick("raptor") |
| - | * MagicMounts.Settings[" | + | * MagicMounts.MountIconClick("jackal") |
| - | * MagicMounts.Settings[" | + | * MagicMounts.MountIconClick("springer") |
| + | * MagicMounts.MountIconClick("rollerbeetle") | ||
| + | * MagicMounts.CancelMount() | ||
| - | As an example, these steps will create a shortcut to toggle | + | As an example, these steps will create a shortcut |
| - From the MMOMinion menu, click Shortcuts. | - From the MMOMinion menu, click Shortcuts. | ||
| - In the User Functions section, click New. This will open a Code Editor window. | - In the User Functions section, click New. This will open a Code Editor window. | ||
| - | - In the name field, type “Magic Mounts Menu” without the quotes. | + | - In the name field, type “Skyscale” without the quotes. |
| - | - In the code section at bottom, type “MagicMounts.ShowOverlay = not(MagicMounts.ShowOverlay)” without the quotes, then click OK. | + | - In the code section at bottom, type MagicMounts.MountIconClick(" |
| - In the Key Binds section, click New. This will open a Keybind Details window. | - In the Key Binds section, click New. This will open a Keybind Details window. | ||
| - | - In the name field, type “Magic Mounts Menu Toggle” without the quotes. | + | - In the name field, type “Skyscale” without the quotes. |
| - | - In the Function drop-down, choose “Magic Mounts Menu”. | + | - In the Function drop-down, choose “Skyscale”. |
| - Pick the hot keys you'd like to use and click OK | - Pick the hot keys you'd like to use and click OK | ||
| - | - If setup correctly, your configured hotkey will enable or disable | + | - If setup correctly, your configured hotkey will mount the Skyscale. |
| Line 134: | Line 130: | ||
| * This includes players using both mounts that were not unlocked AND extensive use of the mount enhancements. (hacks) | * This includes players using both mounts that were not unlocked AND extensive use of the mount enhancements. (hacks) | ||
| * I will do my best to keep the community informed of any changes. | * I will do my best to keep the community informed of any changes. | ||
| - | |||
| - | ====== Support Options ====== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||