Jump to content

meridaw

Player
  • Content count

    191
  • Joined

  • Last visited

Everything posted by meridaw

  1. meridaw

    Does /targetlasttarget not work here?

    /run TargetLastEnemy()
  2. meridaw

    Does /targetlasttarget not work here?

    /run TargetLastTarget()
  3. meridaw

    [Question] ToggleAutoCast-macro

    You can find pet macros under general macros here. vanilla-macros
  4. meridaw

    Quest addons

    VanillaGuide, pfQuest and TourGuideVanilla
  5. meridaw

    Automatic bag sort

    Cleanup
  6. meridaw

    Ingame Addon Button doesn't appear

    Close the wow client, copy the addon folder that holds the .toc file (some times this folder is inside another folder), then past it into the interface addons folder, and make sure the addon folder has the same name as the .toc file.
  7. meridaw

    Mouse over add on

    LunaUnitFrames is nice for mouseover healing, or you can use Clique.
  8. meridaw

    LF Shaman totem addon

    No idea what addon that is, but you could try TotemTimers-Enhanced, ArchiTotem or CallOfElements.
  9. meridaw

    Addons Issue - Mac OS X

    Copy the !Questie folder from inside the questieDev-master folder, and past it into the addons folder.
  10. meridaw

    LgMail

    Removed it, sorry about your stuff. I dont realy try out all the addons, only the ones i want to use myself.
  11. meridaw

    [LF] Shaman addons!

    Did you try ArchiTotem?
  12. Guide how to write your first vanilla wow addon Getting started with writing AddOns Your first Ace2 Addon Ace2 Framework Documentation MyWarCraftStudio FrameXML Lua editors Vanilla wow LUA programming API UI source World of Warcraft Programming Events A-Z
  13. meridaw

    Making money as a 60 Druid with no profs

    Unless it`s AV and your fishing/gathering herbs, or mining thorium.
  14. meridaw

    wanted .. coords addon for minimap

    Metamap-vanilla simpleMinimap
  15. meridaw

    help with macro plz

    /script if not buffed("Seal of Righteousness") then CastSpellByName("Seal of Righteousness") end; CastSpellByName("Judgement")
  16. Feels like i seen this before. Is it old?
  17. It would be nice if vqueue had a small window that could replace the chat completely, and sort every thing from dungeon, wts/wtb, barrens chat, guild recruitment etc.
  18. meridaw

    Mage Cooldowns (addon help)

    Clone it using Desktop Github. For some reason you miss files if you just download the zip.
  19. meridaw

    Damage per second vs damage on wep

    When your leveling hunter just go for the one giving most dps. That changes later at 60, when you can spam aimed shots. Then you need a slower weapons i think, so you dont clip your auto shots and get good aimed shot damage.
  20. meridaw

    Essential Quality of Life Addons?

    WIM (WoW Instant Messenger) brings an instant messenger feel to communication in game [Img1] VQueue Group finder utility [Img1] Atlas an UI mod allowing for loot tables of bosses to be browsed [Img1] AddOnOrganizer This mod allows you to turn on and off all of you'r current addons [Img1] Metamap adds features to the world map [Img1] VanillaGuide An in-game leveling guide [Img1]
  21. meridaw

    Looking for a great arcane shot / auto shoot macro

    If you use this one, you can put auto shot in any slot. /script if not IsAutoRepeatAction(xx) then CastSpellByName("Auto Shot"); end
×