Ondi 0 Report post Posted January 27, 2017 Hi. First of all sry for my english. I'm trying to make this addon work but it doesn't. I placed it in the Addons folder, renamed it without the "-master" part, activated it on my char, tried to disable all other addons, but nothing make it works. Have u any ideas ? Im playing with the en client btw 0 Share this post Link to post Share on other sites
Ike 20 Report post Posted January 27, 2017 1 hour ago, Ondi said: Hi. First of all sry for my english. I'm trying to make this addon work but it doesn't. I placed it in the Addons folder, renamed it without the "-master" part, activated it on my char, tried to disable all other addons, but nothing make it works. Have u any ideas ? Im playing with the en client btw There's no need to apologize for your English. Having learned another language and being able to communicate using it is one of the coolest things ever in my books! About your problem: So, it does show up in the character selection screen if you click on the Addons button? If it does and there are no error messages after logging in (especially without any other Addons enabled) it should work fine. But, since it doesn't and you haven't posted any error messages, I assume you have a faulty macro. If you could post your macro here so that I can take a look at it, that would be really helpful! 1 Share this post Link to post Share on other sites
Finrodi 0 Report post Posted January 28, 2017 10 hours ago, jagonx said: /cast [@mouseover] Devour Magic; Devour Magic Hey, sorry dumb question prolly but any way to make this work with /petattack as well? Would be the best solution for totems I guess. 0 Share this post Link to post Share on other sites
Ike 20 Report post Posted January 28, 2017 @Finrodi Sure. Replace /cast with /petattack and remove all the spell names. 0 Share this post Link to post Share on other sites
Prosax 1 Report post Posted January 28, 2017 (edited) Hello Ike, First off! thx for this amesing addon :) Would it be possible to implement more of the tbc conditionals because im having trouble with some macro that i made not fireing. Here a list i found conditionals - and here are some that i cant get to work: [swimming] - [form] - [mod:alt gr] <--- Right alt (dunno if this is possible) For some reason these macro wont fire either? :( Maby u can see if i did something wrong /cast [stance:1/3] Faerie Fire (Feral); Faerie Fire <--- does not fire in cat/bear (no blizz error msg) but does fire if im in no form <--- maby something with (Feral) part? (tried to shift click from spellbook for spelling issues) /cast [swimming] Aquatic Form; Travel Form Also this dude made a some extra conditionals which are awsome for druid, but i dont think he work on the project anymore and i was hopeing that u maby could get inspired by his work and maby implement some in your addon? :) Macroextender especialy the pmana conditional would for druids be crazy if it checks for mana even if your are in forms Edited January 28, 2017 by Prosax 0 Share this post Link to post Share on other sites
Finrodi 0 Report post Posted January 28, 2017 8 hours ago, Ike said: @Finrodi Sure. Replace /cast with /petattack and remove all the spell names. /petattack [@mouseover]; petattack does not work. That's why I'm asking 0 Share this post Link to post Share on other sites
Milton 0 Report post Posted January 28, 2017 (edited) 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. Edited January 28, 2017 by Milton 0 Share this post Link to post Share on other sites
Morathe 5 Report post Posted January 28, 2017 8 hours ago, Finrodi said: /petattack [@mouseover]; petattack does not work. That's why I'm asking Use /petattack [@mouseover harm nodead] 0 Share this post Link to post Share on other sites
Finrodi 0 Report post Posted January 28, 2017 7 minutes ago, Morathe said: Use /petattack [@mouseover harm nodead] Thanks but I want it so that if I mouseover something, it attack the mouseover, otherwise it attacks my current target. 0 Share this post Link to post Share on other sites
Ike 20 Report post Posted January 28, 2017 11 hours ago, Prosax said: Hello Ike, First off! thx for this amesing addon :) Would it be possible to implement more of the tbc conditionals because im having trouble with some macro that i made not fireing. Here a list i found conditionals - and here are some that i cant get to work: [swimming] - [form] - [mod:alt gr] <--- Right alt (dunno if this is possible) 26 I don't think that either [swimming] or [mod:altgr] are possible. [form] is the same as [stance], so you can just use that instead. 13 hours ago, Prosax said: /cast [stance:1/3] Faerie Fire (Feral); Faerie Fire <--- does not fire in cat/bear (no blizz error msg) but does fire if im in no form <--- maby something with (Feral) part? (tried to shift click from spellbook for spelling issues) I can't use "/cast Faerie Fire (Feral)" even if I disable all Addons which means that this is a limitation of the 1.12 client and therefore not doable. This one is odd. 11 hours ago, Prosax said: Also this dude made a some extra conditionals which are awsome for druid, but i dont think he work on the project anymore and i was hopeing that u maby could get inspired by his work and maby implement some in your addon? :) Macroextender especialy the pmana conditional would for druids be crazy if it checks for mana even if your are in forms Here I was thinking I created the greatest thing ever that no one else thought of. Spooky how he even started working on it around the same time I did. Not sure about pmana for druids, though. Sounds pretty complicated when taking things like mana regeneration into account. Could you provide me some examples on how you'd use this? I might divert some time into this if I can see a good use case. 7 hours ago, Finrodi said: /petattack [@mouseover]; petattack does not work. That's why I'm asking /petattack [@mouseover harm nodead]; [@target] Attack any enemy living mouseover target or, when there is none, the current target. 1 Share this post Link to post Share on other sites
jmul1212 7 Report post Posted January 28, 2017 Any plans of implementing a focus to this. I found a few around that with making custom slash commands to target, cast, then target last target. I was working on something myself and then stopped caring that involved using player names. Coding suck m8, great work with this though. 0 Share this post Link to post Share on other sites
Morathe 5 Report post Posted January 28, 2017 (edited) I think there is addon called ClassicFocus but its rather wanna-be-focus-solution. Doubt there is a way to implement fully functional tbc like focus to vanilla. Edited January 28, 2017 by Morathe 0 Share this post Link to post Share on other sites
Ike 20 Report post Posted January 28, 2017 (edited) @jmul1212 https://github.com/DennisWG/CastModifier/wiki/Supported-AddOns ClassicFocus is 100% supported. But ClassicFocus has its limits like it can't differentiate between two NPCs with the same name. If you're using it for unique NPCs or other Players, though, it works like a charm! Edited January 28, 2017 by Ike typo 0 Share this post Link to post Share on other sites
Statikk 0 Report post Posted January 28, 2017 Is there a way to do a cast and a use in the same macro with a modifier key? I've tried getting it to work every way I could think of (I did read the documentation and look for possible examples in this thread) but I can't figure it out. Basically trying to replace this macro I used to use (which I think required SuperMacro but I don't remember) /run local w = IsShiftKeyDown(); if w == nil then UseItemByName("Water Name") else cast("Conjure Water") end 0 Share this post Link to post Share on other sites
Ondi 0 Report post Posted January 28, 2017 On 27/01/2017 at 7:23 PM, Ike said: So, it does show up in the character selection screen if you click on the Addons button? If it does and there are no error messages after logging in (especially without any other Addons enabled) it should work fine. But, since it doesn't and you haven't posted any error messages, I assume you have a faulty macro. If you could post your macro here so that I can take a look at it, that would be really helpful! When i click on the Addon button nothing happen. I have the box near to CastModifier checked. In game it's look like i have 0 addon. Nothing new on the screen, just the vanilla game. Here one of my macro i trying to make work: V1: /cast [nostealth] Stealth V2: /cast [nostealth]Stealth V3: /cast [stance:0] Stealth V4: /cast [stance:0]Stealth 0 Share this post Link to post Share on other sites
orwell 0 Report post Posted January 29, 2017 (edited) I need 2 macros while using this addon. 1- Spammable stealth which won't get you out of stealth if pushed again, but when it's pushed with SHIFT, it gets you out of stealth. 2- Sinister Strike with spammable autoattack (Cos when you don't have enough energy, clicking on using normal SS won't start your auto attack.) Also have anyone managed to make MacroTooltip addon work? Under this page: http://anaron.comoj.com/ It says you can put tooltips by adding /setspelltooltip [spell] to your macro. I couldn't do that though. Edited January 29, 2017 by orwell 0 Share this post Link to post Share on other sites
peremi 0 Report post Posted February 1, 2017 Hi Ike, I am currently using the following CS macro. /script SpellStopCasting() /cast Counterspell /yell CS on << %t >> Can I use this addon to only say /yell when CS is actually cast? Can the addon check combat logs do this? Thanks, 0 Share this post Link to post Share on other sites
Razorwynd 1 Report post Posted February 4, 2017 (edited) On 1/5/2017 at 2:38 PM, Ike said: The easiest way to do this would be like this: /cast [stance:0] Bear Form This will cast Bear Form when you're not shapeshifted. When I use the /cast [stance: 0] Dire Bear Form while in Dire Bear Form it takes me back to Caster Form and I do not understand why Update: There appears to be a weird Druid Bar compatibility issue.... /cast [stance:0] Travel Form works as intended but /cast [stance:0] Dire Bear Form and /cast [stance: 0] Cat Form do not. Running the Macro a second time cancels the form. Once I disable Druid Bar, everything works as expected. Thoughts on what might be going on with druid bar? Edited February 4, 2017 by Razorwynd 0 Share this post Link to post Share on other sites
Cha 0 Report post Posted February 5, 2017 Hello Ike, I've been testing this addon with NotGrid (https://forum.elysium-project.org/topic/30494-addon-notgrid) and Lunaframes but for some reason the following macro doesn't work properly with NotGrid (but works as intended with Lunaframes) ; /cast [@mouseover] Greater Heal;[@target] Greater Heal;[@player] Greater Heal If I target myself, it works just fine, mouseover > target > self in every situation. If I target someone else in the raid and try to mouseover another target, it will directly heal my target and completely ignore the mouseover. Would it be possible to get this macro working with NotGrid in every situation ? Thanks a lot for this addon ! 0 Share this post Link to post Share on other sites
Kase 2 Report post Posted February 6, 2017 /cast !Attack /cast [stance:1 nocombat] Charge; [nocombat] Battle Stance; [stance:3 combat] Intercept; Berserker Stance When I use this macro , i charge, but in middle of charge it use intercept!! Dont want it! 0 Share this post Link to post Share on other sites
Alsorin 0 Report post Posted February 8, 2017 I mostly use macros to minimize my action bar usage. I cannot get this macro to work. It just keeps using Mortal Strike and never Heroic Strike. /cast [mod:shift] Heroic Strike; Mortal Strike 0 Share this post Link to post Share on other sites
jagonx 7 Report post Posted February 8, 2017 17 минут назад, Alsorin сказал: I mostly use macros to minimize my action bar usage. I cannot get this macro to work. It just keeps using Mortal Strike and never Heroic Strike. /cast [mod:shift] Heroic Strike; Mortal Strike For some reason i also had a problem with [mod:shift] and my shift+key wasnt binded at all. Did u tried another modifiers? [mod:alt] or [mod:ctrl] ? 0 Share this post Link to post Share on other sites
Alsorin 0 Report post Posted February 8, 2017 33 minutes ago, jagonx said: For some reason i also had a problem with [mod:shift] and my shift+key wasnt binded at all. Did u tried another modifiers? [mod:alt] or [mod:ctrl] ? I'll have to try it. Heading to work now so have to mess with again tomorrow night. I use a Razer Orbweaver with one of the side keys as shift. I thought I saw where Shift was bound, but I'll double check tomorrow. (work third shift. :( ) 0 Share this post Link to post Share on other sites
Kase 2 Report post Posted February 8, 2017 On 6/2/2017 at 9:59 AM, Kase said: /cast !Attack /cast [stance:1 nocombat] Charge; [nocombat] Battle Stance; [stance:3 combat] Intercept; Berserker Stance When I use this macro , i charge, but in middle of charge it use intercept!! Dont want it! If someone can help me pls.. I need an spameable macro that use charge or intercept (in combat or non combat), but this macro when I spam it, my character charge, run into berserker and use intercept in 0,5 secs all 0 Share this post Link to post Share on other sites
Alsorin 0 Report post Posted February 8, 2017 19 hours ago, jagonx said: For some reason i also had a problem with [mod:shift] and my shift+key wasnt binded at all. Did u tried another modifiers? [mod:alt] or [mod:ctrl] ? Alt works fine. Honestly, it's not the end of the world, but odd. 0 Share this post Link to post Share on other sites