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

    Default couple newbie questions

    Hi everyone,

    I want to get started with multi-instances tonight and I have copied my wow folders to 2 areas (2 drives) (will do 2 warlocks for now, already at 70)

    one thing I am confused about.
    I read the guide and he has a great macro for the Alt to target/follow but on my Main what do I create to activate this macro on my alt? know what I mean?

    also I am guessing for Shadowbolts it is pretty simple, create a targetstarget macro and cast shadowbolt on the Alt then on the main just a focus/target cast shadowbot and assign them the same shortcut (1 for example, 2 for drain life) in bongos on Both characters?

    Thanks

    Luma

  2. #2

    Default

    Hi there,

    ya I figured the program part out, passing the same key to both instances is easy, that I now get

    my confusion is this.

    let's say I want to walk from point A to point B

    I want my Alt to target and follow me

    what do I press on my Main that will trigger the Alt macro to target and follow me? let's say Button 1 is the follow button on the Alt button 1 will be the Macro (target/follow) what about the Main? what will button 1 do on the Main?

    also can you pass focus between the instances? example if I focus over my Grid on My Main and tell my Alt to target the Focus and do follow will this work? will the program pass focus between the instances?


    Thanks

    Luma

  3. #3

    Default

    Quote Originally Posted by 'luma',index.php?page=Thread&postID=67756#post6775 6
    what do I press on my Main that will trigger the Alt macro to target and follow me? let's say Button 1 is the follow button on the Alt button 1 will be the Macro (target/follow) what about the Main? what will button 1 do on the Main?
    Just leave button 1 unbound (on your main)

    Any buttons on your clones that you don't want your main to have, leave unbound. My follow key is actually the ` key, so my 1-0 keys are still functioning on my main.
    zaedra
    LEVEL 61 TROLL SHAMAN X 5
    ARGENT DAWN (US)
    <TWENTY TOTEMS>

  4. #4

    Default

    Ahhhh I get it now.

    so if I make ` my follow key and that key is nothing on my main it will still send to my Alt and the alt obviously will have something assigned to `.

    what about mouse Focus? does that get transfered to Alts?

    Thanks again, much appreciated.

    Luma

  5. #5

    Default

    Quote Originally Posted by 'luma',index.php?page=Thread&postID=67761#post6776 1
    what about mouse Focus? does that get transfered to Alts?
    I didn't respond to that part, because honestly I don't know Hopefully someone else can answer you there. Good luck!
    zaedra
    LEVEL 61 TROLL SHAMAN X 5
    ARGENT DAWN (US)
    <TWENTY TOTEMS>

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

    Default

    Mouse broadcasting only works with programs that support it, such as Octopus.
    Now playing: WoW (Garona)

  7. #7
    Member Tdog's Avatar
    Join Date
    Mar 2008
    Location
    In 5 places at once...
    Posts
    1029

    Default

    Quote Originally Posted by 'Xaedra',index.php?page=Thread&postID=67764#post67 764


    Quote Originally Posted by 'luma',index.php?page=Thread&postID=67761#post6776 1
    what about mouse Focus? does that get transfered to Alts?
    I didn't respond to that part, because honestly I don't know Hopefully someone else can answer you there. Good luck!
    I think... he's asking about how to have his alt(s) focus by using his main. In the which case one simple solution would be to have a "Focus" button. Use w/e you like, lets just say for example you use F1.

    Main - F1
    Code:
    /script SetRaidTarget("target",1);
    Alt 1 - F1
    Code:
    /focus [target=party1target]
    In this case hitting F1 will mark your main's current target with the "Star" raid symbol and also have your Alt 1 /focus on your main's current target which will incidently be the star.

    For more info on assigning raid symbols by macro check out:
    http://www.wowwiki.com/API_SetRaidTarget

    For more info on making macros in general check out :
    http://forums.worldofwarcraft.com/th...81820910&sid=1


    EDIT: Forgot that not everyone use's party1. For PVE I use party1 macros so that I have focus free for CC and the like.

  8. #8

    Default

    Thanks for the great info,

    I have it working now and just setting up the Macro's

    one problem I did notice.

    on main I have a invite macro (/invite toon1)
    on alt I have
    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();
    /script RepopMe()

    when I do this the little pop up window asking if I want to join the group stays there, it does not go away even though I am in the group.

    any ideas?

    thanks

    Luma

  9. #9

    Default

    Here is what i use

    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();
    /script AcceptResurrect();
    /script RepopMe();
    /script ConfirmAcceptQuest();
    /script StaticPopup_Hide("PARTY_INVITE");

Similar Threads

  1. couple questions
    By goodboi1112 in forum General WoW Discussion
    Replies: 9
    Last Post: 07-04-2009, 01:38 PM
  2. Couple of questions
    By Deumus in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 06-09-2009, 08:08 PM
  3. WAR - Couple questions
    By Biz in forum General WoW Discussion
    Replies: 21
    Last Post: 10-08-2008, 12:53 AM
  4. Couple of Questions
    By Suprem01 in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 09-22-2008, 09:36 AM
  5. couple questions
    By schlange in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 12-30-2007, 10:28 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
  •