PQR - Rotation Bot menu

User Tag List

Page 455 of 779 FirstFirst ... 355405451452453454455456457458459505555 ... LastLast
Results 6,811 to 6,825 of 11681
  1. #6811
    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 Ebah View Post
    Your link is broken as well. How in the world is anybody using this? The OP's link is a dud and yours is set to private.

    edit: been trying to get my hands on this file for 3 days now, it's ridiculous
    https://dl.dropbox.com/u/23527046/PQRUpdater.exe -run this it will download all the files you need to run, you just need to add in profiles.

    Please if someone helped you donate rep to them.

    PQR - Rotation Bot
  2. #6812
    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)
    Originally Posted by Ebah View Post
    Your link is broken as well. How in the world is anybody using this? The OP's link is a dud and yours is set to private.

    edit: been trying to get my hands on this file for 3 days now, it's ridiculous
    My link was put on private after 39 Dwl I thought you already downloaded. Now its public again

  3. #6813
    joneskull's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how to check for line of sight acuratly PQR_IsOutOfSight() seems as though it always returns true.

  4. #6814
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by joneskull View Post
    Anyone know how to check for line of sight acuratly PQR_IsOutOfSight() seems as though it always returns true.
    Maybe this might help?
    PQR_UnitFacing("player", "target")

    Checks if you're facing the target.

  5. #6815
    joneskull's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't think that works ether, it keeps trying to cast healing spells on my allys when they are out of sight, causing me to do nothing for long periods of time.

  6. #6816
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by joneskull View Post
    I don't think that works ether, it keeps trying to cast healing spells on my allys when they are out of sight, causing me to do nothing for long periods of time.
    IsSpellInRange()

    Smth like:
    PHP Code:
    if IsSpellInRange(GetSpellInfo(spellID), memberthen
    PQR_CustomTarget 
    member
    return true
    end 
    P.S. Feels like it's time to update my svn with a new stuff LOL. Will polish profile a little bit from shitloads of code that I've used on first attempts on HCs and ... pabam
    Last edited by Valma; 12-10-2012 at 01:43 AM.
    MEDVED+VODKA+BALALAYKA

  7. #6817
    Hoblerhans's Avatar Member
    Reputation
    9
    Join Date
    Dec 2010
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BÄMM! WB Valma! +rep for spreading and awesomeness^^

  8. #6818
    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)
    Good to see you back Valma! Tried updating your SVN few days ago just for funzies ^^

  9. #6819
    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 joneskull View Post
    Anyone know how to check for line of sight acuratly PQR_IsOutOfSight() seems as though it always returns true.
    Thats because it by default checks every 3 seconds. T set it to check every 0.1 sec do PQR_IsOutOfSight("target", 0.1)

    Cheers

  10. #6820
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually it only returns false if "out of sight" error has fired set amount of time before.So basically this function can't help him with his problem.Once again he got problems with casting spells on ppl that are OUT OF RANGE.Not OUT OF SIGHT.
    MEDVED+VODKA+BALALAYKA

  11. #6821
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey all, I loaded up PQR this morning and it no longer seems to detect that im logged into wow. It gives me "Edit mode no bot functionality" when i am already loaded into my character. Usually it will automatically detect that im on a character and allow me to run the process.

    There was a small patch this morning. Could that have anything to do with PQR not working properly? I am running WoW on 32 bit, and everything the same as before when it worked. Any help is much appreciated!

  12. #6822
    BaltoDK's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jaylock,

    Need to wait for the offset to be updated. I had the same issue.

  13. #6823
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    428
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They just patched something like 10 mins ago that is why.

  14. #6824
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vinshom View Post
    They just patched something like 10 mins ago that is why.
    Yeah i downloaded a small patch upon login, i just didnt know when they patched it. Thank you for the update, and i will wait patiently!

  15. #6825
    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 Valma View Post
    Actually it only returns false if "out of sight" error has fired set amount of time before.So basically this function can't help him with his problem.Once again he got problems with casting spells on ppl that are OUT OF RANGE.Not OUT OF SIGHT.
    For out of range u can just use IsSpellInRange("Spell", "unit") == 1

    eg.

    IsSpellInRange("Cleanse", "party1") == 1 That means that it is in range to cast Cleanse on party1.

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 04:25 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