PQR - Rotation Bot menu

User Tag List

Page 417 of 779 FirstFirst ... 317367413414415416417418419420421467517 ... LastLast
Results 6,241 to 6,255 of 11681
  1. #6241
    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 Ralphiuss View Post
    PHP Code:
    if members[1].HP 94
    and ( UnitPower("player"9) > or UnitBuffID("player",90174) )
    and 
    not UnitBuffID(members[1].Unit114163)
    then
    PQR_CustomTarget 
    members[1].Unit
    CastSpellByName
    (GetSpellInfo(114163), PQR_CustomTarget)
    return 
    true
    end 
    That should add the check...

    I don't think you need the 5 holy power ability...should be casting it at three I blieve as we want the the proc from 4p pvp bonus right away.
    I'm not. I'm only using the 3 hp ability.
    Will give ya some feedback on that in a second see how it goes.

    By any chance do you have the crusader strike code?

    edit:So far from what i see its just sitting at max hp even with the check you added.
    Last edited by saga3180; 11-22-2012 at 02:22 AM.

    PQR - Rotation Bot
  2. #6242
    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)
    My profile sometime randomly stop working for few sec then it resume.

    is there a way to check which skill jammed? or anything else went wrong

  3. #6243
    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 saga3180 View Post
    I'm not. I'm only using the 3 hp ability.
    Will give ya some feedback on that in a second see how it goes.

    By any chance do you have the crusader strike code?

    edit:So far from what i see its just sitting at max hp even with the check you added.
    Try this

    PHP Code:

        
    if UnitExists("target"
         and 
    members[1].HP >= 50
         
    and UnitIsEnemy("player""target")
         and 
    UnitAffectingCombat("player")
         and 
    IsSpellInRange(GetSpellInfo(35395), "target") == 
         
    and UnitPower("player"9) <= 4 then
             
    if PQR_UnitFacing("player""target"then
                 
    return true
             end
        end 
    You'll need to enter the spell ID of 35395 to the lower left corner this wont use the CastBySpellName since it's not a morphed spell.

  4. #6244
    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)
    PHP Code:
    if members[1].HP 94
    and ( UnitPower("player"9) > or UnitBuffID("player",90174) )
    and 
    not UnitBuffID(members[1].Unit114163)
    then
    PQR_CustomTarget 
    members[1].Unit
    CastSpellByName
    (GetSpellInfo(114163), PQR_CustomTarget)
    return 
    true
    end 
    Nvrm what i said.
    Last edited by saga3180; 11-22-2012 at 02:55 AM.

  5. #6245
    Oreeoo's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you able to target/attack enemies with this program? or just assist friendly targets/follow them?

  6. #6246
    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 Oreeoo View Post
    Are you able to target/attack enemies with this program? or just assist friendly targets/follow them?
    Yes you are. It assist's you in playing your class better.

  7. #6247
    Andilizer's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would someone be able to help me with checking a DK function?

    I want to be able to check if I have a ghoul up and I'm at < 40 hp and cast Death Pact.

    This is what I'm using but it doesn't seem to want to work.

    PHP Code:
    local health 100 UnitHealth("player") / UnitHealthMax("player")

    if 
    PQR_SpellAvailable(46584)
    and 
    health 40
    and UnitExists("pet")
    then 
    return true
    end 

  8. #6248
    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 Andilizer View Post
    Would someone be able to help me with checking a DK function?

    I want to be able to check if I have a ghoul up and I'm at < 40 hp and cast Death Pact.

    This is what I'm using but it doesn't seem to want to work.

    PHP Code:
    local health 100 UnitHealth("player") / UnitHealthMax("player")

    if 
    PQR_SpellAvailable(46584)
    and 
    health 40
    and UnitExists("pet")
    then 
    return true
    end 
    Unless your Unholy, the ghoul isn't considered a pet is it? I have messed with DK's very little, so I'm shooting blind. The only way I can think of doing this, is to check the cooldown of the ghoul summon. The CD doesn't reset till the ghoul is actually dead or gone, correct? Maybe look at it that way and base the code around it?

    Also, since you have return true, you do have the spellID for Death Pact in the right place in the bottom left box for variables right?

  9. #6249
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Question, if I'm using PQR_SpellAvailable and its the first line of my code on that set spell then shouldnt that spell not be trying to cast until its off cooldown? I've noticed that it's still attempting to cast the spells even if I have that in there... example
    Code:
    if PQR_SpellAvailable(125150) then
    CastSpellByName(GetSpellInfo(125150), "target")
    end

  10. #6250
    Trekku's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Failroad has a really good Arms/Fury profile you should use, its his PVP-version that you pay to get.
    Ahh right, misread it then most likely, thanks for the information.

  11. #6251
    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 darksahde View Post
    My profile sometime randomly stop working for few sec then it resume.

    is there a way to check which skill jammed? or anything else went wrong
    Yeah you can use the addon PQInterface, I think Team Nova has it included in their svn. It shows all queued abilities and more I believe.

  12. #6252
    barandeniz's Avatar Member
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ralphiuss View Post
    With the changes to the nova profile I Crusader Strike to build HP. I would like to use Holy Radiance as well...but I need to think of a different way to code for it..maybe add a mana check to it and a HP check to it so it doesn't cast too often...Not too sure yet.

    Also looking at your code it uses EF pretty much on anyone taking damage...Just giving it priority to be cast first

    I've been playing around this a lot. I've been thinking it might better to add a check to where it used EF when they player doesn't have it, if it does then do not cast again. Then I added an ability later to be caste as WoG would be,

    Problem i'm seeing it wont cast EF at times when I have max HP and there're are targets with no EF rolling. It'll work if I target the frame my self.
    Currently i am using NOVA pve profile with eternal flame+4 piece pvp set. I stacked mastery instead of haste cuzz EF+HS+HPrism are instant and benefits mastery better than haste. The problem is i want to make profile cast divine light or holy radiance only or prio when infusion procced. Also i am using CS to stack HP and its very good. I was using orginal NOVA healing profile and after i start using EF+4 piece pvp my healing nearly doubled. I think in dominums pvp holy paladin there is a check for infusion maybe we can iplement that check to profile for making prio to cast DL or HR when casting speed buff procced. Any ideas ?

  13. #6253
    dalaria23's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @mentally Do you planning a Destro profile. I love this spec... yes seens like fire mage i know but what can i do
    In demon my pet still dies a lot of times with areas etc.. some adive to evite ? Grimorium of scrifice like in destro???

    Thanks in advance

  14. #6254
    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 dalaria23 View Post
    @mentally Do you planning a Destro profile. I love this spec... yes seens like fire mage i know but what can i do
    In demon my pet still dies a lot of times with areas etc.. some adive to evite ? Grimorium of scrifice like in destro???

    Thanks in advance
    Hey, about the pet dying issue. Check if you have "threatening presence" toggled on in the pets abilities. Before I noticed that my pet used to die a lot as well.

  15. #6255
    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)
    happy thanksgiving to all the us users.

    Please if someone helped you donate rep to them.

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 12:16 AM. 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