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

User Tag List

Page 78 of 731 FirstFirst ... 28747576777879808182128178578 ... LastLast
Results 1,156 to 1,170 of 10955
  1. #1156
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostinthewoodslol View Post
    Hey GRB did u end up figuring it out? i couldn't figure it out for the life of me, lol. although im not to handy with lua
    Just got home now, gona make it right now, gave me 5m.

    ---------- Post added at 10:56 AM ---------- Previous post was at 10:53 AM ----------

    Originally Posted by momo1029 View Post
    thanks GRB, i just found out why it wouldn't work

    i had double "end" on
    Thats why i asked you for the full source, the last end was there for nothing.

    [BETA] PQRotation - an automated ability priority queue.
  2. #1157
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GRB View Post
    Just got home now, gona make it right now, gave me 5m.[COLOR="Silver"]
    =[ now i feel like an ass. sorry bro take your time. thnx

  3. #1158
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok m8 here it is and its working now. Tested.

    Name: Frost Armor
    Spell ID: 7302
    Delay: 500
    Target: Player

    Code:
    local class, token = UnitClass("target")
    
    if UnitAffectingCombat("player") == nil and UnitBuffID("player", 7302) == nil and class == "Druid" or class == "Paladin" or class == "Warrior" or class == "Death Knight" or class == "Hunter" or class == "Rogue" then return true end
    Name: Mage Armor
    Spell ID: 6117
    Delay: 500
    Target: Player

    Code:
    local class, token = UnitClass("target")
    
    if UnitAffectingCombat("player") == nil and UnitBuffID("player", 6117) == nil and class == "Mage" or class == "Warlock" or class == "Shaman" or class == "Priest" then return true end
    Enjoy

  4. #1159
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GRB View Post
    Ok m8 here it is and its working now. Tested.

    Name: Frost Armor
    Spell ID: 7302
    Delay: 500
    Target: Player

    Code:
    local class, token = UnitClass("target")
    
    if UnitAffectingCombat("player") == nil and UnitBuffID("player", 7302) == nil and class == "Druid" or class == "Paladin" or class == "Warrior" or class == "Death Knight" or class == "Hunter" or class == "Rogue" then return true end
    Name: Mage Armor
    Spell ID: 6117
    Delay: 500
    Target: Player

    Code:
    local class, token = UnitClass("target")
    
    if UnitAffectingCombat("player") == nil and UnitBuffID("player", 6117) == nil and class == "Mage" or class == "Warlock" or class == "Shaman" or class == "Priest" then return true end
    Enjoy
    omg lol. i nearly feinted when i clicked on a mage and it buffed me correctly, and then boom i clicked on a pally and it just kept spamming frost armor now i ran around clicking on all the classes and they all spam the buff BUT the mage & druid work perfect they buff once and im g2g. i noticed also that Mage and Druid are the first ones in the codes.

  5. #1160
    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)
    Im looking forward to a blood dk-profile, also it would be awesome if you could include a blood solo-profile that could be used in soloing bosses for mounts for example (altairus, vortex pinnacle & slabhide, stonecore). Diesall, is this something you could look into perhaps?

  6. #1161
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostinthewoodslol View Post
    omg lol. i nearly feinted when i clicked on a mage and it buffed me correctly, and then boom i clicked on a pally and it just kept spamming frost armor now i ran around clicking on all the classes and they all spam the buff BUT the mage & druid work perfect they buff once and im g2g. i noticed also that Mage and Druid are the first ones in the codes.
    So what your saying is that only on Druid and mage its buff correclty? And all others classes it buff correctly but keep buffing you?
    Im sorry but i tested it wiht a rogue to go stealth if i clicked on one of those classes, and it just buffed once, but since its a real buff and i dont have a mage, i couldnt try on a mage.

    Just tell me whats wrong so i can fix it. I can easily do it on my druid to fix, since i can buff myself with druid buff.

  7. #1162
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GRB View Post
    So what your saying is that only on Druid and mage its buff correclty? And all others classes it buff correctly but keep buffing you?
    Im sorry but i tested it wiht a rogue to go stealth if i clicked on one of those classes, and it just buffed once, but since its a real buff and i dont have a mage, i couldnt try on a mage.

    Just tell me whats wrong so i can fix it. I can easily do it on my druid to fix, since i can buff myself with druid buff.
    yep its only on Druid and mage its buffs correctly, the rest spam rebuff.

  8. #1163
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok fixed it!

    FROST ARMOR
    Code:
    local class, token = UnitClass("target")
    
    if UnitAffectingCombat("player") == nil and UnitBuffID("player", 7302) == nil then
    	if class == "Druid" or class == "Paladin" or class == "Warrior" or class == "Death Knight" or class == "Hunter" or class == "Rogue" then return true end
    return false end
    MAGE ARMOR
    Code:
    local class, token = UnitClass("target")
    
    if UnitAffectingCombat("player") == nil and UnitBuffID("player", 6117) == nil then
    	if class == "Mage" or class == "Warlock" or class == "Shaman" or class == "Priest" then return true end
    return false end

    enjoy
    GRB

    ---------- Post added at 03:13 PM ---------- Previous post was at 03:08 PM ----------

    People that have contributed so far with profiles, please check your inboxes for the pm's. Ty vm.

  9. #1164
    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)
    Suggestion for a future version of PQR:

    Make a frame on UI and show icon of last 3 successful casted spells, will be usefull to see how rotations works and to test new rotations. Also could be used to indicate is rotation/interrupt is active or stopped.

  10. #1165
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Suggestion for a future version of PQR:

    Make a frame on UI and show icon of last 3 successful casted spells, will be usefull to see how rotations works and to test new rotations. Also could be used to indicate is rotation/interrupt is active or stopped.
    You can activate the debug and see whats happening, and after a fight you can read all text and see what PQR did. Just an idea tho. Read your PM plz.

  11. #1166
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GRB View Post
    Ok fixed it!

    FROST ARMOR
    Code:
    local class, token = UnitClass("target")
    
    if UnitAffectingCombat("player") == nil and UnitBuffID("player", 7302) == nil then
    	if class == "Druid" or class == "Paladin" or class == "Warrior" or class == "Death Knight" or class == "Hunter" or class == "Rogue" then return true end
    return false end
    MAGE ARMOR
    Code:
    local class, token = UnitClass("target")
    
    if UnitAffectingCombat("player") == nil and UnitBuffID("player", 6117) == nil then
    	if class == "Mage" or class == "Warlock" or class == "Shaman" or class == "Priest" then return true end
    return false end

    enjoy
    GRB

    ---------- Post added at 03:13 PM ---------- Previous post was at 03:08 PM ----------

    People that have contributed so far with profiles, please check your inboxes for the pm's. Ty vm.
    sweet dude it works amazing ty so much! +rep

  12. #1167
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostinthewoodslol View Post
    sweet dude it works amazing ty so much! +rep
    np m8, glad we made it work

  13. #1168
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GRB View Post
    np m8, glad we made it work
    Hell yeah, its realllly handy especially mid battle! i used it for Mage Ward too. Massive mana save it not refreshing 24/7 and only classes that do a considerably large amount of frost, fire or arcane.

    Code:
    local class, token = UnitClass("target")
    
    if UnitAffectingCombat("player") == nil and UnitBuffID("player", 543) == nil then
    	if class == "Mage" or class == "Warlock" or class == "Death Knight" then return true end
    return false end
    this mage pvp setup is unbelievable, ive killed many reallly good mages leaving them so surprised how quickly and efficiently ive killed them, its hilarious lol

  14. #1169
    Unasrage's Avatar Member
    Reputation
    6
    Join Date
    Oct 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys good morning..... since i was not able to sleep.....

    and i cant focus on my Cisco certefication... i was messing arround in the shaman resto profile....

    it bugs ..alot.. i no coder and what i do is pick up parts from here and there.. but this 1 is really pissing me off since it bugs so many damn times....

    he just stands there... waiting and counting on riptide tics insted of casting healing wave...

    can any 1 help me plz

    RestroShaman.rar

    btw the code on the profile is from Kezzin86 i just messed whid it abit but... no results so far.. noting reliable on a raid or party enviorment.. just seens... slow... not like sheuron holy profile thats is fast and smoth.
    Last edited by Unasrage; 09-05-2011 at 10:57 AM.

  15. #1170
    Omaha303's Avatar Member
    Reputation
    11
    Join Date
    Jun 2009
    Posts
    49
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm using DK Frost 4.2 DPS profile and it's working perfectly. What i'm wondering is, what's the best approach to activate Howling Blast on demand? For example, there are situations where you don't want to AoE due to CCs, and then at some point you want to use it. I was thinking maybe adding a modifier like Ctrl or Shift so when pressed it will use HB? Or just take out HB of rotation list? Or maybe create a two rotations, one with it, another without so I will activate then when required? Thanks for sharing your thoughts.

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:13 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