Milton
Player-
Content count
69 -
Joined
-
Last visited
Everything posted by Milton
-
Problem with animations staying/lingering after cast
Milton replied to Milton's topic in Help & Support
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. -
Problem with animations staying/lingering after cast
Milton replied to Milton's topic in Help & Support
This is where I have rooted. 3 places. -
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?
-
http://db.vanillagaming.org/?spell=24977 Tooltip says 2% less chance to hit. Does that also count for spell hit? Thx /Milton
-
I see now. Good find. Thx.
-
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?
-
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.
-
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
-
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.
-
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?
-
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Milton replied to Ike's topic in UI, AddOns & Macros
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. -
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.
-
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.
-
I dont have Dire Bear yet. I am level 32.
-
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;
-
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Milton replied to Ike's topic in UI, AddOns & Macros
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? -
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.
-
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?
-
This addon looks like a gem, thx! Gonna try it out.
-
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.
-
U miss the point. I know I have to double tap. But I want startattack in the shred macro.
-
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
-
I'm so hyped :D. Gonna join u guys on Discord around server launch.
