法師刪寶石的巨集 - WOW

Table of Contents

現在奧法會有一顆法力寶石

3次使用次數

沒用完不能補充次數 (所以想補充你就要刪掉再做)

所以我找了一個刪物品的巨集

/run local stop for i=0,4 do for j=1,28 do local
item=GetContainerItemLink(i,j) if item and item:find("法力寶石") then
PickupContainerItem(i,j) DeleteCursorItem() stop=1 break end end if stop==1
then break end end

脫戰後就按一下然後再做一顆新的

但是我想更懶一點

想請教能不能做到

「復合鍵+點擊=刪寶石」

↓有點像是這樣的概念

#showtooltip
/cast [mod:shift] 召喚餐點
/cast [mod:ctrl] 召喚法力寶石
/cast [combat]治療石;魔法法力布丁
/run [mod:alt] local stop for i=0,4 do for j=1,28 XXXXXXXXXXXXXX

這樣我就不用單獨再多做一顆巨集了

不過我試了好多種

好像這種/run的沒辦法這樣加判斷式

或是或是

能不能做到單個巨集

「戰鬥中使用寶石,脫戰刪寶石」

有辦法嗎?

謝謝~

--
Sent from my Mentholatum

--

All Comments

Joe avatarJoe2020-11-25
/stopmacro [nomod:alt]