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

    Default RestoDrood/ 2box Need Macro Help

    Hello all,

    Currently I am running on a resto druid as my main, and boxxing 2nd resto druid along side my main during raids/pvp ect. It has been working alright so far, but there is a slight problem with the way my macro's are acting that are resulting in my boxxed druid to be 1 cast behind my main druid.
    --------------------
    What i want is my boxxed druid to /cast whatever spell, based on the target of my Main, currently it is set up like...

    /assist Name
    /cast Lifebloom

    ..and i'm doing that for each respective druid spell.
    -----------------

    The problem...is unless I hit a seperate Assist/target macro ahead of time, it doesnt cast the lifebloom on the target until the next cast...so...if i'm healing target 1...and my main switches to target 2 and casts..the first cast will still be on target 1 until the next cast is active, which then is on target 2.

    So basically its as though it isnt putting through the assist until after the first cast. Is there a way to re-work this, or combine it into 1 line of code if it is a latency issue? Any help would be much appreciated friends.

  2. #2

    Default

    I beleive what you're seeing is the delay for your target to replicate to the server then back to your other client. Have you tried switching targets then waiting a second before casting? If that fixes the issue then it's just server/client latency and nothing can really be done.

  3. #3
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Yep, this is normal delay. If you're only waiting on the GCD between targets, then that's probably hitting right on the edge of how fast the "Main Switched Targets" data makes it from your main to the server and down to your alt. On my PCs at home, I sit at about 9-11ms latency, so I'm only suffering about half a second delays for this. When I was on cable, it was about 1-1.5 seconds delay between switching targets. On "raid nights" for your server, instance lag will extend this to up to 2-3 seconds at times, so that may be another factor.

    Short answer: nothing you can do about that. :P

    [edit] To simplify things, if you're setting the focus on your alt to your main, you can change the macro to be:
    Code:
    /cast [target=focustarget] lifebloom
    Though I doubt it'll make any difference with the change-targets lag you're seeing.
    Now playing: WoW (Garona)

  4. #4

    Default

    Thanks alot guys for the quick response,

    I had thought that it may very well be server latency ect, but was hoping that it was something with the way I was writing my macro.
    I'll try with the new one either way, and thanks for the advice Ughma.

Similar Threads

  1. Von 5Box auf 2Box
    By rakosun in forum German
    Replies: 7
    Last Post: 03-09-2009, 05:41 AM
  2. going software for 2box
    By Turdle in forum Software Tools
    Replies: 2
    Last Post: 04-07-2008, 01:05 PM
  3. 2box problems
    By glbv88 in forum New Multi-Boxers & Support
    Replies: 9
    Last Post: 11-22-2007, 12:22 PM
  4. 2box on one computer
    By DokujiN in forum General WoW Discussion
    Replies: 12
    Last Post: 08-20-2007, 02:43 PM
  5. Best 2box pvp combo? (WoW)
    By penguini in forum General WoW Discussion
    Replies: 5
    Last Post: 07-07-2007, 02:50 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
  •