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 [2020/05/20 23:53] urguwnomagicmounts [2021/10/17 10:22] (current) – created frenkey
Line 6: Line 6:
 \\ \\
 \\ \\
-[[http://www.mmominion.com/thread-21297.html| Support thread]]+ 
 + 
 +This addon is accessed from the MMOMinion \ Addons menu.
 \\ \\
 \\ \\
-**<color #ed1c24>FREE 72-hour trial!</color>**+**<color #ed1c24>FREE 336-hour trial!</color>** 
 + 
 +**<color #ed1c24>NOTE: NO SUPPORT FOR THE CHINESE GW2 CLIENT!</color>**
 \\ \\
  
-====== Radial Mount Menu ====== +====== 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://hosting.photobucket.com/images/jj613/Onwugru/0/ad0fcbdf-c368-404a-9635-55061942af1d-original.png?width=400&height=400&fit=bounds}}+{{https://hosting.photobucket.com/images/jj613/Onwugru/MagicMounts_Quick_Toggles.PNG}}
  
 ====== Skyscale Infinite Stamina ====== ====== Skyscale Infinite Stamina ======
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 74: Line 85:
 {{https://beta-static.photobucket.com/images/jj613/Onwugru/0/7b63708a-df1a-4179-8139-1bf1f30897fe-original.png}} {{https://beta-static.photobucket.com/images/jj613/Onwugru/0/7b63708a-df1a-4179-8139-1bf1f30897fe-original.png}}
  
-__**Requirements**__ +====== Requirements ======
-  * Associated mount obtained and active (Griffon: Flight, Skimmer: Super Hover, Springer: Super Jump) +
-  * Keybind spacebar to jump.+
  
-====== FAQ ======+  * For the WarClaw, you need to put one point into WarClaw mastery. (Note: You start with 1 free point to assign.) 
 +  * Your Jump key should be bound to Spacebar. (default setting)
  
-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.ShowOverlay = not(MagicMounts.ShowOverlay) 
-  - 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.ShowOverlay = not(MagicMounts.ShowOverlay+  * 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.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 128: 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.1590018822.txt.gz · Last modified: 2020/05/20 23:53 by urguwno