Jump to content

tyrimur

Player
  • Content count

    16
  • Joined

  • Last visited

Community Reputation

0 Neutral

About tyrimur

  • Rank
    Lurker

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. tyrimur

    Warrior macro IsUsableAction(64)

    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.
  2. /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?
  3. 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?
  4. omg you sure? If its real, thank you for your info! btw, is there a change in this sunday?
  5. 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
  6. Anyone know the spawn calendar for that 4 bosses in edge of madness? Do they shift weekly or monthly?
  7. that's the weapon what im talking about! Thanks a lot
  8. it comes with a +12 intellect and it's a green quality. Anyone know the name?
  9. tyrimur

    can't log in

    did you check your junk mail box?
  10. tyrimur

    can't log in

    update: i have no choice but to unbind 2FA from my account, now i can successfully log in the game
  11. tyrimur

    can't log in

    I saw this man's post and I reset my 2FA through control panel, won't work
  12. tyrimur

    can't log in

    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.
  13. tyrimur

    Development Update 05.04.2017

    thank you so much!
  14. what is a procs? Does this article mean this trinket will has a constant internal CD instead of a random one?
×