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

ZaeUI_DungeonNotes

ZaeUI_DungeonNotes 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化、副本、团本、大秘境或钥石辅助。建议根据自己的版本和插件环境先测试兼容性。

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

插件中文资料库

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

玩家一句话点评
ZaeUI_DungeonNotes 适合需要其他插件、界面增强或玩法辅助的玩家,建议结合自己的职业和版本先测试再长期使用。
适用场景
  • 副本、团队本和大秘境战斗提醒
  • 界面布局、头像框、姓名板和动作条优化

ZaeUI_DungeonNotes 插件下载与使用指南

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

适合谁用

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

基本信息

  • 插件作者:Zaekof
  • 插件分类:其他插件
  • 适配版本:12.0.5
  • 累计下载:13,636

安装方法

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

使用建议

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

ZaeUI_DungeonNotes 常见问题

这个插件适合哪些玩家?

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

下载后怎么安装?

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

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

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

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

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

插件 AI 问答

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

ZaeUI_DungeonNotes 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化、副本、团本、大秘境或钥石辅助。建议根据自己的版本和插件环境先测试兼容性。

插件用途

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

适用场景

  • 界面框架、头像、动作条或冷却显示优化
  • 副本、团本、大秘境或钥石辅助

使用建议

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

ZaeUI_DungeonNotes

Take personal notes for each dungeon and raid — displayed on instance entry via a discreet notification, editable from a floating window, organised per character, and shareable via text profiles.

Compatible with World of Warcraft Midnight (12.0.0+). 100% local: no network traffic, no cross-player sync, no addon messaging — works everywhere including Mythic+, Arenas and active raid encounters where many other addons are restricted by Blizzard's new combat API rules.

Features

  • Per-dungeon notes — one free-form multi-line note per instance, indexed by WoW instanceMapID
  • Per-character storage — each character maintains its own notes via SavedVariablesPerCharacter
  • Instance-entry notification — a floating button appears briefly when you enter a dungeon or raid; click to open the editor
  • Instance browser — list every dungeon and raid you have already visited and open any of their notes from the options panel, without needing to enter the instance
  • Shareable profiles — export all your notes as a text string, import them on another character or share them with friends
  • Customisable notifications — toggle on/off, adjust duration (5–60s), enable for dungeons and raids independently
  • Safe profile parser — hand-written regex scanner, no loadstring, 50 KB hard limit on imports
  • ZaeUI minimap button integration — an "Open Dungeon Notes" entry appears in the shared ZaeUI right-click context menu
  • Works everywhere — no dependency on Blizzard APIs restricted in competitive instanced content; every feature operates entirely on your client

Display Modes

Floating Editor Window

A draggable, resizable window with a multi-line text area, Save button and Clear-note button. Window position and size are persisted per character.

Instance-Entry Notification

On entering a dungeon or raid, a small button appears near the top of the screen for a few seconds and then fades out. Clicking it opens the editor on the current instance. The notification can be suppressed entirely or configured to appear even for instances without existing notes.

Instance Browser

A scrollable list of every dungeon and raid you have visited, grouped by type. Each row shows the instance name and a note status indicator (has note / empty). Click any row to open its notes directly — no need to zone into the dungeon.

Slash Commands

Command Description
/zdn Open the note window for the current instance
/zdn browse Browse and open notes for any visited dungeon or raid
/zdn options Open the options panel
/zdn export Export your profile to a shareable string
/zdn import Import a profile string
/zdn reset Delete all notes (with confirmation)
/zdn help Show all commands

How It Works

  1. On entering a dungeon or raid (PLAYER_ENTERING_WORLD), the addon resolves the instanceMapID via GetInstanceInfo() and catalogues the instance name in a local list.
  2. If a note already exists for that mapID — or if "notify empty instances" is enabled — a discreet notification button appears and fades out after notificationDuration seconds.
  3. Clicking the button opens the editor with the existing note pre-filled. Typing marks the buffer dirty; clicking Save persists the note to SavedVariables.
  4. Notes can be browsed from the options panel via the "Browse all dungeons..." button, which lists every instance ever visited along with its note status.
  5. Profiles can be exported to a plain-text string (ZAEDN1:{[mapID]="escaped text",...}) and imported on any other character or shared with a friend.

Shareable Profile Format

Profiles use a strict, whitelisted format prefixed with ZAEDN1:. Example:

ZAEDN1:{[2660]="kick prio magie on trash 3",[2661]="boss 2: dodge left"}

The import parser is a hand-written regex-based scanner — no loadstring, no arbitrary code execution — and rejects any input that is malformed or larger than 50 KB.

SavedVariables

Stored per-character in ZaeUI_DungeonNotesCharDB:

  • notes[mapID] = "text"
  • knownInstances — catalogue of visited instances with their names
  • showNotification, notificationDuration, notifyEmptyInstances
  • enableParty, enableRaids
  • windowPoint, windowWidth, windowHeight — editor persistence
  • showLoadMessage

Requirements

Download

CurseForge: https://www.curseforge.com/wow/addons/zaeui-dungeonnotes

用户评价

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

相关推荐

继续看看这些内容

全站搜索