_ __
1、/script local b,s,j={猫鼬编号,猛禽编号},{猫鼬撕咬,猛禽一击};for j=1,2 do if isusableaction(b[j]) and getactioncooldown(b[j])==0 then castspellbyname(s[j]);break;end;end;
2、【智能钉刺宏 】牧师不会解毒,应该用蝰蛇,反倒是对德鲁伊要用蝰蛇1骗驱毒,到头来毒蛇无用?其实应该对所有怪都用毒蛇 ;功能介绍:按照下列规则放钉刺 ;战、贼:毒蝎 ;猎、法、术,萨,牧:蝰蛇 ;骑,德:蝰蛇1 ;npc:毒蛇
3、/script local c,s,t=unitclass(target),毒蛇钉刺,unitpowertype(target);if unitisplayer(target) then if t==0 then s=蝰蛇钉刺;if c==圣* or c==德鲁伊 then s=s..(等级 1);end;else s=毒蝎钉刺;end;end;castspellbyname(s);
4、【打贼专用:标记 / 照明弹 】;有目标就标记,没有就放闪光弹 ;/script if unitexists(target) then castspellbyname(猎人印记);else castspellbyname(照明弹);end;
5、【雄鹰守护 猎人印记 宠物攻击 】;/script local c,i,b,f=castspellbyname;for i=1,16 do b=unitbuff(player,i);if b and strfind(b,ravenf) then f=1;break;end;end;if f then c(猎人印记);petattack();else c(雄鹰守护);end;
6、【灵猴 猎豹切换 】;/script local c,i,b,f=castspellbyname;for i=1,16 do b=unitbuff(player,i);if b and strfind(b,monk) then f=1;break;end;end;if f then c(猎豹守护);else c(灵猴守护);end;
7、【灵猴 雄鹰切换 】;/script local c,i,b,f=castspellbyname;for i=1,16 do b=unitbuff(player,i);if b and strfind(b,monk) then f=1;break;end;end;if f then c(雄鹰守护);else c(灵猴守护);end;
8、【猎豹 雄鹰切换】 ;/script local c,i,b,f=castspellbyname;for i=1,16 do b=unitbuff(player,i);if b and strfind(b,etiger) then f=1;break;end;end;if f then c(雄鹰守护);else c(猎豹守护);end;
9、【灵猴守护 威慑 】;威慑的编号看上边基础知识自己填 ;/script local c,i,b,f,s,d=castspellbyname;for i=1,16 do b=unitbuff(player,i);if b and strfind(b,monk) then f=1;break;end;end;if not f then c(灵猴守护);spellstopcasting();end;s,d=getactioncooldown(你威慑编号);if d2 then useinventory*(13);spellstopcasting();end;castspellbyname(多重射击);
12、宝宝打图腾 ;/script local t,n,i,_={根基,战栗,地缚,灼热,清毒,};for _,i in t do n=i..图腾;targetbyname(n,1);end;petattack();
13、宠物宏 - 智能召唤/复活/治疗 ;如果宠物存在,死的就复活,没死就 ,宠物消失了的话就召唤,如果是* 体消失,请同时按住alt键, 会强制使用复活,因为wow消失了仍然认为是活的;/script local p,s=pet,召唤;if unitisdead(p) then s=复活\;elseif unitexists(p) then s=治疗 elseif isaltkeydown() then s=复活\;end;castspellbyname(s..宠物);
14、【寻找稀有精英宠物 】公共部分已经有了,不过鉴于猎人特殊性在专门写一个 ;/script local s=断牙;targetbyname(s,1);if unitname(target)==s then chatframe1:addmessage(找到);end; 上边名字自己修改 针对不同目标调整宠物技能自动施放情况
15、这个宏可以针对不同类型的目标调整宠物技能的自动施放,比如带蝙蝠面对近战应该打开尖啸,而面对法系就应该关掉
16、带会爪击的宠物打怪时应该关掉爪击开低吼,而遇到玩家需要关低吼开爪击,这个宏可以自动为你做到
17、/施放 猎人印记 ;/script local x,p,j,e,_={1,1,1},unitpowertype(target);if unitisplayer(target) then if p==0 then x={1,nil,nil,1};else x={1,nil,1};end;end;for j=4,7 do _,_,_,_,_,_,e=getpetaction*(j);if x[j-3]~=e then togglepetaction(j);end;end;
18、说明一下,红色的{1,1,1}对应npc,蓝色的{1,nil,nil,1}对应有蓝职业,绿色的{1,nil,1}对应战,贼 四个1/nil对应宠物技能条4 5 6 7按钮,1代表开,nil代表关,*后一个是nil的话可以不写,
19、大家可以自己调整技能和对应职业的开关顺序,毕竟不同bb技能不用