Image



术士宏

解散恶魔

/script PetAbandon();

吸取灵魂 (X替换你的当前等级) 自动把碎片放入你的灵魂包

/施放 吸取灵魂(等级 X)

/run local a=GetBagName(4); if a=="熔火恶魔布包" or a=="恶魔布包" or a=="灵魂袋" or a=="灵魂箱" or a=="小灵魂包" then PickupContainerItem(4,GetContainerNumSlots(4)) DeleteCursorItem() else end

吞噬魔法 (如果你的目标是敌对,就对自己释放吞噬魔法)

/script if UnitExists("pettarget")==1 then if UnitIsFriend("player","pettarget") then CastSpellByName("吞噬魔法") else CastSpellByName("吞噬魔法", 1) end else end

减速近战职业 & 否则其他人就暗影诅咒

/run local c,u=CastSpellByName,UnitClass('target') if u == '德鲁伊' then c('暗影诅咒') elseif UnitPowerType('target') ~= 0 or u == '圣骑士' then c('疲劳诅咒') else c('暗影诅咒'') end

召唤/牺牲 虚空行者

/施放 恶魔支配

/施放 召唤虚空行者

/施放 牺牲(等级 6)

带虚空行者 一键输出solo (目标敌对一键Dot ; 目标胖子则施放生命通道)

/script PetAttack(target)

/script if not buffed("腐蚀术", 'target') then cast("腐蚀术") else if not buffed("痛苦诅咒", 'target') then cast("痛苦诅咒") else if not buffed("献祭",'target') then cast("献祭") else if not buffed("生命通道") then cast("生命通道")end end end end

副本带小鬼 一键输出

/script PetAttack(target)

/script if not buffed("腐蚀术", 'target') then cast("腐蚀术") else if not buffed("痛苦诅咒", 'target') then cast("痛苦诅咒") else if not buffed("献祭",'target') then cast("献祭") else

/施放 射击 end end end

或者:

/script PetAttack(target)

/script if not buffed("腐蚀术", 'target') then cast("腐蚀术") else if not buffed("痛苦诅咒", 'target') then cast("痛苦诅咒") else if not buffed("献祭",'target') then cast("献祭") end end end

/施放 射击

一键宠物 攻击/跟随/转换目标

/script if UnitExists("target") then if a==0 then PetAttack(target) a=1 else if UnitExists("pettarget") and UnitIsUnit("target", "pettarget") then PetFollow("你角色的名字") a=0 else PetAttack(target) end;end; else PetFollow("你角色的名字") a=0 end;

吸取灵魂/生命分流

/run if (UnitHealth("target") < 20 || UnitMana("player")) < 1000 then CastSpellByName("吸取灵魂(等级 1)") else CastSpellByName("吸取灵魂"); end;

他同样可以选择较低的技能等级,一旦你的血量低下,生命分流下降一定等级。

/run if(UnitHealth("player") < 30) then CastSpellByName("生命分流(等级 2)") else CastSpellByName("生命分流"); end;

拉人

/script local a = " 请至少2人点击召唤门."; local b = UnitName("target"); if (GetNumRaidMembers() > 0) then SendChatMessage("召唤 "..b..a, "RAID"); else SendChatMessage("召唤 "..b..a, "PARTY"); end

/施放 召唤仪式()

或者简单点的:

/say 召唤 %t

/施放 召唤仪式