#showtooltip /cast [modifier:alt,pet:格里德鲁姆,target=player]吞噬魔法 /cast [pet:恶魔卫士,target=focus,exists,harm]拦截 /cast [pet:杜姆利萨,target=focus,exists,harm]诱惑 /cast [pet:格里德鲁姆,target=focus,exists,harm]法术封锁 改一下宠物名字当5V5时 集火对方ZS 但你又要保持对方QS或者MS的语言 及 狗的及时沉默:/cast [taget=focus]法术封喉/cast [taget=focus]语言诅咒狗吃自己身上的魔法/cast [taget=player]吞噬魔法增幅+痛苦诅咒:/施放 诅咒增幅/script SpellStopCasting();/施放 痛苦诅咒(等级 6)超级牛B的BT宏!!!function ScanDebuffs()if UnitExists("target") thenlocal i=1;HasCOA=0;HasCorruption=0;HasImmolate=0;HasSiphon=0;while UnitDebuff("target", i) doGameTooltipTextLeft1:SetText(nil);GameTooltip:SetUnitDebuff("target",i);local DebuffName = GameTooltipTextLeft1:GetText(); if DebuffName == "痛苦诅咒" thenHasCOA = 1;elseif DebuffName == "腐蚀术" thenHasCorruption = 1;elseif DebuffName == "献祭" thenHasImmolate = 1;elseif DebuffName == "生命虹吸" then HasSiphon = 1;endi = i + 1;endendendfunction CastDebuffs()if UnitExists("target") thenif HasSiphon == 0 thenCastSpellByName("生命虹吸(等级 4)");elseif HasCorruption == 0 thenCastSpellByName("腐蚀术(等级 6)"); elseif HasCOA == 0 thenlocal start, duration = GetSpellCooldown(164, SpellBookFrame.bookType);if (duration <= 0) thenCastSpellByName("诅咒增幅");else CastSpellByName("痛苦诅咒(等级 6)");end elseif HasImmolate == 0 thenCastSpellByName("献祭(等级 7)");end endend1.自动check目标身上的DEBUFF。2.如果没有虹吸就上虹吸,如果没有腐蚀就上腐蚀,如果没有痛苦就上痛苦(自动使用诅咒增幅),如果没有献祭就上献祭。简单点说,,闭眼睛按一个键就实现智能判断上什么dot。。(需要下载SuperMacro 3.13 下载地址: http://www.thewow.cn/soft/1152.html )黄色那里的字需要替换,是我自己的诅咒增幅在法书书里的位置,因为我出了夜莫,增幅,延烧,所以是164,正确数字需要运行以下宏/script for id = 1, 180, 1 do local spellName, subSpellName = GetSpellName(id,SpellBookFrame.bookType);if spellName and string.find(spellName, "诅咒增幅", 1, true) then ChatFrame1:AddMessage("ID is "..id, 1.0, 1.0, 0.5); end; end;用得到的数字来替换。[21]/script for x=0,4 do for y=1,GetContainerNumSlots(x) do if GetContainerItemLink(x,y)~=nill then if strfind(GetContainerItemLink(x,y),"绷带") then UseContainerItem(x,y) return end end end end赠楼主这个,是绑绷带用的。这个宏不用在意把绷带放在哪,只要包里有绷带,就能用了。FocusFrame: 设定focus目标 (意思就是屏幕上多了 目标且不不会改变的目标 使用命令/focus最好设成宏)Proximo用于查看对方JJC 职业的插件 非常好用 命令/proxAzCastBar:同时显示 自己 目标 焦点目标的施法条的插件 方便你实时做出反应,而且可以 自己改施法条颜色 大小 高宽 位置等等 非常实用
求采纳