PQR - Rotation Bot menu

User Tag List

Page 270 of 779 FirstFirst ... 170220266267268269270271272273274320370770 ... LastLast
Results 4,036 to 4,050 of 11681
  1. #4036
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Need input from someone more experienced than me.


    -- Seal
    if AoeSwap ~= nil and AoeSwap ~= 0 and GetShapeshiftForm("player") == 0 then
    CastShapeshiftForm(1)
    elseif AoeSwap == nil and GetShapeshiftForm("player") ~= 1 then
    CastShapeshiftForm(1)
    elseif AoeSwap == 0 and GetShapeshiftForm("player") ~= 2 then
    CastShapeshiftForm(2)
    end

    Works fine for me, I can press right ctrl all day and it switches seals no problem.

    Extra Info: In pqr settings I have my ability check delay set to 20ms

    Other people have issues with the seal not switching, what could be the problem?


    Aoe code

    if modtime == nil then
    modtime = 0
    end

    --Aoe Mode switch, Right Ctrl Toggle
    if IsRightControlKeyDown() and GetTime() - modtime > 1 then
    modtime = GetTime()
    if AoeSwap then
    AoeSwap = nil
    CastShapeshiftForm(1)
    PQR_WriteToChat("Aoe Mode: \124cFFE61515Disabled")
    else
    AoeSwap = 1
    CastShapeshiftForm(2)
    PQR_WriteToChat("Aoe Mode: \124cFF15E615Enabled")
    end
    end
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

    PQR - Rotation Bot
  2. #4037
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone is having any issues with the PQR_UnitInfo function after upgrading to 2.1.9 please let me know. I made a change to how the data is accessed to allow it to work on asian based locales. Nothing works differently on the WoW side, so no profile changes are necessary.

    I've been keeping an eye on the thread for the last week or so but haven't seen any reports of issues and all my tests have indicated there are no issues.

    EDIT: There are new offsets up for those getting only the "Edit Mode" option. Also, oh so close to 600 rep!

  3. #4038
    Shamrockstar's Avatar Member
    Reputation
    51
    Join Date
    May 2007
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    EDIT: There are new offsets up for those getting only the "Edit Mode" option. Also, oh so close to 600 rep!
    +5 closer, thanks for the quick offsets.

  4. #4039
    Pzy's Avatar Member
    Reputation
    5
    Join Date
    Jul 2011
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for the offsetts, +2 to u, more i cant......^^

    question, how does it look with the upcoming demo lock rota, need to try some demo raid, immo its only affli/detru, but destru is like arcan mage, and i dont like them prepatch......^^

    greetz

  5. #4040
    Zeldrak's Avatar Member
    Reputation
    4
    Join Date
    Jan 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, can anyone assist me with adding a skill to one of sheuron's profiles? I'm using the Arcane PvE profile, and I want to add Ice Barrier to it. I've tried a couple of different things, and none of them work. I even went as far as loading someone else's profile that actually has Ice Barrier in the profile, copied what they had for the code and ability options, and it will cast, but it causes the rotation to stop completely. I know it's something I'm doing wrong because I'm still new at this, so I figured I'd ask for some assistance from people that actually know what they're doing, lol.

  6. #4041
    solarwake's Avatar Master Sergeant
    Reputation
    6
    Join Date
    May 2010
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    600! Congrats Xelper you definitely deserve it!

  7. #4042
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDIT
    ffs iam so idiot. Did:
    "==" for setting value instead "="
    :S
    Last edited by vorn10; 09-14-2012 at 02:39 PM.

  8. #4043
    Fumi's Avatar Contributor CoreCoins Purchaser
    Reputation
    207
    Join Date
    Feb 2008
    Posts
    561
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nova, could it be possible to add a Button press for Chaos bolt spam with Dark Soul up? or can anyone help me code something like If left shift is down do chaos bolt no matter what THX!

  9. #4044
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fumi View Post
    Nova, could it be possible to add a Button press for Chaos bolt spam with Dark Soul up? or can anyone help me code something like If left shift is down do chaos bolt no matter what THX!
    I considered it... I'll probably put it in next update.

    Sent from my Thunderbolt using Tapatalk 2
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  10. #4045
    Zeldrak's Avatar Member
    Reputation
    4
    Join Date
    Jan 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it just me, or has PQR stopped working completely? I've downloaded it and completely reinstalled it, and it won't work anymore. I made sure I had the latest files using the PQR Updater, I also downloaded Sheuron's profiles from the first post (these were the profiles I was using before it stopped working), tried it against the test dummies and in a dungeon, and PQR just doesn't activate. I have the profile enabled, but nothing happens.

  11. #4046
    Muhammad.R1's Avatar Member
    Reputation
    13
    Join Date
    Mar 2009
    Posts
    60
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likewise, i've updated it and even used the new profiiles but ingame it says activated but PQR does absolutely nothing

  12. #4047
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    running 32bit wow client?

    Please if someone helped you donate rep to them.

  13. #4048
    Zeldrak's Avatar Member
    Reputation
    4
    Join Date
    Jan 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    running 32bit wow client?
    Never run anything less because I also use HonorBuddy. Nothing on my system has changed. The only thing I did was run the PQR Updater after I saw that Xelper said he updated, after that it stopped working completely. It says in the chat window that it's enabled, I have a current MoP compatible profile loaded for my arcane mage, and everything is set properly and I have the most recent offsets. The only that changed was me running the updater. Prior to that PQR was working beautifully.

  14. #4049
    Ronnyv1's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    53
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zeldrak View Post
    Never run anything less because I also use HonorBuddy. Nothing on my system has changed. The only thing I did was run the PQR Updater after I saw that Xelper said he updated, after that it stopped working completely. It says in the chat window that it's enabled, I have a current MoP compatible profile loaded for my arcane mage, and everything is set properly and I have the most recent offsets. The only that changed was me running the updater. Prior to that PQR was working beautifully.
    Exact same problem ere

  15. #4050
    808's Avatar Member
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    39
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Without changing anything, I saw HR cast in my LFR that i did. In order to help you and maybe others though, I lowered the amount of health needed to make HR cast.... Maybe that will help you :-/

    Updated Warrior Arms PvP, Disc Priest, HPally and Data File (minor change to Data File)
    Hi Bu_ba, I just tried the Warrior Arms PvP and it doesnt do anything except battle shout or commanding shout. Talents are Juggernaut, Second Wind, Piercing Howl, Dragon Roar, and Mass spell Reflection. I went with those talents because its what I noticed that was in the rotation. Also made a PvPset and ShieldSet as suggested for Spell Reflect. Going to try this again after getting the svn updates and also just used PQRUdater just in case.

    edit* Tried it again after updating via PQRUdater and Nova SVN and I still cant get the Warrior Arms PvP profile to do anything.

    thanks,
    808
    Last edited by 808; 09-14-2012 at 05:30 PM.

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. [Bot] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 1738
    Last Post: 10-15-2014, 11:00 AM
  3. [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
  4. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 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 10:24 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search