[PQR] Nova Team Profiles menu

User Tag List

Page 102 of 157 FirstFirst ... 2529899100101102103104105106152 ... LastLast
Results 1,516 to 1,530 of 2342
  1. #1516
    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)
    @Mavmins: It doesn't blow cooldowns automatically, you're in charge of that. I decided to make it that way simply because of the dynamics with Demonology, it's practically impossible for me to code for every given scenario, etc. Dark Soul with Trinkets and Engineering Glove is on Left Shift while Doomguard/Terrorguard at Left Alt.

    [PQR] Nova Team Profiles
  2. #1517
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aha, awesome thanks for the quick reply ! I remember it doing it auto in the last ver but it does make more sense now. Loving it !

  3. #1518
    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)
    Yeah, it used to do it manually, but after heroic progression with my own Warlock, it wasn't really feasible. Glad you like it!

  4. #1519
    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)
    fixed the nova frame issue i was having . i downloaded from youre svn and it works now think i had nova frame from rubins svn he must have edited or summit

  5. #1520
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mentally, have you had any issues with the profile during Timewarp ? On blade Lord just now it got stuck in a loop trying to span Soul Fire whilst in metamorphosis, no idea why !

    Edit : just checked and it definitely gets stuck in time warp when you're in metamorphosis, could it be this code in initialize

    -- Prevent Soul Fire without Molten Core
    local PQ_MCore = PQ_MCore
    local PQ_SoulFire = PQ_SoulFire
    if not UnitBuffID("player",PQ_MCore)
    and UnitCastingInfo("player") == GetSpellInfo(PQ_SoulFire) then
    SpellStopCasting()
    end
    Last edited by Mavmins; 03-04-2013 at 05:12 PM.

  6. #1521
    Enragerx's Avatar Master Sergeant
    Reputation
    52
    Join Date
    Nov 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    Mentally, have you had any issues with the profile during Timewarp ? On blade Lord just now it got stuck in a loop trying to span Soul Fire whilst in metamorphosis, no idea why !

    Edit : just checked and it definitely gets stuck in time warp when you're in metamorphosis, could it be this code in initialize

    -- Prevent Soul Fire without Molten Core
    local PQ_MCore = PQ_MCore
    local PQ_SoulFire = PQ_SoulFire
    if not UnitBuffID("player",PQ_MCore)
    and UnitCastingInfo("player") == GetSpellInfo(PQ_SoulFire) then
    SpellStopCasting()
    end


    I am having the same issue with it casting soul fire while in meta sometimes, then it gets stuck in a cast / don't cast loop and locks up the profile.
    I tried switching back to the old soul fire code but it still does it..

    @Mentally, would it be possible to code mortal coil the way you had it in your old profile, with a HP percent value?...the only time it will ever be used on a raid boss
    is after life tap or sudden damage, seems to make more sense to have it auto use it @ 85% hp or some other adjusted value.


    @Mentally is it also possible to add mouse button 4 and 5 options to the PQR_PQI.lua ??

  7. #1522
    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)
    Just wondering if you got contact with bu_ba and know if he will keep the restodruid-profile updated in 5.2?

    These are some of the changes:

    Cenarion Ward now grants 100% increased healing.

    Rejuvenation now costs approximately 9% less mana.

    Revive and Mark of the Wild now cost 55% less mana.

    Mass Entanglement now has a 30-second cooldown (was 2 minutes).

    Typhoon now has a 30-second cooldown (was 20 seconds).

    The Treants summoned by Force of Nature now deal more damage and healing, and the Force of Nature tooltip will report the capabilities of these summoned pets.

    Soul of the Forest:Restoration: Now grants 70% Haste on the next spell cast after the Druid casts Swiftmend.

    Nature's Vigil now has a 90-second cooldown (was 3 minutes), and now increases damage and healing done by 10% (was 20%).



    Wild Mushrooms will now gain 25% of the overhealing performed by the Druid’s Rejuvenation effects, up to a maximum of 33% of the Druid’s health in bonus healing, and growing larger as they do so. When Wild Mushroom: Bloom is cast, this bonus healing will be divided evenly amongst targets in the area of effect.
    Link to 5.2 druid patchnotes
    Last edited by Ninjaderp; 03-04-2013 at 07:33 PM.

  8. #1523
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For anyone having problems with time warp(The code doesn't check if we're in meta so it cancels incorrectly causing derp spam), replace the code in "Initialization"(yes it's in this ability too, near the bottom) AND "Soul Fire" with:
    PHP Code:
    local PQ_MCore PQ_MCore
    local PQ_SoulFire 
    PQ_SoulFire
    if not UnitBuffID("player",PQ_MCorethen
       
    if UnitCastingInfo("player") == "Soul Fire" then
          
    if not UnitBuffID("player",103958then
             SpellStopCasting
    ()
          
    end
       end
    end 
    -- For the Soul Fire ability, remove the local checks as they are already in that ability.


    Also, go into "Metamorphosis: Cancel" and add this under the check if we're in human form:
    PHP Code:
    if PQ_HasHero() and fury 160 then CancelShapeshiftForm() end 
    These are temporary fixes until mentally gets home or has the time. All tested and working.
    Last edited by Kinkeh; 03-04-2013 at 07:39 PM.

  9. #1524
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PQI isn't ours need to talk to diseal i think it is.

    Please if someone helped you donate rep to them.

  10. #1525
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick question on your latest packet does the PQR_PQI file go into the Data file? Second I'm using the demo profile with PQR 2.0 and it will not use the hot keys Left Alt, Left Shift, or Left Control. For example I'm dpsing the practic target and I have the Left Alt pressed and nothing happens, I also tried just tapping the Left Alt and still no doomguard. =(

    Also, the Demo and Spriest profiles seem to start attacking just by clicking on the target and not wait to click to start combat.
    Last edited by lostwalker; 03-04-2013 at 10:05 PM.

  11. #1526
    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)
    thx kinkeh

  12. #1527
    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)
    Originally Posted by lostwalker View Post
    Quick question on your latest packet does the PQR_PQI file go into the Data file? Second I'm using the demo profile with PQR 2.0 and it will not use the hot keys Left Alt, Left Shift, or Left Control. For example I'm dpsing the practic target and I have the Left Alt pressed and nothing happens, I also tried just tapping the Left Alt and still no doomguard. =(

    Also, the Demo and Spriest profiles seem to start attacking just by clicking on the target and not wait to click to start combat.
    All .lua files goes into the data folder, so just place the PQR_PQI-file there as well.

  13. #1528
    diesall's Avatar Contributor
    Reputation
    105
    Join Date
    Jul 2011
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any of you guys having issues with PQInterface is most likely due to the fork team nova made of pqinterface awhile back, that added cooldown bars or something of that nature, this was causing a few errors with my serialization libraries , im pretty sure ive managed to silence the calls they were making to the forked version, but let me know if there is any other incompatibility issues, all of my API is a closed namespace and shouldn't cause any other problems.

  14. #1529
    Thomja's Avatar Almost Legendary User
    Reputation
    538
    Join Date
    Nov 2008
    Posts
    638
    Thanks G/R
    14/38
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I change they keybinds in the rotation?

  15. #1530
    evlow's Avatar Contributor
    Reputation
    171
    Join Date
    Sep 2007
    Posts
    233
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @thomja, which rotation as some use the new PQInterface that diesal built, and some still use the legacy Nova_Frame.

Similar Threads

  1. [PQR] Gabbz Mage Profiles
    By Gabbz in forum WoW Bot Maps And Profiles
    Replies: 207
    Last Post: 07-18-2016, 08:00 PM
  2. Replies: 11
    Last Post: 01-13-2013, 10:56 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:44 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search