[PQR] MultiBoxing Thread menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wtfnix View Post
    So I would recommend using Repeater and setting a key combination in PQR that's unique to WoW's Key Binds.
    I'm not sure what you mean by this. Do you mean set the PQR enable hotkey to something that isn't used by WoW or IS Boxer? I'll give that a try.

    -- Tried it. Still not working. The keys are broadcasting, I can see it spamming "no target" on the other screen. PQR is just not recognizing the hotkey when it's sent via IS Boxer.

    So frustrating.
    Last edited by Zyraxian; 09-22-2012 at 08:18 AM.

    [PQR] MultiBoxing Thread
  2. #17
    wtfnix's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zyraxian View Post
    I'm not sure what you mean by this. Do you mean set the PQR enable hotkey to something that isn't used by WoW or IS Boxer? I'll give that a try.

    -- Tried it. Still not working. The keys are broadcasting, I can see it spamming "no target" on the other screen. PQR is just not recognizing the hotkey when it's sent via IS Boxer.

    So frustrating.

    Like the default in PQR to enable the first profile that you're using is ALT+X within PQR, change this to SHIFT+ALT+X within PQR. Just make sure within ISBoxer you don't have SHIFT+ALT+X isn't bound to anything within it.

    Once you have PQR setup with the enabling key of SHIFT+ALT+X then you turn on repeater which you should know what this is when you're in game. Then you press your Shift+Alt+X it should work. It works for 20 accounts of mine when I'm boxing.

    Note: If it's not working, I have no clue then, I'm just sharing what works for me.

  3. #18
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wtfnix View Post
    Like the default in PQR to enable the first profile that you're using is ALT+X within PQR, change this to SHIFT+ALT+X within PQR. Just make sure within ISBoxer you don't have SHIFT+ALT+X isn't bound to anything within it.

    Once you have PQR setup with the enabling key of SHIFT+ALT+X then you turn on repeater which you should know what this is when you're in game. Then you press your Shift+Alt+X it should work. It works for 20 accounts of mine when I'm boxing.

    Note: If it's not working, I have no clue then, I'm just sharing what works for me.
    No luck =/

    You open one copy of PQR per WoW client, right? And you set every copy of PQR the same hotkey (SHIFT+ALT+X)? You didn't do anything special setting it up, like adding PQR to IS Boxer, etc?
    Last edited by Zyraxian; 09-23-2012 at 02:29 AM.

  4. #19
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK - this is even stranger. I just tried something. If I tab to a client, start the profile and then tab back to another client - I can still use variables via IS Boxer (IE. If I hold down SHIFT it switches to AOE mode, as per the profile).

    So, PQR obviously can recognize keystrokes, I just can't get it to start/stop the profile through IS Boxer ! So bizarre.

  5. #20
    Bobita70's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys .. anybody has an interrupt file that allows you to follow the target.. makes it a lot easier to level 3 toons
    cheers

  6. #21
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bobita70 View Post
    Hi guys .. anybody has an interrupt file that allows you to follow the target.. makes it a lot easier to level 3 toons
    cheers
    Take the code from first post i made and your set. It will assist your focus and follow it.
    Looking for exploiters and botters to Elder Scrolls Online.

  7. #22
    Bobita70's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    Take the code from first post i made and your set. It will assist your focus and follow it.
    Hmm thanks mate but I am a complete noob when it comes to coding .. not even sure where to paste that code .. if you wouldnt mind explaining all the steps needed to make it work I will very much appreciate it
    cheers

  8. #23
    Budoy's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    67
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    --easy explained-----------------------------
    -----------------------------------------------------
    AssistUnit("focus")
    ------------------------------------------------------

    --if Slave is more then 9 yards away from focus(master) then follow focus(master), you can even set your master name instead of focus-----
    -------------------------------------------------------------------------------------------------------------------------
    if not ( CheckInteractDistance("focus", 3) ) then FollowUnit("focus") return true end
    --------------------------------------------------------------------------------------------------------------------------

    -- this will make slave interact master target if its inside 9 yard from target. Ie it wont run after targets thats far away--
    --this works on corpses etc also
    ------------------------------------------------------------------------------------------------------------------------------------------
    if (CheckInteractDistance("target", 3)) and (UnitIsFriend("player", "target") or UnitIsDead("target"))
    then InteractUnit("target") return true end
    ------------------------------------------------------------------------------------------------------------------------------------------



    where do i put this one????



    nm I got it
    Last edited by Budoy; 09-24-2012 at 07:30 PM. Reason: i got it

  9. #24
    wtfnix's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zyraxian View Post
    No luck =/

    You open one copy of PQR per WoW client, right? And you set every copy of PQR the same hotkey (SHIFT+ALT+X)? You didn't do anything special setting it up, like adding PQR to IS Boxer, etc?
    Yes one copy per each toon, and all of them are set for the SHIFT ALT X, you're not adding PQR to ISBoxer, just using it like you normally would solo but in the multitude of more than 2x... However running 20 accounts or more, I do recommend a 24gb box, cause PQR is intensive as all get out at times in heavy fights

  10. #25
    wtfnix's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Note: If you're running a 5 box, you would run 5 PQR's one for each. You can't attach to no more than one instance with PQR.

  11. #26
    Thelmogaver's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by puppychow View Post
    -...... The only tricky thing is how do you loot stuff on the ground for quests that have crap like that, for now I usually just skip those quests and if I have to do it I will alt-tab and pick it up manually. Figuring out a way to speed that up would probably be great for MOP.
    If you use /assist and IWT just target the dead mob and your IWT key. The follower that can loot the object, just loot it.

    Bye

  12. #27
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wtfnix View Post
    Yes one copy per each toon, and all of them are set for the SHIFT ALT X, you're not adding PQR to ISBoxer, just using it like you normally would solo but in the multitude of more than 2x... However running 20 accounts or more, I do recommend a 24gb box, cause PQR is intensive as all get out at times in heavy fights
    Yep. This is what I've been doing. For some reason the rotation start hotkey just won't work unless I tab to each window and start it manually.

    Also, is there any way to add PQR to a command line so it automatically runs and attaches when I launch WoW? This would help a lot for boxers, so we don't have to manually run and attach 5+ different PQR's every time.

  13. #28
    Thelmogaver's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by surfman View Post
    Depending which multi boxing software you use but mine (Jamba/IS Boxer) works fine with PQR .. Just set a target on main and to activate PQR on all 5 accounts I press my 1 key which sends 1 to all my other toons and they all activate PQR at same time starting the rotations. I have been using PQR with my multi boxing (5-10 accounts) for almost 1 year now and no troubles at all.
    Hey Surfman, I will multibox with 5 chars, but how you HEAL with PQR? I have a priest and don¡t understand how to heal.

    Thanks!

  14. #29
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    So was wondering about using pqr för a multiboxing . . .
    Hey Gabbz!

    I've noticed a problem specifically related to PQR boxing. I got the interrupt profile working, however when my target tries to cast something, all my characters blow their interrupt spells at the same time. Can you think of a way to cycle through interrupts rather than blowing everything at once and then not being able to interrupt again for 15 sec?

    By the way, I still haven't been able to get profile on/off hotkey working across clients. It's not a huge deal, I just tab to each client and start them manually. It's odd though, because things like single/aoe switch hotkeys all work fine through boxing software. Very strange!
    Last edited by Zyraxian; 10-15-2012 at 05:41 AM.

  15. #30
    Hamburglar's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You may have to end up using a macro with a comma.

    Example:
    Character1:


    /castsequence reset=15 Earth Shock,,,

    Character2:


    /castsequence reset=15 ,Counterspell,,

    Character3:


    /castsequence reset=15 ,,Kick,

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [PQR] Looking for PQR 5.4.8 release and profile pack.
    By f2p in forum World of Warcraft Bots and Programs
    Replies: 11
    Last Post: 05-08-2017, 09:36 PM
  2. [PQR] LF "Use engineering gloves" pqr string code
    By dealerx in forum WoW Bot Maps And Profiles
    Replies: 2
    Last Post: 08-15-2016, 03:05 PM
  3. [PQR] Need gladiator profile for PQR
    By Esdescon in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 12-14-2015, 12:52 PM
  4. Multiboxing with PQR viable?
    By NotoEffect in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 12-03-2013, 11:35 AM
  5. Joana Mancow Leveling Video Request Thread
    By Matt in forum World of Warcraft General
    Replies: 31
    Last Post: 11-19-2006, 02:54 PM
All times are GMT -5. The time now is 05:50 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search