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

User Tag List

Page 620 of 731 FirstFirst ... 120520570616617618619620621622623624670720 ... LastLast
Results 9,286 to 9,300 of 10955
  1. #9286
    wooloveshacks's Avatar Member
    Reputation
    5
    Join Date
    Nov 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dklcfr View Post
    to anyone collecting eggs for Noblegarden if you have Sheuron's herbalism code just add "Brightly Colored Egg" to the list of herbs and sit back with a beer.

    EDIT:
    Code:
    local gotloot = GetNumLootItems()
    local herb = { "Whiptail", "HeartBlossom", "Twilight Jasmine", "Brightly Colored Egg", "Azshara's Veil",  "Cinderbloom", "Stormvine" }
    
    if GetUnitSpeed("player") == 0  
    and not UnitCastingInfo("player") 
    and gotloot == 0
    then for _,v in ipairs(herb) do InteractUnit(v) end end
    
    if gotloot > 0 then for i = 1,gotloot do LootSlot(i) end end
    credit to Sheuron.
    I'm a little confused about how to run this code? Is there a way that PQR runs external LUA or do I need to add this to the code of my class that I'm running already?

    Thanks

    [BETA] PQRotation - an automated ability priority queue.
  2. #9287
    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)
    This is working on all languages. Just edit first ability on your rotation and add this code to the top.

    Code:
    local egg = GetItemInfo(45072)
    local gotloot = GetNumLootItems()
    
    -- Auto open eggs
    if GetItemCount(45072) > 0 then UseItemByName(egg) end
    
    -- Auto use basket for extra run speed
    --if GetInventoryItemCooldown("player",17) == 0 then UseInventoryItem(17) end
    
    -- Auto pick closer eggs
    if GetUnitSpeed("player") == 0 and not UnitCastingInfo("player") and gotloot == 0
    then InteractUnit(egg) end
    
    -- Auto loot
    if gotloot > 0 then for i = 1,gotloot do LootSlot(i) end end
    Last edited by sheuron; 04-08-2012 at 05:13 AM.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  3. #9288
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,

    Yeah, what I meant is Combat Rogue PvE rotation/profile, not spec >.< So, Sheurons or Blinded's profile for DS?

    Cheers!

  4. #9289
    popeofdope's Avatar Sergeant
    Reputation
    11
    Join Date
    Aug 2010
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a question regarding the Nova Arms warrior PvP rotation.

    The spell reflect function is not working too well for me. I have followed the instructions and entered my weapon and shield names in both places. However what seems to happen is that I will switch to 1H + shield and cast spell reflect but immediately switch back to 2H which removes the spell reflect buff from me. Is there a way to stop this from happening?

  5. #9290
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Shake Your Bunny-Maker
    Code:
    if UnitLevel("target") >= 18 then
    	for i=1,GetAchievementNumCriteria(2422) do
    		local target = UnitRace("target")
    		local sex = UnitSex("target")
    		local race,_,complete = GetAchievementCriteriaInfo(2422,i)
    		if target == race and sex == 3 and complete == false then
    			UseInventoryItem(16)
    		end
    	end
    end
    Spam clicking in AV.
    Last edited by deadpanstiffy; 04-08-2012 at 06:35 AM.

  6. #9291
    Excesum's Avatar Contributor
    Reputation
    91
    Join Date
    Oct 2007
    Posts
    272
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I launch PQR as admin, attach my priest to the process and use Nova's Shadow Priest rotation and abilities.
    I switch to WoW and activate the rotation with ALT+X, but it won't start. Any thoughts? I noticed that no abilities are present in the ability editor.
    In the rotation editor there are spells present in the "Current Abilities" tab, but when I switch them over to the "Available Abilities" tab, they get removed; from both of the tabs.

    Any help? Could someone give me a mirror of Nova's shadow priest rotation and abilities or something like that?

  7. #9292
    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)
    @xelper: i may understand PQR need admin priviledges to read game memory but, why PQR updater need it too?
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  8. #9293
    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)
    Is there anything I could add in an ability that would make me (druid) shapeshift automatically to cat/bear when attacked?
    This would be great if you're fishing and someone decides to attack you. Maybe even switch to 2hander-weapon as well if its possible. Sounds really lazy because you could just keybind it, but the thing is PQR reacts faster than most people so hence it would be helpful for some people I think.

    On second thought, this might be bad if you're tanking a dungeon and it wants to flip you to catform.
    But on the other hand then I would just edit the ability shift into bear instead of cat for that purpose
    Last edited by Ninjaderp; 04-08-2012 at 11:20 AM.

  9. #9294
    me28791's Avatar Member
    Reputation
    10
    Join Date
    Jul 2011
    Posts
    90
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Is there anything I could add in an ability that would make me (druid) shapeshift automatically to cat/bear when attacked?
    This would be great if you're fishing and someone decides to attack you. Maybe even switch to 2hander-weapon as well if its possible. Sounds really lazy because you could just keybind it, but the thing is PQR reacts faster than most people so hence it would be helpful for some people I think.

    On second thought, this might be bad if you're tanking a dungeon and it wants to flip you to catform.
    But on the other hand then I would just edit the ability shift into bear instead of cat for that purpose
    local stance = GetShapeshiftForm("player")
    If stance ~= 1 and if UnitAffectingCombat("player") ~=nil then //bear form
    RunMacroText("/console Sound_EnableSFX 0")
    CastShapeshiftForm(1)
    RunMacroText("/console Sound_EnableSFX 1")
    end

    3 am pretty basic could also just use a SPELL ID for bear form as well and rreturn true, 3 is cat form btw instead of 1

  10. #9295
    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 bu_ba_911
    Added in AoE

    Right Alt Toggles
    omgosh i love playing Wind Walker.... if i find a guild letting me play them, im definitely playing them legit these guys are a blast

    Well I pretty much finished coding Wind Walker today lol. Leaving pretty much all the CD's on Manual Cast only (i prefer is that way)

    I got AoE coded in, and single target seems to be running flawlessly

    I may add in a Tiger Statue at mouseover location and Modifier eventually, but for now it's not in.... Report back how u guys like it
    ^0^Team Nova's PQR NCC ^0^

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

  11. #9296
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Excesum View Post
    I launch PQR as admin, attach my priest to the process and use Nova's Shadow Priest rotation and abilities.
    I switch to WoW and activate the rotation with ALT+X, but it won't start. Any thoughts? I noticed that no abilities are present in the ability editor.
    In the rotation editor there are spells present in the "Current Abilities" tab, but when I switch them over to the "Available Abilities" tab, they get removed; from both of the tabs.

    Any help? Could someone give me a mirror of Nova's shadow priest rotation and abilities or something like that?
    Try downloading it again from the link in BuBa signature.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  12. #9297
    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 sheuron View Post
    @xelper: i may understand PQR need admin priviledges to read game memory but, why PQR updater need it too?
    I believe the Launch PQR button after an update would launch PQR using non-admin privileges if I didn't.

  13. #9298
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Thanks bu_

    Originally Posted by bu_ba_911 View Post
    Thank you for responding for me all Yea we have started our re-write of Blood already (the old code was so messy I couldn't stand to look at it lol so I trashed it XD)

    Some people have reported good things about it already

    A pm or post on issue tracker with anything currently wrong with what it's doing (not what's currently missing) would be very helpful
    lol thanks, i wasnt sure if you had updated it yet as yea, the old one as pretty outdated.

    Look forward to testing it out.

  14. #9299
    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)
    @buba

    i have to say that i like your old blood tanking profile more than the nova one i dont really know what is different but i like for instance that i can pause the profile with left shift. also my selfhealing is much bigger with your old one than with the nova one.

    i also like to have a shortcut button for death and decay on mouseover dont really care which key does what but the pause button is really nice since in hardmode tanking you have to react depending on the situation that occurs with stuff that you cant forsee. also it made popping dancing rune weapon much easier xD

    what i noticed was that when useing the death and decay function it clears my targeting, i dunno if this is intended but you might look into bbamasterfrost profiledunno what he did there but the mouseover function for dnd is pretty neat
    Last edited by Weird0; 04-08-2012 at 01:43 PM.

  15. #9300
    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 yourson View Post
    Hm... after first tests this profile looks waaaay behind Boss ones. Ain't using Berserker Rage nor Deadly Calm. But those can be used on our own... Mail problem is that ain't stance dancing at all. Without stance dance, Arms is... :-/.

    Still, its nice to see anyone to work on it and I hope it will just get better over time, so if could anyone link me his profile as I would like to rep it.
    ....... my profile came long before boss's.... I update my pvp profile lol.... in mists there will be no stance dancing so I'm not going to even both updating bosses since his works fine. I'll do mist warrior dps though if he doesn't come back, I've already started the rotation making for it

    Sent from my Xoom using Tapatalk
    ^0^Team Nova's PQR NCC ^0^

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

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 10:55 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