bigfoot aoto release
插件命令: /DBM
打开窗口:左侧菜单 - 其他 - PVP - 常规设置 - 自动释放灵魂
宏命令:
自动释放
/script T,F=T or 0,F or CreateFrame("frame")if X then X=nil else X=function()local t=GetTime()if t-T>1 then StaticPopup1Button1:Click()T=t end end end F:SetScript ("OnUpdate",X)
查看军衔荣誉
/script P=(math.floor(GetPVPRankProgress(target)*10000))/100 W=UnitPVPRank("player") N=(W-6)*5000+5000*P/100 Q=(W-5)*5000-N*0.8 SendChatMessage("当前荣誉条进度"..P.."%"..",军衔经验"..N..",下周需"..Q.."军衔经验才能升级","emote")
稍后看下 wow 自带的lua脚本怎么写的。