Close
Showing results 1 to 6 of 6
  1. #1

    Default Poison, cleanse, dispell and other actions (conditional Macros)

    Is it possible to write a macro that will go through the party and attempt to cast, lets say dispel magic, a spell but will only cast if the party member has an effect on them?

    For example: Party member 3 has "Omg my biscuits are burning!" debuff on them.
    I want my clone to go through the party group quickly and dispel the debuff.

    I really don't want to set up a target/dispel macro for each of my clones and main. Can anyone help?
    Pacmann 70-Stormrage

    Guild Name- <Will Wipe For Epics>
    Dryas-Paladin 43--Tummytuck-Shaman 43-- Suikappu-Mage 42--Peanutbuttah-Mage 42--Ommpaloompa 42 Priest

    Completed all instances up to Uldaman--I HATE STV :cursing:

  2. #2

    Default

    you cannot automate any action as it is considered botting, however you can get an addon that will monitor your party and set up a spell to dispell that ailment. Healbot, Decursive and a couple of others do this. With these it will monitor your party and then you will just have to click on the person to dispell.

  3. #3

    Default

    Wow, I am surprised I did not think about using Healbot or Decursive. All I would need to do is set up an /assist macro. Thanks Oatboat.
    As far as my request, I wasn't thinking automation. I was think click button target party1, check if cursed, if yes, dispel then check party2 and so on. Would that still be considered automation?
    Pacmann 70-Stormrage

    Guild Name- <Will Wipe For Epics>
    Dryas-Paladin 43--Tummytuck-Shaman 43-- Suikappu-Mage 42--Peanutbuttah-Mage 42--Ommpaloompa 42 Priest

    Completed all instances up to Uldaman--I HATE STV :cursing:

  4. #4

    Default

    That is possible, with some constraints.

    You can use the following commands:

    /targetfriend - Cycles through all friendlies near you, grouped with you or not, but never selects you. Same as pressing Ctrl-TAB. Keep in mind this cycles through friendly pets and totems as well.

    /targetparty - Cycles through your party members, but never selects you.

    /targetraid - Cycles through your raid members, but never selects you.

    On my pally + shammies setup I have the following macro on my pally:

    Code:
    /cast [mod:ctrl,target=player] Cleanse
    /stopmacro [mod:ctrl]
    /targetparty
    /cast Cleanse
    Since dispelling spells dont activate the global cooldown if theres nothing to dispel, this can be spam clicked.

    If one of my shammies has a debuff (except those damn curses :cursing: ) I just spam click the button until it gets dispelled.
    If my pally has a debuff I hit ctrl + the button.

    Unfortunatly, you can only check for one spell per macro, so if you have a non-pally dispeller, you'll need a seperate macro/button for each dispel type (one of poisons and one for curses for a druid, etc...).

    I think this is close to what you're looking for.

  5. #5

    Default

    This is what I did on my priest:

    I use the Addon "grid" which displays your party members, their Hp and any debuffs they get.

    I then set my mouse wheel to the following macro:

    /cast [nomodifier target=help] renew; shadow word pain

    /cast [modifier: shift] Dispel Magic

    /cast [modifier: ctrl] Cure Disease

    /cast [modifier: alt] Mass Dispell



    Basically this macro - when clicked: casts renew on friendly targets or SWP on enemies, when shift+clicked cast dispel magic, when Ctrl+clicked cast Cure disease, and when alt+clicked cast Mass Dispell.

    I love how handy this macro was and setting to my mouse wheel meant I could quickly and easily cleanse anyone by simply clicking on their unit frame on Grid and cliking my mouse wheel.

    This works great in both pve and pvp situations.

  6. #6

    Default

    I set two buttons up

    /stopcasting
    /assist "main"
    /cast "Dispell" (or whatever the spell is)

    the second button is linked to my poison removal
    I have 2xmages, priest, shaman, pally... it is working pretty good for now and I just set up a brand new /castsequence system. All of my buttons went from 1-+ and f1-f12 down to 1-4 and f1-f8. (f2-f8 is all heals and cleanses, ect)
    Pacmann 70-Stormrage

    Guild Name- <Will Wipe For Epics>
    Dryas-Paladin 43--Tummytuck-Shaman 43-- Suikappu-Mage 42--Peanutbuttah-Mage 42--Ommpaloompa 42 Priest

    Completed all instances up to Uldaman--I HATE STV :cursing:

Similar Threads

  1. Spam Cure Dis, Poison, Curse
    By Phanes in forum Macros and Addons
    Replies: 9
    Last Post: 09-18-2009, 12:14 AM
  2. ROGUE POISON WEAPON COATING MACRO
    By 5fingersofdoom in forum Macros and Addons
    Replies: 5
    Last Post: 07-20-2009, 03:22 PM
  3. Cleanse
    By Owltoid in forum Macros and Addons
    Replies: 32
    Last Post: 02-23-2009, 05:57 PM
  4. Problem with alt window actions.
    By isler in forum Software Tools
    Replies: 4
    Last Post: 04-06-2008, 12:14 PM
  5. Conditional Macros
    By Monkofdoom in forum Macros and Addons
    Replies: 9
    Last Post: 01-02-2008, 06:59 PM

Posting Rules

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