1. #1

    Would this work? pvp

    i found an old macro and was wondering if this would work for pvp and pve? or if you'd need to change it to /targetenemy to even be able to hit a npc.
    any incite to this would be great! thanks!

    #showtooltip
    /cleartarget [dead]
    /assist focus [noexists][help]
    /script if IsSpellInRange("Exorcism","target")==0 then ClearTarget()end
    /targetenemyplayer [noexists][help][dead]
    /startattack
    /cast Crusader Strike
    /Script UIErrorsFrame:Clear()

    ---------- Post added 2012-01-19 at 12:04 PM ----------

    anyone? anyone at all?
    Quote Originally Posted by Bobbojonno View Post
    Run around in circles till u see a big number (20k+) and in yellow flash on ur screen. Then stop running
    Quote Originally Posted by bobty View Post
    Sorry people but you need to accept DPS is about as stressful as making a bowl of cereal.

  2. #2
    You can try using it like this:

    Code:
    #showtooltip
    /cleartarget [dead]
    /assist [noexists][help]focus
    /run if IsSpellInRange("Exorcism","target")==0 then ClearTarget()end
    /targetenemy [noexists][help][dead]
    /startattack
    /cast Crusader Strike
    /script UIErrorsFrame:Clear()
    Although honestly it's a bit goofy.


    Code:
    #showtooltip
    /targetenemy [noexists][dead][help]
    /startattack
    /cast Crusader Strike
    Works just as well

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    Deleted
    ClearTarget is protected.

  4. #4
    Quote Originally Posted by lawomous View Post
    Code:
    #showtooltip
    /targetenemy [noexists][dead][help]
    /startattack
    /cast Crusader Strike
    Works just as well
    would this one work in pvp as well as pve to target the nearest enemy player too?
    Last edited by lawomous; 2012-01-20 at 12:57 AM.
    Quote Originally Posted by Bobbojonno View Post
    Run around in circles till u see a big number (20k+) and in yellow flash on ur screen. Then stop running
    Quote Originally Posted by bobty View Post
    Sorry people but you need to accept DPS is about as stressful as making a bowl of cereal.

  5. #5
    It would but you'd be better off using the macro in combination with this: SmartTabTarget and tab targetting.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  6. #6
    ok nice! thanks a bunch!
    Quote Originally Posted by Bobbojonno View Post
    Run around in circles till u see a big number (20k+) and in yellow flash on ur screen. Then stop running
    Quote Originally Posted by bobty View Post
    Sorry people but you need to accept DPS is about as stressful as making a bowl of cereal.

Posting Permissions

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