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

Macro-Talk_Classic

Macro-Talk_Classic 是一款魔兽世界插件,主要用于聊天与通讯相关功能,适合对应经典服或周年服版本使用。建议根据自己的版本和插件环境先测试兼容性。

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

插件中文资料库

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

玩家一句话点评
Macro-Talk_Classic 适合需要聊天与通讯、界面增强或玩法辅助的玩家,建议结合自己的职业和版本先测试再长期使用。
适用场景
  • 界面布局、头像框、姓名板和动作条优化

Macro-Talk_Classic 插件下载与使用指南

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

适合谁用

Macro-Talk_Classic 是一款 聊天与通讯 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。

基本信息

  • 插件作者:Djidam21
  • 插件分类:聊天与通讯
  • 适配版本:3.4.0
  • 累计下载:7,453

安装方法

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

使用建议

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

Macro-Talk_Classic 常见问题

这个插件适合哪些玩家?

Macro-Talk_Classic 适合需要 聊天与通讯 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。

下载后怎么安装?

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

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

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

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

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

插件 AI 问答

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

Macro-Talk_Classic 是一款魔兽世界插件,主要用于聊天与通讯相关功能,适合对应经典服或周年服版本使用。建议根据自己的版本和插件环境先测试兼容性。

插件用途

Macro-Talk_Classic 主要面向需要聊天与通讯功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。

适用场景

  • 聊天与通讯相关功能

使用建议

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

CLASSIC version for MacroTalk Add-On

MacroTalkClassic provides extended chat command support especially useful for macros (use /macrotalk or /mtk for ingame usage)

Disabling Modules
If you would prefer only to have certain functionality from MacroTalkClassic (for instance, if you have another addon that provides similar functionality), you can disable various modules by renaming or deleting the corresponding .lua files. You can safely remove MacroTalkClassicChatOptions, MacroTalkClassicCommands, and MacroTalkClassicSubstitutions which correspond to Conditional/Random chat commands, Slash commands, and Text substitutions, respectively.

Slash Commands

tellunit (/tu, /whisperunit, /wu) {unit} {message} Sends a whisper to the specified unit. This link for a list of units

Example :
/cast Innervate /tellunit target Incoming innervate

/group (/gr) {message} Picks /instance if you're in BG, LFR or LFG. Picks /raid if you're in a raid (not LFR). Picks /party if you're in a party (not LFG).

/opt [options] {slash command}; [options] {slash command}; ... Picks from multiple slash commands given the options. You can only use slash commands that don't trigger secure functions. Chat commands, emotes, scripts, etc. are OK. /cast, /use, etc. are off limits. Note: the sub-commands cannot use macro options since the semicolons would cause ambiguity.

Example :
/opt [button:2] /bye; /wave

/rndcmd [options] {command 1}\{command 2}; [options] {command 3}\{command 4}... Picks a random slash command out of the group chosen based on the given options. Each group is a list of slash commands separated by the backslash (\) character (this is in contrast to commas used for the built-in random commands--commas are just too common in chat messages). Note: like the /opt command, the sub-commands cannot use macro options and you can't use any secure commands.

Example :
rndcmd [swimming] /y Help! I'm Drowning! \ /s The water's great!; /s Time for a swim... \ /dance

Conditional chat commands
All chat commands (/say, /tell, /guild, etc.) can now accept macro options. To use this functionality, simply start the command with /opt. Note: [target=] has no effect on the output of the chat commands; it only affects the other conditionals in the clause.

Example :
/optsay [swimming] gurgle; [mounted] The cavalry has arrived!

Example :
/cast [target=focus] Polymorph /optgroup [target=focus, exists] Sheeping %f[/i]

Random chat commands
Similar to the macro options, you can now add /rnd to the beginning of any chat command to pick a random saying. The /rnd___ commands also take options to pick a different list of sayings. The lists themselves are separated by the backslash symbol (\).

Example :
/rndyell ZOMG! \ WTF?! \ You there! Check out that noise!

Example :
/rndsay [outdoors] Ahhh, the Great Outdoors! \ What a lovely day!; I wish I could go outside right now \ Must... Leave... Building...[/i]

Text substitutions
MacroTalkClassic offers a variety of substitutions in addition to %t of the default UI. Substitutions are prioritized by the length of the code; longer codes are processed first. This means that %tl will be processed before %t. The codes are case-insensitive so %Tl is equivalent to %tL.

Straight substitutions :
%n - Your name
%z - Your current zone
%sz - Your current sub-zone (or zone if no sub-zone)
%loc - Your map coordinates.
%lt - Local time (Only for WotLK)
%rt - Realm time (Only for WotLK)

unit information :
%t - Name of your target (built in, but listed for consistency)
%f - Name of your focus (Not in ClassicEra)
%m - Name of mouseover unit
%p - Name of your pet
%tt - Name of your target's target

You can suffix those with one of the following to return other pieces of data about the unit :
l - Level
cl - Unit classification (not localized) (Only for WotLK)
c - Class
g - Gender
gb - Gender (blank if no gender)
r - Race
rb - Race (blank if no race)
gu - Guild
gub - Guild (blank if no guild)
rm - Realm
h - Health (XX/XX)
hp - Health percentage (XX%)
pw - Power - Depending on the unit power, can be mana, focus, energy and so on
pwb - Power (blank if no power)
pwp - Power percentage
pwpb - Power percentage (blank if no mana)
ic - Raid icon
icb - Raid icon (blank if no icon)
gn - Raid group number - Only if target is in the same raid as you, or you are in a raid
gnb - Raid group number (blank if no raid group)
nt- Name with title (Only for WotLK)
ut- Title (Only for WotLK)
utb- Title (blank if no title) (Only for WotLK)

Example :
/p Sheeping %f (level %fl %fg %fr %fc) /cast [target=focus] Polymorph Sample result: Sheeping Cogwheel (level 64 male Gnome Warrior)

Example :
/s I'm a level %l, %g, %r %c from %gu of %rm. Sample result: I'm a level 68, male, gnome warrior from Arkangels of Sargeras.

 

MacroTalk version for WoW Classic. Originally created by CogWheel. All thanks to CogWheel for his really nice work on this addon, I am only here to maintain it alive :)
Do not hesitate to give any kind of comments or suggestions :)

CurseForge: https://www.curseforge.com/wow/addons/macro-talk_classic

用户评价

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

相关推荐

继续看看这些内容

全站搜索