Page 6 of 327 FirstFirst ...
4
5
6
7
8
16
56
106
... LastLast
  1. #101
    Deleted
    Announcements when interrupted needs an addon. I'll make one up for you.

    Code:
    local function getchat()
    	return GetRealNumRaidMembers()>0 and "RAID" or GetRealNumPartyMembers()>0 and "PARTY"
    end
    local a = CreateFrame("Frame")
    a:SetScript("OnEvent", function(self, event, ...)
    	self.pguid = self.pguid or UnitGUID("player")
    	local args = {...}
    	if (args[3] == self.pguid or args[6] == self.pguid) and args[9] == 47585 then
    		local c = getchat()
    		if not c then return end
    		if args[2]=="SPELL_AURA_APPLIED" then
    			SendChatMessage("Casting \124cff71d5ff\124Hspell:47585\124h[Dispersion]\124h\124r duration 6 Seconds", c)
    		elseif args[2]=="SPELL_AURA_REMOVED" then
    			SendChatMessage("\124cff71d5ff\124Hspell:47585\124h[Dispersion]\124h\124r ended", c)
    		end
    	end
    end)
    a:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
    Untested. How to use. Report back with issues.
    Last edited by mmocba105e19de; 2010-10-10 at 10:34 AM.

  2. #102
    Deleted
    awesome!
    going to the zoo with my son now but I'll check it tonight when we are back

    ---------- Post added 2010-10-10 at 12:01 PM ----------

    I did what the post says and I see that the addon is loaded but when I cast dispersion nothing happens, tried it in party just now :/
    Am I doing something wrong os do I need to do something more?
    Can it be crashing with any of my other addons, Auctioneer, Chatter, X-pearl, Decursive, BarTender4, DBM
    Last edited by mmoc2f89cee44b; 2010-10-10 at 10:18 AM.

  3. #103
    Deleted
    Any lua errors? Make sure those are enabled.

  4. #104
    Deleted
    Tried it in raid now nothing happens, also tried it with all other addons dissabled nothing happens :/

  5. #105
    Deleted
    Quote Originally Posted by Treeston View Post
    Any lua errors? Make sure those are enabled.
    If nothing happens that likely means I made a syntax error somewhere.

  6. #106
    Deleted
    LUA errors is enabled but shows nothing :/

  7. #107
    Deleted
    Quote Originally Posted by Asthor View Post
    LUA errors is enabled but shows nothing :/
    Wierd. Let me test.

    ---------- Post added 2010-10-10 at 12:34 PM ----------

    I think I've found the issue. I had one " too much in the second chat line. See above for updated code.

    EDIT: Updated code tested. Working.
    Last edited by mmocba105e19de; 2010-10-10 at 10:36 AM.

  8. #108
    I have an Innervate addon macro that says who i`m casting it on but when i have no target and i`m casting it on myself it says something like : "Casting Innervate on <notarget>". I would like it to say instead of <notarget> myself or my characters name.

  9. #109
    Deleted
    Code:
    local function getchat()
    	return GetRealNumRaidMembers()>0 and "RAID" or GetRealNumPartyMembers()>0 and "PARTY"
    end
    local a = CreateFrame("Frame")
    a:SetScript("OnEvent", function(self, event, ...)
    	self.pguid = self.pguid or UnitGUID("player")
    	local args = {...}
    	if args[3] == self.pguid and args[9] == 29166 then
    		local c = getchat()
    		if not c then return end
    		if args[2]=="SPELL_AURA_APPLIED" then
    			SendChatMessage("Casting \124cff71d5ff\124Hspell:29166\124h[Innervate]\124h\124r on "..args[7], c)
    		elseif args[2]=="SPELL_AURA_REMOVED" then
    			SendChatMessage("\124cff71d5ff\124Hspell:29166\124h[Innervate]\124h\124r ended on "..args[7], c)
    		end
    	end
    end)
    a:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
    Try this. Untested. How to use. Cast Innervate however you want, this should catch it. Report back with issues.

  10. #110
    Deleted
    It works I am so happy that I wanna make sweet man love to you - no homo ofc!
    Is there a way you could explain how I add more spells to it or would I fuck it up?
    The spells I am thinking about are Mindcontroll, Divine Hymn, Hymn of Hope, Circle of Healing, Shackle, Lightwell with some text to them, I see the MC one being awesome in cata hence they improved it so you can actually use it.

    /Asthor
    Last edited by mmoc2f89cee44b; 2010-10-10 at 10:53 AM. Reason: spelling

  11. #111
    Deleted
    Wondering if a macro can be made for Bear Tanking in 4.01

    To Mangle when off CD, Lacerate spam when Mangle on CD. With changes Lacerate can proc Mangle if that helps.

  12. #112
    Deleted
    Hello, is there a way to cast a spell or use a skills in a macro without name, like with the the spell number.

    I wan't my macro works with all wow language (i use english and frensh client)

    Thank you

  13. #113
    Deleted
    Quote Originally Posted by mmcw1982 View Post
    Wondering if a macro can be made for Bear Tanking in 4.01

    To Mangle when off CD, Lacerate spam when Mangle on CD. With changes Lacerate can proc Mangle if that helps.
    Macros cannot play the game for you.

  14. #114
    @mmcw1982
    These are some of my 4.01 bear macros, as close as you can get to letting the game play for you.
    #showtooltip [noform:3]Mangle;[form:3]Mangle(Cat Form)
    /targetenemy [noexists][dead][help]
    /startattack
    /cast [form:1]Mangle;[form:3]Mangle(Cat Form)
    /cast [form:1,nomod:alt]!Maul
    #showtooltip
    /targetenemy [noexists][dead][help]
    /startattack
    /castsequence reset=target Lacerate,Lacerate,Lacerate,Pulverize
    /cast [nomod:alt]!Maul
    #showtooltip [noform:3]Swipe(Bear Form);[form:3]Swipe
    /targetenemy [noexists][dead][help]
    /startattack[form:1/3]
    /cast [form:1]Swipe(Bear Form);[form:3]Swipe
    /cast [form:1,nomod:alt]!Maul


    And also unfortunately kilow, spells can't be cast by ID number, only by name.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  15. #115
    Quote Originally Posted by lawomous View Post
    And also unfortunately kilow, spells can't be cast by ID number, only by name.
    Unfortunate because of the recent mechanisms regarding alternative spells depending on the circumstances in which they are cast.
    I heard that was being fixed though.

    Casting by ID would be useful though.

  16. #116
    Deleted
    My missus has been tasked with being the new enrage remover on the shambling horrors with druid soothe on LK hc.

    I'm not clued up on macros but, is there a way to macro cast soothe then jump to the next shambling and cast soothe on that (when there are two up)?

    something like a macro that will

    /castsequence [target=shambling] Soothe, [nexttarget=shambling] Soothe

  17. #117
    Deleted
    Not possible.
    Code:
    #showtooltip
    /tar shambling
    /cast Soothe
    Is the closest you can get.

  18. #118
    Deleted
    Ah well, cheers anyway

  19. #119
    Affliction warlock macro... not found anythin for this dunno if it can be done.
    to Soul Swap my current target, then to exhale the soul swap to my focus target.

  20. #120
    Deleted
    Code:
    #showtooltip
    /cast Soul Swap
    /cast [@focus, exists]Soul Swap
    Only works if Soul Swap is off the GCD.

Posting Permissions

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