WingZeroCustom
Mr & Ms Pac-Man
các bác cho hỏi, mình tìm thấy 1 số macro trên mạng, nhung khi copy vào tính năng macro trong game thì bị dài vượt quá số ký tự cho phép, có cách nào xử lý vấn đề này không vậy ? phải cài đặt addon gì hay ntn ?
đây là macro mà mình tìm được
đây là macro mà mình tìm được
"Sequences['MMSINGLE'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast Rapid Fire
/use Draenic Agility Potion
/use Mirror of the Blademaster
]],
'/cast [nochanneling] Steady Shot',
'/castsequence [nochanneling] reset=9 !Chimaera Shot',
'/cast [nochanneling] Aimed Shot',
'/castsequence [nochanneling] reset=9 !Chimaera Shot',
'/castsequence [nochanneling] reset=20 Steady Shot,!Barrage',
'/cast [nochanneling] !Kill Shot',
PostMacro = [[
/startattack
/cast Stampede
/petattack
/script UIErrorsFrame:Clear()
]],
}