PQR - Rotation Bot menu

User Tag List

Page 440 of 779 FirstFirst ... 340390436437438439440441442443444490540 ... LastLast
Results 6,586 to 6,600 of 11681
  1. #6586
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maleth View Post
    Dominium, profile working very very well atm. HoS he CC' of Poly is awesome cant wait for the Rep one to be implemented too. Heals very well indeed. Only tried i n 2's at the moment will do 3's tomorrow. Cant wait! So far it seems to be doing the job better than i was playing at 2100 with no PQR. This allows me alot more time to plan positions and have improved awareness. Loving it.
    Originally Posted by mentally View Post
    @Dominium: There's two ways of checking that easily. You can either base it on GUID, or, by name. But players can have the same name from different realms, so the GUID check is the most safe way to do it, unless you don't normally do Dungeons/LFR/Cross-Realm stuff. But again, the chance of someone having the same name as you is pretty slim.

    Way 1: GUID
    Code:
    local playerGUID = tonumber(UnitGUID("player"):sub(6,10), 16)
    local party1GUID = tonumber(UnitGUID("party1"):sub(6,10), 16)
    
    if IsInGroup() then
    	if playerGUID == party1GUID  then return false
    	else
    		-- Coding here
    	end
    end
    Since GUID absolutely require a target (will return a comparing value to nil otherwise, iirc), I made an extra check to see if you're in a Party or Raid before comparing GUIDS.

    Way 2:
    Code:
    if UnitName("player") == UnitName("party1") then return false
    else
    	-- Coding here
    end
    This is simply checking your character name against the character name of the first person in your party. Nothing more to say about it. Returns false if your name is the same name as the first person in party/raid.

    The same goes for the GUID. Returns false if you're the same person.
    @Mentally - thanks so much, you're awesome! +repped I am gona use the simpler name comparison, since I can't play in arena with players from different realms anyway

    @maleth - exactly! I can watch everything and I usually end up just LoSing any polymorph since I can just keep my eyes on the enemy team. I will edit this post in a few minutes with an updated version, fixed HoP and added repentance. Did HoS work well or bugged out at a point? It seems to work perfect for me but wanna be sure before I call it 100% working :P

    PQR - Rotation Bot
  2. #6587
    goldio's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by goldio View Post
    If I want to heal 4 or 5 members of a raid and this members aren´t in one party, how can I do this?
    This one doesn´t work...
    Please help me

    Code:
    local P2h={Playername1,Playername2,Playername3}
    if members[P2h].HP < 80
    and not PQR_IsMoving(1) 
    then
      PQR_CustomTarget = members[P2h].Unit
      return true
    end

  3. #6588
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @nilrem2004: Hehe, yeah. I've got a surprise for everyone using my Shadow Priest profile soon enough. I've noticed something that I don't like and because of it, I feel inclined to rewrite my profiles to avoid some redundancies in the coding. Should make it a lot more responsive and timing between spells should be even better. :P

  4. #6589
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Made a thread to keep everything together and easy. Please post in this thread regarding my Holy Pally profiles.

    Cheers!

    Edit: oh yeah btw updated HoP and Hand of Sac
    Last edited by Dominium; 12-02-2012 at 01:55 PM.

  5. #6590
    freaki's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    85
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cant wait for that mentally:-)

  6. #6591
    ac230v's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ac230v
    Need code for warrior profile - mouseover+leftctrl+Heroic Leap or another for Heroic Leap
    PHP Code:
    local _,HLeap = GetSpellCooldown("Heroic Leap")

    --heroic leap
    if HLeap == 0 and IsLeftControlKeyDown() and GetCurrentKeyBoardFocus()==nil then
    CastSpellByName("Heroic Leap")
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true end
    this didnt work, i push LCtrl and nothing

  7. #6592
    Whoknowsit's Avatar Active Member
    Reputation
    38
    Join Date
    Sep 2012
    Posts
    41
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone suggest me a pve frost mage profile? Thank you

  8. #6593
    dazrox88's Avatar Member
    Reputation
    6
    Join Date
    Oct 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you change the default keybinds? ive searched and i cant find anything on it.

  9. #6594
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dazrox88 View Post
    can you change the default keybinds? ive searched and i cant find anything on it.
    To change the default keybinds for PQR to start and stop profiles just click the current keybind next to the profile name. To change the keybinds in the scrips you'll need to open up the ability editor then find the skill you want to change and change it in the editor.

  10. #6595
    nebmyers's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Downloaded PQR and there are no rotations preset on it?

  11. #6596
    vitamincore's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Dominium" dear, you do not mogliby profile for holy paladin pve?
    Last edited by vitamincore; 12-02-2012 at 04:58 PM.

  12. #6597
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is a PvE Monk WW build modified by me from Team Nova's Profile, Simply Fixed the tiger palm change in 5.1 and make Invoke Xuan use automatically only on "Boss" level monster, other time is at your own discretion.

    Toggles:
    Left Shit: AoE On/Off
    Left Ctrl: Fist of Fury On/Off
    Left Alt: Touch of Death On/Off

    Hope you enjoy.

    http://www.mediafire.com/?cjnwbha1nzqbpf1

    Actually come to think of it, i made lot more change than just tiger palm...

    Add Expel harm when <70% life
    Add Chi Wave when <50% life
    Support health stone when <40% life

    dead dps is 0 dps right.
    Last edited by darksahde; 12-03-2012 at 12:44 AM.

  13. #6598
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uploaded an updated version of Demonology, Fire and Shadow to the SVN. Loosened the values for Healthstone usage from 75% health to 50% health and added support for Divine Star and Shadow Word: Insanity (all though I do not recommend using them as Shadow!), I also fixed a bug with Shadow Word: Pain where it would keep on spamming SW: P even while you're low on mana, it should work properly now. I also fixed the Demonology Warlock PQR Rotation Manager download URLs!

    Fetch the updates either through the PQR Rotation Manager or directly through the SVN! I'll Re-make the download packages in a bit.

  14. #6599
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^ Keep up the good work.

  15. #6600
    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 Whoknowsit View Post
    Can anyone suggest me a pve frost mage profile? Thank you
    Check Soapbox thread, he should have one! Also Gabbz might have one too!

    Originally Posted by nebmyers View Post
    Downloaded PQR and there are no rotations preset on it?
    Thats right, you have to download them yourself from the forums.

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 09:09 AM. 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