[BETA] PQRotation - an automated ability priority queue. menu

User Tag List

Page 232 of 731 FirstFirst ... 132182228229230231232233234235236282332 ... LastLast
Results 3,466 to 3,480 of 10955
  1. #3466
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,034
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fireflyer View Post
    Hi,
    im getting a little Timing Problem with the "ApplyPoisons" function in any Rogue Profiles.

    I think the right Way is: Profile is testing Player has Poisons running < 3 sec and than apply Poisons
    On my Computer it's: Profile is testing Player has Poisons running < 3 sec and than apply Poisons double each

    What the hell is going wrong on my Computer ^^

    Is it possible to insert a delay between the applying, to let the Profile test if there is now an Poison running ?

    Hope you are understanding what i mean, btw my english is very rusty ^^
    sounds like lag issue. set the delay to 500 and try it. or its applying dp to your thrown weapon.
    Last edited by crystal_tech; 12-26-2011 at 09:25 PM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #3467
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just reuploaded 1.1.1 with support for pre-cata clients and the offsets for 3.3.5a. (12340) No upgrade is necessary if you already updated to 1.1.1 and have no plans to use it on an emulator.

    If you post rotations for older versions of WoW make sure you explicitly state that they are for older versions. Remember, back in 3.3.5 spells had multiple ranks. Make sure you are casting the proper spell ID, and not a lower rank.

    ---------- Post added at 05:14 PM ---------- Previous post was at 04:38 PM ----------

    Lichborne
    Spell ID: 49039
    Code:
    Code:
    local debuff = { 10326, 8122, 2094, 5782, 5484, 6358, 5246 }
    local _, wotfDuration = GetSpellCooldown(7744)
    
    
    if wotfDuration ~= nil and wotfDuration > 3 then
    	for i,v in ipairs(debuff) do
    		if UnitDebuffID("player",v) then return true end 
    	end
    end
    Last edited by Xelper; 12-26-2011 at 05:25 PM.

  3. #3468
    Pzy's Avatar Member
    Reputation
    5
    Join Date
    Jul 2011
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hei,

    i have 2 little questions,
    first: is there a profile für ARMS warriors in PvE/PvP that is running with client 4.3, becaus i have the old profile anywhere and cant find it any more......

    and the sec question is, at sheurons Fury profile, every time i will start it, the prog is doing nothing, but all other profiles are running, in example the warri prot profile, and with the fury profile its only casting battle shout and thats it.....i have the same skills like theres in the readme and done all how it says in the profile and the forum, but i cant find anything....

    im using the german client, the newest pqr and the newest profiles, its all up to date, but its not running with arms or fury....
    i hope someone could help me, and sry for the bad english, im not so good in writing this language^^

    greetz

  4. #3469
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,034
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pzy View Post
    hei,

    i have 2 little questions,
    first: is there a profile für ARMS warriors in PvE/PvP that is running with client 4.3, becaus i have the old profile anywhere and cant find it any more......

    and the sec question is, at sheurons Fury profile, every time i will start it, the prog is doing nothing, but all other profiles are running, in example the warri prot profile, and with the fury profile its only casting battle shout and thats it.....i have the same skills like theres in the readme and done all how it says in the profile and the forum, but i cant find anything....

    im using the german client, the newest pqr and the newest profiles, its all up to date, but its not running with arms or fury....
    i hope someone could help me, and sry for the bad english, im not so good in writing this language^^

    greetz
    yea the problem is the profiles use english names for targets not german names. To fix this just replace the names in offensive spells with the correct german names.

  5. #3470
    Phishstick's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested out the fire mage profile and it starts out well until pyroblast procs then it just stops just a heads up

  6. #3471
    Blehbot's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a ton Crystal. Yes I am using your profile but edited with the pause taken out so that it doesn't give me trouble attacking anything like tentacles and such. Gave you rep for the help.

  7. #3472
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,034
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blehbot View Post
    Thanks a ton Crystal. Yes I am using your profile but edited with the pause taken out so that it doesn't give me trouble attacking anything like tentacles and such. Gave you rep for the help.
    Ah, the pause was there for mutil shot. I did it so would skip HM and just do a Multishot.

  8. #3473
    ishtro's Avatar Master Sergeant
    Reputation
    36
    Join Date
    Jul 2010
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    here is what i am using for my Inner Rage. If you can clean it up or improve it in anyway plz do so.

    Name: Inner Rage
    Spell ID: 1134
    Code:
    local DCs, DCx = GetSpellCooldown(85730) -- Deadly Calm
    local DCcd = (DCs + DCx - GetTime())
    local DC = UnitBuffID("player", 85730) -- Deadly Calm
    local Inc = UnitBuffID("player", 86627) -- Incite
    local CS = UnitDebuffID("target", 86346,"PLAYER") -- Colossus Smash
    local unithealth = 100 * UnitHealth("target") / UnitHealthMax("target")
    local rage = UnitPower("player")
    
    if DC==nil and DCcd>15 and ((rage>=75 and unithealth>=20) or ((Inc~=nil or CS~=nil) and ((rage>=40 and unithealth>=20) or (rage>=65 and unithealth<20)))) then
    	return true
    end
    Cancel Inner Rage @ <= 20

    Name: Inner Rage X
    Spell ID: 0
    Code:
    if UnitPower("player") <= 20 then
    	RunMacroText("/cancelaura inner rage")
    end
    Added Deadly Calm and Recklessness to Execute (buff deadly calm = up or buff recklessness = up) return true
    Code:
    local unithealth = 100 * UnitHealth("target") / UnitHealthMax("target")
    local _,_,_,count = UnitBuffID("player",90806)
    local DC = UnitBuffID("player", 85730) -- Deadly Calm
    local Reck = UnitBuffID("player", 1719) -- Recklessness
    		
    if unithealth<20 then
    if count~=5 or UnitPower("player")>65 or DC~=nil or Reck~=nil then
      return true
    end
    end
    Last edited by ishtro; 12-26-2011 at 10:21 PM.

  9. #3474
    Blehbot's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Ah, the pause was there for mutil shot. I did it so would skip HM and just do a Multishot.
    Yea I just have multi shot higher in the list with a mod for the left ctrl key. Works without the pause and all I have to do is hit one key.

  10. #3475
    dude2099's Avatar Private
    Reputation
    6
    Join Date
    Oct 2010
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome bot, Holy priest and Prot/Ret Paladin profiles are great, just did some LFR with my ilvl 375 pally and smashed the dps charts.

  11. #3476
    mohoji's Avatar Member
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gonna try this for my holy priest soon, also worked great with my frost dk in LFR

  12. #3477
    larrybyrdy's Avatar Member
    Reputation
    2
    Join Date
    Mar 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Resto ONYA_resto crashes WoW on Warmaster Blackhorn. Other than THAT fight, it seems to work flawlessly and is my preferred Resto PvE profile.

    Edit: Crashes on the back of Deathwing as well. Not sure why. Anyone have a way to fix these crashes?
    Last edited by larrybyrdy; 12-27-2011 at 05:19 AM.

  13. #3478
    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)
    Resto ONYA_resto crashes WoW on Warmaster Blackhorn. Other than THAT fight, it seems to work flawlessly and is my preferred Resto PvE profile.

    Edit: Crashes on the back of Deathwing as well. Not sure why. Anyone have a way to fix these crashes?
    Perhaps due to moving function does not work in those boss fights? He is looking at positioning for chain heal and i dont think it is working in those fights.

  14. #3479
    aylak's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    one of you could edit the profile, the clicks of feral Ravage when the second T13 set bonus procs please ??

  15. #3480
    Fireflyer's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    11
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    sounds like lag issue. set the delay to 500 and try it. or its applying dp to your thrown weapon.
    Hi, it's me ... again ^^

    So of course I have the tried different options of the delay.
    The success is that he still twice applying to poison any weapon.
    It's almost like he does not verify if the poison was applied to the weapon.

    I'm still trying ...

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 02:07 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