lofi
New Member
- Joined
- Jul 12, 2010
- Messages
- 203
- Reaction score
- 15
[Plugin] LetMeFly - Flight speed for Grind bot / Questing profiles
LetMeFly v3.5.1
LetMeFly is a plugin that enables flying mounts in regular Grind bot and Questing profiles. Requires Lifetime or Paid Flying Plugin or else you will get dismounted whenever you leave the ground.
Features: (Designed for Honorbuddy 2.0.0.4354)
* - Jumps to fly when mounted and running on the ground
* - Adjusts hotspots of current profile a few yards off ground
* - Returns to ground when stuck or when POI is nearby
* - Uses Flight Form and Swift Flight Form when available
Installation:
1. Download LetMeFly.cs to your Plugins folder.
2. Modify parameters (optional - see Configuration)
3. Click "Recompile All" under Plugins tab in Honorbuddy.
4. Select "LetMeFly" and check the "Enabled" checkbox.
5. Specify the name of a flying mount in 'General Settings' (optional for Druids)
6. Enable 'Auto Dismount in Flight' under Interface Options -> Controls in WoW.
Configuration:
1. Open LetMeFly.cs in your Plugins folder using any text editor (Notepad will do).
2. Edit configurations on lines 40+ (see code snippet below)
3. Save the file and click "Recompile All" in the Plugins tab.
4. Select "LetMeFly" and make sure it is enabled.
EDIT: Download LetMeFly Helper to fix the ground-diving issue while moving. Thanks to mastahg!
LetMeFly v3.5.1
LetMeFly is a plugin that enables flying mounts in regular Grind bot and Questing profiles. Requires Lifetime or Paid Flying Plugin or else you will get dismounted whenever you leave the ground.
Features: (Designed for Honorbuddy 2.0.0.4354)
* - Jumps to fly when mounted and running on the ground
* - Adjusts hotspots of current profile a few yards off ground
* - Returns to ground when stuck or when POI is nearby
* - Uses Flight Form and Swift Flight Form when available
Installation:
1. Download LetMeFly.cs to your Plugins folder.
2. Modify parameters (optional - see Configuration)
3. Click "Recompile All" under Plugins tab in Honorbuddy.
4. Select "LetMeFly" and check the "Enabled" checkbox.
5. Specify the name of a flying mount in 'General Settings' (optional for Druids)
6. Enable 'Auto Dismount in Flight' under Interface Options -> Controls in WoW.
Configuration:
1. Open LetMeFly.cs in your Plugins folder using any text editor (Notepad will do).
2. Edit configurations on lines 40+ (see code snippet below)
3. Save the file and click "Recompile All" in the Plugins tab.
4. Select "LetMeFly" and make sure it is enabled.
Code:
// User configurations
JumpHoldTime = 0.1; // How long to hold jump (scaled based on flight speed)
JumpCooldown = 0.2; // Minimum time between jumps (in seconds)
JumpDistance = 10; // Minimum distance traveled between jumps
SafeDistance = 40; // Do not jump when this close to POI
ZAxisModifier = 1.0; // Adjust hotspots vertically
StuckDistance = 10; // Reset mounted still timer after moving this far
MountedStillTimeout = 30; // Dismount when mounted still for this long (in seconds)
FlightFormDistance = 50; // Force mount when POI is further than this many yards
FlightFormCooldown = 10; // Minimum time to re-cast after dismounting (in seconds)
EDIT: Download LetMeFly Helper to fix the ground-diving issue while moving. Thanks to mastahg!
Attachments
Last edited: