PQR - Rotation Bot menu

User Tag List

Page 499 of 779 FirstFirst ... 399449495496497498499500501502503549599 ... LastLast
Results 7,471 to 7,485 of 11681
  1. #7471
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I take it no one plays hunters anymore :-( or maybe most are like me and cant code :-( Any help with this would be really really good PLEASE great coders!!!!

    Originally Posted by Techz View Post
    Hi all need help with the BM pvp profile made by Jarrito here http://www.ownedcore.com/forums/worl...pvp-5-1-a.html ([PQR] Hunter BM PVP (5.1))

    Ok i would like to try and make this work can anyone help me at all i would like to make it so in 2vs2 arena my focus enemy will get scatter shot and freezing trap on them everytime its on cd please




    Please help!!!

    --Code provided by Xelper
    local targetTrapped = UnitDebuffID("target", 1499)
    local _, FreezingTrapCD = GetSpellCooldown(1499)
    if targetTrapped then
    return true
    end


    if FreezingTrapTimeout ~= nil and FreezingTrapTimeout > GetTime() then
    local targetName = UnitName("target")
    if targetName == FreezingTrapTarget and FreezingTrapTarget ~= nil then
    if FreezingTrapCD > 3 then
    return true
    end
    end
    else
    FreezingTrapTimeout = nil
    FreezingTrapTarget = nil
    end


    if IsLeftControlKeyDown() and GetCurrentKeyBoardFocus() == nil then
    local ScatterShot = GetSpellInfo(19503)
    local TrapLauncher = GetSpellInfo(77769)
    local FreezingTrap = GetSpellInfo(1499)
    local ScatterShotCD, ScatterDuration = GetSpellCooldown(19503)
    ScatterShotCD = ScatterShotCD - GetTime() + ScatterDuration
    local TrapLauncherBuff = UnitBuffID("player", 77769)

    if ScatterShotCD < 3 and FreezingTrapCD < 3 then
    CastSpellByName(ScatterShot, "mouseover")
    return true
    end


    if ScatterShotCD > 20 and FreezingTrapCD < 3 and TrapLauncherBuff == nil then
    CastSpellByName(TrapLauncher)
    return true
    end


    if ScatterShotCD > 20 and FreezingTrapCD < 3 and TrapLauncherBuff then
    RunMacroText("/cast "..FreezingTrap)
    if FreezingTrapTimeout == nil or FreezingTrapTarget == nil then
    FreezingTrapTarget = UnitName("mouseover")
    end
    FreezingTrapTimeout = GetTime() + 3
    local PQR_TargetName = UnitName("target")
    local friendPlates = GetCVar("nameplateShowFriends")
    local enemyPlates = GetCVar("nameplateShowEnemies")
    SetCVar("nameplateShowFriends", 0)
    SetCVar("nameplateShowEnemies", 0)
    CameraOrSelectOrMoveStart()
    CameraOrSelectOrMoveStop()
    SetCVar("nameplateShowFriends", friendPlates)
    SetCVar("nameplateShowEnemies", enemyPlates)
    local PQR_TargetNameNew = UnitName("target")
    if PQR_TargetName ~= nil then
    if PQR_TargetName ~= PQR_TargetNameNew then
    TargetLastTarget()
    end
    else
    ClearTarget()
    end
    return true
    end
    end

    PQR - Rotation Bot
  2. #7472
    Bendecks's Avatar Sergeant CoreCoins Purchaser
    Reputation
    5
    Join Date
    Aug 2011
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a bunch! Will test it when this retarded migraine goes away >.<

  3. #7473
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm still around coding for hunters and such, just i don't pvp and would need a pvper to help me code out a pvp profile. also work is killing my free time.

    Please if someone helped you donate rep to them.

  4. #7474
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    i'm still around coding for hunters and such, just i don't pvp and would need a pvper to help me code out a pvp profile. also work is killing my free time.
    thanks for your reply Crystal the pvp hunter profile i think is great i just want to get the code above working on focus target like you run out in arena 2vs2 focus the healer and keep scatter shot and freezing trap him everytime its on cd

  5. #7475
    SpyroPT's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    3/7
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any news regarding a Holy Paladin PvE profile?

  6. #7476
    Weischbier's Avatar Member
    Reputation
    12
    Join Date
    Apr 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    I will look into it tomorrow for you. it is 0430 here :P

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    Thanks man! Haven't seen you in a while

  7. #7477
    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 SpyroPT View Post
    Any news regarding a Holy Paladin PvE profile?
    Nova has one.

  8. #7478
    Jokur's Avatar Sergeant
    Reputation
    17
    Join Date
    Dec 2011
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Xelper - Sent you a couple PM's please get back to me!

  9. #7479
    SpyroPT's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    3/7
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Nova has one.
    Last time I checked, nova had one but wasn't updated with MoP logic, which is not spamming holy radiance.

  10. #7480
    Bendecks's Avatar Sergeant CoreCoins Purchaser
    Reputation
    5
    Join Date
    Aug 2011
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jokur View Post
    @Xelper - Sent you a couple PM's please get back to me!
    As a shadow / PQR-fan, this makes me curious!!!!

  11. #7481
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Nova has one.
    Nova Holy paly profile has pretty much been abandoned, it still acts as if it's in Cata.

  12. #7482
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We at Team Nova are working on getting everything updated, just taking time due to being busy in rl

    Please if someone helped you donate rep to them.

  13. #7483
    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 Techz View Post
    I take it no one plays hunters anymore :-( or maybe most are like me and cant code :-( Any help with this would be really really good PLEASE great coders!!!!
    Looks like code was taken from one of my profiles where I credited Xelper. It amazes me that people who use it don't even bother explaining what it does, when they take it from my profile. The ability works with a mouseover. So you have to mouseover the scatter shot and then target the ground where you want the freezing trap to go. Unless Xelper did come out with the changes he mentioned a while back concerning making the targeting reticule target the ground around a target's feet automatically I really don't see how you would go about changing the code to suit.
    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

  14. #7484
    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 Xelper View Post
    It appears that last month when I could suddenly not access my OwnedCore account anymore that this was the result of someone obtaining access to my account. I have no idea right now how this happened, but I emailed Kurious with the details I do know. It appears that 27 days ago, someone replaced the PQR download link with an infected file. They packaged an infected MSI with the clean version of PQRUpdater, so it worked and downloaded clean files, but also installed what was likely a trojan/keylogger. My email and Dropbox were not compromised, only my OwnedCore account.

    Now, if you downloaded PQR.zip from the main post of this thread in the last 30 days I suggest you scan your system.

    This likely has NOT effected the majority of PQR users, as many people already had PQR and PQRUpdater.exe on their system, and existing installs would not have been compromised. If you ran the older version of PQRUpdater.exe, it would have still downloaded safe files. This is only if you have downloaded PQR.zip from the main post in the last 30 days.

    I have fixed the download link on the main page and redirected to the proper download. PQRUpdater.exe was last modified March 18th 2012, this is the safe version.
    This is some cause for concern. Perhaps posting this on the first post of the thread would also help?
    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

  15. #7485
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    We at Team Nova are working on getting everything updated, just taking time due to being busy in rl
    Any chance on maybe having someone tackle a shaman PvP resto profile?

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 05:53 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