tyrimur
Player-
Content count
16 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout tyrimur
-
Rank
Lurker
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
http://vanilla-wow.wikia.com/wiki/API_IsUsableAction I found something similar here, it says slots 61 - 72 are included in Action Bar 6 (Bottom Right), I guess Blizzard re-arrange the ID of actionSlots after vanilla version. But i got more question here, it looks like the whole macro determines the status of my Revenge ability by getting its actionSlot ID, However my No.64 actionSlot is empty, I don't even drag "Revenge" ability into any actionSlot. Here is my entire macro: /cast Shield Block /script if((GetActionCooldown(64)==0) and (IsUsableAction(64)==1))then CastSpellByName("Revenge(Rank 2)");end /cast Sunder Armor(Rank 2) /script if(UnitMana("Player")>44)then CastSpellByName("Heroic Strike(Rank 5)");end each time i press this macro, It will cast "shield block" and cast “revenge” by determine the expression, if not, it will cast “sunder Armor” and if my rage goes above 44, it will cast Heroic Strike simultaneously.
-
/script if((GetActionCooldown(64)==0) and (IsUsableAction(64)==1))then CastSpellByName("Revenge(Rank 2)");end I saw this script that could help warrior to cast Revenge ASAP I'm wondering what that '64' stands for inside the bracket? also if I want to write a macro that could let me to use Overpower once the mob dodges my attack, what should I put inside that bracket?
-
tyrimur started following can't log in, Warrior macro IsUsableAction(64), Crusader enchant and and 2 others
-
If I put crusader on both one-hand weapons and they both proc at the same time, do I get 200 strength bonus or just 100 strength?
-
Bosses in Edge of Madness in Zul'Gurub
tyrimur replied to tyrimur's topic in General Discussion & Suggestions
ah! im on Darrowshire. -
Bosses in Edge of Madness in Zul'Gurub
tyrimur replied to tyrimur's topic in General Discussion & Suggestions
omg you sure? If its real, thank you for your info! btw, is there a change in this sunday? -
Bosses in Edge of Madness in Zul'Gurub
tyrimur replied to tyrimur's topic in General Discussion & Suggestions
btw my raid team and me killed Renataki, the rogue type boss last night. I am wondering how long the server takes to spawn a different boss -
Anyone know the spawn calendar for that 4 bosses in edge of madness? Do they shift weekly or monthly?
-
Looking for an one-hand sword
tyrimur replied to tyrimur's topic in General Discussion & Suggestions
that's the weapon what im talking about! Thanks a lot -
it comes with a +12 intellect and it's a green quality. Anyone know the name?
-
did you check your junk mail box?
-
update: i have no choice but to unbind 2FA from my account, now i can successfully log in the game
-
tyrimur changed their profile photo
-
I saw this man's post and I reset my 2FA through control panel, won't work
-
the client keep rejecting my log in for "invalid username, password or PIN" in the past few hours, but I CAN log in the control panel and the 2FA works fine on website.
-
thank you so much!
-
Hand of Justice no longer has an internal cooldown on procs
tyrimur posted a topic in General Discussion & Suggestions
what is a procs? Does this article mean this trinket will has a constant internal CD instead of a random one?
