[PQR] Rubim Profiles menu

Shout-Out

User Tag List

Page 56 of 68 FirstFirst ... 6525354555657585960 ... LastLast
Results 826 to 840 of 1007
  1. #826
    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)
    Originally Posted by daveyboyuk View Post
    blood fury not workin decaed intended ?
    Correct. All CD's are manual.

    Will and the ability to toggle auto/manual in my 5.4 edits.

    [PQR] Rubim Profiles
  2. #827
    Duriell's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Decaed View Post
    Correct. All CD's are manual.

    Will and the ability to toggle auto/manual in my 5.4 edits.
    Are you using your newest edit, with all the trinket options in the interface? I updated from your previous edit which was coded for VP and Feather and this new edit seems like it's not re-applying diseases at optimal times - it's using Outbreak before I have 9 stacks of Feather (I checked numerous times and it's not because VP / Unholy Strength is falling off), and then when Feather gets to 9 stacks it doesn't have an unholy rune to use on Plague Strike to reapply diseases and it's already used Outbreak so my super diseases go to waste....

    I have reverted back to your first VP and Feather profile for the time being and it seems to be working great

  3. #828
    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)
    Hi:

    I want to know if Rubim's 2H frost profile supported T15 4PC bonus?

    Thanks.

  4. #829
    JUANNY's Avatar Master Sergeant
    Reputation
    21
    Join Date
    May 2013
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darksahde View Post
    Hi:

    I want to know if Rubim's 2H frost profile supported T15 4PC bonus?

    Thanks.
    you would manually have to edit the routine at the soul reaper section and cast soul reaper at 45 percent instead of 35

    Code:
    if TargetHP - 3 * (TargetHP/TimeToDie) <= 45
    and TargetValidation("target",SoulReaperFrost)
    then
    	CastSpell(SoulReaperFrost)
    end

  5. #830
    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)
    Originally Posted by JUANNY View Post
    you would manually have to edit the routine at the soul reaper section and cast soul reaper at 45 percent instead of 35

    Code:
    if TargetHP - 3 * (TargetHP/TimeToDie) <= 45
    and TargetValidation("target",SoulReaperFrost)
    then
    	CastSpell(SoulReaperFrost)
    end
    thanks for the replie

  6. #831
    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)
    Originally Posted by jbaladron00 View Post
    Are you using your newest edit, with all the trinket options in the interface? I updated from your previous edit which was coded for VP and Feather and this new edit seems like it's not re-applying diseases at optimal times - it's using Outbreak before I have 9 stacks of Feather (I checked numerous times and it's not because VP / Unholy Strength is falling off), and then when Feather gets to 9 stacks it doesn't have an unholy rune to use on Plague Strike to reapply diseases and it's already used Outbreak so my super diseases go to waste....

    I have reverted back to your first VP and Feather profile for the time being and it seems to be working great
    That's odd. It was working when I tested it. I'll have a look and see if I can find anything wrong with it.

  7. #832
    kronos20102's Avatar Banned
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. I'm sorry in advance for my bad English. I am from Russia. Please tell me where to find the source code Spell Queue System. I searched through all your assembly but could not find how it is implemented? please tell me or add me on skype kronos20102

  8. #833
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kronos20102 View Post
    Hi. I'm sorry in advance for my bad English. I am from Russia. Please tell me where to find the source code Spell Queue System. I searched through all your assembly but could not find how it is implemented? please tell me or add me on skype kronos20102
    it's a combination of the function he created called TextQueue and a combat log reader'

    you can see how he implements them in his Hotkey abilities
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  9. #834
    alexxjr's Avatar Sergeant
    Reputation
    5
    Join Date
    Oct 2012
    Posts
    67
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Decaed, currently running with your last edit with all the trinkets. Currently I'm doing the Isle of Thunder dailies and I've discovered something. Every time I run past a mob and aggro it, my toon cast HoW and dismounts. went into the Single target ability in ability editor and tried to change it by doing this;

    Code:
    if PQR_SpellAvailable(HornofWinter)
    then 
        CastSpell(HornofWinter)
    end
    To

    Code:
    if PQR_SpellAvailable(HornofWinter)
    and not IsMounted()
    then 
        CastSpell(HornofWinter)
    end
    It doesn't seem to work though Anything else I can do?

  10. #835
    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)
    Originally Posted by alexxjr View Post
    Hey Decaed, currently running with your last edit with all the trinkets. Currently I'm doing the Isle of Thunder dailies and I've discovered something. Every time I run past a mob and aggro it, my toon cast HoW and dismounts. went into the Single target ability in ability editor and tried to change it by doing this;

    Code:
    if PQR_SpellAvailable(HornofWinter)
    then 
        CastSpell(HornofWinter)
    end
    To

    Code:
    if PQR_SpellAvailable(HornofWinter)
    and not IsMounted()
    then 
        CastSpell(HornofWinter)
    end
    It doesn't seem to work though Anything else I can do?
    I removed some code for personal use and forgot to replace it. Thanks for catching this!

    Updated version can be downloaded here
    Last edited by Decaed; 08-31-2013 at 11:03 PM. Reason: Typo

  11. #836
    rocambole's Avatar Member
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love these profiles but im not being able to make them work anymore. Already redownloaded, reinstaled PQI. Dunno what else to do. Any thoughts? Thanks

  12. #837
    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)
    Originally Posted by rocambole View Post
    I love these profiles but im not being able to make them work anymore. Already redownloaded, reinstaled PQI. Dunno what else to do. Any thoughts? Thanks
    What specific issue are you having when trying to use them?

  13. #838
    alexxjr's Avatar Sergeant
    Reputation
    5
    Join Date
    Oct 2012
    Posts
    67
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Decaed View Post
    I removed some code for personal use and forgot to replace it. Thanks for catching this!
    Thanks man! downloading now!

  14. #839
    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 darksahde View Post
    Hi:

    I want to know if Rubim's 2H frost profile supported T15 4PC bonus?

    Thanks.

    fyi useing frostreaper with frostspec is a net dps loss with increasing ilvl, you dont even go 4p on frost dks anymore because its so useless.

  15. #840
    JUANNY's Avatar Master Sergeant
    Reputation
    21
    Join Date
    May 2013
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Weird0 View Post
    fyi useing frostreaper with frostspec is a net dps loss with increasing ilvl, you dont even go 4p on frost dks anymore because its so useless.
    not sure i understand there-are you saying youre wearing the offset pieces instead of the tier pieces?

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 10:33 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