Jump to content

Meitie

Player
  • Content count

    58
  • Joined

  • Last visited

Everything posted by Meitie

  1. 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
  2. Meitie

    Disable Global Cooldown sound

    For me the folder sound Has to be in the wow root folder
  3. Meitie

    Disable Global Cooldown sound

    found the solution if the folder does not exist >> just create it in the wow root
  4. Meitie

    Druid Tank Race

    If I remember correct then the tauren 5% HP bonus is only for the Base HP Pool and Not for the item stats
  5. Meitie

    Your donations and you…

    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
  6. 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
  7. ty that is what i was looking for
  8. Meitie

    A Great Step For Mutual Development

    +1 A great Job they made every day
  9. Meitie

    Profession Bugs

    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
  10. Meitie

    [Addon] oCB3 (Quartz-like castbar)

    And how do I edit? I see no slashcommand
  11. thanks, installed and works fine for the moment! keep up the good work
  12. 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?
  13. 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?
  14. Meitie

    [Addon] oCB3 (Quartz-like castbar)

    How can I move the castbar? TY
  15. /cast Inner Focus /cast Mind Blast Should do the job Edit: I see a whitespace between spell and Rank. This causes an error
  16. What exactly is the goal?
  17. 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;
  18. 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
  19. 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
  20. Is there a download and documentation? The project on Google looks empty
  21. Meitie

    Macro Help!

    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
  22. Meitie

    Macro Help!

    Castsequence does not work in vanilla
  23. for me it works perfect. Which language is your client? Did you tried really '/use [@player] Silk Bandage' or /use [@player] Silk Bandage - without " ' " ?
  24. 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
×