※ 引述《k0286 (出包不能亡!!)》之銘言:
: ※ 引述《dust1204 (灰塵)》之銘言:
: : 在巴哈找到一篇分裝用巨集
: : /run a=GetLootSlotLink(1) SendChatMessage(""..a.."要的ROLL,倒數5秒","RAID",nil)
: : 底下有附註說 這只會PO出拾取視窗第一順位的裝備
: : 所以每分完一件裝就要重撿屍體
: : 是否有方法可以改寫成不用每分完裝就要重撿屍體?
: /跑 i=i+1 if i>GetNumLootItems() then i=1 CloseLoot() end a=GetLootSlotLink(i)
: SendChatMessage(""..a.."要的ROLL,倒數10秒","SAY",nil)
: .應該可以在優化壓縮 不過下午考試沒念完 所以 ..
/跑 if i==nil then i=1 else i=i+1 end if
i>GetNumLootItems() then i=0 CloseLoot() end if (LootSlotIsItem(i)) then
a=GetLootSlotLink(i) SendChatMessage(""..a.."要的ROLL,倒數10秒","SAY",nil)
end
這樣應該是不會有錯誤了吧?!
--
I have a dream that one day our DPS will rise up and live out the true meaning
of Blizzard creed: "We hold these truths to be self-evident, that all classes
are created equal." -- The Chief of shadow priest -- Martin Luther King --
<<"I Have a Dream">>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.120.225.85