Jump to content

euron

Player
  • Content count

    51
  • Joined

  • Last visited

Everything posted by euron

  1. Because no WoW forum is complete without this thread.
  2. https://forum.elysium-project.org/topic/38332-addon-yaht-yet-another-hunter-timer/
  3. You can make Discord Unit Frames display Raidicons by going to race or rank icon, special options and check 'Show Target Icon instead'.
  4. DiscordFrameModifier might be able to.
  5. Why without supermacro? No need for keeping skull in the right spot of inventory item anyway. Also why would someone not use supermacro in 2017. Equip if not equipped, use if equipped, unbuff if active.
  6. euron

    [Addon] oCB3 (Quartz-like castbar)

    Just wanted to say I've been using this for a while now, and still very happy it. Thanks for all the work Athene!
  7. euron

    Post Your UI #3456789

    That's Bear Casting Bar.
  8. euron

    [AddOn] aux and more

    Right I can't believe I didn't try that yet. Thanks.
  9. euron

    Hunter Skill: Aimed Shot

    It's a talent in the Markmanship tree.
  10. euron

    [AddOn] aux and more

    Hey Bit, I've been a big fan of CDframes since it came out, so thanks for all the effort and work you've put into it, it's much appreciated. I did update to the latest version today after running with a pretty outdated one for a while :D Everything seems to work fine, except it somehow isn't tracking Nature's Swiftness after another spell consumes it. It works fine if you click it off. I'm assuming this is because the NS cooldown doesn't get triggered until another spell gets cast, and then it looks for the spell used, finds no cooldown (because it was healing touch or whatever), and ignores it. But that's just my guess, because I don't actually know enough to figure it out on my own. Thanks in advance, and either way I'll keep using this sweet addon.
  11. Oh sweet, I hadn't even tried that. DFM really is the bees knees.
  12. I don't know how to get them nice and square like that, but what I did for trinketmenu was remove the borders through Discord Frame Modifier.
  13. euron

    Resto druid macros

  14. You could probably recreate the entire thing in Discord Unit Frames...
  15. euron

    Resto druid macros

    Here's a bunch I use(d) Stopcasting. /script SpellStopCasting() /cast Start Attack. /script for AtkSlot = 1,72 do if IsAttackAction(AtkSlot) and not IsCurrentAction(AtkSlot) then UseAction(AtkSlot); end; end; /cast ---------------------------------------------------- Supermacro Macros (also, some require Aftercast to work) Dismount, unbuff all forms, track herbs. /script if buffed("Nightsaber") then CancelBuff("Nightsaber") end /script if buffed("Cat Form") then CancelBuff("Cat Form") end /script if buffed("Travel Form") then CancelBuff("Travel Form") end /script if buffed("Dire Bear Form") then CancelBuff("Dire Bear Form") end /script if buffed("Moonkin Form") then CancelBuff("Moonkin Form") end /script if buffed("Aquatic Form") then CancelBuff("Aquatic Form") end /script if buffed("Bear Form") then CancelBuff("Bear Form") end /script if buffed('Spotted Frostsaber') then CancelBuff('Spotted Frostsaber') end /cast Find Herbs /script UIErrorsFrame:Hide() Spamable Catform, if catform then track humanoids. /script if not buffed("Cat Form") then cast("Cat Form" ) else if not buffed("Track Humanoids") then cast("Track Humanoids") else SM_print("Cat prepaded") end end Ravage if possible, otherwise Shred. /script i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Ability_Ambush")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("Ravage");else c("Shred");end; Rebirth, announce in Say and Party. /script SpellStopCasting() /aftercast +done /run local a,b = SendChatMessage, "Rebirth on %T"; a(b,"SAY"); a(b,"PARTY"); /cast Rebirth Spamable Bear Form. /script if not buffed("Dire Bear Form") then cast("Dire Bear Form") end Innervate & Whisper. /script SpellStopCasting(); /aftercast +done /w %t You have innervate <3! /cast Innervate If Catform Prowl, if not Shadowmelt. /script if buffed("Cat Form") then cast("Prowl") else cast("Shadowmeld") end Travel and Aqua Form. /script CastSpellByName("Aquatic Form()") /script CastSpellByName("Travel Form()") ################################################## Mouseover stuff for Luna. Healing touch or whatever heal you want to use: /script SpellStopCasting() /script if nil then CastSpellByName("Healing Touch") end /lunamo Healing Touch Rebirth and announce. /script SpellStopCasting() /script if nil then CastSpellByName("Rebirth") end /aftercast +done /run local a,b = SendChatMessage, "Rebirth on %T"; a(b,"SAY"); a(b,"RAID"); /lunamo Rebirth
  16. euron

    Post Your UI #3456789

    Hey Maxtra, I'm sorry but it really is in no shape to be uploaded properly. There are tons of things I'd have to clean up in (mostly) Discord and other addons to get it in a presentable shape.
  17. euron

    Smoking Heart of the Mountain

    If you don't plan on feral tanking then why bother?
  18. euron

    Raw Nightfin Snapper

    It got fixed so that now Nightfin should appear more often at night, and sunscale salmon at day. However, their droprate is still horrible, all across the board. There's no magic trick for fishing up these guys, just a lot of patience and booze like a true fisherman.
  19. Yeah I had the same thing a while ago, I tried everything to get it to pop up normally, but it absolutely refused unless I was in one of those zones. Then it worked flawlessy.
  20. You have to be in a PVP zone (EPL, Silithus) or in a battleground to make it pop up. (srs)
  21. euron

    Need help on healing

    Mine literally look the same as yours and work fine /script if nil then CastSpellByName("Regrowth(rank 4)") end /lunamo Regrowth(rank 4) You should go and ask Rhena in the Luna thread, he should be able to help you better than us.
  22. euron

    Flag Timer

    idk but that's an adorable avi
×