13。切换近程技能栏和远程技能栏 /script CURRENT_ACTIONBAR_PAGE = 2;/script ChangeActionBarPage();/cast aspectofmonkey (just use the left click)/script CURRENT_ACTIONBAR_PAGE = 1;/script ChangeActionBarPage();/cast aspectofhawk (just use the left click)14。牧师对队友的一键加血,...
Does the exact same thing as above, just in a different way. /cast [actionbar:1] Greater Heal; [actionbar:2] Smite Will cast Greater Heal if the current actionbar is #1, Smite if it is #2, nothing if actionbars 3+ are selected /cast [harm] Polymorph /stopmacro [noharm] /p Shee...
13。切换近程技能栏和远程技能栏 /script CURRENT_ACTIONBAR_PAGE = 2;/script ChangeActionBarPage();/cast aspectofmonkey (just use the left click)/script CURRENT_ACTIONBAR_PAGE = 1;
1、技能命令 /cast释放一个或多个技能,可以加入一些条件判断,是最常用的命令。/castsequence依次释放释放数个技能,同样可以加入一些条件判断,常见于所谓的"无脑宏"。/use使用一个物品,可以直接用物品名称也可以用物品栏位置。2、动作命令 /cancelform取消变形 /cancelaura取消状态或增益 /startattac...
/script CURRENT_ACTIONBAR_PAGE = X; /script ChangeActionBarPage(); 就是将你的快捷栏翻到第X页。 函数库中有许多函数都是非常有用和方便的,比如一次打开所有包包: /script OpenAllBags(); 配合关闭包包的函数,一次关闭所有包的宏也可以实现: /script CloseBag(0); /script CloseBag(1); /script ...
/施放 [actionbar:1] 强效治疗术; [actionbar:2] 惩击如果当前动作条为1号时施放强效治疗术,如果是2号则施放惩击,如果为其他动作条则不做任何事情。/施放 [harm] 变形术/stopmacro [noharm]/p 正在把%t变羊!别去碰它!这个宏将在目标为敌对目标时施放变形术,若目标不是敌对,则停止这个宏(例如变形术没有...
/script ChangeActionBarPage(); 单手切换双手并换回第一快捷栏,快捷栏12是一双手武器快捷方式 /script ActionButtonDown(12);ActionButtonUp(12); /script CURRENT_ACTIONBAR_PAGE = 1; /script ChangeActionBarPage(); 下面是另一篇 作者:重返荣誉 来源:17173 宏只是一种辅助的手段,希望通过下面的讲解让大家...
/script CURRENT_ACTIONBAR_PAGE = 1; /script ChangeActionBarPage(); 下面是另一篇 作者:重返荣誉 来源:17173 宏只是一种辅助的手段,希望通过下面的讲解让大家能轻松编辑属于自己的宏。 先来看宏的结构: /script if (UnitHealthMax(target)>80) then CastSpellByName(''火球术(等级4)'') SendChatMessage('...
CURRENT_ACTIONBAR_PAGE is obsolete. GetActionBarToggles() - Return the toggles for each action bar. GetActionCooldown(slot) - This returns the cooldown values of the specified action.. GetActionCount(slot) - Get the count (bandage/potion/etc) for an action, returns 0 if none or not ...
/script CURRENT_ACTIONBAR_PAGE = X; /script ChangeActionBarPage(); 就是将你的快捷栏翻到第X页。 函数库中有许多函数都是非常有用和方便的,比如一次打开所有包包: /script OpenAllBags(); 配合关闭包包的函数,一次关闭所有包的宏也可以实现: /script CloseBag(0); /script CloseBag(1); /script ...