[PQR] Nova Team Profiles menu

Shout-Out

User Tag List

Page 107 of 157 FirstFirst ... 757103104105106107108109110111 ... LastLast
Results 1,591 to 1,605 of 2342
  1. #1591
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hbkx1 View Post
    Playing the frost mage now until beter geared but I want to add Incantors Ward to the rotation the level 90 talent I believe overall is a huge dps boost if can keep it on urself,does anyone know an easy way to add it Im kinda bad at making these
    Depends on how you want to add it. It could be as simple as if available cast on self or you could make it more advanced for example, if mana below 40% and/or health below 40%.

    As far as the programming part, in lua you must have at least one condition, then at least one reaction, and a stopping point. Advanced functions only come after you learn the basic syntax

    The easiest thing I can tell you about beginning lua programming is start in laymens terms.
    What to cast - Incanter's ward
    When to cast - at 40% health and/or 40% mana, or hero, or intelligence/haste/crit gain greater than 2000.

    What are my conditions - A. 40% health B. 40% mana C. Hero D. Haste gain E. Intelligence gain F. Crit Gain
    What is my reaction - cast incanter's ward if more than X conditions are met, x=numerical value, or if A is true.
    After you get this far its simply finding the syntax to set your conditions then your reactions and then your end. After a while you can completely skip this step, but getting in the habit of thinking out what you want and when you want it will help you make sure the syntax is correct.
    Last edited by Aleksonfire; 03-12-2013 at 02:18 PM.
    Resto Shammy Profile - https://goo.gl/nm5Nc

    [PQR] Nova Team Profiles
  2. #1592
    hbkx1's Avatar Site Donator
    CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx Alek, I don't think it has to be too specific from what I've read you just keep it up all the time and it's increase 15% spell dmg and if you are dmged and it drops off spell goes up to 30%.. So basically my when to cast is ALL THE TIME IF NOT ALREADY BUFFED lol. I've been looking through other people's code but can't find a similar spell and how to word it in the LUA

  3. #1593
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just wondering if Warlock Demo had been updated for 5.2?

  4. #1594
    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)
    Yes it has been updated for 5.2

  5. #1595
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The survival Hunter profile no longer displays that you have switched to AOE mode. I have looked in /nova to verify I am using correct button. It is not displaying. I dont actually think it is switching either.

  6. #1596
    Proudboar's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I suck with code, so sorry if this is a stupid question, but when I try to use the Warlock Profiles, I get an error saying PQR_Nova_Data.lua is missing. So I downloaded that, but have no idea what I'm supposed to do with it.



    Edit:

    Nvm, I'm an idiot, found it in earlier posts.
    Last edited by Proudboar; 03-13-2013 at 11:50 AM.

  7. #1597
    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)
    Originally Posted by billybuffalo View Post
    The survival Hunter profile no longer displays that you have switched to AOE mode. I have looked in /nova to verify I am using correct button. It is not displaying. I dont actually think it is switching either.
    yea i reverted it back to holding down the AoE key over just switching back and forth. less botty looking that way.

    Please if someone helped you donate rep to them.

  8. #1598
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    yea i reverted it back to holding down the AoE key over just switching back and forth. less botty looking that way.
    Ahh, ok, good to know. Thanks!

  9. #1599
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to change the beastmaster profile to use fervor instead of dire beast???

  10. #1600
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    actually, is there a write up and selected talents and what not for the beastmaster profile???

  11. #1601
    lasbat's Avatar Member
    Reputation
    38
    Join Date
    Sep 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I've stuck with an issue about "Nether Tempest" in Frost(PvE) . Having this skill-build , it will not cast "Nether Tempest" under any circumstances. Well, I have changed NT to Fire Bomb and the profile worked perfectly ! I have looked though code, unfortunally I couldn't recognize where the problem was.

    Thanks in advance,
    Lasbat.

  12. #1602
    stepen's Avatar Member
    Reputation
    8
    Join Date
    Jul 2009
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nevermind, I'm stupid.
    Last edited by stepen; 03-13-2013 at 05:03 PM.

  13. #1603
    Tevinhead's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has the Shadow Priest been updated to properly make use of Solace and Insanity? Since it got hugely buffed in 5.2.

  14. #1604
    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)
    i'm working on Marks atm for 5.2 once i push that out i'll go back to BM. however, if you use Fervor it should be coded in bm for it just select the rotation that says Fervor

    Please if someone helped you donate rep to them.

  15. #1605
    stepen's Avatar Member
    Reputation
    8
    Join Date
    Jul 2009
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, apparently that didn't fix my issue.
    My original post was this:
    Hey guys, I really appreciate the work you put into this, but it seems like the keybindings for changing modes on your demo warlock profile doesn't work; at least not for me. Is this a bug from my side or is it a mistake in the profile? I checked the profile with the best I know and I couldnt find any mistakes.


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 01:01 PM. 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