1. Looking for an Addon

    Hi, as the title states, im looking for an addon. (In before everyone spams here with all the addons they use qq)
    To be specific, im looking for the addon that tracks Divine Sacrifice. Ive seen people in raids use it, but they are tightasses and wont tell me what it is. As i roll a Protection Paladin, i would like an addon that tracks spells like Divine Sacrifice, and posts them in Raid / Party chat (Raid if raid, party if party), so that healers know when to overheal my ***, or not.

    Thankee in advance.

  2. It's probably just a macro similar to my Guardian Spirit
    Code:
    #showtooltip
    /s Guardian Spirit on %t
    /cast Guardian Spirit
    /in 10 /s Guardian Spirit down
    Just replace Guardian Spirit with Divine Sacrifice and the 10 with 6 (I think). It's the amount of seconds it should wait before saying it's down
    Edited: August 5, 2016

  3. sadly though, /in isnt a part of the api :( this morning, i was playing around with the macro commands (horrible!), but in deed, this is a part of an addon, so if you want a clear one, this wouldnt work...

    Anyway, if you remove it, it is ok :) for priests on Pandaria, it is important to announce Vampiric Embrace ie, or mages to point the sheeped 'audience' (on rdf, they can mark them as well with
    /script SetRaidTarget("target",iconNumber); icon number is for the different icons like skull etc, in the DS case, basically the skull one on you xd)

    so, it is a quite good idea to make many of your spells actual macro buttons, which you can play with the way you like - like, "/s Oh, raise, young champion! Your time has yet to come... Be brave and stand up to the ones you love, and may the Light banish the shadows around us to a new day! /cast Redemption"
    Oh, pally stuff ofc xd ...or is it?

    Code:
    /s "I'm a little paladin, short and stout.
    Here's my hammer and here's my trusty mount.
    When I get in trouble I scream and shout,
    then I bubble and hearthstone out!"
    /use Divine Shield
    /use Hearthstone
    196 / 255, works for me :d


  4. It's probably just a macro similar to my Guardian Spirit
    Code:
    #showtooltip
    /s Guardian Spirit on %t
    /cast Guardian Spirit
    /in 10 /s Guardian Spirit down
    Just replace Guardian Spirit with Divine Sacrifice and the 10 with 6 (I think). It's the amount of seconds it should wait before saying it's down
    Worked perfect, thankee

  5. sadly though, /in isnt a part of the api
    Actually, while it's not directly using the Lua API, it is using the macro's scripting interface and is 100% valid. It waits until the defined seconds has passed and then executes the following. Its quick, it adds no noticeable overhead, it works. We're not using java, let's avoid making a ProblemFactory.
    Edited: August 6, 2016

  6. Sixtyninee, i just pointed that you will need an add-on to use it, this is just a fact xalorian (or other reader) should be wary of, as you forgot to point it out... now who is causing the "problem factory"? :)

  7. I apologise for the necro of this "old thread", but, please stop fighting over me <3
    Sixtyninee's /in macro does in fact work. Simply test it in game. Cheinii, i dont know what youre going on about, but it will work.

    I use the following macro now. My only problem with it is if i cast it while i can not cast, itll still speak, and count down then speak, but does not in fact cast the spell. I am now wondering, is there some sort of command for macros that will check if i can actually cast that spell, and if i can cast, it will cast, and then speak. If not, it wont speak.

    MACRO 16777217 "Divine Sacrifice" INV_Misc_QuestionMark
    #showtooltip
    /ra >>> Divine Sacrifice up. Watch my HP! <<<
    /p >>> Divine Sacrifice up. Watch my HP! <<<
    /cast Divine Sacrifice
    /in 10 /ra >>> Divine Sacrifice is down. <<<
    /in 10 /p >>> Divine Sacrifice is down. <<<

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •