/script if ( SpellIsTargeting() ) then SpellTargetUnit("player"); end /script if (UnitName("target") ~=nil and UnitIsFriend("player","target")) then CastSpellByName("治疗术(等级1)") SendChatMessage("即将治疗 %T", "Party") else TargetUnit ("player") CastSpellByName("治疗术(等级1)...
/script CURRENT_ACTIONBAR_PAGE = X; /script ChangeActionBarPage(); 就是将你的快捷栏翻到第X页。 函数库中有许多函数都是非常有用和方便的,比如一次打开所有包包: /script OpenAllBags(); 配合关闭包包的函数,一次关闭所有包的宏也可以实现: /script CloseBag(0); ...
/script if ( SpellIsTargeting() ) then SpellTargetUnit("player"); end /script if (UnitName("target") ~=nil and UnitIsFriend("player","target")) then CastSpellByName("治疗术(等级1)") SendChatMessage("即将治疗 %T", "Party") else TargetUnit ("player") CastSpellByName("治疗术(等级1)...
AddOn for World of Warcraft. Frame Commander simply adds slash commands to the game to open various frames, such as Talents, the Spellbook, your Vault, and more! warcraftaddonwarcraft-addonwowaddonswowaddon UpdatedDec 26, 2024 Lua wowworldofwarcraftwowaddonskuinameplates ...
/script CURRENT_ACTIONBAR_PAGE = X; /script ChangeActionBarPage(); 就是将你的快捷栏翻到第X页。 函数库中有许多函数都是非常有用和方便的,比如一次打开所有包包: /script OpenAllBags(); 配合关闭包包的函数,一次关闭所有包的宏也可以实现: /script CloseBag(0); /script CloseBag(1); /...
/script CURRENT_ACTIONBAR_PAGE = X; /script ChangeActionBarPage(); 就是将你的快捷栏翻到第X页。 函数库中有许多函数都是非常有用和方便的,比如一次打开所有包包: /script OpenAllBags(); 配合关闭包包的函数,一次关闭所有包的宏也可以实现: /script CloseBag(0); /script CloseBag(1); /script ...
spellbookTab is "spell" or "pet". As of patch 2.0, this function has been restricted to Blizzard signed UI mods. Note: You can still use this function to open Craft windows and activate Lock Picking. (protected 2.0) PROTECTED CastSpellByName("name"[, onSelf]) - Cast the specified ...
** /script 是使用 脚本 的命令,可供使用的命令参考附件** 可以用 Shift + 点击 技能书里图标的方式在宏中添加释放技能的命令** 可以用 Shift + 点击 物品的方式在宏中添加物品名3. 打开所有背包/script OpenBag(0);/script OpenBag(1);/script OpenBag(2);/script OpenBag(3);/script OpenBag(4);...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
BIQuickSortShowHide:SetPushedTexture("Interface//Buttons//UI-SpellbookIcon-NextPage-Down") BIQuickSortShowHide:SetDisabledTexture("Interface//Buttons//UI-SpellbookIcon-NextPage-Disabled") BIQuickSort:SetScript("OnKeyUp",nil) BIQuickSort:SetScript("OnEvent",nil) ...