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

User Tag List

Page 286 of 731 FirstFirst ... 186236282283284285286287288289290336386 ... LastLast
Results 4,276 to 4,290 of 10955
  1. #4276
    woppo's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    na thats wont work either m8 says target does not exist i have been looking at yours the thing is that every one ive seens says what not to cleanse i need it to be only what to cleanse been trying for hours now modded the mage remove curse one but dont know how to config to only attemp on certain ones

    [BETA] PQRotation - an automated ability priority queue.
  2. #4277
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by woppo View Post
    na thats wont work either m8 says target does not exist i have been looking at yours the thing is that every one ive seens says what not to cleanse i need it to be only what to cleanse been trying for hours now modded the mage remove curse one but dont know how to config to only attemp on certain ones
    in the drop down list in the ability editor set the target to custom.

    the event based code works on a whitelist of spellid's, it will only remove spells you add.

  3. #4278
    woppo's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea set to custom it does actually work but it wont do it on the person that need dispel it will keep doing it on me till it times out

  4. #4279
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by woppo View Post
    yea set to custom it does actually work but it wont do it on the person that need dispel it will keep doing it on me till it times out
    targetdebuff = PQR_CustomTarget

    i think that is wrong, it should be something like

    PQR_CustomTarget = member

  5. #4280
    woppo's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BRILLIENT it worked thank you very much

    PQR_CustomTarget = "player"
    local group = "party"
    local members = GetNumPartyMembers()
    local debuff = { 5782, 118, 61305, 28272, 61721, 61780, 28271, 51514, 853, 6358, 2637, 605, 1513, 44572, 20066, 13809, 82941, 116 }
    local targetdebuff = nil
    local havedebuff = 0



    if GetNumRaidMembers() > 0 then
    group = "raid"
    members = GetNumRaidMembers()
    end

    for i = 1, members, 1 do
    local member = group..tostring(i)
    if UnitInRange(member) and UnitIsFriend("player", member) and UnitIsDeadOrGhost(member) == nil then
    for i,v in ipairs(debuff) do
    if UnitDebuffID(member,v) then
    havedebuff = 1
    PQR_CustomTarget = member
    if havedebuff == 1 then
    havedebuff = 0
    return true

    end
    end
    end
    end
    end



    for anybody else who needed this working correct sry i dont know how to make it look the original way

  6. #4281
    BulletsFly's Avatar Sergeant
    Reputation
    46
    Join Date
    Aug 2011
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello I have a small challenge for the LUA scripters we have here, I couldn't do it myself and was wondering if you guys could. I am trying to add in an ability that, if player is a worgen, it transforms automatically from Worgen to Human form when not in combat. I tried this myself to no prevail but I'm not that great with LUA.

  7. #4282
    woppo's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^^ nope spoke to early it says "[DEBUG] casting spell dispel magic (527) on CUSTOM TARGET raid8 but on wow it says invalid target any thoughts ?


    @bulletsfly try prolly best of editing the feral arena one for prowl
    Last edited by woppo; 01-17-2012 at 10:55 AM.

  8. #4283
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey how would i make it where when i pop zealotry, it does not use exorcism or hammer of wrath?

    edit:
    unless it is using exorcism or hammer of wrath as a filler if judgement is down.

    zealotry 85696
    judgement 20271
    exorcism 879
    hammer of wrath 24275

    edit2:

    local GoAK, _, _, _, _, _, time = UnitBuffID("player", 86150)

    time - GetTime() = time left on buff
    thank you for this code

    Would i use it like this?

    For avenging wrath
    local GoAK, _, _, _, _, _, time = UnitBuffID("player", 86150)

    time - GetTime() = 25
    return true
    end
    if IsSpellInRange("Crusader Strike", "target") ~= 1 then
    return false
    end
    if PQ_HolyPower== 3 or PQ_Buffs[PQ_DivinePurpose].hasBuff then
    return true
    end
    Last edited by averykey; 01-17-2012 at 12:06 PM.

  9. #4284
    woppo's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lookin for decent secific dispel code
    Last edited by woppo; 01-17-2012 at 03:18 PM.

  10. #4285
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by woppo View Post
    Ahoi am offering 13k on bloodhoof EU for anybody that can make a decent dispel magic code that will only attempt's to remove certain debuff's from team mate's there is many that dispell all or excude some but none that only do certain ones really desperate for this been trying mod other ppls past few days now would prolly have better luck if i had a proper way to test other than going in bg's and arena an hoping for the right circumstances
    Is it possible to choose? If you dispell its random or at least in order, cant dispell just a specific debuff.

  11. #4286
    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 averykey View Post
    Hey how would i make it where when i pop zealotry, it does not use exorcism or hammer of wrath?

    edit:
    unless it is using exorcism or hammer of wrath as a filler if judgement is down.

    zealotry 85696
    judgement 20271
    exorcism 879
    hammer of wrath 24275

    edit2:



    thank you for this code

    Would i use it like this?

    For avenging wrath
    Code:
    local GoAK, _, _, _, _, _, time = UnitBuffID("player", 86150)
    
    if IsSpellInRange("Crusader Strike", "target") ~= 1 then
    return false
    else
    if ( PQ_HolyPower== 3 or PQ_Buffs[PQ_DivinePurpose].hasBuff ) and time - GetTime() >= 25 then
    return true
    end
    end
    There.

  12. #4287
    Nell's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a spot for a resto shaman profile? The links from the main page go to an ele profile only. Thanks guys! Solid work.

  13. #4288
    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)
    Originally Posted by onya View Post
    onya resto shaman2 17012012.zip

    i've done a rewrite of my resto shaman profile. performance should be much better.

    includes event based decursing, still need to convert purge to being event based.
    there you go

  14. #4289
    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)
    assassination profile for a rogue do not have a rogue so cannot test

    memerogue.rar
    Last edited by me28791; 01-17-2012 at 04:46 PM.

  15. #4290
    iliekcoffee's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where can I find that masterfrost DK profile or an updated Unholy profile? The current ones I have are extremely under performing frost

    Edit:
    Found the masterfrost profile
    http://www.fileserve.com/file/vQXHGzS/Leetjerk

    just pointing out how amazing it is that this project has grown so big!
    Last edited by iliekcoffee; 01-17-2012 at 04:57 PM. Reason: more questions!

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 04:42 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