魔兽科普汇聚WoW玩家们专属综合资讯门户网站!

FlightTimer

FlightTimer 是一款魔兽世界插件,主要用于倒计时、提醒和战斗预警、背包、银行、专业制造或物品整理。建议根据自己的版本和插件环境先测试兼容性。

免费下载 举报 收藏插件
插件详情

插件中文资料库

中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。

玩家一句话点评
FlightTimer 适合需要其他插件、界面增强或玩法辅助的玩家,建议结合自己的职业和版本先测试再长期使用。
适用场景
  • 任务路线、地图标记和野外探索

FlightTimer 插件下载与使用指南

本页整理了 FlightTimer 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。

适合谁用

FlightTimer 是一款 其他插件 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。

基本信息

  • 插件作者:MizarSG
  • 插件分类:其他插件
  • 适配版本:2.5.5
  • 累计下载:14,380

安装方法

  1. 点击上方下载按钮获取 FlightTimer插件文件。
  2. 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
  3. 重启游戏或在角色界面点击插件,确认 FlightTimer 已启用。
  4. 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。

使用建议

FlightTimer 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。

FlightTimer 常见问题

这个插件适合哪些玩家?

FlightTimer 适合需要 其他插件 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。

下载后怎么安装?

下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。

为什么插件不显示或不生效?

常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。

有没有类似插件可以替代?

可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。

插件 AI 问答

可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。

FlightTimer 是一款魔兽世界插件,主要用于倒计时、提醒和战斗预警、背包、银行、专业制造或物品整理。建议根据自己的版本和插件环境先测试兼容性。

插件用途

FlightTimer 主要面向需要其他插件功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。

适用场景

  • 倒计时、提醒和战斗预警
  • 背包、银行、专业制造或物品整理

使用建议

安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。

FlightTimer

 

FlightTimer is a lightweight World of Warcraft: The Burning Crusade addon that tracks, learns, and estimates flight path durations and displays a real-time progress bar with remaining time and completion percentage while you are in flight.

 

The addon automatically records real flight times as you travel and becomes more accurate over time. When real data is unavailable, it can estimate travel time using previously learned route segments or the reverse route.

 

Features

 

Core features:

 

Automatically detects flight source and destination when you select a taxi.

 

Measures and stores real flight times per route.

 

Learns routes automatically as you fly them.

 

Averages repeated flights to smooth timing data.

Account-wide SavedVariables shared across characters.

 

Smart estimation:

When no real data exists for a route, FlightTimer now uses a learned flight graph built from all previously recorded flights.

Every measured route (A → B) becomes an edge in a directed weighted graph.
This allows the addon to infer multi-hop routes and compute the shortest known path between two locations using Dijkstra’s algorithm.

This means FlightTimer can now:

Discover indirect routes such as:
Ironforge → Stormwind → Sentinel Hill

Combine multiple known legs automatically.

Prefer real recorded directions.

Fall back gracefully when some segments are unknown.

How estimation works

When a flight starts and no exact time is recorded for that direction:

The addon searches the learned route graph for the best path between source and destination.

If a path is found, the total estimated time is calculated by summing all known legs.

If parts of the path are missing from the graph, default segment times may be used.

If no usable path exists at all, the route is treated as completely new and measured normally.
 
In-flight UI:
During flight, FlightTimer displays a progress bar showing:

 

Shortened Source to Destination (text before the first comma for readability).

 

Time remaining in minutes and seconds (MM:SS).

 

Completion percentage.

 

UI behavior:

 

If the route has been flown before:
Ironforge -> Stormwind 2:41 (58%)

 

If the route is new but an estimate exists:
New route Ironforge -> Sentinel Hill. Estimated 4:56 (32%)
 
New route with estimate:
New route Ironforge -> Sentinel Hill. Estimated 4:56 (32%)

Completely unknown route:
New route, collecting time
 
Movable and Resizable Window

The flight timer bar can now be customized:

Drag the bar with the left mouse button to reposition it.

Resize it using the handle in the bottom-right corner.

Position and size are saved automatically and restored on login or reload.

This allows the bar to fit cleanly into any UI layout.
 
Data and compatibility:

 

Uses account-wide SavedVariables, so all your characters share learned routes.

 

Minimal performance impact.

 

Fully compatible with WoW TBC Classic (2.4.3 API).

 

Works with Lua 5.1.

 

How it works

 

When you click a flight destination, FlightTimer captures:

 

Your current node (source).

 

Your destination.

 

The intermediate reachable nodes.

 

When the flight starts, the addon:

 

Checks for real stored time.

 

If none exists, tries to estimate using waypoints or the reverse route.

 

Starts the progress bar.

 

When the flight ends, FlightTimer:

 

Measures the real travel time.

 

Saves it, or averages it with existing data.

 

Makes future flights on that route accurate.

 

Installation

 

Download the addon from CurseForge.

 

Extract the FlightTimer folder into:
World of Warcraft/classic/Interface/AddOns/

 

Restart the game or reload the UI.

 

Debugging (optional)

 

The addon includes optional debug output for development and testing.
You can enable it in the code by setting:
local DEBUG = true

 

Credits

 

Author: Mizar
Inspired by classic-era flight timer addons from The Burning Crusade.

 

Support

 

If you encounter issues or have feature requests, please report them on the CurseForge project page.
CurseForge: https://www.curseforge.com/wow/addons/flighttimer

用户评价

暂无 / 5,0 条评价
免费插件下载后可以评价;付费插件 / WA 购买后可以评价;委托订单完成后可以评价。
暂无评价。

相关推荐

继续看看这些内容

全站搜索