Close
Showing results 1 to 9 of 9

Thread: Macro help

  1. #1

    Default Macro help

    trying to make a macro for a support Lock, i want it to cast Immolate first, then shodow bolts, but stay on that target even if the main changes target.

  2. #2

    Default

    Macro 1: /assist main; /cast Immolate
    Macro 2: /cast Shadowbolt

    ?

  3. #3

    Default

    in a single macro, thinking like this but when my main changes target so does he

    /cast [exists,harm,nodead] shadow bolt
    /stopmacro [exists,harm,nodead]
    /assist Maintoon
    /cast [exists,harm,nodead,combat] shadow bolt; [exists,harm,nodead,nocombat] Immolate


    thats it! it works! i tell my clone to attack a target he cast immolate, then shadow bolts till it dies then he asssit me and help me kill my target

    ok now how do i add in Corruption to that? so it casts Immolate corruption, then shadow bolts till its dead, then changes to my mains target?

  4. #4

    Default

    replace your first line with,

    /castsquence [exists,harm,nodead] reset=combat/target corruption, shadow bolt, shadow bolt, shadow bolt, shadow bolt, shadow bolt, shadow bolt


    No clue if thats the right syntax, just a thought.

  5. #5

    Default

    /castsequence [exists,harm,nodead] reset=combat/target corruption, Immolate
    /stopmacro [exists,harm,nodead]
    /assist Zarr
    /cast [exists,harm,nodead,combat] shadow bolt; [exists,harm,nodead,nocombat] Immolate


    i tried that but it just casts corruption and immolate over n aver nvr shadowbolt

  6. #6

    Default

    Quote Originally Posted by wolviex
    /castsequence [exists,harm,nodead] reset=combat/target corruption, Immolate
    /stopmacro [exists,harm,nodead]
    /assist Zarr
    /cast [exists,harm,nodead,combat] shadow bolt; [exists,harm,nodead,nocombat] Immolate


    i tried that but it just casts corruption and immolate over n aver nvr shadowbolt
    Try:[code:1]/castsequence [exists,harm,nodead] reset=combat/target corruption, Immolate,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt
    /stopmacro [exists,harm,nodead]
    /assist Zarr
    /cast [exists,harm,nodead,combat] shadow bolt; [exists,harm,nodead,nocombat] Immolate [/code:1]
    Currently running 3x City of Heroes under Octopus

  7. #7

  8. #8

    Default

    Either try SuperMacro (from Curse) or remove some of the shadow bolts, it was merely an example.
    Currently running 3x City of Heroes under Octopus

  9. #9

    Default

    Add the "nomodifier" option to the first two lines so that holding down any modifier key will skip those two lines. This gives you the ability to change targets. Especially useful if you acquired a target out of range and the macro is now not doing anything.

    Also, remove the "exists" keyword as the macro will automatically check for "exists" since you are specifying "harm".

    /castsequence [harm,nodead,nomodifier] etc
    /stopmacro [harm,nodead,nomodifier] etc
    What they are saying: "Why are those guys following you? Why do they wear the same stuff? Did you pay for all of those accounts? Boxing is so unfair. Ebay? Lozer. Get a life. WTF? Retard. Gay." What they are thinking: "Damn, wish I could do that. That's so cool. This guy rocks! Lucky bastard. Maybe I can get mom to buy me more accounts."

Similar Threads

  1. [MACRO] Arcane Mage DPS Macro
    By heffner in forum Macros and Addons
    Replies: 19
    Last Post: 04-28-2009, 08:26 PM
  2. Replies: 12
    Last Post: 03-25-2009, 04:29 PM
  3. MAcro guru's please help with retri paladin macro
    By Heraveth in forum Macros and Addons
    Replies: 3
    Last Post: 01-07-2009, 05:43 PM
  4. Replies: 5
    Last Post: 09-16-2008, 11:01 PM
  5. Hunter Macro? (Macro + Keyclone)
    By Lost Ninja in forum Macros and Addons
    Replies: 4
    Last Post: 12-29-2007, 06:54 AM

Posting Rules

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