中安论坛's Archiver

安打人 发表于 2008-6-4 17:18

[WOW]一个德魯依必备的7个宏

<SPAN style="FONT-SIZE: 12px"><FONT size=5>第一个</FONT><BR><BR>/script local i,j,b,f,p;for i=1,40 do f=nil;p="raid"..i;if UnitIsVisible(p) then for j=1,16 do b=UnitBuff(p,j);if b and strfind(b,"Regen") then f=1;break;end;end;if not f then TargetUnit(p);CastSpellByName("野性印记");break;end;end;end;<BR><BR>自动给团队里面没有<FONT color=red>野性印记</FONT>的人补一个<FONT color=red>野性印记</FONT><BR>不用在一个一个的找人了,也可以换成<FONT color=red>野性赐福</FONT><BR><BR><BR><FONT size=5>第二个</FONT><BR><BR>/Script x=1;found=0;while(UnitBuff("target",x)) do if(string.find(UnitBuff("target",x),"Rejuvenation"))then found=1;end;x=x+1;end;<BR>/Script if(found==1)then CastSpellByName("迅捷治愈");else CastSpellByName("回春术(等级 11))")end<BR><BR><FONT color=red>给目标加个回春,如果目标身上已经有回春了就使用迅捷治愈,可以有效的节约我们的空格位置</FONT><BR><BR><FONT size=5>第三个--我最喜欢的</FONT><BR><BR>/script SpellStopCasting()<BR>/施放 自然迅捷<BR>/script SpellStopCasting()<BR>/施放 治疗之触(等级 11)<BR>/script SendChatMessage("超大治疗→仇恨","whisper",this.language,UnitName("target"))<BR><BR><FONT color=red>自然迅捷和治疗之触一起放出来,并且对目标说悄悄话请他注意拉住仇恨,每次点这个技能的时候都象发射炮弹一样,被我加过的目标都说很爽特别是我们的MT</FONT><BR><BR><FONT size=5>第四个</FONT><BR><BR>/script if (UnitName("Target") ~=nil and UnitIsFriend("player","Target")) then CastSpellByName("复生");SendChatMessage("帅哥,快起来吧,前面还有很多好装备在等着我们呢.... ","Whisper","兽人语",UnitName"Target"); end<BR>/Y 復活吧 ★%t★&nbsp; &nbsp;額就是你D神<BR><BR><FONT color=red>复活你的目标.并且告诉身边的人,对目标说悄悄话他可以起来了</FONT><BR><BR><FONT size=5>第5个</FONT><BR><BR>/script x=1;found=0;while(UnitBuff("player",x)) do if(string.find(UnitBuff("player",x),"StoneClaw"))then found=1;end;x=x+1;end;<BR>/script if(found==1)then CastSpellByName("宁静(等级 3)");else CastSpellByName("树皮术")end<BR><BR><FONT color=blue>点2次-第一次有 树皮就放树皮,在点一次就放宁静</FONT><BR><BR>/script x=1;found=0;while(UnitBuff("player",x)) do if(string.find(UnitBuff("player",x),"StoneClaw"))then found=1;end;x=x+1;end;<BR>/script if(found==1)then CastSpellByName("飓风");else CastSpellByName("树皮术")end<BR><BR><FONT color=blue>跟上一个一样 只不过宁静换成了飓风</FONT><BR><BR><FONT size=5>第六个</FONT><BR><BR>/施放 激活<BR>/script SendChatMessage("激活-激活-註意囬藍","whisper",this.language,UnitName("target"))<BR><BR><FONT color=blue>激活目标并告诉他注意回蓝</FONT><BR><BR>/script SendChatMessage("親愛的-哥哥要水水-","whisper",this.language,UnitName("target"))<BR><BR><FONT color=blue>跟目标要水的宏不用次次都打字了</FONT><BR><BR>第7个<BR><BR>/Target 图腾<BR>/cast 月火术(等级 3)<BR>/Script TargetLastEnemy()<BR><BR><FONT color=blue>月火打图腾</FONT></SPAN> <BR>

清风如云 发表于 2008-6-25 19:07

*** 作者被禁止或删除 内容自动屏蔽 ***

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.