PQR - Rotation Bot menu

User Tag List

Page 411 of 779 FirstFirst ... 311361407408409410411412413414415461511 ... LastLast
Results 6,151 to 6,165 of 11681
  1. #6151
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol u posted the same time i did Pong

    Id is located in my above post - I would bet that the night phase ID is the one to use only. There are 2 on Wowhead, I merely went off of someones comment that there are 2 ids for this encounter.

    PQR - Rotation Bot
  2. #6152
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the Nova Holy Pala profile lacks the lvl 90 tier talents , and usage of new spells like Eternal Flame , Holy Prism etc , and healing methods took an 180 degree turn in MoP , paladins now do not stack haste anymore , they stack mastery , and most of the healing is done via Eternal Flame and Holy Prism + Holy Shock used on procs , the days of HR spam and LoD spam are over , doing that will result in you being OOM in a matter of seconds

  3. #6153
    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)
    @Firepong: It's basically as ace99pro and Ralphiuss say. Paladin healing has changed a lot in the transition from Cataclysm to Mists of Pandaria.
    @Googlebee: Sheuron's healing Engine unless it's in your raid, you actually have to mouseover the target, but you can do that using the Boss Frames as well. It should be easy. I'll see if I can't modify the code when I get back from school.

    Tsulong's NPC ID's are 62442 according to WoWhead, but 63025 also appears in the list so I dunno which is which.

  4. #6154
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    PHP Code:
    GetDistance()

    local PerfectAoETarget = {}
    for 
    i=1#members do
        
    table.insert(PerfectAoETarget, {NumberNearby UnitsClose(members[i].Unit85), Unit members[i].Unit} )
    end


    table
    .sort(PerfectAoETarget, function(x,y) return x.NumberNearby y.NumberNearby end)


    if 
    PerfectAoETarget[1].NumberNearby >= 4 then
        PQR_CustomTarget 
    PerfectAoETarget[1].Unit
        
    return true
    end 
    this is what i think should work in mine...... but like ive said in my own Thread.... i don't have a pally to test these new spells on so I don't want to release continually breaking profiles as u guys spot test it
    Here is a code for Holy Prism..Works so far..I'll admit I don't use this very much. I rather use lights hammer.

    There is too much debate on Eternal flame usage right now..A lot of paladins will say using PVP gear in a PVE environment is dumb. But it is clear that the top WOL users are using this. The code I posted for EF is good for normal usage. I'm in the process of thinking of a code to use it with PVP bonus.

    I think I saw in the patch notes that they are adding a CD to EF. I'm sure to nerf this PVP bonus. So again play style for Holy Paladins might change.

  5. #6155
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Mentally

    Thank you I tried your first suggestion but Healing Touch was not cast at all.

    Would mouseover also work on a Focus target?

    Lastly, what is Firepong talking about with this:

    PHP Code:
    local bossid tonumber(UnitGUID(unit):sub(-13, -9), 16
    Firepong is also looking at this , between the 2 of you im sure we can get this working.

    @ Firepong - And no Tsulong does not show up in the raid frames/party etc. Think of the Dreamwalker encounter in Icecrown Citadel back in Wrath. Tsulong is healed in one of his 2 phases of the encounter.


    Originally Posted by firepong View Post
    Get me his bossID with:
    PHP Code:
    local bossid tonumber(UnitGUID(unit):sub(-13, -9), 16
    And I'll be able to add it in pretty easily into the next push I do to the SVN.

    P.S. This is going to be on a Mouseover as I don't think he shows up as a person in the party correct? So we cant do it the way Sheuron's Healing Engine is currently setup, at least from my understanding.

  6. #6156
    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 googlebee View Post
    @ Mentally

    Thank you I tried your first suggestion but Healing Touch was not cast at all.

    Would mouseover also work on a Focus target?

    Lastly, what is Firepong talking about with this:

    PHP Code:
    local bossid tonumber(UnitGUID(unit):sub(-13, -9), 16
    Firepong is also looking at this , between the 2 of you im sure we can get this working.

    @ Firepong - And no Tsulong does not show up in the raid frames/party etc. Think of the Dreamwalker encounter in Icecrown Citadel back in Wrath. Tsulong is healed in one of his 2 phases of the encounter.
    What my above code I posted does is converts a Unit's GUID to the bossID. Don't ask me who found out that little snippet of code, think it might have been Valma. But man, it was revolutionary on me making my Boss Target code.

  7. #6157
    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)
    Avery I was using your ret paladin profile, and I'm not noticing it using Execution Sentence. It also locks up when I use the Mass Exorcism Glyph.
    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

  8. #6158
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Anyone

    Does a code still exist that Sheuron used to use for his PvP profiles? The one that used WOTF to automatically break fears and such.

  9. #6159
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ace99ro View Post
    the Nova Holy Pala profile lacks the lvl 90 tier talents , and usage of new spells like Eternal Flame , Holy Prism etc , and healing methods took an 180 degree turn in MoP , paladins now do not stack haste anymore , they stack mastery , and most of the healing is done via Eternal Flame and Holy Prism + Holy Shock used on procs , the days of HR spam and LoD spam are over , doing that will result in you being OOM in a matter of seconds
    I actually use Nova profiles just fine for my current raiding and go oom about as often as our other paladin healer so I'm not sure what you mean that we go oom in seconds. Also haste and mastery are still equal in priority from everything I've read on EJ and other such theory crafting threads. Curious where you're getting your information and how exactly you heal now.

    I also have Light's Hammer coded into the profile myself and use Sacred Shield instead of EF as EF was constantly locking up profiles.
    Last edited by kuukuu; 11-19-2012 at 07:14 PM.
    Former PQR Developer

  10. #6160
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    from EJ......... :

    Get the blue pvp 4 set. It is extremely overpowered no matter the stats. It was like 5 times better than the old T14 4set (pre-boost), and it is still much much better after the boost. Do not care for the lost stats, you will save tons of mana and your throutput will skyrocket. Moreover the +10% Holy Shock, is very nice, but the game breaking deal is the 4 set.

    Spec Eternal flame + Divine Purpose, and use it only with 3HoPo and DP procs. Avoid using Light of Dawn, because in most cases it will simply heal less. Use LoD only if it is necessary. So stick to EF as much as possible.

    Rest -> Holy Shock on CD, and crusader strike, when you are in dire need of some HoPo. CS is dangerous, cause SoI gives zero hit chance and no expertise. Use it wisely,and profit for the extra holy power charge.
    Pay attention to the extra infusion of light procs. Avoid casting spells without IoL procs. Use your procs mostly for Holy Radiance, for the extra holy power. If you need specific healing, then use your single target casting heals , but in general try to avoid them.

    Learn the times that the raid is going to take zero or minor dmg, and use Divine Plea.

    Take advantage of the Beacon and the Glyph of the innocent as much as possible. Avoid healing the beacon target directly, so a percentage of your heal also heals the tank. Or if you need some HoPo direct heal the tank with flash of light if no IoL proc is up, or Divine Light if IoL is up. Try prioritize others to receive your eternal flame, instead of yourself. So you will get the bonus from the Glyph.

    Spirit > Intellect > Mastery > Haste > Crit
    Gem with 3 kind of gems: Pure spirit, intellect + spirit and spirit + mastery.
    Do not care about haste. You should mostly cast only under the Infusion of Light proc. Stack as much mastery as possible. You should be healing with Eternal Flame. The more 3HoPo EF, the more gain from the 4set. 30+% of all your heals should be Eternal Flame. At the moment, holy paladins cannot cast efficiently.

    If you have free time between the Holy Shock, Crusader Strike, Eternal Flame spamming, then go ahead and cast Holy Radiance, or FoL/DL on the beacon target. If it is going to be overheal, at least you ll get some absorb and 1 charge of HoPo.

    I cannot see the reason why your raid leader will not allow you to equip the pvp set. Holy Paladins are an exception to this general rule. We do not use pvp gear because we dont have decent pve gear. We use pvp gear, to make our class competitive and on par with the other healers.

  11. #6161
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmmm, that must have been put up since I last looked at the forums... I stand corrected then. Thank you for the info.
    Former PQR Developer

  12. #6162
    Gazzooks's Avatar Active Member
    Reputation
    46
    Join Date
    Jul 2006
    Posts
    146
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would like to ask a few questions please;

    I have never used this program before and I have followed the instructions on the first post of this thread.

    when i am in game nothing seems to be happening:

    I see that the correct profiles are active when I hit alt-x, but when I attack a mob, I still have to fight it manually, just like before.

    My questions are these:

    1. Is the program to complete the fight for me?
    2. if so how do I active it to do so?

    Please do not flame, if nothing constructive to say dont say anything. But is you would like to assist me in getting this up and running, I would very much appreciate it.

    Thank you very much for your knowledge in advance!

  13. #6163
    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)
    Originally Posted by Gazzooks View Post
    I would like to ask a few questions please;

    I have never used this program before and I have followed the instructions on the first post of this thread.

    when i am in game nothing seems to be happening:

    I see that the correct profiles are active when I hit alt-x, but when I attack a mob, I still have to fight it manually, just like before.

    My questions are these:

    1. Is the program to complete the fight for me?
    2. if so how do I active it to do so?

    Please do not flame, if nothing constructive to say dont say anything. But is you would like to assist me in getting this up and running, I would very much appreciate it.

    Thank you very much for your knowledge in advance!
    Yes it does complete the fight for you, all you need to do is timing ur CDs and move. (some profile even do cds for you)

    1: did it say in ur chat "xprofile is active?"
    2: did you used a correct profile? (running Cata-old profile wont do in panda)

    and second question is answered when u see the program. pretty straight foward.

  14. #6164
    Gazzooks's Avatar Active Member
    Reputation
    46
    Join Date
    Jul 2006
    Posts
    146
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for your speedy reply, yes it says profile active and I am using the monk Profile from: HERE ([PQR] Death Knight / Monk - Tank and DPS Profiles.) the Monk Windwalker profile.

    I made sure I had selected them in the pqr program as well.

    Does PQR automatically start attacking your opponent (mob) once your attacked?

  15. #6165
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gazzooks View Post
    Thank you for your speedy reply, yes it says profile active and I am using the monk Profile from: HERE ([PQR] Death Knight / Monk - Tank and DPS Profiles.) the Monk Windwalker profile.

    I made sure I had selected them in the pqr program as well.

    Does PQR automatically start attacking your opponent (mob) once your attacked?
    Some do some don't.
    Its in the ability rotation window where you can select it and deselect it.

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:28 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