Jump to content

Milton

Player
  • Content count

    69
  • Joined

  • Last visited

Everything posted by Milton

  1. What I have of addons: CastModifier, Classic Snowfall, DamageMeters, EzDismount, Healthfade v. 1.1.1, Lootlink, Natur ECB v. 5.4.8, SpamThrottle (newest), SuperMacro, TheoryCraft, URLcopy.
  2. This is where I have rooted. 3 places.
  3. As I understand, Elysium server is on 1.1 patch atm. I can only find BiS list for Naxx patch on the internet. But I found this: http://forums.crestfall-gaming.com/index.php?/topic/270-boomkin-101-pre-raid-bis-consums-enchants-talents/ Is this a BiS list for patch 1.1?
  4. Milton

    Question about Insect Swarm

    http://db.vanillagaming.org/?spell=24977 Tooltip says 2% less chance to hit. Does that also count for spell hit? Thx /Milton
  5. Milton

    Question about Insect Swarm

    I see now. Good find. Thx.
  6. Is it possible to have a pvp elemental spec that is sufficient for raiding too? This is a spec I just came up with: http://db.vanillagaming.org/?talent#oZxgRzf0uhVVM0Rbt Any suggestions to a spec and is it possible with a hybrid pvp/pve spec?
  7. Milton

    Chunky cast bar (video)

    I have a buggy cast bar (sometimes), just like when he casts conjure water in the video. The cast bar goes "chunky" and not smooth. I have stock cast bar but it's the same problem. Restarting game did not help.
  8. I know there's an addon out there that gives class colors in the map in BGs. And shows all players and not only group members. What is it called? /Thx ! :D
  9. I can't seem to find out where I do it. I just had a funny bug. I was able to run over the lake south of Undercity on my way to SM. I water walked over the lake in cheetah form.
  10. Is it a bug or is it vanila style? I cannot los sheeps or fear through obstacles. For example the great log in AB between lumbermill hill and crossroad Blacksmith. The great tree stump there. A lock managed to fear me though. Blizzlike?
  11. Milton

    Boomkin raiding?

    Is boomy viable for raids?
  12. Can I ask how to do a startattack when I'm not in stealth? I need it for my ravage/shred macro. Right now I have this but it's wrong: /script [nostealth] if not IsCurrentAction(36) then UseAction(36) end; And I have auto attack bound on slot 36.
  13. Milton

    Powershift macro

    Now my bear form macro works. But I cannot shift to bear if I'm in cat form. Can I just add this in front of the macro: /script if not buffed("Cat Form") then cast("Cat Form") end ? Edit: I found myself with the macro: /script if not buffed("Bear Form") then cast("Bear Form") end /unbuff Bear Form This does the trick. Thanks for your input too tho.
  14. Milton

    2FA help

    Hey, I added 2FA (IP auth only) to my phone but I'd rather have Winauth on my laptop instead of the app on my phone. How can I do this, if possible? Thx.
  15. Milton

    2FA help

    Thx! Ur a babe. Edit: Worked.
  16. Milton

    Powershift macro

    I dont have Dire Bear yet. I am level 32.
  17. Milton

    Powershift macro

    Works pretty fair. It seems to get stuck sometimes. How would the same look for bear? I tried editing your macro using f==1 instaed of f==3 following the API from this link http://vanilla-wow.wikia.com/wiki/API_UnitPowerType . This doesn't work at all tho. What I have is this: /script u=UnitMana('Player'); c=CastSpellByName; f=UnitPowerType("Player"); if (u<=30) and (f==1) then c"Bear Form"; elseif (f==0) then c"Bear Form"; end;
  18. Nice addon! Is it possible to get some form of #showtooltip? I made a macro that works fine but missing tooltip. Edit: I found on your site to put /script if nil then CastSpellByName("SPELLNAME") in the start of the macro. Any chance that TheoryCraft can go work with your addon?
  19. Milton

    Feral charge and improved enrage

    Feral charge costs 5 rage. Bash costs 10 rage. If I were to feral charge someone into a bash would I need improved enrage to get 5 instant rage from enrage and 10 rage from furor = 15 rage. Or will I bet my luck on a bear auto attack that generates 5 or more rage after feral charge.
  20. Hey! How can I get startattacking into this macro for Shred/Ravage? /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; For Claw with startattacking I'm using /cast Claw /script if not IsCurrentAction(36) then UseAction(36) end; And I have auto attack dragged out on slot 36 (down right corner). How can I incorperate startattack into my shred?
  21. Milton

    Shred/Ravage macro with startattack

    This addon looks like a gem, thx! Gonna try it out.
  22. Milton

    Shred/Ravage macro with startattack

    I tried /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; /script if not IsCurrentAction(36) then UseAction(36) end; but I have 2x /script and I get an error message. If only I knew how to seperate the macros so the /script if not IsCurrentAction(36) then UseAction(36) end; gets placed well within.
  23. Milton

    Shred/Ravage macro with startattack

    U miss the point. I know I have to double tap. But I want startattack in the shred macro.
  24. Milton

    Balance PvP/PvE hybrid

    Hi fellas. I wonder if it's possible to build a balance spec that can raid and do pvp with success in both. I was thinking of this spec: http://db.vanillagaming.org/?talent#0toxhMEstZVxco
  25. Milton

    [A] <Legacy> Social Raid Progression

    I'm so hyped :D. Gonna join u guys on Discord around server launch.
×