meridaw
Player-
Content count
191 -
Joined
-
Last visited
Everything posted by meridaw
-
/run TargetLastEnemy()
-
/run TargetLastTarget()
-
You can find pet macros under general macros here. vanilla-macros
-
VanillaGuide, pfQuest and TourGuideVanilla
-
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.
-
LunaUnitFrames is nice for mouseover healing, or you can use Clique.
-
Try ocb
-
No idea what addon that is, but you could try TotemTimers-Enhanced, ArchiTotem or CallOfElements.
-
Copy the !Questie folder from inside the questieDev-master folder, and past it into the addons folder.
-
Removed it, sorry about your stuff. I dont realy try out all the addons, only the ones i want to use myself.
-
Did you try ArchiTotem?
-
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
-
Unless it`s AV and your fishing/gathering herbs, or mining thorium.
-
Metamap-vanilla simpleMinimap
-
/script if not buffed("Seal of Righteousness") then CastSpellByName("Seal of Righteousness") end; CastSpellByName("Judgement")
-
Can't connect, server down?
meridaw replied to painshard's topic in General Discussion & Suggestions
yep -
[Addon] ActionMirroringFrame (also good for Screencasting!)
meridaw replied to WobLight's topic in UI, AddOns & Macros
Feels like i seen this before. Is it old? -
[ADDON] vQueue - A group finder for vanilla!
meridaw replied to Immunity's topic in UI, AddOns & Macros
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. -
Clone it using Desktop Github. For some reason you miss files if you just download the zip.
-
[Addon] PowerInfusionHandler - An addon to keep track of PI for casters.
meridaw replied to myaka's topic in UI, AddOns & Macros
cooline -
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.
-
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]
-
Why is this cat+prowl broken on one char? and how to cat+dash in a macro script?
meridaw replied to whatisgoingon's topic in UI, AddOns & Macros
Maybe this works? need SuperMacro -
If you use this one, you can put auto shot in any slot. /script if not IsAutoRepeatAction(xx) then CastSpellByName("Auto Shot"); end
