[PQR] Rubim Profiles menu

Shout-Out

User Tag List

Page 12 of 68 FirstFirst ... 891011121314151662 ... LastLast
Results 166 to 180 of 1007
  1. #166
    pantsfarming's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I cant get the AOE blood rotation to work for me, single target seems to work fine but i cant get the rotation to use Blood boil or D&D. it did D&D once but it was totally random.

    is there a key for D&D? or is it automatic

    I did get the PQI addon but that didn't seem to do anything other then tell me which profile was running.

    [PQR] Rubim Profiles
  2. #167
    cassrgs's Avatar Master Sergeant Authenticator enabled
    Reputation
    9
    Join Date
    Oct 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehVoyager View Post
    Rubim any word yet on why im experiencing issues with the Brewmaster setup? i could send you all the files i have for it if you'd like.

    Also: how do you change / save settings made in the nova frame between play sessions? the shortcuts to all the abilities reset on me each time i use your profile. this is a problem for me because i use shift for vent and your profile keeps pausing when i call out commands in vent.
    you can edit the abilitie [misc] nova frame and edit the values on

    PHP Code:
        Nova_CooldownCheck = {
            [
    1]    =    { Mod 4,        Text "Dizzying Haze",        Var1 1},
            [
    2]    =    { Mod 6,        Text "Breath of Fire",        Var1 1},
            [
    3]    =    { Mod 3,        Text "Touch of Death",        Var1 1},
            [
    4]    =    { Mod 8,        Text "AoE Rotation",        Var1 1},
            [
    5]    =    { Mod 2,        Text "Pause 1",            Var1 1},
            [
    6]    =    { Mod 1,        Text "Pause 2",            Var1 1
    to the values you use

  3. #168
    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 pantsfarming View Post
    I cant get the AOE blood rotation to work for me, single target seems to work fine but i cant get the rotation to use Blood boil or D&D. it did D&D once but it was totally random.

    is there a key for D&D? or is it automatic

    I did get the PQI addon but that didn't seem to do anything other then tell me which profile was running.

    Press the shift key on the right side on your keyboard while the profile is running

  4. #169
    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 pantsfarming View Post
    I cant get the AOE blood rotation to work for me, single target seems to work fine but i cant get the rotation to use Blood boil or D&D. it did D&D once but it was totally random.

    is there a key for D&D? or is it automatic

    I did get the PQI addon but that didn't seem to do anything other then tell me which profile was running.
    Right click the abilities bar, go to rotation config, in the rotation config their will 4 pages you can view(switch pages by clicking the left/right arrows on the title bar on the config window). The 4 pages are general, blood, unholy and frost.

    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

  5. #170
    Nomatra's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Saw a little bug with regards to auto-trinket usage when I was using your Deathknight rotation.

    I changed this:


    Code:
    ----------------
    -- TRINKET 01 --
    ----------------
    if PQI_RubimGeneral_Trinket01_enable == true
    and GetInventoryItemCooldown("player",13) == 0
    and BossCheck()
    then
    	UseInventoryItem(13)
    end

    To this:
    Code:
    ----------------
    -- TRINKET 01 --
    ----------------
    if PQI_RubimGeneralDeathKnight_Trinket01_enable == true
    and GetInventoryItemCooldown("player",13) == 0
    and BossCheck()
    then
    	UseInventoryItem(13)
    end
    in your rotation, and PQI trinket selections are working correctly.

  6. #171
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aziziel View Post
    Love your work, the new equipment switch works brilliantly.

    Only other small request I have, any way to have Raise Ally (via hotkey?) working for Blood?
    Originally Posted by Myoga View Post
    My apologies, Will not make that mistake again. I am not as coding savy as some of you are, I appreciate the assistance, sorry for the inconvience.
    Late night with insomnia doesn't help the brain work either :S
    Originally Posted by Apocalypse59 View Post
    Ranked 35th on Horridon tonight as Blood. Your profiles are brilliant. 5.2 is the best patch ever for Blood/Frost DK's, I love it.
    Originally Posted by Nomatra View Post
    Saw a little bug with regards to auto-trinket usage when I was using your Deathknight rotation.

    I changed this:


    Code:
    ----------------
    -- TRINKET 01 --
    ----------------
    if PQI_RubimGeneral_Trinket01_enable == true
    and GetInventoryItemCooldown("player",13) == 0
    and BossCheck()
    then
    	UseInventoryItem(13)
    end

    To this:
    Code:
    ----------------
    -- TRINKET 01 --
    ----------------
    if PQI_RubimGeneralDeathKnight_Trinket01_enable == true
    and GetInventoryItemCooldown("player",13) == 0
    and BossCheck()
    then
    	UseInventoryItem(13)
    end
    in your rotation, and PQI trinket selections are working correctly.
    You are correct.

    Thats the same problem with Healthstones.

    Update is alsmot rdy
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  7. #172
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updates for Unholy

    - Unholy
    Remade all rotations.
    Bot will reapply diseases if your attackpower/mastery/crit chance improve during the encounter. (it's and smart cast, dont worry too much about it).
    Festerblight completely redone.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  8. #173
    NyaMiyako's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Nov 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can u check your inbox rubim, I sent u a pm

  9. #174
    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 Rubim View Post
    Updates for Unholy

    - Unholy
    Remade all rotations.
    Bot will reapply diseases if your attackpower/mastery/crit chance improve during the encounter. (it's and smart cast, dont worry too much about it).
    Festerblight completely redone.

    o-m-g <3

    *10 chars shit so i can post*

  10. #175
    DEFLAMA's Avatar Member
    Reputation
    24
    Join Date
    Sep 2012
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Rubim, great profiles as always. Ive just tried to test the blood profile but for some reason i get an LUA error for single and aoe rotations. They start up and auto buff ok but then 1 second into combat i get the LUA Errors.

    for single target:

    Code:
    Message: [string "if AoERotation == true then return false en..."]:129: attempt to compare nil with number
    Time: 03/09/13 13:06:51
    Count: 25
    Stack: [C]: ?
    [string "if AoERotation == true then return false en..."]:129: 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>
    for AoE:

    Code:
    Message: [string "if AoERotation == false then return false e..."]:169: attempt to compare number with nil
    Time: 03/09/13 13:17:23
    Count: 32
    Stack: [C]: ?
    [string "if AoERotation == false then return false e..."]:169: 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>
    Now there was a mini update to wow and to pqr since i last used yesterday. Wondering if that is the problem and something has changed? Even did a fresh install of PQR and PQI and your profile.
    Unless ive completly derped and done something wrong lol

    Cheers

  11. #176
    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 DEFLAMA View Post
    Hey Rubim, great profiles as always. Ive just tried to test the blood profile but for some reason i get an LUA error for single and aoe rotations. They start up and auto buff ok but then 1 second into combat i get the LUA Errors.

    for single target:

    Code:
    Message: [string "if AoERotation == true then return false en..."]:129: attempt to compare nil with number
    Time: 03/09/13 13:06:51
    Count: 25
    Stack: [C]: ?
    [string "if AoERotation == true then return false en..."]:129: 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>
    for AoE:

    Code:
    Message: [string "if AoERotation == false then return false e..."]:169: attempt to compare number with nil
    Time: 03/09/13 13:17:23
    Count: 32
    Stack: [C]: ?
    [string "if AoERotation == false then return false e..."]:169: 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>
    Now there was a mini update to wow and to pqr since i last used yesterday. Wondering if that is the problem and something has changed? Even did a fresh install of PQR and PQI and your profile.
    Unless ive completly derped and done something wrong lol

    Cheers
    Yea it was a mini patch. Click the download offsets button when you first launch pqr and make sure you enable out of date addons in game

    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. #177
    Nixo's Avatar Sergeant OldSchool CoreCoins Purchaser
    Reputation
    11
    Join Date
    Mar 2013
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rubim did u disable the auto update function .
    coz i cant use PQR update tool

  13. #178
    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)
    He does everything by svn now

    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

  14. #179
    daveyboyuk's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can i change keybinds for these profiles

  15. #180
    Weischbier's Avatar Member
    Reputation
    12
    Join Date
    Apr 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Message: [string "if AoERotation == true then return false en..."]:233: attempt to compare number with nil
    Time: 03/09/13 17:16:11
    Count: 491
    Stack: [string "if AoERotation == true then return false en..."]:233: 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: (*temporary) = nil
    (*temporary) = "target"
    (*temporary) = 49020
    (*temporary) = "attempt to compare number with nil"
    Latest Offsets and stuff installed.



    Also, unusable for me with ANY addon even PQI (latest Version installed), ASAP I enter combat it wants to disable one addon after another.
    It doesn't perform any action in that state.

    greetz

    Edit: Also the DW rotation doesn't perform when entering the combat with 0 RP.
    Last edited by Weischbier; 03-09-2013 at 11:26 AM.

Page 12 of 68 FirstFirst ... 891011121314151662 ... 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 08:05 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