Meitie
Player-
Content count
58 -
Joined
-
Last visited
Everything posted by Meitie
-
Hello everyone, for newer wow versions I found a solutioN by replacing sOund files. but if i see rigHt, vanilla has only a .mpq sound file and noT single files that i can replace is it possible in any way to disable the global cooldown sound thank you very much in advance
-
For me the folder sound Has to be in the wow root folder
-
found the solution if the folder does not exist >> just create it in the wow root
-
If I remember correct then the tauren 5% HP bonus is only for the Base HP Pool and Not for the item stats
-
This is totally bullshit. Who are you that you know the reason of every single player who started on ZK? There are players like me who started just a few weeks ago because of a pop about 3k in the peak. And now when it drops there are flamer like you who tell us its our problem 1. This is Not true for every player 2. No one has a benefit by a bleeding dying community. Is Not good to save the players? Think about what you are saying because people and their reasons for zk are different
-
Hello, I am looking for an Addon that shows me all the items which my characters are wearing, Not the inventory. Also helpful is the have an overview about professions and receipes Thanks alot
-
[LF Addon]That shows items on all characters
Meitie replied to Meitie's topic in UI, AddOns & Macros
ty that is what i was looking for -
+1 A great Job they made every day
-
I also have problems with skinning. Often the skinning is successfull but it gives no material and the corpse is still laying on the ground but I can not skin again
-
ty that worked
-
And how do I edit? I see no slashcommand
-
thanks, installed and works fine for the moment! keep up the good work
-
Hi, I mean the link you have posted. It is version 3.7 - the latest I found on your page. Can you recommend a stable and fast version without this behaviour?
-
Ty for the great Addon. Yesterday we switched from a very old version to the newest at your posted github link. But now questie causes often very long loadtimes when taking quest items or talking with quest npcs Is this a known Bug or normal behaviour?
-
How can I move the castbar? TY
-
[Macro help needed] Inner Focus / Mind Blast macro
Meitie replied to stjimmy1904's topic in UI, AddOns & Macros
/cast Inner Focus /cast Mind Blast Should do the job Edit: I see a whitespace between spell and Rank. This causes an error -
[Macro help needed] Inner Focus / Mind Blast macro
Meitie replied to stjimmy1904's topic in UI, AddOns & Macros
What exactly is the goal? -
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Meitie replied to Ike's topic in UI, AddOns & Macros
Check this, but Not tested /run local b=0;for i=1,16 do if UnitBuff("player", i) == "Interface\\Icons\\Ability_Ambush" then b=1;end;end;if b==1 then UseAction(actionslotstealthmacro) else UseAction(actionslotnonstealthmacro) end; -
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Meitie replied to Ike's topic in UI, AddOns & Macros
Can you share the download? What you posted is possible too with CastModifier /cast [nomybuff:Ice_Armor]Ice Armor Cooldown is also an available condition -
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Meitie replied to Ike's topic in UI, AddOns & Macros
If you work with a Master macro you have to put the whole logic in your submacros. Then the Master macro just call these submacros. I put the /cast !Attack At the bottom of my Master macro and it works fine. SO I am attacking every time I use the Master macro, no matter if there is enough rage, energy or whatever -
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Meitie replied to Ike's topic in UI, AddOns & Macros
Is there a download and documentation? The project on Google looks empty -
IT depends on your rotation. With 2 debuffs and a channeled spell you can use CastModifier. This is an Addon that you can find here in the ui section: https://forum.elysium-project.org/topic/24380-addon-castmodifier-tbc-and-above-like-conditionals-for-cast-macros/ Tell me if you need help with that
-
Castsequence does not work in vanilla
-
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Meitie replied to Ike's topic in UI, AddOns & Macros
for me it works perfect. Which language is your client? Did you tried really '/use [@player] Silk Bandage' or /use [@player] Silk Bandage - without " ' " ? -
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Meitie replied to Ike's topic in UI, AddOns & Macros
Targets target used for e.g. checking if i have to taunt when loosing aggro. Or if my pet loosing aggro I can use the slowing shot
