[PQR] Rubim Profiles menu

User Tag List

Page 40 of 68 FirstFirst ... 363738394041424344 ... LastLast
Results 586 to 600 of 1007
  1. #586
    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 kackagent View Post
    you claimed absolutely nothing ....


    he has done the same for sheepmoons warlock rotations.



    then after being asked to share ... all of a sudden he had to change his main .... and thats the reason he can not share? yeah ... i sense a pattern ...
    Wtf does it matter? You didn't gain or lose anything from him not posting his edits.

    I know I am not Rubin but he is a chill dude, all he wants is just credit where it is due. But gl to ya man. Was looking forward to the edits so I can learn from what you did.

    Sent from my GT-N7105 using Tapatalk 4 Beta
    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. #587
    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 DymondKing View Post
    Howdy Rubim, and welcome back!

    I'm not sure if this has been discussed already in this thread, but I've been using your Blood DK profile and it works great.
    The only problem with it is the AoE profile. It prioritizes Rune Strike and Death Strike before any threat has been made when initial combat happens, thus chaos ensues as people usually jump the gun with AoE packs.
    Not sure if it's been discussed or not, just thought I'd share the information with you.

    Thank you very much for all the time and effort you put into these profiles Rubim, as it is extremely appreciated by many.
    It's kinda of fixed.

    If you are INSECURELY tanking one or more mobs while on AOE rotation, bot will use blood boil. (Still testing that out).

    Code:
    UnitThreatSituation("unit"[, "otherunit"])
    This should return 2 if i dont set a unit, 2 means: insecurely tanking at least one unit, but not securely tanking anything.

    Originally Posted by JUANNY View Post
    yo rubim glad that you are back lol-you have great coding skills and i love your profiles for frost dks-quick question-do we use the new console code as a new copy and paste into the profile and if so what do we do with the existing console code-also would you consider TOT heroic mods which are what was making Decaed mods so appealing-in particular on horridon heroic you have an add that fixates on you and has to be hit with a spell like chains of ice to knock it back and away from you-something like if unitexists then if at a certain range cast chains-also on on heroic tortos if buff for shield is not present then target and cast chains on "hummed crystals"



    EDIT: also a noobish question how do i go about pasting code from your profile into this forums post while keeping the format and indentations the same way as they are found in your profiles
    Don't do that, the new spell queue will be available on my new profiles (im still tweaking trough).


    Originally Posted by ianmalcolmx View Post
    Hey Rubim,

    LOVE the Monk profiles. I think they're the best Monk rotations I've tried on these forums. However I do have a few small requests if you have the time when you're next working on them:
    1. Brewmaster - Option to use Chi Wave on CD
    2. Brewmaster - Option to place Ox Statue only when grouped
    3. PQI support?
    1 - Doable.
    2 - Only when grouped? You mean if we are on a party?
    3 - Will do.


    Originally Posted by JUANNY View Post
    Ill put in my 2 cents worth here for whatever it is worth-i would say that regardless of whether the edits to the profile were made or not - and whether he was braggging or not- and whether he intended to share the edits or not-we should just put the issue to rest now that Rubim is back to work on his profiles again which are super awesome for dks-im sure rubim will be open to suggestions from the community to make a good product even better-IMO that is what makes PQR such a great program-that it is community driven.
    I'm always open to suggestions. Almost every single feature that you see on my profiles are community based.

    Originally Posted by imdasandman View Post
    Wtf does it matter? You didn't gain or lose anything from him not posting his edits.

    I know I am not Rubin but he is a chill dude, all he wants is just credit where it is due. But gl to ya man. Was looking forward to the edits so I can learn from what you did.

    Sent from my GT-N7105 using Tapatalk 4 Beta
    Exactly.

    You don't even have to credit me, wont matter to me. The only thing that i would ask is to share. Without you, bubba, avery, team nova and so on i would never released everything.

    My first frost profile was a copy-paste of your profile (with my changes)
    My first blood profile was a copy-paste of nova's profile.
    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

  3. #588
    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)

    raise ally

    hey rubim if you dont mind can you look over this code for casting a fully automated battle rez (raise ally)(spellID=61999)

    Code:
    local GROUP = ""
    
    if IsInRaid() then
       GROUP = "raid"
    else
       GROUP = "party"
    end
    
    local members = GetNumGroupMembers() - 1
    
    if PQR_SpellAvailable(61999) then
    for i = 1, members, 1 do
            member = GROUP..tostring(i)
    		if ( UnitIsDead(member) or UnitIsCorpse(member) )
    		  and not PQR_IsOutOfSight(member)
    		  and IsSpellInRange(GetSpellInfo(61999), member) == 1
    		  and UnitAffectingCombat("player")
    		  then
    			PQR_CustomTarget = member
    			return true
    		  end
    	end
    end
    basically i wanted your profile to cast a fully automated battle rez that didnt require mouseover or any interaction from me so i could focus on the raid mechanics and such-i went through your old profiles and was able to pickup most of what you see above and i modified it a little to do what i wanted-for the most part it works like a champ and it is able to detect any raid deaths in my 10 man TOT raid and automatically casts raise ally-the one issue that i have encounter tho is that when more then one raid member dies it freezes the routine at the raise ally ability-im pretty sure that im prob missing a line of code that would prevent the freezeup for multiple dead-also is there code that i can use that allows the routine to know that theres only one battle rez allowed in 10s in case someone uses the 1 available

  4. #589
    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)
    @juanny

    you could try to use combat log, idk if there is a message on the logs for when all brezes were used, but its worth a try ^.^

  5. #590
    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)
    from the behavior that ive experienced it seems the code that im using doesnt account for more then 1 death at a time in the raid-as long as there is only 1 raid member dead it works as intended and casts the battle rez in time to recoup if it is a tank death

  6. #591
    ianmalcolmx's Avatar Member
    Reputation
    6
    Join Date
    Apr 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rubim View Post
    1 - Doable.
    2 - Only when grouped? You mean if we are on a party?
    3 - Will do.
    On the Black Ox statue, it looks kind of suspicious when we're dropping the statue on single mobs during quests. My main spec is BM and my offspec is MW, so I'm usually doing my dailies, farming, and whatever in my BM spec. Having some sort of restriction to only auto-placing it when we're in a party or raid would be better. What would be PERFECT is only having it on a keybind so we can place and replace at the mouseover as we see fit whenever.

    It also looks suspicious when we're immediately hitting Expel Harm the instant we're in combat, no matter how far away the mobs are. Perhaps if Expel Harm were only used if we were X% below full health?

    Again, I LOVE your Monk profiles. I've tried other Monk profiles on this forum but I always go back to yours. I would swear by them to any Monk using PQR. Thanks for all the superb work!
    Last edited by ianmalcolmx; 06-22-2013 at 01:34 PM.

  7. #592
    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 JUANNY View Post
    from the behavior that ive experienced it seems the code that im using doesnt account for more then 1 death at a time in the raid-as long as there is only 1 raid member dead it works as intended and casts the battle rez in time to recoup if it is a tank death
    Not top priority.

    But it will be done, there will be an option to configure Raise Ally on PQI itself (Tank, Healer, DPS. Support for hotkeys (still fully automatic, press a key and done).

    Originally Posted by ianmalcolmx View Post
    On the Black Ox statue, it looks kind of suspicious when we're dropping the statue on single mobs during quests. My main spec is BM and my offspec is MW, so I'm usually doing my dailies, farming, and whatever in my BM spec. Having some sort of restriction to only auto-placing it when we're in a party or raid would be better. What would be PERFECT is only having it on a keybind so we can place and replace at the mouseover as we see fit whenever.

    It also looks suspicious when we're immediately hitting Expel Harm the instant we're in combat, no matter how far away the mobs are. Perhaps if Expel Harm were only used if we were X% below full health?

    Again, I LOVE your Monk profiles. I've tried other Monk profiles on this forum but I always go back to yours. I would swear by them to any Monk using PQR. Thanks for all the superb work!
    You will have to wait trough, monks will only be tweaked when im okay with my DK Blood and Frost, after that will move to monks.

    - DK Blood and Frost 2H
    - Monk Brewmaster and Windwalker
    - Frost DW and *Unholy
    - DK Leveling / MK Leveling.
    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. #593
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ianmalcolmx View Post
    On the Black Ox statue, it looks kind of suspicious when we're dropping the statue on single mobs during quests. My main spec is BM and my offspec is MW, so I'm usually doing my dailies, farming, and whatever in my BM spec. Having some sort of restriction to only auto-placing it when we're in a party or raid would be better. What would be PERFECT is only having it on a keybind so we can place and replace at the mouseover as we see fit whenever.

    It also looks suspicious when we're immediately hitting Expel Harm the instant we're in combat, no matter how far away the mobs are. Perhaps if Expel Harm were only used if we were X% below full health?

    Again, I LOVE your Monk profiles. I've tried other Monk profiles on this forum but I always go back to yours. I would swear by them to any Monk using PQR. Thanks for all the superb work!
    Both things you mention there are already in my profile, just so you are aware.
    Former PQR Developer

  9. #594
    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 kuukuu View Post
    Both things you mention there are already in my profile, just so you are aware.
    Since kuukuu is still doing his monk there's no reason for me to release one. (it would be almost the same with less updates).
    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

  10. #595
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rubim View Post
    Since kuukuu is still doing his monk there's no reason for me to release one. (it would be almost the same with less updates).
    Almost the same, but I prefer more automation with my profiles in places where you use your slash code system.
    Former PQR Developer

  11. #596
    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 kuukuu View Post
    Almost the same, but I prefer more automation with my profiles in places where you use your slash code system.
    I don't use that anymore.

    Only for the spell queue thing, all configurations are usualy on PQI or Team Nova frame. (Monks never got that update trough).

    Since i can guarantee updates, i should leave that to you.
    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

  12. #597
    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)
    Is there any way that you can set up diseases tracking/slash renewing when they are stronger for UH DKs ?

  13. #598
    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
    Is there any way that you can set up diseases tracking/slash renewing when they are stronger for UH DKs ?
    it is implemented already in rubims profiles

  14. #599
    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 setter View Post
    Is there any way that you can set up diseases tracking/slash renewing when they are stronger for UH DKs ?
    Festerblight. Just check that option on the pqi unholy tab.

    Sent from my GT-N7105 using Tapatalk 4 Beta
    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. #600
    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)
    True but , its just keep spaming festerblight to infinity or till stronger dots procm is it possible to make some limit when dots are on like 51 sec after that switch back to normal rotation ?

Page 40 of 68 FirstFirst ... 363738394041424344 ... 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 06:34 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