Jump to content

Lebowski

Player
  • Content count

    136
  • Joined

  • Last visited

Everything posted by Lebowski

  1. It simply cannot work bud. Different patches, server's have been up for different durations. The amount of gold on Anathema is far greater than Elysium. It would fundamentally ruin the economy of Elysium if they allowed transfer's from Anathema.
  2. Can we collectively stop asking for a transfer to a less progressed realm? It affect's the economy, not to mention they're of different item patches.
  3. Lebowski

    Anathema PvP — Unexpected Downtime

    Is it just me or is this the equivilant of saying that they relied entirely on these 1-2 individual's donation's and that they (likely) used the small donations that would have gone to Anathema for the new realms instead?
  4. Lebowski

    Dark Iron Boots Not Available

    They should be added with Patch 1.7 https://elysium-project.org/bugtracker/issue/744
  5. Lebowski

    Anathema offline

    This would be greatly appreciated. Thanks in advance!
  6. If you use LazyPig, ctrl+alt will auto accept dialogue.
  7. Lebowski

    Search Auction House by item Suffix

    aux is what you need
  8. Lebowski

    Vanilla Addons A-Z

    https://forum.elysium-project.org/topic/40535-elysium-github-addons/
  9. Lebowski

    Dishonorable Kills

    You only get DK's from killing Civilian npc's
  10. Lebowski

    Auto-attack macro problem.

    Put the spell 'Attack' where #36 is and then make the following macro to spam: /run CastSpellByName("Sinister Strike") /run if not IsCurrentAction(36) then UseAction(36) end
  11. Lebowski

    Addon to display more buffs?

    he asked about the target's buffs :D as far as I know you'll need a unitframes addon such as LunaUnitFrames
  12. Lebowski

    Mouse over options

    LunaUnitFrames has mouseover built in and there is also an addon called Classic MouseOver
  13. Lebowski

    Switching between main and offhand macro

    try using outfitter and make macro's utilizing the following commands /outfitter wear outfitname /outfitter unwear outfitname /outfitter toggle outfitname
  14. Lebowski

    Shield bash macro

    use supermacro or outfitter
  15. Lebowski

    Request, Mass Drag item for Bag/Bank Inventory

    I'm not aware of an addon that moves consumes but I use the addon Outfitter for moving my item sets between the bank and my bags.
  16. Lebowski

    Request for herb/mineral tracking macro

    if you have the SuperMacro addon then you can use /run if not buffed("Find Herbs") then CastSpellByName("Find Herbs") else CastSpellByName("Find Minerals") end If you don't have SuperMacro then you can use the following macro (not spam friendly) /run if n~= 1 then CastSpellByName("Find Herbs") n=1 else CastSpellByName("Find Minerals") n=0 ;end
  17. I'm using https://github.com/jsb/Gatherer
×