PQR - Rotation Bot menu

User Tag List

Page 483 of 779 FirstFirst ... 383433479480481482483484485486487533583 ... LastLast
Results 7,231 to 7,245 of 11681
  1. #7231
    mewsuk's Avatar Banned
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could anybody help me to add Necrotic Strike into Nova [Unholy]_DEATHKNIGHT_Abilities profile or if there is a pvp unholy dk profile share it please.

    PQR - Rotation Bot
  2. #7232
    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)
    Originally Posted by icotulookin View Post
    Re installed Net, re installed PQR, Updated profiles, Deleted WTF, No add ons....... Same problem.
    Nothing for ret works. At all
    The only Feral that works is the one I listed (shuerons) and that locks up the second I hit one of 3 things which need to be hit..
    Warlock works fine
    DK works fine
    Warrior works fine
    Sadly.... None of the ones that work are my mains. So frustrated
    Try deleting everything on your computer and install again

    Jk don't do that.. seem like a profile developer problem since some work and some dont.. maybe you should turn on display LUA error and try to read them. Idk if someone already said this, I just read this post.

  3. #7233
    Miscr's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    62
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by icotulookin View Post
    Re installed Net, re installed PQR, Updated profiles, Deleted WTF, No add ons....... Same problem.
    Nothing for ret works. At all
    The only Feral that works is the one I listed (shuerons) and that locks up the second I hit one of 3 things which need to be hit..
    Warlock works fine
    DK works fine
    Warrior works fine
    Sadly.... None of the ones that work are my mains. So frustrated
    It sounds like what happened to me.
    I did everything you did and end the end it didn't work.
    .
    .
    .
    Then I realized I was in wrong spec and it worked great. I couldn't believe I had overlooked it.
    Sometimes the simplest answers are the hardest to see.

  4. #7234
    outoforder's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone help me with my shadowfiend code? i cant get it to cast if spell is ready, not on cd, target health is less than 50%, or my mana is less then 15%

    if IsUsableSpell(34433)
    or 100 * UnitHealth("target") / UnitHealthMax("target") < 50
    or 100 * UnitPower("player") / UnitPowerMax("player") < 15
    then
    CastSpellByName(GetSpellInfo(34433))
    return true
    end

  5. #7235
    DiabloFan's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Sep 2011
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by outoforder View Post
    can anyone help me with my shadowfiend code? i cant get it to cast if spell is ready, not on cd, target health is less than 50%, or my mana is less then 15%

    if IsUsableSpell(34433)
    or 100 * UnitHealth("target") / UnitHealthMax("target") < 50
    or 100 * UnitPower("player") / UnitPowerMax("player") < 15
    then
    CastSpellByName(GetSpellInfo(34433))
    return true
    end
    PHP Code:
    local targetHealthPct UnitHealth("target") / UnitHealthMax("target") * 100
    local playerManaPct 
    UnitPower("player") / UnitPowerMax("player") * 100

    if PQR_SpellAvailable(34433then
       
    if targetHealthPct 50 or playerManaPct 15 then
          CastSpellByName
    (GetSpellInfo(34433))
          return 
    true
       end
    end 
    Try that. Make sure you have spell ID set to 0.
    Last edited by DiabloFan; 12-27-2012 at 09:54 AM.

  6. #7236
    outoforder's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx, it works

  7. #7237
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys, is it possible to register game events using this bot and run some functions in response? The thing I want to do is running JoinBattlefield() function after receiving certain whispers.
    Before patch 5.1 came I used addon to do this but now this function needs to be unlocked and I see PQR as potential solution
    Last edited by RedRussian; 12-27-2012 at 12:32 PM.

  8. #7238
    Miscr's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    62
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Anyone know of a working link for an good Enhancement Shaman. I did a search and there are several throughout this post but couldn't find one with a working link after 5.1.

    Any help would be appreciated.

  9. #7239
    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)
    here is my customized Holy Pala profile - based on sheepmoons old cata profile , it is tweaked for hc raiding , it will conserve mana as much as possible

    this requires Eternal Flame / Light's Hammer / and all out mastery reforges

    left Shift - Light's Hammer on mouseover
    left Control - will spam Holy Radiance
    beacon is placed on focused target , or u can just put it on the tanks manually

    there is no CD usage , u need to use it manually

    SM Holy_PALADIN_Rotations.xml

    SM Holy_PALADIN_Abilities.xml

    The profile uses the 1HP EF blanket style - it will not use LoD or Holy Radiance on its own
    Last edited by ace99ro; 12-27-2012 at 04:26 PM.

  10. #7240
    jlmccown's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was having the same issues with no ret profiles working......glyph of mass exorcism is what was causing the problem......remove it and see what happens.....

  11. #7241
    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)
    Anybody here using Nova's restodruid-profile and have problems with major FPS-stutter / freezelags in LFR? I queued up for Terrace and immediatley when I arrived it started to stutter, in dungeons it's really fluid though.

    Edit: Updated Novas svn and saw a new data-file had been uploaded, tried with it instead and everything went so much smoother! I may need to change the settings % a little for LFR since I go oom pretty fast ^^
    Last edited by Ninjaderp; 12-27-2012 at 07:18 PM.

  12. #7242
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    From this post:
    http://www.ownedcore.com/forums/worl...nchanting.html ([Money] Get some easy money during Winterveil with enchanting)

    Using PQR to do it (mostly) automatically, may need to make some bag space when first starting.

    Code:
    --Leave NPC merchant window open
    --Set 'item' local variable to the item you wish to buy/disenchant
    local item="Gaudy Winter Veil Sweater"
    if GetItemCount(item)==0 then
    	for i=1,GetMerchantNumItems() do
    		local l=GetMerchantItemInfo(i)
    		if l then
    			if l:find(item) then
    				BuyMerchantItem(i,nil)
    			end
    		end
    	end
    else
    	local loot=GetNumLootItems()
    	if loot==0 then
    		if not UnitCastingInfo("player") then         
    			CastSpellByName(GetSpellInfo(13262))
    			SpellTargetItem(item)
    		end
    	else
    		for i=1,loot do
    			LootSlot(i)
    		end
    	end
    end

  13. #7243
    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 ace99ro View Post
    here is my customized Holy Pala profile - based on sheepmoons old cata profile , it is tweaked for hc raiding , it will conserve mana as much as possible

    this requires Eternal Flame / Light's Hammer / and all out mastery reforges

    left Shift - Light's Hammer on mouseover
    left Control - will spam Holy Radiance
    beacon is placed on focused target , or u can just put it on the tanks manually

    there is no CD usage , u need to use it manually

    SM Holy_PALADIN_Rotations.xml

    SM Holy_PALADIN_Abilities.xml

    The profile uses the 1HP EF blanket style - it will not use LoD or Holy Radiance on its own
    nevermind
    Does this require pvp 4 piece??
    Last edited by saga3180; 12-27-2012 at 08:42 PM.

  14. #7244
    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)
    Originally Posted by Miscr View Post
    Anyone know of a working link for an good Enhancement Shaman. I did a search and there are several throughout this post but couldn't find one with a working link after 5.1.

    Any help would be appreciated.
    Miscr, I have one in my signature... There are others though, like Rubims

    P.S. For anyone who previously downloaded the warrior or shaman one, I had an issue in them... I fixed it though in case you had any problems with them what so ever and now shaman has notes in it
    Last edited by Nerder; 12-27-2012 at 08:56 PM.

  15. #7245
    Miscr's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    62
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nerder View Post
    Miscr, I have one in my signature... There are others though, like Rubims

    P.S. For anyone who previously downloaded the warrior or shaman one, I had an issue in them... I fixed it though in case you had any problems with them what so ever and now shaman has notes in it
    Thanks man. Will give it a go

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 07:46 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search