JCarrill0 17 Report post Posted February 18, 2017 On 2/14/2017 at 8:30 AM, Drehar said: I'm no good with scripts. but I think the OP and every paladin would Benefit from the following Macros /cast target target Blessing of protection (or Blessing of Sacrifice, Blessing of Freedom) -- To cast Blessing of protection on Target Target if agro is pulled /cast Blessing of Wisdom rank 5, if not Rank 4, if not Rank 3, if not rank 2, if not Rank 1 -- To cast Blessing of Wisdom or Might on lower level characters without having to select a downrank /Target closest alive priest or paladin /cast Divine Intervention -- To cast Divine intervention on someone that can rez to prevent a wipe in a dungeon. /script if buffed("Item buff name something like Hand of Edward the odd") then cast("Holy Light") if not do nothing maybe add a /cast target target Holy Light on that macro as well so you don't have to change targets to instant cast heal. -- To cast spells based on buffs you gain /cast Sacred Shield if redoubt , if not /sit -- To maximize the use of sacred shield and redoubt These are all confirmed to work in vanilla? sacred shield? 0 Share this post Link to post Share on other sites
Drehar 2 Report post Posted February 20, 2017 These scripts don't work. :( I need some help making them 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 Did anyone of you figure out how to add tooltips to these macros? 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 So I just wrote: /script CastSpellByName("Shadow Bolt") end And.... nothing. Yup, nothing at all. What am I doing wrong here? 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 (edited) 4 minutes ago, Jorn Skyseer said: Reading paladin's thread. OK! /script if not IsCurrentAction(48) then AttackTarget() end /script if buffed("Seal of Righteousness") or buffed("Seal of the Crusader") then CastSpellByName("Judgement()") else CastSpellByName("Seal of Righteousness") end Got on my paladin alt, still absolutely, positively, no tooltip, happy now? Edited March 23, 2017 by Patrykiel 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 So what else should I use? 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 (edited) Oh I couldn't possibly take part in your little suicide obsession, now are you going to help me resolve the tooltip issue or not? And just so you know they are enabled and still not working! Edited March 23, 2017 by Patrykiel 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 OK, I disabled ALL addons, and I do mean ALL, every single one of them, I went in to interface options, Display > Enhanced Tooltips (disabled and enabled it yet again just to make sure) > Pressed Okay, went back in to the game, created a macro, named it "x", script: /script CastSpellByName("Holy Light") And.... nothing! It just show's the macro's name, which is x. That's it, there's northing more. 0 Share this post Link to post Share on other sites
Guest Report post Posted March 23, 2017 (edited) Are you ok, pal(adin)? I noticed you're talking to yourself. Is something wrong? Why so serious? Edited March 23, 2017 by Jorn Skyseer 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 Just now, Jorn Skyseer said: Are you ok, pal(adin)? I noticed you're talkin to yourself. Is something wrong? It's not my fault that you deleted your previous message and the tooltip is still not working. Is there at least some way I can hide the tooltip's name and type in something like "Judgment" as the description? I really don't need any text at the bottom of the icon. 0 Share this post Link to post Share on other sites
Guest Report post Posted March 23, 2017 Why, you can name your macro "Judgement". In fact, you can give same name to all of your macros and even use same icon. 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 1 minute ago, Jorn Skyseer said: Why, you can name your macro "Judgement". In fact, you can give same name to all of your macros and even use same icon. That doesn't solve the problem of there being a text at the bottom of the macro icon. I'd like to remove it and just have a custom tooltip. There's not enough space to name a macro Seal of Righteousness or something like that, so instead it would have to have a custom tooltip description. Then you can for example name your macro " " just one press of he space bar and get a custom description like "Judgment of Righteousness" unless that is impossible because I never seen someone code a custom tooltip. 0 Share this post Link to post Share on other sites
Guest Report post Posted March 23, 2017 I'd suggest paly-ing with alt-z on :) Pretty much solves major problem. 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 21 minutes ago, Jorn Skyseer said: I'd suggest paly-ing with alt-z on :) Pretty much solves major problem. Well, too bad for you I have a custom UI, so Alt - z does literally nothing for me. Now, can you make a custom tooltip or not? 0 Share this post Link to post Share on other sites
Mishail 0 Report post Posted March 24, 2017 (edited) Coool macros ty! Edited March 24, 2017 by Mishail 0 Share this post Link to post Share on other sites
JCarrill0 17 Report post Posted April 9, 2017 @Patrykiel #showtooltip is the command for macro's. Unfortunately this feature doesn't exist until TBC :( 0 Share this post Link to post Share on other sites
christakatrill 0 Report post Posted April 24, 2017 im getting an error with supermacro /script if not IsCurrentAction(48) then AttackTarget() end; /script if not buffed("Judgement of the Crusader", 'target') then if not buffed("Seal of the Crusader") then CastSpellByName("Seal of the Crusader") end end /script if not buffed("Judgement of the Crusader", 'target') then CastSpellByName("Judgement") end /script if not buffed("Seal of Righteousness") then if buffed("Judgement of the Crusader", 'target') then CastSpellByName("Seal of Righteousness") end end when i try to save it it says unexpected symbol near / 0 Share this post Link to post Share on other sites
waldrin 0 Report post Posted April 25, 2017 can you combind the Divine Favor and Zandalarion Hero Charm trinket inn to 1 macro that activet at the same time? 0 Share this post Link to post Share on other sites
Theloras 108 Report post Posted April 25, 2017 1 minute ago, waldrin said: can you combind the Divine Favor and Zandalarion Hero Charm trinket inn to 1 macro that activet at the same time? yes, that is how Shockadins get their burst 0 Share this post Link to post Share on other sites
waldrin 0 Report post Posted April 25, 2017 23 minutes ago, Theloras said: yes, that is how Shockadins get their burst can any on help me make the macro? 0 Share this post Link to post Share on other sites
Theloras 108 Report post Posted April 25, 2017 12 minutes ago, waldrin said: can any on help me make the macro? /use 13 /use 14 /cast Divine Favor /cast Holy Shock /cast Judgement slot 13 or 14 is dependant on where you put your trinket 0 Share this post Link to post Share on other sites
waldrin 0 Report post Posted April 25, 2017 10 minutes ago, Theloras said: /use 13 /use 14 /cast Divine Favor /cast Holy Shock /cast Judgement slot 13 or 14 is dependant on where you put your trinket cant make it work.... hmmmm 0 Share this post Link to post Share on other sites
Theloras 108 Report post Posted April 25, 2017 1 minute ago, waldrin said: cant make it work.... hmmmm add the correct rank to your holy shock 0 Share this post Link to post Share on other sites
waldrin 0 Report post Posted April 25, 2017 18 minutes ago, Theloras said: add the correct rank to your holy shock do i need to use super macro addon? the addon fuck up my action bar 0 Share this post Link to post Share on other sites
Theloras 108 Report post Posted April 25, 2017 Just now, waldrin said: do i need to use super macro addon? the addon fuck up my action bar i wouldnt think so but maybe try it and see if it works there 0 Share this post Link to post Share on other sites