[Skip to Main Content]
이 사이트는 자바스크립트를 사용합니다.
브라우저에서 자바스크립트를 활성화 해주십시오.
라이브
PTR
Looking for...
답글 달기
보드 인덱스로 돌아가기
Kalnazzar
의 게시글
Ok I need help with a couple off things 1st is there a way to macro moves together but if one is on cd it will skip it exp.. If bone shield is on cd cast horn of winter and if not it will cast bone shield thin go to horn of winter? 2nd I'm looking for a up to date add-on were I can mail more items thin the game will let you I would use bulkmail but every time I get it I get lua error and as soon as I close it its back up. 3rd can you make a macro that will auto assist what the tank is targeting but I don't wont to have to always have the tank clicked first before it will work or have him in my focus just click and it locks onto what the tank is? Remember to show me how it its written out thanks.
Xytrixz
의 게시글
I can try answering 2 of these, as for the bulkmail one I have no idea really.
As far as my knowledge goes, the macro system is designed to ignore abilities on CD anyway, so the macro (in it's simplest form) would be:
/cast Bone Shield
/cast Horn of Winter
As for an assist macro, I have 2 ways to attack what the lead tank is hitting in raids, the first doesn't require a macro, simply enable Target of Target showing in the interface options, and in the raid frame it will show you what the tank is attacking. The second way I do this is simply /assist in a macro, and adapt the name to the tank in the raid.
Hope this helps :)
Kalnazzar
의 게시글
It dose with the /cast but i need it for /castsequence because sometimes i get stuck with one or 2 of my moves not being ready and it wont move on till the CD is done.
Panacia
의 게시글
There is no way for a macro to know if your spell is on cooldown, so your request is impossible. A solution could be to use a modifier instead of a castsequence, so your macro would look like:
#showtooltip
/use Spell1;Spell2
QuickBASIC
의 게시글
This is the macro I use for trinkets so I'm not spammed with "That's not ready yet." spam. Adjusted for your uses here.
#showtooltip Horn of Winter
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/cast Boneshield
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
/cast Horn of Winter
You'll have to push the macro twice to cast both spells. I personally use my scroll wheel for these kind of things so I can just absentmindedly scroll every once in a while to keep both up.
Panacia
의 게시글
That macro will never cast Horn of Winter. The macro will stop at Bone Shield every time, since both spells are on the gcd. As trinkets are not on the gcd, your macro works for your purpose, but cannot be used here.
답글 달기
로그인이 되어있지 않습니다. 답글을 달려면
로그인
하거나, 계정이 없다면
회원가입
을 해 주세요.