[PQR] Rubim Profiles menu

Shout-Out

User Tag List

Page 51 of 68 FirstFirst ... 474849505152535455 ... LastLast
Results 751 to 765 of 1007
  1. #751
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok lei shen heroic 25m with your rage/spark edit gave me between 210k-220k dps. on our kill i had a endresult of 216k seeing i am not even close to BiS geared this is pretty awesome.

    [PQR] Rubim Profiles
  2. #752
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Weird0 View Post
    ok lei shen heroic 25m with your rage/spark edit gave me between 210k-220k dps. on our kill i had a endresult of 216k seeing i am not even close to BiS geared this is pretty awesome.
    Nice... Glad you got your kill.

    Sent from my GT-N7105 using Tapatalk 4
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  3. #753
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Feldeath View Post
    Hi there, this is a great profile, but I have a few problems with it, if some could help I would appreciate very much.

    1. I can't seem to save any modification to the options in PQI so that they stay after a reboot or a reload.
    2. I get this error that starts to blame every addon that I have and ask them to be deactivated (Blizz message) because too much errors.
    I didn't change anything to the profile and I don't understand why it then starts bugging.
    I don't know if this is a PQR problem or if it coe from the profile but it's annoying as it generaly starts to bug in raid.

    So any help appreciated.
    Thanks
    You can save settings by once done setting your options, at the bottom of pqi config window you will see a lock and a space where you can name the set and switch to a different set. Once you have your options done click the lock to where it is then locked and you will be gtg.

    Sent from my GT-N7105 using Tapatalk 4
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  4. #754
    Feldeath's Avatar Member
    Reputation
    12
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've tried to use the lock or rename the set but every time you switch the config window or switch it off and on again, and everything is wipe off.
    I'll try to delete the PQI addon and install it back. Hope it'll work.
    Thanks anyway for helping

  5. #755
    mrmikeda's Avatar Member
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    -- trinket.proc,if=dot=strongest
    if TargetValidation("target",PlagueStrike)
    and USBuff
    and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(PlagueStrike)
    else if TargetValidation("target",Outbreak)
    and USBuff
    and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(Outbreak)
    end
    end


    if these conditions happens always use Plague Strike.
    How can I fix it?
    Last edited by mrmikeda; 08-17-2013 at 06:58 PM.

  6. #756
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrmikeda View Post
    -- trinket.proc,if=dot=strongest
    if TargetValidation("target",PlagueStrike)
    and USBuff
    and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(PlagueStrike)
    else if TargetValidation("target",Outbreak)
    and USBuff
    and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(Outbreak)
    end
    end


    if these conditions happens always use Plague Strike.
    How can I fix it?
    Umm fix it how? What trinkets are you using

    Sent from my GT-N7105 using Tapatalk 4
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  7. #757
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm guessing you only want it to use PS if those conditions are met. Then you'd use this and remove the Outbreak code.

    Code:
    -- trinket.proc,if=dot=strongest
    if TargetValidation("target",PlagueStrike)
    and USBuff
    and Rampage
    --and MightyBuffCount == 9
    then
          CastSpell(PlagueStrike)
    end
    I have it coded that way so that if PS isn"t available on that GCD it will use Outbreak to get your strongest diseases up.
    Last edited by Decaed; 08-17-2013 at 07:35 PM.

  8. #758
    mrmikeda's Avatar Member
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    Umm fix it how? What trinkets are you using

    Sent from my GT-N7105 using Tapatalk 4

    It does not matter which you use trinkets,Plague Strike by constantly hitting there opening the buff,until the end of biding time until they buff.

  9. #759
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which profile are you using? It sounds like you are using a Festerblight profile to me. Are saying that your profile keeps spamming PS even if those conditions are not met?

    That code is used in the normal unholy priority and not Festerblight, just as an FYI. The Festerblight code for disease application/refreshing is completely different. I'm just trying to understand what your issue is because I'm having trouble following. >.<
    Last edited by Decaed; 08-17-2013 at 07:44 PM.

  10. #760
    mrmikeda's Avatar Member
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Decaed View Post
    Which profile are you using? It sounds like you are using a Festerblight profile to me. You are saying that your profile keeps spamming PS even if those conditions are not met?
    Im Using Decaed+UH+DK.Profile
    and character always use PS
    if it was written there, abilities occurs
    And Sorry my english very bad Thank you for taking the time to explain I do not want to tire you anymore

  11. #761
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah I understand what you are saying now. It is spamming PS while your trinkets are procced because there is no check for it. Got it. Leave it with me and I will try and get a fix in for it. I would suggest for the time being to track your dots with DKDots or a similar mod and reapply your strongest diseases with an /rcast macro and remove that code from your profile.

    I totally missed that it would do that, because I use a Feather trinket and it will only return true if my Feather stack is at 9-10 so it won't spam PS.

  12. #762
    shamash89's Avatar Sergeant
    Reputation
    5
    Join Date
    May 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this profile being updated still? Trying to find a good DK profile.

  13. #763
    Goldstash's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    83
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am just interested in, what does those 2 macros actually do , why do we need 'em I mean /rcast macros

  14. #764
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by setter View Post
    I am just interested in, what does those 2 macros actually do , why do we need 'em I mean /rcast macros
    read the very first 2 posts made by the creator of this thread...

  15. #765
    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 shamash89 View Post
    Is this profile being updated still? Trying to find a good DK profile.
    Rubim havent posted in a while but there are others who have taken the duty of updating and releasing edits of it, check back a page or two and you may find sonethibg you like!

    Sent from my GT-I9100 using Tapatalk 2
    Last edited by Ninjaderp; 08-18-2013 at 08:49 AM.

Page 51 of 68 FirstFirst ... 474849505152535455 ... LastLast

Similar Threads

  1. [PQR] MOP profiles
    By Sheepmoon in forum WoW Bot Maps And Profiles
    Replies: 350
    Last Post: 01-13-2014, 05:59 AM
  2. [PQR] - GRB profiles
    By GRB in forum WoW Bot Maps And Profiles
    Replies: 8
    Last Post: 05-23-2013, 01:43 AM
  3. [PQR] Mage Profiles
    By discobob in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 04-07-2013, 04:46 PM
  4. Warlock (PQR) pvp profile please?
    By leonel916 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 12-04-2012, 08:41 AM
  5. PQR Old profiles
    By Fumi in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 05-08-2012, 02:35 PM
All times are GMT -5. The time now is 04:39 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