PQR - Rotation Bot menu

User Tag List

Page 284 of 779 FirstFirst ... 184234280281282283284285286287288334384 ... LastLast
Results 4,246 to 4,260 of 11681
  1. #4246
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Change all
    Code:
    IsSpellInRange(20271,"spell", "target")
    to
    Code:
    IsSpellInRange(20271,"target")
    Does IsSpellInRange even work? I thought people were having serious issues with it.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

    PQR - Rotation Bot
  2. #4247
    Noelpqr's Avatar Member
    Reputation
    3
    Join Date
    Oct 2011
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Does IsSpellInRange even work? I thought people were having serious issues with it.
    I had to remove it from the code to make the spells cast

  3. #4248
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Noelpqr View Post
    I had to remove it from the code to make the spells cast
    That is what I thought!
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  4. #4249
    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)
    Yeah.. :P Hello. I should be back in a few days. My move to the states have been frustrating and ..... yeah, mind numbing!
    I have updated all the profiles I was working on, but not committed yet as I don't have time, but expect to see them soon-ish!

  5. #4250
    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 mentally View Post
    Yeah.. :P Hello. I should be back in a few days. My move to the states have been frustrating and ..... yeah, mind numbing!
    I have updated all the profiles I was working on, but not committed yet as I don't have time, but expect to see them soon-ish!
    Woot Woot, WB mentally

    Been missing you!!!!!!!!!!!
    ^0^Team Nova's PQR NCC ^0^

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

  6. #4251
    snowhawk's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2008
    Posts
    238
    Thanks G/R
    42/130
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Maybe I am missing it, but is there a function in the API that returns whether a mob is hostile to you or not? I am trying to ensure I do not attack neutral mobs when using mouseovers.

  7. #4252
    jericco's Avatar Active Member
    Reputation
    58
    Join Date
    Feb 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, anyone else been getting a bunch of bugs recently? This started a few days ago for me, PQR would lock up when trying to open it(never happened before) and then randomly it would stop working completely, while zoning into a raid, or right before a boss fight started. Then on top of that, sometimes when pqr would stop working my ui would lock up and I couldnt interact with any thing on my interface, even right clicking a mob wouldn't auto attack. For most of the cases it required I log all the way out to fix the problem. Opening and closing PQR didnt do anything.

    This happened on my hunter,rogue and warrior. So I'm pretty sure it's not profile specific. Any idea whats going on? I appreciate any help I can get.

  8. #4253
    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)
    Originally Posted by jericco View Post
    Hey, anyone else been getting a bunch of bugs recently? This started a few days ago for me, PQR would lock up when trying to open it(never happened before) and then randomly it would stop working completely, while zoning into a raid, or right before a boss fight started. Then on top of that, sometimes when pqr would stop working my ui would lock up and I couldnt interact with any thing on my interface, even right clicking a mob wouldn't auto attack. For most of the cases it required I log all the way out to fix the problem. Opening and closing PQR didnt do anything.

    This happened on my hunter,rogue and warrior. So I'm pretty sure it's not profile specific. Any idea whats going on? I appreciate any help I can get.
    Which profiles are you using? With MoP Blizzard introduced a lot of morphed spell and in some cases we need to use CastSpellByID instead of just entering id in he Ability field.

    Furthermore i think that DS have some ranged issues so if you are using distance it can be bugged.
    Looking for exploiters and botters to Elder Scrolls Online.

  9. #4254
    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 deadpanstiffy View Post
    You don't need another "complete rotation dedicated to AOE". Code in modifiers [shift/alt/ctrl] for abilities that are used during AE.

    Code:
    if IsLeftShiftKeyDown()
    and not GetCurrentKeyBoardFocus() then
    	CastSpellByName("Cleave")
    else
    	CastSpellByName("Heroic Strike")
    end
    Say I wanted to add this into a Druid profile, would I need to add this into an existing function, or create a new one for the AOE?

  10. #4255
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Message: [string "if PQR_Addon_Loaded == nil then..."]:760: attempt to call field '?' (a nil value)
    Time: 09/22/12 10:44:15
    Count: 224
    Stack: [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

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

    I'm getting this lua error and it keeps spamming indefinattely, how can I know from this where to look for a mistake?
    Supporter of Frozen.

  11. #4256
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    disregard that, I have been a donkey..... solved
    Supporter of Frozen.

  12. #4257
    Bgreen12's Avatar Banned
    Reputation
    32
    Join Date
    Aug 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi I'm trying to write my own external LUA file and I make a file and put a few functions in it but it fails to load even though the name is exactly the same that I used for the name of the data file. It keeps failing to loaD. Even after reloading the UI and reloading pqr. Why would this happen? Is there something special you need to put in the data files to allow them to load to pqr?


    I run /dump PQR_LoadLua(**my file name**)

    And I get fail returns all the time..
    Last edited by Bgreen12; 09-22-2012 at 04:26 AM.

  13. #4258
    stip00n's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,

    i´m trying to create some abilities for 3.3.5 - but I don´t understand a lot....

    My Buffs work correctly; example:
    Code:
    if not UnitBuffID("player",19850) 
    and select(2,GetSpellCooldown(19850)) == 0 
    then return true end
    What won´t work:
    My Pala should heal himself with flash of light, when he gots under 80% Life.
    I tried this: <a href="http://www.imagebanana.com/view/jzmbec8a/1.PNG"><img src="http://img6.imagebanana.com/img/jzmbec8a/thumb/1.PNG" border="0" alt="www.ImageBanana.com - 1.PNG" /></a>

    when I start pqr whit only flash of light activated, the game begins to lag and nothing happened....

    The same thing with the spell Consecration.

    When I´m trying this it won´t work anymore.
    Code:
    if IsSpellInRange("Consecration", "target")  ~= 1 then
    	return false end
    return true end


    Please help me. Thanks

  14. #4259
    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 mentally View Post
    Yeah.. :P Hello. I should be back in a few days. My move to the states have been frustrating and ..... yeah, mind numbing!
    I have updated all the profiles I was working on, but not committed yet as I don't have time, but expect to see them soon-ish!
    Welcome back to the community, you've been missed! ^^

  15. #4260
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Does IsSpellInRange even work? I thought people were having serious issues with it.
    I really wouldn't know. Ever since I started using PQR_UnitDistance a long time ago, I gave up on IsSpellInRange

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 01:44 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