PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 446 of 779 FirstFirst ... 346396442443444445446447448449450496546 ... LastLast
Results 6,676 to 6,690 of 11681
  1. #6676
    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)
    @Xelper
    Is there a Beta PQR for the developers so we can start fixing our profiles before it hits the masses ?
    Looking for exploiters and botters to Elder Scrolls Online.

    PQR - Rotation Bot
  2. #6677
    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)
    Originally Posted by Xelper View Post
    I just wanted to share what I have been working on. I am basically rewriting PQR from the ground up (internally, at least.) The new version of PQR (3.0) will work far more efficiently internally than it does today, and will allow me to safely implement features likes PQR_ClickArea(unit or XYZ).

    Now, the good news, is that all of the code for rotations today, will work just fine in PQR 3.0.
    The bad news, it will require some work from profile developers to get over to the new format. (PQR 2.x will still work just fine though, dont worry.)

    The UI is staying almost identical, and you can basically copy and paste everything from the old to new... but as part of this reworking, there will no longer be two XMLs per rotation... it will be a single XML. For an example, this is the XML generated for my profile: http://dl.dropbox.com/u/39925787/PQR...er_PALADIN.xml
    As you can see, the profile settings, rotations and abilities are all in one.
    yay more goodness!

    I'm hoping that this will make it easier for profile updating too. (oh, if you can https support?)

    Please if someone helped you donate rep to them.

  3. #6678
    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)
    *Wants to +rep Xelper, but see he has 666 rep and thats pretty awesome so I'll leave it at that

  4. #6679
    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)
    Originally Posted by Gabbz View Post
    @Xelper
    Is there a Beta PQR for the developers so we can start fixing our profiles before it hits the masses ?
    I may release a version soon that has the ability and rotation editor fully implemented (only a couple things left to do on this part), but there wont be a way to test rotations with it for at least a couple weeks depending on my free time. Also, like I said, PQR 2.x wont be going away (it still uses the same offsets files), and Ill still support it for a month or so before dropping it.

    It took me not more than 5 minutes to copy and paste my abilities over from my ret profile and remake the rotations, so you shouldn't be too concerned with doing this early.

  5. #6680
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leetspeaker View Post
    someone has testet this code? iss this perfect working?

  6. #6681
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    I may release a version soon that has the ability and rotation editor fully implemented (only a couple things left to do on this part), but there wont be a way to test rotations with it for at least a couple weeks depending on my free time. Also, like I said, PQR 2.x wont be going away (it still uses the same offsets files), and Ill still support it for a month or so before dropping it.

    It took me not more than 5 minutes to copy and paste my abilities over from my ret profile and remake the rotations, so you shouldn't be too concerned with doing this early.
    So now it will be easier to edit rotations via an external text editor as well?

    Sent from my Galaxy Nexus using Tapatalk 2

  7. #6682
    NicodemusAtNIMH's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Need some help

    I want to do aspects that cast cheetah when I'm alone going to point A-B and not mounted, then switch to AoH when starting combat, then a check i guess if i'm in a group and cast AoP
    this is what I got so far...
    cut and paste from Kick's, Sheuron,
    if not UnitBuffID("player", 13165)
    and not PQR_IsMoving(1)
    then CastSpellByID(13165) end

    if UnitBuffID("player", 511
    and PQR_IsMoving(1)
    then CastSpellByID(511
    end
    of course it's not working in game switching between the two aspects.
    any help is greatly appreciated.

  8. #6683
    derpin8's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by D1sc1pl1n3 View Post
    Code:
    local targetName = UnitName("target")
    
    if not targetName == "nameOfTheTargetYouDoNotWantToAttack:P" then
    return true
    end
    Thank you for the help.
    What does ":P" mean btw?

  9. #6684
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by derpin8 View Post
    Thank you for the help.
    What does ":P" mean btw?
    Last edited by Discipline; 12-04-2012 at 05:08 PM.

  10. #6685
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by D1sc1pl1n3 View Post
    Haha nice.

  11. #6686
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Feral PVP Profile

    I relase my first Feral PVP Profile
    Was based for Firepong codes and all LUA file credits goes to him.

    Talents: Nature“s Swiftness, Incarnation,Mighty Bash, Heart of the Wild
    Recommended Glyphs: Glyph of Savagery, Glyph of Shred, Glyph of Cat Form


    Left Shift Switch Single Target / AOE [ Default Single Target]
    Left Control Pause rotation

    Trinket 13 / Agility Use Trinket

    I hope you will like it and I'm waiting for feedbacks HERE ([PQR] Feral PVP Profile).
    If everything goes well I will work on another PVP [Rogue, Warrior, Priest or Shaman]

    Download
    Last edited by lolomo2003; 12-06-2012 at 12:00 PM. Reason: Version Update

  12. #6687
    manw's Avatar Banned
    Reputation
    8
    Join Date
    Nov 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper can you help me ?
    I'm getting some issues with the auto interrupt. I'm a warlock and using the pet interrupt. I set the spell ID http://www.wowhead.com/spell=115781/optical-blast into Xelper_INTERRUPT_Abilities.
    Sometimes it does interrupt the target even if there is no cast, happen really often so it's pretty annoying in arena.

    Thank you
    Last edited by manw; 12-04-2012 at 06:13 PM.

  13. #6688
    nertman's Avatar Active Member
    Reputation
    17
    Join Date
    Aug 2008
    Posts
    64
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    ... Sheuron PQR Profiles ...

    Guide to PQR's FIRST TIMER USERS
    1. Download and use PQR Updater http://www.mediafire.com/?ogv9dp13dzto1s5
    2. Download a profile pack for your WoW version
    3. Extract DATA and PROFILES folders inside PQR folder
    4. Start WoW and load your character
    5. Start PQR, you will see you char name, click Select button.

    PQR will not work and only show "Edit mode" if the program is outdated or your using unsupported WoW version.

    This people made possible the work on all profiles by donating a small amount of money. If the profile help you in any way take in consideration make a donation on my paypal account.
    DONATORS: Charles D, Egemen A, Jaime A, Gerard K, SayShea W, Hot Rod H. Avatar I.

    Mage PVE (Fire,Arcane, Frost) Warrior PVE (Protection, Fury)
    Monk Leveling (1-10), PVE (Windwalker) Priest PVE (Holy)
    Hunter PVE (BM) Death Knight PVE (Unholy)
    Druid PVE (Resto, Feral) Rogue PVE (Combat)
    Shaman PVE (Resto)


    Underlined spec mean raid quality profile. Others are developement profiles.

    WoW 5 Mist of Pandaria > http://goo.gl/9Iy6F

    WoW 4.3.x (private servers) > http://goo.gl/rseZ0

    -- Developing your own profile --
    This script will help you find spells ids you need to develop your own profile. Use on game chat, not inside PQR.
    Code:
    /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end

    The Forst Mage PvE profile doesn't work on Elegon or Garalon is there anyway i can fix this?

    Elegon - NPC - World of Warcraft
    Garalon - NPC - World of Warcraft

  14. #6689
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Nova The Mistweaver profile is working like a charm in 5 mans. Only thing it's missing is Uplift. Thanks for the great work! +rep to you again when I can

  15. #6690
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lolomo2003 View Post
    Feral PVP Profile

    I relase my first Feral PVP Profile
    Was based for Firepong codes and all LUA file credits goes to him.

    Talents: Nature“s Swiftness, Incarnation,Mighty Bash, Heart of the Wild
    Recommended Glyphs: Glyph of Savagery, Glyph of Shred, Glyph of Cat Form


    Left Shift Switch Single Target / AOE [ Default Single Target]
    Left Control Pause rotation

    Trinket 13 / Agility Use Trinket

    I hope you will like it and I'm waiting for feedbacks HERE ([PQR] Feral PVP Profile).
    If everything goes well I will work on another PVP [Rogue, Warrior, Priest or Shaman]

    Download
    Oohh. I'll test this later when I can. I'd love to see a Rogue PvP. Miss the one we had pre mop days.

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 11:04 PM. 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