标签归档:

「偷金币」宏

仅限娱乐使用:

/run a = math.floor(math.random()*100+1);
/run b = math.floor(math.random()*100+1);
/run c = math.floor(math.random()*100+1);
/run SendChatMessage(format(" 从%s 身上拿走了 "..a.." 金 "..b.." 银 "..c.." 铜。", UnitName("target") or " 你"),"EMOTE");