魔兽世界随即喊话判断战斗状态宏

比如我上马 如果进入战斗不能上就不喊 脱离战斗就上马 30%几率喊abcd 30%喊DCBA 40%不喊 宏怎么弄

宏1:普通

/ y3="尘归尘,土归土!";
/ y5="来吧,给我看看你们真正的实力吧!";
/ y7="%t!我正在看着你!";
/ y9="你惹恼了我,这是最后一次了,%t!";
/ y11="凡人,逃跑是无济于事的!";
/ y13="要明白你的处境!";
/ y15="没有人可以让我放弃抗争的权力!";
/ y17="艾泽拉斯虽大,但我们已无路可退,身后就是暴风城!";
/ y19="风萧萧兮易水寒,壮士一去兮不复还!";
/ y21="没用的%t!你的朋友不久之后就会去找你的!";
/ y23="我是这里的主人!你们这些凡人对于我来说一无是处!听到了没有?一无是处!";
/ y25="你以为你能与我抗衡吗!";

/ t2="夜幕之下,没有怜悯的影子。";
/ t4="我放出一团流星雨落在你的头上,你会看见前途茫茫。";
/ t6="失去与得到,那是宇宙的规则。";
/ t8="你的命运已经注定,你终将死去";
/ t10="我这一生就变过一次,就是从你的朋友变成你的敌人。";
/ t12="我会把你身边最好的东西拿走,以提醒你得到的太多";
/ t14="未知生,焉知死?生如寄,死如归";
/ t16="他曾在此,但他已经离去";
/ t18="三十功名尘与土,八千里路云和月";
/ t20="你犯了所有凡人都会犯的错误";
/ t22="我对你来说是个难以理解的存在,这让你头颅里那花生大小的脑子感到十分迷茫";

/ c1="萨满祭司,让我看看你们的图腾到底是干什么用的!";
/ c2="德鲁伊和你们愚蠢的变形术。让我们看看有什么事情会发生吧!";
/ c3="术士们,不要随便尝试那些你们根本不理解的法术。看到后果了吧?";
/ c4="牧师们!如果你们要继续这么治疗的话,那我们就来玩点有趣的东西吧!";
/ c5="猎人们,还有你们那些讨厌的玩具枪!";
/ c6="战士们,我知道你们应该更凶猛一些!";
/ c7="盗贼?不要躲躲藏藏了,勇敢面对我吧!";
/ c8="圣骑士……听说你们有无数条命。让我看看到底是怎么样的吧。";
/ c9="你们也是法师?小心别玩火****……";

/ z=random(48);
/ if z==1 then RunMacro("对职") end;
/ if z==3 then SendChatMessage(y3,"yell") end;
/ if z==5 then SendChatMessage(y5,"yell") end;
/ if z==7 then SendChatMessage(y7,"yell") end;
/ if z==9 then SendChatMessage(y9,"yell") end;
/ if z==11 then SendChatMessage(y11,"yell") end;
/ if z==13 then SendChatMessage(y13..ZY,"yell") end;
/ if z==15 then SendChatMessage(y15,"yell") end;
/ if z==17 then SendChatMessage(y17,"yell") end;
/ if z==19 then SendChatMessage(y19,"yell") end;
/ if z==21 then SendChatMessage(y21,"yell") end;
/ if z==23 then SendChatMessage(y23,"yell") end;
/ if z==25 then SendChatMessage(y25,"yell") end;
/ if z==2 then SendChatMessage(t2) end;
/ if z==4 then SendChatMessage(t4) end;
/ if z==6 then SendChatMessage(t6) end;
/ if z==8 then SendChatMessage(t8) end;
/ if z==10 then SendChatMessage(t10) end;
/ if z==12 then SendChatMessage(t12) end;
/ if z==14 then SendChatMessage(t14) end;
/ if z==16 then SendChatMessage(t16) end;
/ if z==18 then SendChatMessage(t18) end;
/ if z==20 then SendChatMessage(t20) end;
/ if z==22 then SendChatMessage(t22) end;

宏2:对职

/ ZY=UnitClass("target");
/ if ZY=="萨满祭司" then SendChatMessage(c1,"yell") end;if ZY=="德鲁伊" then SendChatMessage(c2,"yell") end;if ZY=="术士" then SendChatMessage(c3,"yell") end;if ZY=="牧师" then SendChatMessage(c4,"yell") end;if ZY=="猎人" then SendChatMessage(c5,"yell") end;if ZY=="战士" then SendChatMessage(c6,"yell") end;if ZY=="盗贼" then SendChatMessage(c7,"yell") end;if ZY=="圣骑士" then SendChatMessage(c8,"yell") end;if ZY=="法师" then SendChatMessage(c9,"yell") end;
温馨提示:答案为网友推荐,仅供参考
相似回答