/施放 闷棍(等级 x)/p 我已闷掉了%t,请勿打醒。这个宏的效果就是对者目标放闷棍,然后报告队友。宏的设置很简单。打开宏主对话框(/macro),点新建,在新对话框里给你的 按钮起名字选图标,然后在主对话框上半部分就有了你的那个按钮,在下半部 分可以像编辑写字板那样编辑宏的内容。编辑...
11。切换双手武器与单手+盾或者双手挥舞武器 /script PickupInventoryItem(17);if(CursorHasItem()) then PickupContainerItem (4,2);PickupContainerItem(4,1);PickupInventoryItem(16);else PickupContainerItem (4,1);PickupInventoryItem(16);PickupContainerItem(4,2);PickupInventoryItem(17);end 12。
New Macro Command --- /castsequence - Casts a predetermines set of spells in sequence (See Below) # show - Shows macro feedback for the listed spell Some additional tricks you can do with the options: You can add ?no? to the beginning of any option (except target) to invert it,...
In the new system, this format still works just the same, however you can now add options to give more flexibility to your /cast statements. The new command format for ?/cast? is: ?/cast []; []; []; ... The way a macro works now is like this: The first set of options is c...
首先,回车,再敲/MACRO。看见了吧?会弹出一个窗口,上面有New(新建宏命令)和Complete(完成宏命令 )两个按键。点New,又会弹出一个窗口,哇,花花绿绿的,里面包括了WOW几乎所有的技能图标,随你喜欢,随便 选一个!它就是你设置的宏命令的图标了,给它取个名字吧!方便你用的时候好找。然后...
Fireballtooltip when you moused over the macro. If you do not specify a spell, it will default to showing the tooltip of the first item or spell used in the macro. #showtooltip Fireball 3.2. /cast and /use When you want to cast a spell in a macro, you start the line with/cast,...
by Hegarol, Daviesh, arith, Celellach, Kurax, Lag123. Allows for loot tables of bosses to be browsed whenever needed within the game. It can access full item tooltips, show drop rates, allow items to be chat linked and to use the dressing room. ...
1、技能命令 /cast释放一个或多个技能,可以加入一些条件判断,是最常用的命令。/castsequence依次释放释放数个技能,同样可以加入一些条件判断,常见于所谓的"无脑宏"。/use使用一个物品,可以直接用物品名称也可以用物品栏位置。2、动作命令 /cancelform取消变形 /cancelaura取消状态或增益 /...
/script UseContainerItem(4,11)/script TargetLastEnemy()我们现在对上例进行解释,比较专业的话我就不说了,咱们白话讲解。第一句:/target 张三 这句话的意思是选中屏幕中叫“张三”的玩家。因为是给自己上绷带,所以名称肯定是自己没错了。前章有过关于这个命令的例子。第二句:/script User...
This is the main reference page for the WoW UI Lua API available to user Macros and AddOns. This is the API available during normal game play. See also WoW Glue API. The World of Warcraft API, or WoW API, is a set of Lua functions and facilities provided