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

    Default Need help. Targetting and Following

    Hi All,

    First time with this, so please bear with me. Running 5 locks on 1 PC. Using Octopus. I want to do two simple things, then I think I am set moving forward. I need a dynamic follow and target depending on who is alive/dead. Here are macros that I found under the focusless section that work, but every time I use it, my alts are SAYing part of the macro so everyone else around can see it - VERY ANNOYING! What am I doing wrong? Is there a command to make the alts stop repeating the commands or ?

    Targetting:
    /target [target=Furystrike, nodead] [target=Ddecay, nodead] [target=Deecay, nodead] [target=Deccay, nodead] [target=Decayy, nodead]
    /assist target

    Following:
    /target [target=Furystrike, nodead] [target=Ddecay, nodead] [target=Deecay, nodead] [target=Deccay, nodead] [target=Decayy, nodead]
    /follow target

    Any help would be greatly appreciated
    [align=center]Furystrike - Deecay - Deccay - Ddecay - Decayy
    (5) Warlock Team
    Smolderthorn (US PvP)

    [/align]


    [align=center]1........10.........20.........30.........40...... ...50.........60........70..X......80[/align]

  2. #2

    Default

    Make sure in your in-game macros, you don't have any "breaks" or "returns". This should all be on one line:

    /target [target=Furystrike, nodead] [target=Ddecay, nodead] [target=Deecay, nodead] [target=Deccay, nodead] [target=Decayy, nodead]
    Everquest II - <Pain for Glory> on Nektulos Server
    (Shadowknight: Uhmono| Inquisitor: Blyssia | Warden: Wysh | Defiler: Gahealju | Troubador: Moxia | Warlock: Phyrloc) X 51
    (Guardian: Tukilu | Templar: Ajechu | Warden: Fayanna | Conjuror: Akaesia | Troubador: Lollah | Warlock: Onona) X 27-ish[/align]

  3. #3

    Default

    the only solution I could give is to make sure there are no spaces before the /target, otherwise it would be much like someone saying /wrists in chat with the added space so that they dont emote or get a message indicating that it is an invalid command. So just double check that, and if nothing... sorry I couldnt be of more help.

    I do find it interesting though since I had read about another boxer who was having troubles with their casting being cut off without a /stopcast command. This was occuring regardless of the cast (not channeling), and would continue to the next spell. Leads me to believe that there may be a problem server side with some people's macros, but I personally havent encountered it. Anyhow, good luck

  4. #4

    Default

    Follow and assist can both take target parameters meaing there is no need to have /target blah blah blah followed by /follow.
    Adding spaces and the newline characters will often mess up a perfect looking macro. The newline symbol is invisible on most bulletin board systems and is often copied when the text does not appear in "code" blocks.
    So use this for assist
    Code:
    /assist [target=Furystrike,nodead][target=Ddecay,nodead][target=Deecay,nodead][target=Deccay,nodead][target=Decayy,nodead]
    and this for follow
    Code:
    /follow [target=Furystrike,nodead][target=Ddecay,nodead][target=Deecay,nodead][target=Deccay,nodead][target=Decayy,nodead]
    If you still have trouble, try deleting the macro all together and putting the following at the end of your macros-cache.txt file
    Code:
    MACRO 16777234 "Assisting" Ability_CheapShot
    /assist [target=Furystrike,nodead][target=Ddecay,nodead][target=Deecay,nodead][target=Deccay,nodead][target=Decayy,nodead]
    END
    MACRO 16777233 "Following" Ability_CheapShot
    /follow [target=Furystrike,nodead][target=Ddecay,nodead][target=Deecay,nodead][target=Deccay,nodead][target=Decayy,nodead]
    END
    the file on vista can be found at World of Warcraft\WTF\Account\ACCOUNTNAME\Server\Charname\m acros-cache.txt

    If the file does not exist there just create it in notepad.

    Anyway good luck.

  5. #5

  6. #6

    Default

    BettySue - Thank you so much! That's awesome! I appreciate your help. =) Cheers!
    [align=center]Furystrike - Deecay - Deccay - Ddecay - Decayy
    (5) Warlock Team
    Smolderthorn (US PvP)

    [/align]


    [align=center]1........10.........20.........30.........40...... ...50.........60........70..X......80[/align]

Similar Threads

  1. LF a targetting addon
    By Wonzai in forum Macros and Addons
    Replies: 7
    Last Post: 10-28-2008, 12:35 AM
  2. No more targetting via minimap come 2.4.3
    By Ziran in forum Macros and Addons
    Replies: 2
    Last Post: 06-18-2008, 11:29 PM
  3. Targetting with HotKeyNet
    By legg1 in forum Software Tools
    Replies: 15
    Last Post: 06-01-2008, 11:43 PM
  4. AOE targetting
    By rawk in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 05-06-2008, 06:12 PM
  5. Question on Targetting
    By Lokked in forum General WoW Discussion
    Replies: 10
    Last Post: 04-18-2008, 08:13 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
  •