宏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);
/ifz==1thenRunMacro(对职)end;
/ifz==3thenSendChatMessage(y3,yell)end;
/ifz==5thenSendChatMessage(y5,yell)end;
/ifz==7thenSendChatMessage(y7,yell)end;
/ifz==9thenSendChatMessage(y9,yell)end;
/ifz==11thenSendChatMessage(y11,yell)end;
/ifz==13thenSendChatMessage(y13..ZY,yell)end;
/ifz==15thenSendChatMessage(y15,yell)end;
/ifz==17thenSendChatMessage(y17,yell)end;
/ifz==19thenSendChatMessage(y19,yell)end;
/ifz==21thenSendChatMessage(y21,yell)end;
/ifz==23thenSendChatMessage(y23,yell)end;
/ifz==25thenSendChatMessage(y25,yell)end;
/ifz==2thenSendChatMessage(t2)end;
/ifz==4thenSendChatMessage(t4)end;
/ifz==6thenSendChatMessage(t6)end;
/ifz==8thenSendChatMessage(t8)end;
/ifz==10thenSendChatMessage(t10)end;
/ifz==12thenSendChatMessage(t12)end;
/ifz==14thenSendChatMessage(t14)end;
/ifz==16thenSendChatMessage(t16)end;
/ifz==18thenSendChatMessage(t18)end;
/ifz==20thenSendChatMessage(t20)end;
/ifz==22thenSendChatMessage(t22)end;
宏2:对职
/ZY=UnitClass(target);
/ifZY==萨满祭司thenSendChatMessage(c1,yell)end;ifZY==德鲁伊thenSendChatMessage(c2,yell)end;ifZY==术士thenSendChatMessage(c3,yell)end;ifZY==牧师thenSendChatMessage(c4,yell)end;ifZY==猎人thenSendChatMessage(c5,yell)end;ifZY==战士thenSendChatMessage(c6,yell)end;ifZY==盗贼thenSendChatMessage(c7,yell)end;ifZY==圣骑士thenSendChatMessage(c8,yell)end;ifZY==法师thenSendChatMessage(c9,yell)end;
----------------------------------------------------------------------