非酋玩家改命道具 7.0开出橙装特效宏分享
16-10-13
NGA
lilith1009
出橙绝招,运行下面这个宏
/use 肯瑞托宝箱
/run LegendaryItemAlertSystem:AddAlert(select(2,GetItemInfo(132452)))
亲测,至少可以过过瘾
想换橙的话[http://cn.wowhead.com/items] 搜索想要的橙,点击链接,改成这个id就行了

改进了一下
添加了聊天框拾取文字和从拾取列表里随机选择
Code lua:
/run local a=C_LootJournal.GetFilteredLegendaries();local b=select(2,GetItemInfo(a[random(#a)]));local c=ChatTypeInfo["LOOT"];LegendaryItemAlertSystem:AddAlert(b);DEFAULT_CHAT_FRAME:AddMessage(format(LOOT_ITEM_PUSHED_SELF,b),c.r,c.g,c.b)
补充一下,如果要只出当前职业和专精
先点一下下面这个宏,再点上面那个,就只出当前职业和专精的了
255个字符写不下,所以只能分两个了
Code lua:
/run C_LootJournal.SetClassAndSpecFilters(select(3,UnitClass('player')), GetSpecializationInfo(GetSpecialization()))
放两张效果图
返回首页