[BETA] PQRotation - an automated ability priority queue. menu

User Tag List

Page 315 of 731 FirstFirst ... 215265311312313314315316317318319365415 ... LastLast
Results 4,711 to 4,725 of 10955
  1. #4711
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dont take LFR as a reference - in LFR you do 300% dmg when he casts cataclysm

    and yeah bu_ba im really looking forward to your UH update

    [BETA] PQRotation - an automated ability priority queue.
  2. #4712
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by merrikh View Post
    ok i cant remember who it was and im sorry but for the disc priest pve file it spams inner will and fire when your moving around and dont have anything to heal

    Edit: ok im a tard its on the profile @ticklets

    Inner Will increases your movement speed by 10% and reduces mana cost of instant cast spells by 15% which is why it turns on while you are on the run.

    If you don't want it to do it out of combat, either disable the profile while there is no combat or set your settings so that the rotation starts only while in combat. Or just take Inner Will out of the rotation, but I wouldn't suggest that because it is very useful.

  3. #4713
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, maybe someone can help me a little on this. I'm trying to add some auto checks to the current Enhance shaman build. Trying to code in for it to auto-apply the weapon enchants for Flametongue and Windfury. For some reason, I cant get "GetWeaponInfo()" to work right.

    I can type it into WoW itself, and it comes up that the Main Hand weapon has a chant as well as a timer. But when I check for the OH enchant, nothing comes up. Would be easier if I could put the enchants on there by hitting the spell, then clicking on the name, but they changed the way they work don't know how many patches ago.

    Anyways, heres the code I tried, which isn't working:

    Name: Weapon Enchants
    SpellID: 0
    Deley: 1000
    Target: Player

    Code:
    local _,chantMH,_,_,chantOH = GetWeaponEnchantInfo()
    
    if chantMH == nil then
    	cast Windfury Weapon
    elseif chantOH == nil then
    	cast Flametongue Weapon
    end
    
    end
    I was using CastSpellByID(8024, "player") (Flametongue Weapon) & CastSpellByID(8232, "player") (Windfury Weapon) respectively, but wasen't for sure if it was getting sent out right, so I just went to cast there.

    Anyone else have any ideas? Maybe it's just to advanced for my normal brain

    EDIT* Even used RunMacroText before on the very first test of the code, but it wasen't working as well.
    EDIT** Dis-regard that second edit in there, dont know why I had 2.
    Last edited by firepong; 01-26-2012 at 07:35 PM.

  4. #4714
    merrikh's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ticklets View Post
    Inner Will increases your movement speed by 10% and reduces mana cost of instant cast spells by 15% which is why it turns on while you are on the run.

    If you don't want it to do it out of combat, either disable the profile while there is no combat or set your settings so that the rotation starts only while in combat. Or just take Inner Will out of the rotation, but I wouldn't suggest that because it is very useful.
    its not that it "turns on" it spams both even if you already have it on

  5. #4715
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehVoyager View Post
    im actuaily kind of interested in this. what are the chances of detection while running this program?
    have there been any reported instances of bans occuring from using this addon?

    No one has been banned for using this program. The reason for 'chance of detection' posts being ignored is because if Blizzard wants to detect something, they will. You use any public hack knowing that Blizzard has access to it, and if they dislike it enough will get rid of it. Cypher wrote LuaNinja and Blizzard had no ways of detecting it at all, so after months they made a completely new way to detect it.

    All I will end with is that there hasn't been any banwaves for client-detected hacked in over 2 years. Has Blizzard given up? Does Blizzard find that the resources needed to ban some minor thing and lose subscription revenue is worth it? Your guess is as good as anyones.
    Last edited by Xelper; 01-26-2012 at 08:35 PM.

  6. #4716
    opitrice's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    give me ideas and i can implement them, i don't pvp.
    Hey did you release a new .zip for Resto-Shaman with the new chain heal and fix ?

    Thank you.

  7. #4717
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Enhancement_PVE 1.0

    Want to give cred to the maker of this profile
    Want to also give cred to ONYA. Took some code for her combat checker as well as totem recall scripts as I couldn't get the sucker figured out myself
    Also want to give cred to who made the xmC_Rogue profile (SHEURON) for the special events and offensive spells

    Made some changes, don't know if any of them are major, to the Enhancement_PVE Shaman profile that is in the PQR links on the main page. If it's any better than the first let me know:

    Also, if any changes can be made, let me know by forms of this thread and I'll see what I can do. I have only a half set of enhance gear with the rest being my heals gear. All the enhance gear (5 or so pieces) didnt have chants or anything and I was pulling 9.4k DPS. Don't know if that's noticeable or not

    EDIT* When it firsts starts out, it will cast flame shock after unleash elements, but after that, it just goes with the flow of the rotation. If the abilities are on cooldown, it goes onto the next spell that is not on CD. Couldn't get this worked out.

    EDIT**Also, in your totem bar, set the fire totems to no totmes for searing flames. Also, I did not touch the AoE portion of this rotation yet, just trying to perfect the single target as much as possible.

    EDIT*** Updated profile with error I did not know was there till after I closed and re-opened PQR.

    EDIT*** Didn't notice I had removed sheurons print code from the init part of the code. Added back. Also, how would I go about adding more to that? About adding thanks to it?


    EDIT***** I'm just gonna remove the whole thing for the time being till I can get a init script made by hand or can get this one worked out. For some reason, it doesn't work good with 2 inits trying to get it started. For example, I could just leave Sheurons init in there by itself, load up ONYA's Resto script to getthe libraries loaded up and it works great. But I cant get both of them in there at the same time without errors.
    Last edited by firepong; 01-27-2012 at 12:44 AM.

  8. #4718
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bubba how was that unholy pvp profile test you made? I am thinking of trying to edit some stuff for it to work based off what ya got.

  9. #4719
    Dewbidale's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have anything in the works for a ret pvp profile? i've toyed with some of the premade pve ones and tried to mix and match but still not running optimally. i'm completely clueless when it comes to this code. things like casting freedom on other people and cleansing yourself to get out of movement impairing effects.

    edit: just wanted to say how awesome this is btw thanks a lot for everything.

  10. #4720
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Want to give cred to the maker of this profile
    Want to also give cred to ONYA. Took some code for her combat checker as well as totem recall scripts as I couldn't get the sucker figured out myself
    Also want to give cred to who made the xmC_Rogue profile for the special events and offensive spells

    Made some changes, don't know if any of them are major, to the Enhancement_PVE Shaman profile that is in the PQR links on the main page. If it's any better than the first let me know:

    Enhancement_PVE 1.0.rar

    Also, if any changes can be made, let me know by forms of this thread and I'll see what I can do. I have only a half set of enhance gear with the rest being my heals gear. All the enhance gear (5 or so pieces) didnt have chants or anything and I was pulling 9.4k DPS. Don't know if that's noticeable or not

    EDIT* When it firsts starts out, it will cast flame shock after unleash elements, but after that, it just goes with the flow of the rotation. If the abilities are on cooldown, it goes onto the next spell that is not on CD. Couldn't get this worked out.

    EDIT**Also, in your totem bar, set the fire totems to no totmes for searing flames. Also, I did not touch the AoE portion of this rotation yet, just trying to perfect the single target as much as possible.
    Funny thing to copy/paste my initialized functions and delete the line which print my name

  11. #4721
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meatglue View Post
    Bubba how was that unholy pvp profile test you made? I am thinking of trying to edit some stuff for it to work based off what ya got.
    Lol it was almost exactly like my pve rotation, but it just had level and boss checks removed from the CD abilities haha. I can't remember his name, but there was another profile writer that released a dk arena profile right around the time that I released my first dk profile and his was a lot more in depth than mine so I stopped writing the pvp side of my profiles haha
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  12. #4722
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Funny thing to copy/paste my initialized functions and delete the line which print my name
    Didnt realize i deleated it, I just did a full copy O.o must have missed something. I'll go back through and add it in.

    EDIT* Ok, I seen where it was, thought it was still in there as I didn't know it was saved after i removed in. Prior to what my other post says, I do remember now that I was removing things from it and just trying to take out all that wasn't needed. But the funny thing is, to fix the code that was bugging it out from starting, I had to use the init code from ONYA RESTO PQR.

    If you guys want, I can just take it down. Just thought I would upload what I had pieced together :confused: To all that I posted aboe about borrowing parts from.
    Last edited by firepong; 01-26-2012 at 11:53 PM.

  13. #4723
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm still waiting for the profiles crystal tech was gonna release for warlocks.
    Much anticipated.

  14. #4724
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working on a Elemental Shaman rotation.

    xeronshaman270112PQRProfiles.zip

    Feedback is welcome

  15. #4725
    Elumeria's Avatar Member
    Reputation
    7
    Join Date
    Feb 2009
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys I got a problem, I have my WoW opened, I open the program, select my character, select the rotations, when I go in game to the training dummies and targe the training dummies, pressng the hotkies does not actiavate my rotations? what is this?

    Thanks in advance,
    me

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 12:03 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