/script if UnitExists("pet") then AssistUnit("pet"); end; if (not UnitExists("target")) then TargetNearestEnemy();end/script if (not UnitExists("target")) then TargetLastEnemy() end宏1:拉怪功能:组队拉怪放标记,显示选中目标的名字等信息。注意:先要选中一个敌人建议:与宏0结合使用,方便无比...
/script if (UnitName("target") ~=nil and UnitIsFriend("player","target")) then CastSpellByName("治疗术(等级1)") SendChatMessage("即将治疗 %T", "Party") else TargetUnit ("player") CastSpellByName("治疗术(等级1)") TargetLastEnemy(); end 并不值得推荐。而且后一个宏会切换当前目标,中断...
i would like a macro that will target the nearest enemy, cast lightning bolt once and then cast ghost wolf in one click. i would be using this for farming low level creatures (that can be dropped with a single lightning bolt)for skinning more quickly. i would be binding this to a mous...
/script TargetUnit(GetPartyMember(3)) CastSpellByName(Heal(Rank X)) TargetLastEnemy() 15。一键解决喂养宠物:这个宏会从最左边的袋子里的第一个位置拿出食物喂养宠物,如果所在的位置 没有食物,它会自动打开袋子。 /script if (not PlayerFrame.inCombat) then if (not GetContainerItemLink(4, 1)) t...
TargetUnit(player) CastSpellByName(Heal(Rank X)) TargetLastEnemy(); end 6。加速任务显示速度 /script QUEST_DEscriptION_GRADIENT_CPS = 600000 /script RegisterForSave(QUEST_DEscriptION_GRADIENT_CPS) /script DEFAULT_CHAT_FRAME:AddMessage(quest text will scroll faster now); ...
1、登陆游戏,用战网登录可以插件登陆也可以,插件的选择有很多,比如大脚,魔盒之类的。2、进入游戏中之后,按ESC键,会有一个菜单,看到中间有一个选项叫做宏命令设置,点击进入。3、进入之后,来到这样一个界面,上面有两个选项,点击自己角色的专用宏。4、输入你想要编辑的宏的名称,然后给你的宏...
代码:/script if UnitExists("pet") then AssistUnit("pet"); end; if (not UnitExists("target")) then TargetNearestEnemy();end;/script if (not UnitExists("target")) then TargetLastEnemy();end;/script CastSpellByName("猎人印记(等级 1)")宏3:智能放标记,宠突进,宠出击功能:如果...
/console SET targetNearestDistance "50" 自动选择最近的敌人,宠物攻击,施放猎人印记 /targetenemy [noharm] /stopmacro [noharm] /petattack /cast獵人印記(等級x) 宠物攻击,依次施放猎人印记,震荡射击,毒蛇钉刺,奥术射击,在12秒后/脱离战斗/切换目标的情况下重置。
You can press the macro again to cancel your auto shot. /script if GetUnitName("target")==nil then TargetNearestEnemy() end /run if CheckInteractDistance("target", 3) and (not PlayerFrame.inCombat) then AttackTarget() elseif not IsAutoRepeatAction(3) then CastSpellByName("Auto Shot")...
*尽量安装《super macro》插件的以便更好的支持宏命令 盗贼 全程切割 /script i=1;t=0;while UnitBuff("player",i) do if string.find(UnitBuff("player",i),"SliceDice") then t=1;break;end;i=i+1;end;if((GetComboPoints()>0 and t<1) or UnitHealth("target")<0) then CastSpellByName("...