[PQR] CuteOne's Profiles menu

User Tag List

Page 62 of 102 FirstFirst ... 12585960616263646566 ... LastLast
Results 916 to 930 of 1522
  1. #916
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    Simple....add this ability and add it to rotation be sure to set how = 108292, i also suggest adding a "not ubid(p,how)" check to Forms or else it will keep popping you in and out of cat form to cast.
    Code:
    if ubid(p,how) then
    	if check(mf) and not udbid(t,mf) then
    		cast(gsi(mf))
    	elseif check(wth) then
    		cast(gsi(wth))
    	end
    end
    After messing around with this late last week, apparently my idea on Moonfire is pointless, it is a waste of a GCD and it hits like a wet noodle. So to just cast Wrath while HotW is up, would I just condense that code to
    Code:
    if ubid(p,how) then
    	cast(gsi(wth))
    	end
    I would test this myself, but stoopid maintenance....

    [PQR] CuteOne's Profiles
  2. #917
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ph34rt3hcute1: TTD returning a nil error on init probably means that it's not instantiated in the function upon initialization. =) If I get time today I'll have a look for you and come up with a fix if you're interested.

  3. #918
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cukiemunster View Post
    I would like to put another request out there. I know I talked to you about it briefly on Skype, but just wanting to make it official ;]
    I am hoping to get Rip to always refresh if Renataki's Sould Charm has procced (Renataki's Soul Charm - Item - World of Warcraft). It puts a stacking buff on you called Blades (Blades - Spell - World of Warcraft). Last week I tested this notion on a couple bosses. Whenever it would proc I would pause the rotation at 5 CP and always refresh Rip, (as long as SR is up ofc) regardless of what the current Rip, was and the boost was quite impressive.

    I know you don't have the trinket yet cute, but if you know how to implement this that would be awesome. I tried adding in the trinket id and the Blades buff id into where you have the RoRo id's under Rip, but that didn't work. I am not sure if they need to be added somewhere into the Initial ability, or if I simply didn't add them in right.
    Well I guess I should just bite the bullet and take you up on that offer we also discussed on skype...

    Originally Posted by cukiemunster View Post
    After messing around with this late last week, apparently my idea on Moonfire is pointless, it is a waste of a GCD and it hits like a wet noodle. So to just cast Wrath while HotW is up, would I just condense that code to
    Code:
    if ubid(p,how) then
    	cast(gsi(wth))
    	end
    I would test this myself, but stoopid maintenance....
    i would do this....
    Code:
    if ubid(p,how) then
         if check(wth) then
    	cast(gsi(wth))
         end
    end
    Originally Posted by mentally View Post
    @ph34rt3hcute1: TTD returning a nil error on init probably means that it's not instantiated in the function upon initialization. =) If I get time today I'll have a look for you and come up with a fix if you're interested.
    That would be most helpful and *waves* hi mentally!
    BadRotations
    Developer

  4. #919
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SourSkittles View Post
    Okay so I just tried the WW Monk profile and it doesn't seem to work now be it I'm only level 10 and haven't even gotten to the point of choosing if I want to be alliance or horde on my monk but I got a couple more skills than what its just doing atm.. all it seems to do is "Jab" and "tiger palm" no matter how much chi I have, and another thing you have to fix is the "grapple weapon" as it kept getting stuck on there as well even though I'm a lvl 10 and "grapple weapon" can't be used till lvl 68.

    Edit: forgot to add that when it does use "jab" and "tiger palm" it only does it a couple times and then totally stops working all together as well.. this is all without any errors coming up.

    Ok made some edits/fixes and uploaded, just redownload and it should work now.
    BadRotations
    Developer

  5. #920
    SourSkittles's Avatar Member
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    Ok made some edits/fixes and uploaded, just redownload and it should work now.
    Okay will test and get back to you with results in a moment

    Edit: couple minutes of testing - it seems to be working better than what it was doing, though it keeps getting stuck on blackout kick every so often. which could be because of the part in blackout kick
    if plvl>=56 then if rsr > 1 or (chi >= 3 and tmp < 2) or ubid(p,cbk) or chi==mch then
    cast(gsi(bok))
    end
    end
    if plvl < 56 then
    cast(gsi(bok))
    possibly but since I don't know much lua idk if that could cause a problem in the blackout kick or not.
    Last edited by SourSkittles; 07-23-2013 at 07:20 PM.

  6. #921
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im not seeing where blackout kick isnt working properly but i could be missing something (i hadnt made another monk yet)
    BadRotations
    Developer

  7. #922
    SourSkittles's Avatar Member
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    im not seeing where blackout kick isnt working properly but i could be missing something (i hadnt made another monk yet)
    what was happening was that pqi was saying that it was trying to do blackout kick but it wasn't doing anything at all other than just standing there even when I had 3 chi, but I'm out of the panda starting zone though now so who knows maybe everything will fix itself now.

  8. #923
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SourSkittles View Post
    what was happening was that pqi was saying that it was trying to do blackout kick but it wasn't doing anything at all other than just standing there even when I had 3 chi, but I'm out of the panda starting zone though now so who knows maybe everything will fix itself now.
    Must be something else trying to cast that isn't able to.
    BadRotations
    Developer

  9. #924
    SourSkittles's Avatar Member
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    Must be something else trying to cast that isn't able to.
    Dunno, the pqi rotation thing wasn't showing anything out of the ordinary other than it just being stuck on that one spell when it eventually got stuck on it. I'll mess around with it some more later or tomorrow when I have time to see if it'll all work correctly out of the starter zone, just to busy dealing with matters like one of my dog being in the hospital possibly dying and moving and all this other kinda crap.

  10. #925
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ohh noes, well ill hope for the best for you and your doggie.
    BadRotations
    Developer

  11. #926
    SourSkittles's Avatar Member
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    ohh noes, well ill hope for the best for you and your doggie.
    thanks <3 but sadly she may have to be put down because her kidneys are failing her since she either got into something in our garage that was really toxic to her or she got bit by something and her numbers are really high.. but hopefully the vets can flush what ever it is out. :s

  12. #927
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Druid profile updated to 1.3.12
    ===Changelog===
    Adjusted threshhold for Renataki trinket buff to give profile more time to reapply Rip, also added trinket check to Ferocious Bite so it did not use CP for Rip - Thanks cukiemunster
    BadRotations
    Developer

  13. #928
    beileroord's Avatar Member
    Reputation
    10
    Join Date
    Nov 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    The random TTD nil check error is a known issue, I have not been able to determine the cause as it is seemingly random.
    okay so that line is needed in the data thing ? the pqr doesnt seem to have problems with my lock, hunter, enhanced shammy, frost dk or which toon then else... today even freezes after changing from single / hybrid / multi.... whole wow hangs... alt f4 and all need to restart wow + pqr.... (I7, 16Gb ram radeon 7970)

  14. #929
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by beileroord View Post
    okay so that line is needed in the data thing ? the pqr doesnt seem to have problems with my lock, hunter, enhanced shammy, frost dk or which toon then else... today even freezes after changing from single / hybrid / multi.... whole wow hangs... alt f4 and all need to restart wow + pqr.... (I7, 16Gb ram radeon 7970)
    It's odd that you mention your wow freezing. I have this happen to me at least once a night and I thought it was something wrong with my client. I am rarely online outside of raid times, abd I always have PQR running. But the same thing happens to me, entire window freezes and I get the pop-up error message that wow has stopped responding.
    If it happens mid fight and I get back in before I die I have to use HB, since PQR spits out errors if you enable this rotation after combat has started.

    Sent from my Galaxy S4 using Tapatalk 2

  15. #930
    houstonguy's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    68
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my feral druid dps wont go pass 110k..... UGH ilvl 521

Similar Threads

  1. [PQR] Nova Team Profiles
    By bu_ba_911 in forum WoW Bot Maps And Profiles
    Replies: 2341
    Last Post: 07-02-2018, 03:56 AM
  2. [PQR] Gabbz Mage Profiles
    By Gabbz in forum WoW Bot Maps And Profiles
    Replies: 207
    Last Post: 07-18-2016, 08:00 PM
  3. {PQR} Windwalker Raid Profile - Wanted
    By fish221171 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 10-18-2012, 02:01 AM
  4. PQR - DK Blood profiles - none of them work :(
    By zambeaux in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 10-09-2012, 07:44 AM
  5. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
All times are GMT -5. The time now is 09: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