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
magicmounts [2021/01/22 18:21] – [Radial Mount Menu] urguwnomagicmounts [2021/10/17 10:22] (current) – created frenkey
Line 6: Line 6:
 \\ \\
 \\ \\
-[[http://www.mmominion.com/thread-21297.html| Support thread]] 
-[[https://discord.gg/npFXSUz| Discord Server]] 
  
  
Line 14: Line 12:
 \\ \\
 **<color #ed1c24>FREE 336-hour trial!</color>** **<color #ed1c24>FREE 336-hour trial!</color>**
 +
 +**<color #ed1c24>NOTE: NO SUPPORT FOR THE CHINESE GW2 CLIENT!</color>**
 \\ \\
  
Line 30: Line 30:
 Fly as high as you like by resetting your Skyscale's stamina with a configurable modifier key + Spacebar. Fly as high as you like by resetting your Skyscale's stamina with a configurable modifier key + Spacebar.
  
-Optionally configure an automatic boost to Skyscale stamina every ~3 seconds while moving during flight.+By default, simply hold shift while hitting spacebar to fly to any height. 
 + 
 +<color #ed1c24>NOTES: 
 +\\ 
 +  * 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.</color>
  
 {{https://res.cloudinary.com/demo/image/fetch/w_340,h_200,c_crop,g_face/https://cdn.gamer-network.net/2019/articles/2019-04-09-10-49/-1554803384017.jpg}} {{https://res.cloudinary.com/demo/image/fetch/w_340,h_200,c_crop,g_face/https://cdn.gamer-network.net/2019/articles/2019-04-09-10-49/-1554803384017.jpg}}
Line 55: Line 60:
  
 {{https://backlogcrusader.files.wordpress.com/2019/06/img_4909.jpg?width=340&height=200&fit=bounds}} {{https://backlogcrusader.files.wordpress.com/2019/06/img_4909.jpg?width=340&height=200&fit=bounds}}
 +====== Warclaw Automatic Sniffing ======
 +
 +Automatically sniff out enemies in WvW at up to a 5000 range!
 +
 +{{https://wiki.guildwars2.com/images/e/ea/Warclaw_banner.jpg?width=600&height=200&fit=bounds}}
 +
 ====== Springer Super Jump ====== ====== Springer Super Jump ======
  
Line 79: 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: <whatever you want> 
-  - OK 
  
  
 ====== Shortcut Code ====== ====== 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.+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("skyscale"
-  * MagicMounts.Settings["GriffonFlightEnabled"] = not(MagicMounts.Settings["GriffonFlightEnabled"]+  * MagicMounts.MountIconClick("griffon"
-  * MagicMounts.Settings["SkimmerHoverEnabled"] = not(MagicMounts.Settings["SkimmerHoverEnabled"]+  * MagicMounts.MountIconClick("skimmer") 
-  * MagicMounts.Settings["SpringerJumpEnabled"] = not(MagicMounts.Settings["SpringerJumpEnabled"]+  * MagicMounts.MountIconClick("warclaw"
-  * MagicMounts.Settings["RaptorLongJumpEnabled"] = not(MagicMounts.Settings["RaptorLongJumpEnabled"]+  * MagicMounts.MountIconClick("raptor") 
-  * MagicMounts.Settings["SkyScaleInfStamina"] = not(MagicMounts.Settings["SkyScaleInfStamina"]+  * MagicMounts.MountIconClick("jackal") 
-  * MagicMounts.Settings["DisableActionCam"] = not(MagicMounts.Settings["DisableActionCam"])+  * MagicMounts.MountIconClick("springer") 
 +  * MagicMounts.MountIconClick("rollerbeetle") 
 +  * MagicMounts.CancelMount()
  
-As an example, these steps will create a shortcut to toggle mount menu on and off.+As an example, these steps will create a shortcut key to toggle mounting your Skyscale.
  
   - 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("skyscale"), then click OK.
   - 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 the Griffon Flight cheat, as seen in the addon menu.+  - If setup correctly, your configured hotkey will mount the Skyscale.
  
  
Line 130: 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://discord.gg/npFXSUz|MMOMinion & Chill Discord Server - Urguwno#1778]] 
-  * [[https://discordapp.com/invite/0iAWExfcHtob4DtI|MMOMinion Discord Server - Urguwno#1778]] 
-  * [[http://www.mmominion.com/private.php?action=send&uid=516|Private Forum Message]] 
-  * [[http://www.mmominion.com/thread-21297.html|Forum Support Thread]] 
  
magicmounts.1611339698.txt.gz · Last modified: 2021/01/22 18:21 by urguwno