1. #4261
    Hello again, could anyone help me with this?

    For some reason my macro does not work. I want to activate my CD + on use trinket AND hands (engineering) with one button. It only activates trinket and cooldown.

    Code:
    #showtooltip Dark Soul: Instability
    /use 13
    /use 10
    /cast Dark Soul: Instability

  2. #4262
    I'd suggest the pet conditional, but you'll probably hit character limits depending on how many pets you want built in.

    Also, /click does not accept modifiers as far as I know.

    ---------- Post added 2013-01-08 at 12:18 AM ----------

    Quote Originally Posted by annicep View Post
    Hello again, could anyone help me with this?

    For some reason my macro does not work. I want to activate my CD + on use trinket AND hands (engineering) with one button. It only activates trinket and cooldown.

    Code:
    #showtooltip Dark Soul: Instability
    /use 13
    /use 10
    /cast Dark Soul: Instability
    On-use trinkets and the glove tinker put each other on CD for the duration of the effect.

  3. #4263
    I would like a macro that uses my synapses springs engineering enchant on my gloves and my beastial wrath at the same time and that shows the cd

    Thanks in advance
    If you want a picture of the future, Imagine a Orcish boot stamping on a human face FOREVER!

  4. #4264
    Quote Originally Posted by Combooticus View Post
    I would like a macro that uses my synapses springs engineering enchant on my gloves and my beastial wrath at the same time and that shows the cd

    Thanks in advance
    Code:
    #showtooltip Bestial Wrath
    /use 10
    /cast Bestial Wrath

  5. #4265
    I use this macro. It takes ore in my bag and puts it all in my guild bank in just a click or two.

    #showtooltip Ghost Iron Ore
    /run for b=0,4 do for s=0,36 do l=GetContainerItemLink(b,s) if l and l:find("Ghost Iron Ore")then UseContainerItem(b,s) end end end

    What i would like is one that grabs it out of my guild bank, and puts it in my bags.
    Does anyone know how to write a macro to do that?

  6. #4266
    Scarab Lord Taryble's Avatar
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,037
    Quote Originally Posted by Spinachsandwich View Post
    I use this macro. It takes ore in my bag and puts it all in my guild bank in just a click or two.

    #showtooltip Ghost Iron Ore
    /run for b=0,4 do for s=0,36 do l=GetContainerItemLink(b,s) if l and l:find("Ghost Iron Ore")then UseContainerItem(b,s) end end end

    What i would like is one that grabs it out of my guild bank, and puts it in my bags.
    Does anyone know how to write a macro to do that?
    You might try this (drycoded, untested, don't blame me if it blows up your computer - shouldn't, but you never know)
    Code:
    #showtooltip Ghost Iron Ore
    /run for b=0,GetNumGuildBankTabs() do for s=0,98 do l=GetGuildBankItemLink(b,s) if l and l:find("Ghost Iron Ore") then AutoStoreGuildBankItem(b,s) end end end
    Last edited by Taryble; 2013-01-10 at 01:36 AM. Reason: Edited to make b, s, and l locals -- Reverted, due to Treeston's comment below
    We have done the impossible, and that makes us mighty. - Sgt. Malcolm "Mal" Reynolds, Battle of Serenity Valley

  7. #4267
    for loop counters are automatically limited to the loop's scope.
    UI & AddOns expert | Interface & Macros moderator - My work

  8. #4268
    Scarab Lord Taryble's Avatar
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,037
    Good to know, I'll revert the edit then.
    We have done the impossible, and that makes us mighty. - Sgt. Malcolm "Mal" Reynolds, Battle of Serenity Valley

  9. #4269
    Mechagnome Omertocracy's Avatar
    Join Date
    Aug 2011
    Location
    Acherus, Lower floor
    Posts
    520
    So I have a macro that goes as follows:

    #showtooltip
    /cast [mod] Death Pact; Raise Dead

    Is there a way to make it /say something only when I use it without a modifier?
    us.battle.net/wow/en/character/uther/Omerta/
    Quote Originally Posted by Eurynome Rhade
    You see us as the only reason for your so-called suffering. You blame us for everything. What have you done about it? Nothing! Nothing but constant bitching. Learn how powerless, selfish, and foolish you are, and accept your fate!

  10. #4270
    Quote Originally Posted by Omertocracy View Post
    So I have a macro that goes as follows:

    #showtooltip
    /cast [mod] Death Pact; Raise Dead

    Is there a way to make it /say something only when I use it without a modifier?
    Code:
    #showtooltip
    /cast [mod] Death Pact; Raise Dead
    /stopmacro [mod]
    /say Say macros are annoying, btw.

  11. #4271
    Quote Originally Posted by Taryble View Post
    You might try this (drycoded, untested, don't blame me if it blows up your computer - shouldn't, but you never know)
    Code:
    #showtooltip Ghost Iron Ore
    /run for b=0,GetNumGuildBankTabs() do for s=0,98 do l=GetGuildBankItemLink(b,s) if l and l:find("Ghost Iron Ore") then AutoStoreGuildBankItem(b,s) end end end

    It works perfect, thank you very much for your help Taryble.

  12. #4272
    Quote Originally Posted by Squirl View Post
    I'd suggest the pet conditional, but you'll probably hit character limits depending on how many pets you want built in.

    Also, /click does not accept modifiers as far as I know.

    ---------- Post added 2013-01-08 at 12:18 AM ----------



    On-use trinkets and the glove tinker put each other on CD for the duration of the effect.
    Damn, forgot about that, thanks for reminder.

    Another question.. Id like a script that allows me to move alternate power bar, i know there are many addons for it, but i try to avoid addons, have only few. I already have few scripts that i run every time i log in that changes my default UI a bit. I expect that there will be coordinates somewhere and ill be able to write in and choose location, but i have no idea how to write a script. Could anyone help me?

  13. #4273
    Is there any way to have a macro (or addon) announce who you are ressing?

    And not "/ra Ressing xyz", because I tend to spam the res button and I don't wanna flood the chat.
    Drawn into the backdrop here, you could fade, you could fade away
    Bright lights on a starless night, then I howl in the dying day
    Looking at life through a loaded gun, take your best shot, aim it at the sun
    Looking at life through a loaded gun, you'll know you find...
    you'll find yourself, you'll find yourself alone...

  14. #4274
    The Patient Da Baws's Avatar
    Join Date
    Mar 2011
    Location
    Dayglow Vista Road
    Posts
    324
    I want a really simple macro that flirts then cuddles with whomever I have targeted.
    I thought it would be
    /cuddle
    /flirt
    but it wasn't. It only cuddles.
    Quote Originally Posted by frequency
    It's not the government's job to protect me from myself, as much as they believe it is, it is not.

    Quote Originally Posted by Aired
    Our raid leader went AFK mid nef attempt and all he said was 'BRB GF's naked'

  15. #4275
    There's a cooldown on chat emotes now. Try getting something that enables /in (one of them is called SlashIn I believe), then do
    Code:
    /flirt
    /in 2 /cuddle
    UI & AddOns expert | Interface & Macros moderator - My work

  16. #4276
    Epic! Tearor's Avatar
    Join Date
    Dec 2007
    Location
    Դժոխք
    Posts
    1,674
    Quote Originally Posted by Crysthalica View Post
    Is there any way to have a macro (or addon) announce who you are ressing?

    And not "/ra Ressing xyz", because I tend to spam the res button and I don't wanna flood the chat.
    Addon: Raeli's Spell Announcer
    No point mentioning these bats, I thought. The poor bastard will see them soon enough.

  17. #4277
    Blademaster Mieme's Avatar
    Join Date
    Apr 2011
    Location
    Shakopee, MN
    Posts
    40
    Hello I need help with a macro.
    I want
    #showtooltip Innervate
    /cast [target=mouseover] Innervate

    to whisper my mouse over traget
    ""Huh? What? Are you trying to beat my ass or tear my rectum out of my ass? Which is it?" "I'm beating your ass with your rectum."" --welcome back gintama

  18. #4278
    Quote Originally Posted by Mieme View Post
    Hello I need help with a macro.
    I want
    #showtooltip Innervate
    /cast [target=mouseover] Innervate

    to whisper my mouse over traget
    Code:
    #showtooltip Innervate
    /cast [target=mouseover] Innervate
    /run SendChatMessage("Innervate on you","WHISPER",nil,UnitName("mouseover"))

  19. #4279
    Howdy folks,

    I'm looking for a macro that can swap between farclip settings. When I'm outside instances, I can easily run my view distance all the way up, however inside instances, anything other than a low view distance makes things feel laggy. So far I've been changing the setting through the menu, but that's getting old. I know I could create individual macros for each setting, but that's a total waste of macro and bar space, and I don't want to run an addon to manage a single setting.

    So, anyone have anything that can swap between low and high farclip in one macro, either a toggle, or right/left click/modifier?

  20. #4280
    Stood in the Fire Chaltione's Avatar
    Join Date
    Jul 2010
    Location
    Norway
    Posts
    380
    Quote Originally Posted by ibnalail View Post
    Howdy folks,

    I'm looking for a macro that can swap between farclip settings. When I'm outside instances, I can easily run my view distance all the way up, however inside instances, anything other than a low view distance makes things feel laggy. So far I've been changing the setting through the menu, but that's getting old. I know I could create individual macros for each setting, but that's a total waste of macro and bar space, and I don't want to run an addon to manage a single setting.

    So, anyone have anything that can swap between low and high farclip in one macro, either a toggle, or right/left click/modifier?
    This is a simple rewrite of my zoom distance changer macro:
    Code:
    /run local x=1600 if GetRunningMacroButton()="RightButton" then x=400 end SetCVar("farclip", x)
    Click with left mouse button for farclip 1600, right mouse button click for 400, adjust numbers as needed.

Posting Permissions

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