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

User Tag List

Page 47 of 731 FirstFirst ... 43444546474849505197147547 ... LastLast
Results 691 to 705 of 10955
  1. #691
    Takamuri's Avatar Private
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you, this works great for my hunter!

    [BETA] PQRotation - an automated ability priority queue.
  2. #692
    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)
    Rewrote Arcane Mage rotation, now should manage mana better, also:
    - Add Spellsteal (steal zulaman haste buff and maloriak regen buff, need more spell ids)

    Hunter MM now works correctly with tranquilizing shot and raptor strike

    xeron220811PQRProfiles.zip

    I think is possible with the use of this function "IsSpellInRange()" to melee abilitis stop the cast spam and make some abilities like Heroic Leap work. Will check later.

  3. #693
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still looking for someone to modify the enhance shaman code I posted from this very thread. Would like it to cast Greater Healing Wave on myself if I have 5 stacks of maelstrom weapon, and I am under 75%~ hp. Someone posted one that was supposed to work, but it does not.

    Again, would greatly appreciate if someone could do this for me.

  4. #694
    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)
    Updated Holy Priest Heal rotation
    - Now Autotarget member with lowest hp works on raid/bg too, gives preference to tanks and players with aggro
    - Added Fade

    xeron220811bPQRProfiles.zip

  5. #695
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could you please add the instant heal from the holy tree? i tried it but it doesnt work

    local friend = UnitIsFriend("player","target")
    local mytarget = 100 * UnitHealth("target") / UnitHealthMax("target")
    local fhb = UnitBuffID("player", 8868

    if friend ~= nil and mytarget <= 99 and fhb ~= nil then
    return true
    end

  6. #696
    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 cokx View Post
    could you please add the instant heal from the holy tree? i tried it but it doesnt work

    local friend = UnitIsFriend("player","target")
    local mytarget = 100 * UnitHealth("target") / UnitHealthMax("target")
    local fhb = UnitBuffID("player", 8868

    if friend ~= nil and mytarget <= 99 and fhb ~= nil then
    return true
    end
    dont see anything wrong on that code, are you sure 88688 is the correct spellid?

  7. #697
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yep its the right spellid. and it does work now, seems that i missed the restart from pqr

  8. #698
    JIMMYF's Avatar Site Donator
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, is there for the DK unholy for pvp who finished a script?

  9. #699
    EnTaroAdun's Avatar Private
    Reputation
    3
    Join Date
    Jul 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Debordes View Post
    Thank you for this, but it does not cast Greater Healing Wave, I'll drop down past 80% and it will just continue with the rest of the rotation. (I have taken out Lightning Bolt out of the rotation with the bot)
    Yeah, sorry, my bad. Got it fixed.
    You might change spell order, but just make sure your Lightning Bolt goes after GHW.
    Attachment 4597
    Attachment 4596

    Code:
    <?xml version="1.0" encoding="utf-8" ?><SHAMAN><Rotation><RotationName>enhancement</RotationName><RotationDefault>false</RotationDefault><RotationList>windfury|flametoungue|lightning shield|GHW (Maelstrom)|Lightning Bolt (Maelstrom)|Searing Totem|Stormstrike|Unleash Elements|Earth Shock|Lava Lash|Flame Shock|Blood Fury</RotationList></Rotation><Rotation><RotationName>enhanc aoe</RotationName><RotationDefault>false</RotationDefault><RotationList>aoeFlame Shock|windfury|flametoungue|lightning shield|GHW (Maelstrom)|Blood Fury|Searing Totem|Fire Nova|chain lightning (Maelstrom)|Stormstrike|Lava Lash|Unleash Elements|Earth Shock</RotationList></Rotation></SHAMAN>
    Code:
    <?xml version="1.0" encoding="utf-8" ?><SHAMAN><Ability><Name>Lava Lash</Name><Default>false</Default><SpellID>60103</SpellID><Actions>/startattack|/use 10</Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>Stormstrike</Name><Default>false</Default><SpellID>17364</SpellID><Actions>/startattack</Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>Earth Shock</Name><Default>false</Default><SpellID>8042</SpellID><Actions>/startattack</Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>Searing Totem</Name><Default>false</Default><SpellID>66842</SpellID><Actions>/startattack</Actions><Lua>local hasSearing = GetTotemTimeLeft(1)
    if hasSearing == 0 then
    return true
    else
    if hasSearing &lt; 3 then
    return true
    end
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>Unleash Elements</Name><Default>false</Default><SpellID>73680</SpellID><Actions>/startattack</Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>Flame Shock</Name><Default>false</Default><SpellID>8050</SpellID><Actions>/startattack</Actions><Lua>sFS = UnitBuffID(&quot;player&quot;, 73683)
    
    if sFS ~= nil then
    return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>Lightning Bolt (Maelstrom)</Name><Default>false</Default><SpellID>403</SpellID><Actions>/startattack</Actions><Lua>local _,_,_,hasMaelstrom = UnitBuffID(&quot;player&quot;, 53817)
    if hasMaelstrom == 5 then
    return true
    else
    return false
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability>
    
    
      <Ability>
        <Name>GHW (Maelstrom)</Name>
        <Default>false</Default>
        <SpellID>77472</SpellID>
        <Actions>/startattack</Actions>
        <Lua>local _,_,_,hasMaelstrom =
        UnitBuffID(&amp;quot;player&amp;quot;, 53817) local unithealth
        = 100 * UnitHealth(&amp;quot;player&amp;quot;) /
        UnitHealthMax(&amp;quot;player&amp;quot;) if hasMaelstrom == 5
        and unithealth &amp;lt; 80 then return true else return false
        end</Lua>
        <RecastDelay>0</RecastDelay>
        <Target>Target</Target>
      </Ability>
    
    <Ability><Name>chain lightning (Maelstrom)</Name><Default>false</Default><SpellID>421</SpellID><Actions>/startattack</Actions><Lua>local _,_,_,hasMaelstrom = UnitBuffID(&quot;player&quot;, 53817)
    if hasMaelstrom == 5 then
    return true
    else
    return false
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>Fire Nova</Name><Default>false</Default><SpellID>1535</SpellID><Actions>/startattack</Actions><Lua>sFn = UnitDebuffID(&quot;target&quot;, 8050)
    
    if sFn ~= nil then
    return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>MagmaTorem</Name><Default>false</Default><SpellID>8190</SpellID><Actions>/startattack</Actions><Lua>local hasMagma = GetTotemTimeLeft(1)
    if hasMagma == 0 then
    return true
    else
    if hasMagma &lt; 3 then
    return true
    end
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>aoeFlame Shock</Name><Default>false</Default><SpellID>8050</SpellID><Actions>/startattack</Actions><Lua>local FlameShockDebuff, _, _, _, _, _, FlameShockExpireTime = UnitDebuffID(&quot;target&quot;, 8050)
    
    if FlameShockDebuff ~= nil then
    FlameShockTime = FlameShockExpireTime - GetTime()
    if FlameShockTime &lt; .2 then
    return true
    end
    else
    return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>Blood Fury</Name><Default>false</Default><SpellID>33697</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>flametoungue</Name><Default>false</Default><SpellID>8024</SpellID><Actions></Actions><Lua>local _,_,_,hasFlametongue = GetWeaponEnchantInfo()
    
    if hasFlametongue ~= nil then
    return false
    else
    return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>windfury</Name><Default>false</Default><SpellID>8232</SpellID><Actions></Actions><Lua>local hasWindfury = GetWeaponEnchantInfo()
    
    if hasWindfury ~= nil then
    return false
    else
    return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability><Ability><Name>lightning shield</Name><Default>false</Default><SpellID>324</SpellID><Actions></Actions><Lua>local _,_,_,ls = UnitBuffID(&quot;player&quot;, 324)
    
    if ls == nil then
    return true
    else
    return false
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target></Ability></SHAMAN>
    Last edited by EnTaroAdun; 08-23-2011 at 07:49 AM.

  10. #700
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EnTaroAdun View Post
    Yeah, sorry, my bad. Got it fixed.
    You might change spell order, but just make sure your Lightning Bolt goes after GHW.
    Attachment 4597
    Attachment 4596
    Thank you, would you mind editing your post and copy/paste the codes into it? Approval takes days it seems.

  11. #701
    machajr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    38
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hellow guys i need some help about that. when i m runing i want to cast flame shock but when i stay i want to cast lava burst . i really need it fast =/

  12. #702
    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)
    Finaly was able to test Holy Priest healing rotation on a raid. Healed on Nefarian, works like a charm.

    - Done some tweaks to avoid overhealing and conserve mana
    - Removed Holy AOE rotation, dont need it anymore
    - The script detect now how many members on party/raid are low hp and use appropiate spells

    xeron230811PQRProfiles.zip

  13. #703
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Finaly was able to test Holy Priest healing rotation on a raid. Healed on Nefarian, works like a charm.

    - Done some tweaks to avoid overhealing and conserve mana
    - Removed Holy AOE rotation, dont need it anymore
    - The script detect now how many members on party/raid are low hp and use appropiate spells

    xeron230811PQRProfiles.zip
    Have you tested this in Heroic five mans? I'm not questioning your coding, it's just, it seems pretty amazing that the bot can do this.

  14. #704
    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 Debordes View Post
    Have you tested this in Heroic five mans? I'm not questioning your coding, it's just, it seems pretty amazing that the bot can do this.
    I tested the profile on my priest doing heroics and raids, i guess the tweaks done to conserve mana may vary depending your priest ilvl gear and talent build. Try yourself and comment the results. My talent build is standard holy spec: Talent Calculator - World of Warcraft

  15. #705
    Vandra's Avatar Contributor
    Reputation
    288
    Join Date
    Mar 2008
    Posts
    471
    Thanks G/R
    26/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi everyone!
    The Shaodwpriest rotation seem to be a little buggy since 4.2.
    Not casting Shadowfiend on cooldown, sw:d only once under 25%.

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 07:46 AM. 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