PQR - Rotation Bot menu

User Tag List

Page 22 of 116 FirstFirst ... 18192021222324252672 ... LastLast
Results 316 to 330 of 1739
  1. #316
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    found a version 2.0.6 from one of my backups
    In pretty sure you would need the 1.x pqr versions anyways for 4.3. I may have it somewhere but I won't be able to check until tomorrow.

    Sent from my Galaxy S4 using Tapatalk 2

    PQR - Rotation Bot
  2. #317
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cukiemunster View Post
    In pretty sure you would need the 1.x pqr versions anyways for 4.3. I may have it somewhere but I won't be able to check until tomorrow.

    Sent from my Galaxy S4 using Tapatalk 2
    offsets in the 2.0.6 folder are 15050 and 15354 build numbers.

    also my old hunter rotations in there have dragon soul code so its from cata era.

    Please if someone helped you donate rep to them.

  3. #318
    MrHeroe's Avatar Member
    Reputation
    3
    Join Date
    May 2013
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,

    on more noob question by me! Is it valid to use a character name string as target?

    For example: CastSpellByName(GetSpellInfo(11129), "Mrheroe") ?

    I use a specific healer name in my rotations but i have some errors.... Am i supposed to use only common vars like ("player","focus", "group"..i e.g ) ?

    Thank you all!
    Last edited by MrHeroe; 10-08-2013 at 12:14 AM.

  4. #319
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by damadorpl View Post
    cant figure how to use mouse wheel up and down as a keybind / abilty switch etc ... see only combination of shift / alt / ctrl ...
    any tip ?
    Just use SlashCommand and switch your abilities with macro command by any key you want.
    Originally Posted by MrHeroe View Post
    Hey guys,
    on more noob question by me! Is it valid to use a character name string as target?
    For example: CastSpellByName(GetSpellInfo(11129), "Mrheroe") ?
    I use a specific healer name in my rotations but i have some errors.... Am i supposed to use only common vars like ("player","focus", "group"..i e.g ) ?
    Thank you all!
    you may use:
    name, realm = UnitName("target/focus/mouseover")
    AnyVariable = name.."-"..realm
    or
    AnyVariable = UnitName("target/focus/mouseover")
    or
    AnyVariable = "Mrheroe-RealmName"
    or
    AnyVariable = "Mrheroe"
    or
    AnyVariable = {"Mrheroe1","Mrheroe2",...}
    and then
    CastSpellByName(GetSpellInfo(11129), AnyVariable)
    or
    CastSpellByName(GetSpellInfo(11129), "Mrheroe-RealmName")
    or
    CastSpellByName(GetSpellInfo(11129), "Mrheroe")
    or just
    RunMacroText("/cast [target=Mrheroe] SpellName")
    everything works
    Last edited by WWF; 10-08-2013 at 01:49 AM.

  5. #320
    bobbe520's Avatar Private
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why my PQR stop working today?

  6. #321
    MrHeroe's Avatar Member
    Reputation
    3
    Join Date
    May 2013
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    Just use SlashCommand and switch your abilities with macro command by any key you want.

    you may use:
    name, realm = UnitName("target/focus/mouseover")
    AnyVariable = name.."-"..realm
    or
    AnyVariable = UnitName("target/focus/mouseover")
    or
    AnyVariable = "Mrheroe-RealmName"
    or
    AnyVariable = "Mrheroe"
    or
    AnyVariable = {"Mrheroe1","Mrheroe2",...}
    and then
    CastSpellByName(GetSpellInfo(11129), AnyVariable)
    or
    CastSpellByName(GetSpellInfo(11129), "Mrheroe-RealmName")
    or
    CastSpellByName(GetSpellInfo(11129), "Mrheroe")
    or just
    RunMacroText("/cast [target=Mrheroe] SpellName")
    everything works
    Wow, thats at full length - Thank you =)

  7. #322
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bobbe520 View Post
    Why my PQR stop working today?
    Works just fine for me. Try a reinstallation.

  8. #323
    rootlsuer's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone ever notice items going on cooldown (item not avail.) but not actually have a cooldown timer on it? I've seen it for synapse springs and mana gem and have it break my profile. I'm not sure if this was a wow client glitch or something wrong in my profile or pqr.

  9. #324
    damadorpl's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no need slash command. i wanted to use mousewheel to change states in pqr rotation same as shifts etc. have a profile that start with single target on lshift increase profile to 2 - 3 targets and again lshift inrease it to 4+ targets rshift reverse it. i just want it to perform it with mouse wheel not keyboard


    Sent from my GT-I9505 using Tapatalk 2

  10. #325
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by damadorpl View Post
    no need slash command.
    you have no choice

  11. #326
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by damadorpl View Post
    no need slash command. i wanted to use mousewheel to change states in pqr rotation same as shifts etc. have a profile that start with single target on lshift increase profile to 2 - 3 targets and again lshift inrease it to 4+ targets rshift reverse it. i just want it to perform it with mouse wheel not keyboard


    Sent from my GT-I9505 using Tapatalk 2
    Without slash commands you can only use Mousebutons, Shift, Ctrl, or Alt... there's no api calls for anything else.
    Former PQR Developer

  12. #327
    oppiz2's Avatar Sergeant Major
    Reputation
    66
    Join Date
    Jul 2012
    Posts
    173
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice bot worked wonders for me.
    Last edited by oppiz2; 10-08-2013 at 02:01 PM.
    Change your B.Net country now!
    Check it out: https://goo.gl/i0092


  13. #328
    Toastedsnow's Avatar Member
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    6
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting a hilarious amount of errors when I attempted loading. Any suggestions? There's probably some really simple reason for this, my brain's just too dulled by several sleepless nights.
    Damn you Bioshock Infinite!

    Message: [string "if PQR_Addon_Loaded == nil then..."]:742: attempt to call field '?' (a nil value)
    Time: 10/08/13 16:40:09
    Count: 621
    Stack: [string "if PQR_Addon_Loaded == nil then..."]:742: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: rotationNumber = 0
    nextAbility = -1
    playerChanneling = false
    (for index) = 24
    (for limit) = 1023
    (for step) = 1
    i = 24
    spellID = 120697
    skipUnknown = true
    isSpellKnown = true
    (*temporary) = nil
    (*temporary) = "attempt to call field '?' (a nil value)"

  14. #329
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Toastedsnow View Post
    Getting a hilarious amount of errors when I attempted loading. Any suggestions? There's probably some really simple reason for this, my brain's just too dulled by several sleepless nights.
    Damn you Bioshock Infinite!

    Message: [string "if PQR_Addon_Loaded == nil then..."]:742: attempt to call field '?' (a nil value)
    Time: 10/08/13 16:40:09
    Count: 621
    Stack: [string "if PQR_Addon_Loaded == nil then..."]:742: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: rotationNumber = 0
    nextAbility = -1
    playerChanneling = false
    (for index) = 24
    (for limit) = 1023
    (for step) = 1
    i = 24
    spellID = 120697
    skipUnknown = true
    isSpellKnown = true
    (*temporary) = nil
    (*temporary) = "attempt to call field '?' (a nil value)"
    loading what? whos profile?

    Please if someone helped you donate rep to them.

  15. #330
    Toastedsnow's Avatar Member
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    6
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry mate. My stupid ass posted in the wrong topic. Ignore it

Similar Threads

  1. [Bot] PQR PE Next Steps / Future of Rotation Botting
    By Chevrolet1 in forum World of Warcraft Bots and Programs
    Replies: 120
    Last Post: 10-21-2014, 11:47 AM
  2. [Selling] 3 Lifetime Session Keys For Sale, Great for the PQR user looking for a rotation bot
    By cukiemunster in forum World of Warcraft Buy Sell Trade
    Replies: 13
    Last Post: 03-11-2014, 07:18 AM
  3. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  4. [Release] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 11680
    Last Post: 09-16-2013, 07:47 PM
  5. [HELP] PQR Rotation Bot Profile Making
    By Missu in forum Programming
    Replies: 0
    Last Post: 10-22-2012, 06:27 AM
All times are GMT -5. The time now is 07:51 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