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

Shout-Out

User Tag List

Page 160 of 731 FirstFirst ... 60110156157158159160161162163164210260660 ... LastLast
Results 2,386 to 2,400 of 10955
  1. #2386
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    210
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by unknownplace View Post
    Make sure you enable "show messages in chat" and "Debug Mode" within PQR itself for all features to work

    I made sure to do this, and also tried restarting wow and pq. The addon loads just fine, but doesn't update when I enabled the rotation or interrupt mode. I tried it on several different characters.
    the only thing i can suggest is another addon maybe hooking the same function, im not 100% sure how function stacks, hooks, etc... work in lua and the wowapi,
    can you try disabling all other addons except PQInterface and tell me if it runs then ?
    what localization is your client using enUS?

    [BETA] PQRotation - an automated ability priority queue.
  2. #2387
    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)
    Message: Interface\AddOns\PQInterface\Core.lua:18: attempt to call method 'SetupOptions' (a nil value)

    i think you aren't embedding/loading all the libraries you need. With just your addon loaded, it doesn't actually load it gives the above error. If i load your addon AND Outfitter, you addon loads but gives this error

    Message: Interface\AddOns\PQInterface\Core.lua:134: attempt to index upvalue 'LDBIcon' (a nil value)

    i think implementing the display somewhat like this would be pretty neat
    Last edited by onya; 10-24-2011 at 04:03 AM.

  3. #2388
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    210
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    Message: Interface\AddOns\PQInterface\Core.lua:18: attempt to call method 'SetupOptions' (a nil value)

    i think you aren't embedding/loading all the libraries you need. With just your addon loaded, it doesn't actually load it gives the above error. If i load your addon AND Outfitter, you addon loads but gives this error

    Message: Interface\AddOns\PQInterface\Core.lua:134: attempt to index upvalue 'LDBIcon' (a nil value)


    i think implementing the display somewhat like this would be pretty neat

    no sorry my mistake i left bugsack open to record errors, turns out it was loading another ace3 addon i was embedding, sigh ill get there in the eventually
    Last edited by diesall; 10-24-2011 at 04:41 AM.

  4. #2389
    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)
    Message: ...terface\Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua:3: LibDataBroker-1.1 requires CallbackHandler-1.0
    Time: 10/24/11 20:50:32
    Count: 1
    Stack: [C]: in function `assert'
    ...terface\Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua:3: in main chunk

    Locals: (*temporary) = nil
    (*temporary) = "LibDataBroker-1.1 requires CallbackHandler-1.0"


    with 0.1c - with this version enabling Outfitter gets rid of all errors

  5. #2390
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    210
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    Message: ...terface\Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua:3: LibDataBroker-1.1 requires CallbackHandler-1.0
    Time: 10/24/11 20:50:32
    Count: 1
    Stack: [C]: in function `assert'
    ...terface\Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua:3: in main chunk

    Locals: (*temporary) = nil
    (*temporary) = "LibDataBroker-1.1 requires CallbackHandler-1.0"


    with 0.1c
    yeah sorry just realised i had the libraries loading in the wrong order, try downloading it again now
    i was loading databroker before the callback handler

  6. #2391
    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)
    Message: ...ts\AceGUI-3.0-SharedMediaWidgets\SharedFunctions.lua:5: Cannot find a library instance of "LibSharedMedia-3.0".
    Time: 10/24/11 20:58:25
    Count: 1
    Stack: [C]: in function `error'
    ...nterface\AddOns\PQInterface\Libs\LibStub\LibStub.lua:23: in function `LibStub'
    ...ts\AceGUI-3.0-SharedMediaWidgets\SharedFunctions.lua:5: in main chunk

    Locals: (*temporary) = "Cannot find a library instance of "LibSharedMedia-3.0"."

  7. #2392
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    210
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    Message: ...ts\AceGUI-3.0-SharedMediaWidgets\SharedFunctions.lua:5: Cannot find a library instance of "LibSharedMedia-3.0".
    Time: 10/24/11 20:58:25
    Count: 1
    Stack: [C]: in function `error'
    ...nterface\AddOns\PQInterface\Libs\LibStub\LibStub.lua:23: in function `LibStub'
    ...ts\AceGUI-3.0-SharedMediaWidgets\SharedFunctions.lua:5: in main chunk

    Locals: (*temporary) = "Cannot find a library instance of "LibSharedMedia-3.0"."
    So temperamental with the order of loading in scripts , give me a minute ill upload another
    ok give that a shot
    Last edited by diesall; 10-24-2011 at 05:10 AM.

  8. #2393
    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)
    we have lift off! also, it loaded without error :P

  9. #2394
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    210
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    we have lift off! also, it loaded without error :P
    O.o that was learning experience, just realised i can inbed buggrabber into my addons, will be doing that in the future....
    on another note yeah the timeline sounds like a good idea, i already have the bot caching the last event determined by type so its easy enough to give it a getTIme() and "borrow" the animation code from addons of the like and add it as a component you can enable and disable

    the addon had been quite invaluable to me as i can track down rogue abilities much easier now, has helped me refine a few of my rotations today

  10. #2395
    Progod's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @diesall
    Do you know if addon's report anything to warden etc as they must have a way to ban said addon's and report there usage?
    It strikes me as a little close for comfort having an add on explicitly used for breaking EULA

  11. #2396
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    210
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Progod View Post
    @diesall
    Do you know if addon's report anything to warden etc as they must have a way to ban said addon's and report there usage?
    It strikes me as a little close for comfort having an add on explicitly used for breaking EULA
    I honestly wouldn't think so , but im not exactly an expert, but ive been using similar bots+addons since vanilla, ive never lost my account

  12. #2397
    Progod's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just wondered, they killed a lot of addon's back in vanilla for auto healing. I guess as long as its not on the front page of mmo-champion we should be fine ;-)

  13. #2398
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    210
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Progod View Post
    Just wondered, they killed a lot of addon's back in vanilla for auto healing. I guess as long as its not on the front page of mmo-champion we should be fine ;-)
    yeah that wasnt detecting them per say , that was just blocking functions that allowed them to work, most of those are now protected functions, i remember when movement functions were not protected there waypoint addons, that would record a path you run along then just play it back like a macro

  14. #2399
    lino08's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    18
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    here is a rotation for elemental shaman, if u know how to improve it plz send me a pm


    Attachment 5097
    Code:
    <?xml version="1.0" encoding="utf-8" ?><SHAMAN><Ability><Name>Flame Shock</Name><Default>false</Default><SpellID>8050</SpellID><Actions></Actions><Lua>local FS, _, _, _, _, _, timer = UnitDebuffID(&amp;quot;target&amp;quot;, 8050, &amp;quot;PLAYER&amp;quot;)
    local target = UnitExists(&amp;quot;target&amp;quot;)
    
    if target ~= nil then
    	if FS ~= nil then
    		if timer - GetTime() &amp;lt; 3 then
    			return true
    		else
    			return false
    		end
    	else
    		return true
    	end
    else
    	return false
    end</Lua><RecastDelay>1</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Unleash Elements</Name><Default>false</Default><SpellID>73680</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>1</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Lava Burst</Name><Default>false</Default><SpellID>51505</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Lightning Bolt</Name><Default>false</Default><SpellID>403</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Earth Shock</Name><Default>false</Default><SpellID>8042</SpellID><Actions></Actions><Lua>local _,_,_,LightningShieldCount = UnitBuffID(&amp;quot;player&amp;quot;, 324)
    
    
    if LightningShieldCount ~= nil then
        if LightningShieldCount &amp;gt;= 5 then
            return true
        end
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Searing Totem</Name><Default>false</Default><SpellID>3599</SpellID><Actions></Actions><Lua>local _,_,_,ls = UnitBuffID(&amp;quot;player&amp;quot;, 77747)
    
    if ls == nil then
    return true
    else
    return false
    end</Lua><RecastDelay>1</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Flametongue Weapon</Name><Default>false</Default><SpellID>8024</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>300000</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Call of the spirits</Name><Default>false</Default><SpellID>66844</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>300000</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Lightning Shield</Name><Default>false</Default><SpellID>324</SpellID><Actions></Actions><Lua>local _,_,_,ls = UnitBuffID(&amp;quot;player&amp;quot;, 324)
    
    if ls == nil then
    return true
    else
    return false
    end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Thunderstorm</Name><Default>false</Default><SpellID>51490</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Flame Shock (focus)</Name><Default>false</Default><SpellID>8050</SpellID><Actions></Actions><Lua>local FS, _, _, _, _, _, timer = UnitDebuffID(&amp;quot;focus&amp;quot;, 8050, &amp;quot;PLAYER&amp;quot;)
    local focus = UnitExists(&amp;quot;focus&amp;quot;)
    
    if focus ~= nil then
    	if FS ~= nil then
    		if timer - GetTime() &amp;lt; 3 then
    			return true
    		else
    			return false
    		end
    	else
    		return true
    	end
    else
    	return false
    end</Lua><RecastDelay>1</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Elemental Mastery</Name><Default>false</Default><SpellID>16166</SpellID><Actions></Actions><Lua>return true</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability></SHAMAN>
    Attachment 5098
    Code:
    <?xml version="1.0" encoding="utf-8" ?><SHAMAN><Rotation><RotationName>elemental</RotationName><RotationDefault>false</RotationDefault><RotationList>Lightning Shield|Call of the spirits|Flametongue Weapon|Searing Totem|Flame Shock|Unleash Elements|Elemental Mastery|Lava Burst|Earth Shock|Flame Shock (focus)|Thunderstorm|Lightning Bolt</RotationList><RequireCombat>true</RequireCombat><RotationNotes></RotationNotes></Rotation></SHAMAN>

  15. #2400
    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 Ninjaderp View Post
    Btw bu_ba your arms PVE-profile kicks ass and should be on the frontpage, I've been using it alot now lately and Im really happy with it.
    Originally Posted by jadethread View Post
    I totally agree with what he says.^ I love your profiles Bu_ba. Keep up the kick ass work
    Thank You both Like I said before, my warrior isn't even 85 yet, that build is the bare-bones of what I wanted to accomplish haha. I was asked to write a build using Elitist Jerks Priority list and that is all I have done.

    Originally Posted by ticklets View Post
    Latest build + regular PVE.
    weird i'll have to test that specific build more...... i use No Mouseover personally..... the mouseover portion of the code pissed me off, but i believe in giving people the option so i split PvE Holy haha

    ---------------------------------------------

    @Diesall

    I loaded up your Addon just fine, looks very nice man. haven't tried loading it by itself but if it loads with my addon load normally I don't see the point in trying by itself
    Last edited by bu_ba_911; 10-24-2011 at 09:46 AM.
    ^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 06:28 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