[PQR] Rubim Profiles menu

Shout-Out

User Tag List

Page 32 of 68 FirstFirst ... 282930313233343536 ... LastLast
Results 466 to 480 of 1007
  1. #466
    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 Decaed View Post
    Because you have it coded to cast at or above 8 stacks. It stacks to 10, so it will continue to cast PS at 8, 9 and 10 stacks.

    I have mine coded to cast at 9-10, for example:

    if BPtimer > 0
    and ActualDotDmg() > DotDmg
    and TargetValidation("target",PlagueStrike)
    and (GetTime() - CombatTimer) > 4
    and (MightyBuff == 9
    or MightyBuff == 10)
    then
    CastSpell(PlagueStrike)
    end


    An alternative would be to have it only cast at 10 stacks but you run the risk of not having a UR available during the GCD that you hit the 10th stack which is why I use 9-10.
    Could also just change tge dot dmg multiplier to be high and achieve the same goal.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

    [PQR] Rubim Profiles
  2. #467
    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 imdasandman View Post
    Could also just change tge dot dmg multiplier to be high and achieve the same goal.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    Yeah you could. I actually thought about that myself. Would probably be better off doing it that way.

  3. #468
    turtlemans's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting errors when I use the profile and attack something

    Code:
    51x <string>:"if AoERotation == true then return false en...":105: attempt to compare nil with number
    <string>:"if AoERotation == true then return false en...":105: in function "?"
    <string>:"if PQR_Addon_Loaded == nil then...":765: in function "PQR_NextAbility"
    <string>:"if PQR_Addon_Loaded == nil then...":534: in function "PQR_ExecuteRotation"
    <string>:"if PQR_Addon_Loaded == nil then...":287: in function <string>:"if PQR_Addon_Loaded == nil then...":214
    
    Locals:
    rotationNumber = 0
    nextAbility = -1
    playerChanneling = false
    (for index) = 14
    (for limit) = 1023
    (for step) = 1
    i = 14
    spellID = 0
    skipUnknown = true
    Seems like switching into the aoe rotation briefly fixes it.

  4. #469
    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)
    Which profile? He has several profiles out.

  5. #470
    turtlemans's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get similar errors with both blood and unholy. That was from unholy. This one is from blood.

    Code:
    150x [ADDON_ACTION_FORBIDDEN] AddOn "CompactRunes" tried to call the protected function "UNKNOWN()".
    !BugGrabber-r191-release\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
    <in C code>
    <in C code>
    <string>:"-- This profile would never be done without...":747: in function "CastSpell"
    <string>:"if AoERotation == true then return false en...":59: in function "?"
    <string>:"if PQR_Addon_Loaded == nil then...":765: in function "PQR_NextAbility"
    <string>:"if PQR_Addon_Loaded == nil then...":534: in function "PQR_ExecuteRotation"
    <string>:"if PQR_Addon_Loaded == nil then...":287: in function <string>:"if PQR_Addon_Loaded == nil then...":214
    
    Locals:
    nil

  6. #471
    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)
    I get the exact same errors as turtlemans with the unholy profile.

    I can get it working by switching briefly between single target and aoe, but 70% of the time when I switch to aoe for some fights the profile will only spam Plague Strike.

  7. #472
    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 alexxjr View Post
    I get the exact same errors as turtlemans with the unholy profile.

    I can get it working by switching briefly between single target and aoe, but 70% of the time when I switch to aoe for some fights the profile will only spam Plague Strike.
    Yea tge same issue cropped up on me and it just randomly started doing it.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

  8. #473
    BowCorp's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Decaed View Post
    Because you have it coded to cast at or above 8 stacks. It stacks to 10, so it will continue to cast PS at 8, 9 and 10 stacks.

    I have mine coded to cast at 9-10, for example:

    if BPtimer > 0
    and ActualDotDmg() > DotDmg
    and TargetValidation("target",PlagueStrike)
    and (GetTime() - CombatTimer) > 4
    and (MightyBuff == 9
    or MightyBuff == 10)
    then
    CastSpell(PlagueStrike)
    end


    An alternative would be to have it only cast at 10 stacks but you run the risk of not having a UR available during the GCD that you hit the 10th stack which is why I use 9-10.
    Sorry I was referring to it still casting at 3, 4, 5 etc. I think it may have been a ping/frame-rate issue, good old Australian ping makes my life difficult on Council and Megaera.

  9. #474
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    monks STILL waiting for vaporware update. lol


    (don't post things I post to Patreon.)

  10. #475
    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)
    Wondering if anyone can help me. Im trying to use the queu spell feature but is not working fo me on one spell for death and decay
    ive tried /rcast Death and Decay and also /rcast 52212 any ideas?
    Also find it strange that when in aoe mode the routine does not use d and d or pestilence when in aoe mode-any insights would be apprecciated

  11. #476
    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 JUANNY View Post
    Wondering if anyone can help me. Im trying to use the queu spell feature but is not working fo me on one spell for death and decay
    ive tried /rcast Death and Decay and also /rcast 52212 any ideas?
    Also find it strange that when in aoe mode the routine does not use d and d or pestilence when in aoe mode-any insights would be apprecciated
    In the general rubim tab make sure the disable cleave box is not checked

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

  12. #477
    derfred's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the only pqr-profile that constantly give me addon errors. As soon as i hit start the profile theres a message about an addon error and option to turn it off.

    Ive tried logging out and disabling addons one by one until i only have pqr interface on, and still it gives me this error; and as I stated above, other profiles for different classes all work fine.

    The old edits of rubims profile worked/works great but there is something in these new festerblight that gives me this issue, oh and the new frost profile aswell i might add

  13. #478
    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)
    the custom 4p profile for unholy always behaved strangely for me like when i start it up press alt + x to start it everything is fine until the fight starts then some error pops up and the profile just stops working no big problem though i just start the first fight by hand and some time during the fight the profile kicks in and takes over again. but then after like 2hrs of it running the dps starts to drop and stays shitty :/

  14. #479
    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
    the custom 4p profile for unholy always behaved strangely for me like when i start it up press alt + x to start it everything is fine until the fight starts then some error pops up and the profile just stops working no big problem though i just start the first fight by hand and some time during the fight the profile kicks in and takes over again. but then after like 2hrs of it running the dps starts to drop and stays shitty :/
    Yea what I did was go into the reg profile and adjust all soul reaper to 45 from 35. Another thing I noticed this past week when running festerblight was if I ever had to run out of melee range and all of my death coils were used up tge rotation would cast outbreak which would **** up my super diseases. So I am going to try to do an edit which removes all disease logic so this does not happen anymore.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

  15. #480
    Apsalaar's Avatar Member
    Reputation
    6
    Join Date
    Mar 2009
    Posts
    72
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    Yea what I did was go into the reg profile and adjust all soul reaper to 45 from 35. Another thing I noticed this past week when running festerblight was if I ever had to run out of melee range and all of my death coils were used up tge rotation would cast outbreak which would **** up my super diseases. So I am going to try to do an edit which removes all disease logic so this does not happen anymore.
    Let us know how it works out

Page 32 of 68 FirstFirst ... 282930313233343536 ... 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 11:47 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