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

Shout-Out

User Tag List

Page 378 of 731 FirstFirst ... 278328374375376377378379380381382428478 ... LastLast
Results 5,656 to 5,670 of 10955
  1. #5656
    Starphall's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anybody can tell me (or link) whats the best DK DPS profile....unholy or frost/masterfrost....i would love to try the tuned master frost of imdasandman....but i cant download it...
    thx !!

    [BETA] PQRotation - an automated ability priority queue.
  2. #5657
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Starphall View Post
    anybody can tell me (or link) whats the best DK DPS profile....unholy or frost/masterfrost....i would love to try the tuned master frost of imdasandman....but i cant download it...
    thx !!
    Did you try the mediafire links I provided?

    Sent from my SAMSUNG-SGH-I997 using Tapatalk
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  3. #5658
    darv33's Avatar Private
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I seen some Boomkin profiles from the past, and i seen someone working on a new one, i've had this old one for awhile added a few things i needed for pvp, if anyone could take the time, too make a Dispel code for boomkin, also a Code that will switch him too moonkin form Automatically, and maybe a Healing rotation so people can quick switch too heals-then back too boomkin, there is no healing on this Profile.. also i cant figure out how too get the Magic mushrooms / and Force of Nature too cast w/o mouseclicking, that would be helpfull, ATM it just casts the spell like a normal keybind, and i have too click so its useless except i dont have too pause rotaion too spam shrooms.. also i want moonfire/sunfire spams when im on the move, right now it just keeps the Dot Going and wont Spam unless i spam manually. Now Thats my wish list here is the Code,

    Code:
    <?xml version="1.0" encoding="utf-8" ?><DRUID><Ability><Name>Skull Bash(Bear Form)</Name><Default>false</Default><SpellID>80964</SpellID><Actions>/startattack</Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>False</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Skull Bash(Cat Form)</Name><Default>false</Default><SpellID>80965</SpellID><Actions>/startattack</Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Starsurge</Name><Default>false</Default><SpellID>78674</SpellID><Actions>/startattack</Actions><Lua>return true</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Insect swarm</Name><Default>false</Default><SpellID>5570</SpellID><Actions>/startattack</Actions><Lua>local ssDebuff = UnitAura(&amp;quot;target&amp;quot;, &amp;quot;Insect Swarm&amp;quot;, nil, &amp;quot;PLAYER|HARMFUL&amp;quot;)
    
    if ssDebuff == nil then
    	return true
    end</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Wrath (lunar)</Name><Default>false</Default><SpellID>5176</SpellID><Actions>/startattack</Actions><Lua>local sAW = UnitPower(&amp;quot;player&amp;quot;, 8)
    local dir = GetEclipseDirection()
    
            if sAW &amp;gt;=-100 and dir == &amp;quot;moon&amp;quot; then
                return true
            end</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Sunfire</Name><Default>false</Default><SpellID>8921</SpellID><Actions>/startattack</Actions><Lua>local pp = UnitAura(&amp;quot;target&amp;quot;, &amp;quot;Sunfire&amp;quot;, nil, &amp;quot;PLAYER|HARMFUL&amp;quot;)
    local solar = UnitBuffID(&amp;quot;player&amp;quot;, 48517)
    
    if pp == nil and solar ~= nil then
    return true
    end</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Starfire (solar)</Name><Default>false</Default><SpellID>2912</SpellID><Actions>/startattack</Actions><Lua>local sAW = UnitPower(&amp;quot;player&amp;quot;, 8)
    local dir = GetEclipseDirection()
    
            if sAW &amp;lt;=100 and dir == &amp;quot;sun&amp;quot; then
                return true
            end</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Starfire (none)</Name><Default>false</Default><SpellID>2912</SpellID><Actions>/startattack</Actions><Lua>local dir = GetEclipseDirection()
    
            if dir == &amp;quot;none&amp;quot; then
                return true
            end</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Moonfire</Name><Default>false</Default><SpellID>8921</SpellID><Actions>/startattack</Actions><Lua>local ss = UnitAura(&amp;quot;target&amp;quot;, &amp;quot;Moonfire&amp;quot;, nil, &amp;quot;PLAYER|HARMFUL&amp;quot;)
    local solar = UnitBuffID(&amp;quot;player&amp;quot;, 48517)
    
    if ss == nil and solar == nil then
    return true
    end</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Cyclone</Name><Default>false</Default><SpellID>33786</SpellID><Actions></Actions><Lua>if UnitExists(&amp;quot;mouseover&amp;quot;) and UnitIsUnit(&amp;quot;mouseover&amp;quot;,&amp;quot;target&amp;quot;) == nil and IsLeftControlKeyDown() then
      CastSpellByID(33786,&amp;quot;mouseover&amp;quot;)
    end</Lua><RecastDelay>50</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Thorns</Name><Default>false</Default><SpellID>467</SpellID><Actions></Actions><Lua>local friend = UnitIsFriend(&amp;quot;player&amp;quot;,&amp;quot;target&amp;quot;)
    local mytarget = 100 * UnitHealth(&amp;quot;target&amp;quot;) / UnitHealthMax(&amp;quot;target&amp;quot;)
    
    
    if friend ~= nil and mytarget &amp;lt; 95 then
     return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Dispell</Name><Default>false</Default><SpellID>2782</SpellID><Actions></Actions><Lua>local greencauldron = UnitDebuffID(PQR_CustomTarget, 96328)
    local bluecauldron = UnitDebuffID(PQR_CustomTarget, 96325)
    local redcauldron = UnitDebuffID(PQR_CustomTarget, 96326)
    local blackout10 = UnitDebuffID(PQR_CustomTarget, 92876)
    local blackout25 = UnitDebuffID(PQR_CustomTarget, 92878)
    local unstableaf = UnitDebuffID(PQR_CustomTarget, 30108)
    local VT = UnitDebuffID(PQR_CustomTarget, 34941)
    
    if greencauldron or bluecauldron or redcauldron or blackout10 or blackout25 or unstableaf or VT then
      return false
    else
    for i=1,40 do
      local _,_,_,count,ismagic,duration = UnitDebuff(mytarget,i)
      if ismagic == &amp;quot;Magic&amp;quot; or ismagic == &amp;quot;Disease&amp;quot; or ismagic == &amp;quot;Poison&amp;quot; then
        if  duration &amp;gt; 6 and count ~= 1 then 
    	return true
        end
      end
    end
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Entangling Roots</Name><Default>false</Default><SpellID>339</SpellID><Actions></Actions><Lua>if UnitExists(&amp;quot;mouseover&amp;quot;) and UnitIsUnit(&amp;quot;mouseover&amp;quot;,&amp;quot;target&amp;quot;) == nil and  IsShiftKeyDown()  then
      CastSpellByID(339,&amp;quot;mouseover&amp;quot;)
    end</Lua><RecastDelay>50</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Wild Shrooms</Name><Default>false</Default><SpellID>88747</SpellID><Actions></Actions><Lua>if IsLeftAltKeyDown() and GetCurrentKeyBoardFocus() == nil then
      return true
    end</Lua><RecastDelay>50</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Mark of the Wild</Name><Default>false</Default><SpellID>1126</SpellID><Actions></Actions><Lua>local MoW = UnitBuff(&amp;quot;player&amp;quot;, &amp;quot;Mark of the Wild&amp;quot;)
    local prowl = UnitBuff(&amp;quot;player&amp;quot;, &amp;quot;Prowl&amp;quot;)
    
    if UnitAffectingCombat(&amp;quot;player&amp;quot;) or prowl ~= nil then return false
    else
    if MoW == nil then return true end end</Lua><RecastDelay>200</RecastDelay><Target>Player</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Prowl</Name><Default>false</Default><SpellID>5215</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>500</RecastDelay><Target>Player</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Barkskin</Name><Default>false</Default><SpellID>22812</SpellID><Actions></Actions><Lua>local myHP = 100 * UnitHealth(&amp;quot;player&amp;quot;) / UnitHealthMax(&amp;quot;player&amp;quot;)
    
    if myHP &amp;lt;= 85 then return true end</Lua><RecastDelay>300</RecastDelay><Target>Player</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Rejuv</Name><Default>false</Default><SpellID>774</SpellID><Actions></Actions><Lua>local friend = UnitIsFriend(&amp;quot;player&amp;quot;,&amp;quot;target&amp;quot;)
    local mytarget = 100 * UnitHealth(&amp;quot;target&amp;quot;) / UnitHealthMax(&amp;quot;target&amp;quot;)
    local rejuvenation = UnitBuffID(&amp;quot;target&amp;quot;, 774)
    
    
    if friend ~= nil and mytarget &amp;lt; 92 and rejuvenation == nil and IsMounted() == nil then
      return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Roots Rotation</Name><Default>false</Default><SpellID>339</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>50</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Wrath</Name><Default>false</Default><SpellID>5176</SpellID><Actions>/startattack</Actions><Lua>return true</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Thorn2</Name><Default>false</Default><SpellID>467</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Assist Focus</Name><Default>false</Default><SpellID>0</SpellID><Actions></Actions><Lua>if UnitExists(&amp;quot;focustarget&amp;quot;) then AssistUnit(&amp;quot;focus&amp;quot;) end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Moonfire spam</Name><Default>false</Default><SpellID>8921</SpellID><Actions>/startattack</Actions><Lua>local solar = UnitBuffID(&amp;quot;player&amp;quot;, 48517)
    
    if solar == nil then
    return true
    end</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Starfire Spam</Name><Default>false</Default><SpellID>2912</SpellID><Actions>/startattack</Actions><Lua>local dir = GetEclipseDirection()
    
            if dir == &amp;quot;none&amp;quot; then
                return true
            end</Lua><RecastDelay>768</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>moonkin</Name><Default>false</Default><SpellID>0</SpellID><Actions></Actions><Lua>local SF = UnitBuffID(&amp;quot;player&amp;quot;, 15473)
    
    if SF == nil then
    	return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Force of Nature</Name><Default>false</Default><SpellID>33831</SpellID><Actions></Actions><Lua>if  IsRightControlKeyDown() and GetCurrentKeyBoardFocus() == nil then
      return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Boomkin</Name><Default>false</Default><SpellID>24858</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>50</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability></DRUID>
    Rotation

    Code:
    <?xml version="1.0" encoding="utf-8" ?><DRUID><Rotation><RotationName>Cat</RotationName><RotationDefault>false</RotationDefault><RotationList>Prowl|Skull Bash(Cat Form)</RotationList><RequireCombat>true</RequireCombat><RotationNotes></RotationNotes></Rotation><Rotation><RotationName>moonkin</RotationName><RotationDefault>false</RotationDefault><RotationList>Thorns|Mark of the Wild|Wild Shrooms|Entangling Roots|Cyclone|Force of Nature|Moonfire|Sunfire|Insect swarm|Starsurge|Starfire (none)|Starfire (solar)|Wrath (lunar)|Moonfire spam|Starfire Spam|Barkskin</RotationList><RequireCombat>true</RequireCombat><RotationNotes></RotationNotes></Rotation><Rotation><RotationName>Resto DPS</RotationName><RotationDefault>false</RotationDefault><RotationList>Barkskin|Wild Shrooms|Cyclone|Entangling Roots|Thorns|Insect swarm|Moonfire|Roots Rotation|Starfire (none)|Wrath|Mark of the Wild</RotationList><RequireCombat>false</RequireCombat><RotationNotes></RotationNotes></Rotation><Rotation><RotationName>Moonkin assist</RotationName><RotationDefault>false</RotationDefault><RotationList>Thorns|Mark of the Wild|Wild Shrooms|Entangling Roots|Cyclone|Starsurge|Starfire (none)|Starfire (solar)|Wrath (lunar)|Moonfire|Sunfire|Insect swarm|Barkskin</RotationList><RequireCombat>true</RequireCombat><RotationNotes></RotationNotes></Rotation></DRUID>
    If someone can Do the work, this will be a Badass Boomkin pvp profile!!...

    Thx in advance

  4. #5659
    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 darv33 View Post
    I seen some Boomkin profiles from the past, and i seen someone working on a new one, i've had this old one for awhile added a few things i needed for pvp, if anyone could take the time, too make a Dispel code for boomkin, also a Code that will switch him too moonkin form Automatically, and maybe a Healing rotation so people can quick switch too heals-then back too boomkin, there is no healing on this Profile.. also i cant figure out how too get the Magic mushrooms / and Force of Nature too cast w/o mouseclicking, that would be helpfull, ATM it just casts the spell like a normal keybind, and i have too click so its useless except i dont have too pause rotaion too spam shrooms.. also i want moonfire/sunfire spams when im on the move, right now it just keeps the Dot Going and wont Spam unless i spam manually. Now Thats my wish list here is the Code
    Moonfire was built into my new profile. Magic Mushrooms and FoN are easy. Auto boomkin is easy. Dispell code is easy. I'll think about it. Don't have time right now, but it wouldn't be hard XD
    ^0^Team Nova's PQR NCC ^0^

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

  5. #5660
    darv33's Avatar Private
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To Go a little Deeper, the boomkin pvp profile should have auto Skullbash/catform on Focus or Mouseover - target. A one button spammable Root/Solabeam - Focus or Mouseover Target. just too add a couple more things for you too think about as you tweak your profile Buba. Wish i had the Skill with the Code too do the dirty work. The Interupt / Focus would just take the profile over the top.

  6. #5661
    PIPOL13's Avatar Banned
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone give a profile on PvE SV Hunter

  7. #5662
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by romb0t View Post
    @Valma
    Impressive coding...

    2 minor issues:
    1- The autostop fix (with the OR) does not work on Dummies (as you said, on Dummies, the UnitAffectingCombat(target) returns nil and so unitincombat is always FALSE leading to always return true for the autostop).
    In your logic, should we have both to true in order to attack the mob ?

    2- When we de-select the target (using ESC), to avoid receiving an LUA error, we should test that the unit exists in the event: events:PLAYER_TARGET_CHANGED.
    Here is the error:
    Code:
    Message: [string " function pqrFunc0() ..."]:875: attempt to index a nil value
    Time: 02/11/12 00:38:44
    Count: 8
    Stack: [string " function pqrFunc0() ..."]:875: in function `?'
    [string " function pqrFunc0() ..."]:941: in function <[string " function pqrFunc0() ..."]:941>
    [C]: in function `ClearTarget'
    Interface\FrameXML\UIParent.lua:2965: in function `ToggleGameMenu'
    [string "TOGGLEGAMEMENU"]:1: in function <[string "TOGGLEGAMEMENU"]:1>
    
    Locals: self = <unnamed> {
     0 = <userdata>
    }
    (*temporary) = <function> defined =[C]:-1
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = 8
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to index a nil value"
    2 Enhancements:
    1- Have the MouseOver functionality to be enabled/disabled through a keystroke (like RightCtrl to enable/disable).
    2- Have a keystroke to focus on MouseOver or Target (like onLeftAltKey, if mouseover(unit) then /focus unit elseif target then /focus target)

    Great work !
    (I am not allowed to provide +rep)
    Ye,found this all already by myself and some other things like casting Immo earlier if its duration was bumped by FelFlame,casting BoD on trash targets etc.

    Done MINOR(Not accurate logic fixes to this),will do more indept fixes next week when I will be at work.

    Sorry for posting not fully tested profile coz I don't have lots of time to test it in case of working hard >.<

    New profile that is working FOR SURE(Raided full DS with it,no errors at all and perfect logic) http://code.google.com/p/valma-pqr-p...02-11-2012.rar

    TBD:
    1.Need to parse unit IDs for BURN list(currently it works only for Twilight Sapper)
    2.The thing you are all awaiting for - auto rotationmode switch for every boss in DS.
    3.Debug trunk frame

    EDIT:
    About the question for Demo profile,I will not do any other profiles before I will get this fully working.After this any other warlock profile will be like 1-3 days of coding.In my priority list: Destro-Affli-Demo so don't expect it really fast.

    BTW made 50k on normal madness yesterday without DTR and no demo/elemental in raid.(And I got really low ilvl)
    Last edited by Valma; 02-11-2012 at 03:18 AM.
    MEDVED+VODKA+BALALAYKA

  8. #5663
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    there we go, that SHOULD work. Fixing this on my tablet atm
    Thanks again my Lord. You are the boss

    I will test it

    PS. When you make a new warrior profile, let me know so I can help you out
    Last edited by jackus; 02-11-2012 at 04:51 AM.

  9. #5664
    Nordlicht's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It doesn't find 64 bit WoW process. Xelper, please make it work with WoW-64.exe process Thank you!

  10. #5665
    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)
    Originally Posted by Valma View Post
    Ye,found this all already by myself and some other things like casting Immo earlier if its duration was bumped by FelFlame,casting BoD on trash targets etc.

    Done MINOR(Not accurate logic fixes to this),will do more indept fixes next week when I will be at work.

    Sorry for posting not fully tested profile coz I don't have lots of time to test it in case of working hard >.<

    New profile that is working FOR SURE(Raided full DS with it,no errors at all and perfect logic) http://code.google.com/p/valma-pqr-p...02-11-2012.rar

    TBD:
    1.Need to parse unit IDs for BURN list(currently it works only for Twilight Sapper)
    2.The thing you are all awaiting for - auto rotationmode switch for every boss in DS.
    3.Debug trunk frame

    EDIT:
    About the question for Demo profile,I will not do any other profiles before I will get this fully working.After this any other warlock profile will be like 1-3 days of coding.In my priority list: Destro-Affli-Demo so don't expect it really fast.

    BTW made 50k on normal madness yesterday without DTR and no demo/elemental in raid.(And I got really low ilvl)
    After profiles are compelte, intending on adding any pvp abilities in? Not sure how you felt about that, would be pretty cool. Working great for me so far btw good work.

  11. #5666
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meatglue View Post
    After profiles are compelte, intending on adding any pvp abilities in? Not sure how you felt about that, would be pretty cool. Working great for me so far btw good work.
    Not really,coz as was stated before - PVP is the only case in what blizz will go for hunting and banning PQR users.And I don't want for this to came.
    MEDVED+VODKA+BALALAYKA

  12. #5667
    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 Valma View Post
    As you requested,guys.
    Download link for my profile (if you don't use SVN,remember that download packs are not as up-to-date as SVN is)
    ValmaDestro_02-10-2012.rar - valma-pqr-profiles - STANDART rotation FULLY working - Advanced PQR profiles - Google Project Hosting

    If I will not got rep for this code of awesomeness - I'll bite you all

    P.S. Auto switch priorities,rotations and skills(as far as skill targets) to boss fight is not in yet(same as burn npc IDs not full),but it will come really soon after some testing,got all tables and functions needed for this already in code.

    As for now - I'm working on debug damp frame for faster and easier debugging.
    omg, variables variables everywhere, you and bubba having a competition about who is coding longest profile?

  13. #5668
    ipass's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    45
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was wondering if this is possible? it would be very usefull on pve/pvp
    Any way to check tagets if more than 1 in range to cast Chain Lightning?
    what would be added to it for Target and Range Check?

    Chain Lightning
    SpellId: 421

    Code:
    RunMacroText("/console Sound_EnableSFX 0")
    CastSpellByID(421)
    RunMacroText("/console Sound_EnableSFX 1")
    return true

  14. #5669
    DKVance73's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nordlicht View Post
    It doesn't find 64 bit WoW process. Xelper, please make it work with WoW-64.exe process Thank you!

    Really? Must be short bus time.

  15. #5670
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Boss what is your latest and best Arms release as i have so many im confused lol

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 09:34 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