Jump to content

lystigElysium

Player
  • Content count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About lystigElysium

  • Rank
    Newcomer
  1. lystigElysium

    [GUIDE] 1.12.1 Warrior Macros

    How would I go about disabling Bloodrage when pressing my Charge macro?
  2. lystigElysium

    Lost Item On AH?

    The particular item was in my mail this morning. So, patience worked!
  3. lystigElysium

    Lost Item On AH?

    Hey guys. So last night around 30 minutes after the PvE server opened, I put up a Glowing Brightwood Staff on the AH (that I had from before the server was shutdown 8 months ago or whenever it was). I put it up with an 8 hour duration. When I logged on today, the item was not on the AH, it was not in my character's bags, it was no in my mailbox, and there was no gold in my mailbox. It's like it has vanished completely. What do I do? Patience?
  4. lystigElysium

    [GUIDE] 1.12.1 Warrior Macros

    I'm actually not sure if it's an addon that gives me this functionality or if it's a part of the Vanilla setup, but my sent chat messages are stored and can be cycled through by using the up and down arrow keys while the chatbox is open. When I use a macro such as this: /run local texture,name,isActive,isCastable = GetShapeshiftFormInfo(1); if isActive then CastSpellByName("Charge"); else CastSpellByName("Battle Stance()"); end; the macro-text is also stored as if though it were a regular chat message, and the macro-text shows up when I cycle through my sent chat messages. While not exactly game-breaking, it is mildly annoying, as your list of sent messages become diluted by non-relevant macro text. Is there any way to circumvent this? One thing that I would like to point out: This does not happen with macros such as: /use Bloodrage So it might have to do with the /run command? I'm not sure. Also, thanks for the useful macros.
  5. lystigElysium

    ability dependent on stance

    This is somewhat related, so I figure I'll ask here. Is it possible to make a macro which behaves in the following way: 1) If you're in Berserker Stance, cast Battle Stance and then use Shield Bash. 2) If you're in either Battle Stance or Defensive Stance, then simply use Shield Bash. (I would add the following in the beginning of the macro in order to make sure I had a 1H + shield equipped: /eq <name of 1H> /eq <name of shield> ) Any help would be appreciated. Edit: Nevermind. I completely forgot that Shield Bash and Pummel share cooldown timer... Pointless to make a macro for each. I'll just make a single macro for both.
×