[PQRotation] Firepong's PQR Profile's Feedback - Comments - Question's? menu

User Tag List

Page 8 of 48 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 715
  1. #106
    Bottter's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can i disable automatic trinket use in firekitteh

    [PQRotation] Firepong's PQR Profile's Feedback - Comments - Question's?
  2. #107
    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 Bottter View Post
    How can i disable automatic trinket use in firekitteh
    you can open rotation-editor and edit it out of there, just move it out of the rotation.

  3. #108
    rsanviral's Avatar Master Sergeant CoreCoins Purchaser
    Reputation
    24
    Join Date
    May 2010
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    3 (67%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Question for firepong if you would be so kind to allow me a moment of your time, what are your current plans, if any, on symbiosis handling? Also, will I be fortunate enough to be able to enjoy an updated profile for level 90 written by you upon MoP release?

    Thanks firepong, +rep for your efforts.

  4. #109
    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 Bottter View Post
    How can i disable automatic trinket use in firekitteh
    Remove Profession buff's or comment:
    PHP Code:
    local slot = {10,13,14}
    local inBG PQR_Battleground()

    if 
    not inBG then
        
    if itemCD == true and BS ~= nil then
            
    for i=1,#slot do
                
    local item GetInventoryItemID("player"slot[i])
                
    UseItemByName(item)
            
    end
        
    elseif inCD and inCD 100 and itemCD == true then
            
    for i=1,#slot do
                
    local item GetInventoryItemID("player"slot[i])
                
    UseItemByName(item)
            
    end
        end
    end 
    Out of the rotation to get rid of Auto trinket usage. Truthfully though, you would still want to stack all of this for the best DPS possible. Is it a PvP trinket you using going off or something? And is it going off in a battleground?

    Originally Posted by rsanviral View Post
    Question for firepong if you would be so kind to allow me a moment of your time, what are your current plans, if any, on symbiosis handling? Also, will I be fortunate enough to be able to enjoy an updated profile for level 90 written by you upon MoP release?

    Thanks firepong, +rep for your efforts.
    As soon as I can, I'll get stuff done for Symbiosis and the level 90 talents. At the current moment, It looks like it will probably be a week or 2 from the looks of it. Working 6 days a week and off 1 day, doesn't leave me much time to level or play and playing after or before I go to work is out of the question right now.
    Last edited by firepong; 09-20-2012 at 06:03 PM.

  5. #110
    rsanviral's Avatar Master Sergeant CoreCoins Purchaser
    Reputation
    24
    Join Date
    May 2010
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    3 (67%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the promptness of your response! I look forward to your work.

  6. #111
    Bottter's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it´s the medallion of tenacity it works fine in battleground but not in duel and a wasted trinket in duel is in 80% of the time a loose ^^

    Thx for your quick help maybe you can fix this

  7. #112
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Well, I might have a little time today. think I'm going to get my Druid/Warrior Leveling profile updated so that it will run this coming Monday for the Mists Release. Seeing as the CC part of HonorBuddy is still fugged up and not working right for a couple Classes, this will be a great addition.
    I will love you long time if you get a working CC for HB, everything there is shit atm because of HB still being FUBAR.

    Originally Posted by deadpanstiffy View Post
    You don't need another "complete rotation dedicated to AOE". Code in modifiers [shift/alt/ctrl] for abilities that are used during AE.

    Code:
    if IsLeftShiftKeyDown()
    and not GetCurrentKeyBoardFocus() then
    	CastSpellByName("Cleave")
    else
    	CastSpellByName("Heroic Strike")
    end
    How can something like this be coded into your existing profile to make AoE easier, rather than swapping profiles? I have messed around with this for the last couple hours, but idk wtf I am doing, and had to keep redownload your profiles because I kept breaking it =[

  8. #113
    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 cukiemunster View Post
    I will love you long time if you get a working CC for HB, everything there is shit atm because of HB still being FUBAR.
    I actually got most of this complete last night. Just need to do some testing on it and I will let you know how it goes.

    Originally Posted by cukiemunster View Post
    How can something like this be coded into your existing profile to make AoE easier, rather than swapping profiles? I have messed around with this for the last couple hours, but idk wtf I am doing, and had to keep redownload your profiles because I kept breaking it =[
    It's not hard at all. it's just that I was going to use Sheuron's ModKeyState way af doing switches, just haven't gotten around to doing it yet.

  9. #114
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, is the leveling warrior profile working ?
    Sorry if you already answered this or its obvious and I didn't notice.

    Edit: Doesn't look like its working.
    (Singular is broken)
    Last edited by xLegendx; 09-23-2012 at 07:48 PM.

  10. #115
    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 xLegendx View Post
    Hmm, is the leveling warrior profile working ?
    Sorry if you already answered this or its obvious and I didn't notice.

    Edit: Doesn't look like its working.
    (Singular is broken)
    The Singular isn't the hard part of getting it to work. All it's going to be is a blank CC with movement behaviors and all that good stuff. The real problem is PQRotation and Abilities. Right now, I have none of the new spellID's for warriors. My Druid Leveling profile is done, I'm just testing it out without HonorBuddy to see how it's working out. Watch for it to be uploaded this afternoon before midnight.

  11. #116
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    The Singular isn't the hard part of getting it to work. All it's going to be is a blank CC with movement behaviors and all that good stuff. The real problem is PQRotation and Abilities. Right now, I have none of the new spellID's for warriors. My Druid Leveling profile is done, I'm just testing it out without HonorBuddy to see how it's working out. Watch for it to be uploaded this afternoon before midnight.
    Ah!
    I see... well, thank you very much Firepong. I'll be awaiting the update (:
    and please let me know when you do update it! I'll test it out to max level (granted, Honorbuddy may be down tomorrow)


    "You must spread some Reputation around before giving it to firepong again."
    I'll have to rep you again later >:|
    Last edited by xLegendx; 09-24-2012 at 04:00 PM.

  12. #117
    CharleyWex's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you going to be working on a pvp profile for MoP? I have an old profile that i used before the talent switch that would shift out of roots (certain slows I guess at the time) that you may be able to use if you need it for the new ability to shift out of roots.

  13. #118
    rsanviral's Avatar Master Sergeant CoreCoins Purchaser
    Reputation
    24
    Join Date
    May 2010
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    3 (67%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edited for courtesy, pm'd you fire
    Last edited by rsanviral; 09-24-2012 at 07:02 PM.

  14. #119
    aziphrale's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am having an issue with the Firebear profile. The toon just auto attacks. No spells cast at all. I tried to update with the editor but the update loacation like kitty was not there. Are you able to help me at all? In the rotation it says special setting then below that zcat swipe. Am i missing something here? I am in bear form in guardin spec with the talents set. Any help will be greatly appreciated.

  15. #120
    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 aziphrale View Post
    I am having an issue with the Firebear profile. The toon just auto attacks. No spells cast at all. I tried to update with the editor but the update loacation like kitty was not there. Are you able to help me at all? In the rotation it says special setting then below that zcat swipe. Am i missing something here? I am in bear form in guardin spec with the talents set. Any help will be greatly appreciated.
    For the record, my Bear profile hasen't been updated in about 10 months or so. and probably won't be as I don't play bear anymore. Gabbz has one though, just go to his thread.

Page 8 of 48 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. [PQRotation] Blinded's PQR Profile's Feedback - Comments - Question's?
    By [Blinded] in forum WoW Bot Maps And Profiles
    Replies: 123
    Last Post: 08-05-2013, 07:03 AM
  2. [Release] Looking for PQR Profile for Rogue PvP
    By alyssaisit in forum World of Warcraft Bots and Programs
    Replies: 2
    Last Post: 10-17-2012, 05:21 PM
  3. Wtb ele sham pqr profile thats flawless at for lvl 90s
    By odano1988 in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 10-12-2012, 10:23 AM
  4. [Buying] Best Unholy DK PQR Profile !
    By leinadz in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 09-17-2012, 03:10 PM
  5. PQR Profiles and leveling
    By Durf in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 02-01-2012, 08:21 PM
All times are GMT -5. The time now is 05:30 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