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

User Tag List

Page 605 of 731 FirstFirst ... 105505555601602603604605606607608609655705 ... LastLast
Results 9,061 to 9,075 of 10955
  1. #9061
    farnumdizzle's Avatar Master Sergeant
    Reputation
    32
    Join Date
    Mar 2012
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Valma I can't get the tinyDPS to work. i have pqr load the lua file but it doesn't log anything. i'm using this code

    if PQR_LoadLua("PQR_tinydps.lua") == false then
    PQR_WriteToChat("You are missing PQR_tinydps.lua. Rotation has been stopped.", "Error")
    PQR_StopRotation()
    return true
    end

    [BETA] PQRotation - an automated ability priority queue.
  2. #9062
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Curious on how you are all handling Death and Decay, this is the only thing I found to work 100% percent of the time. Mouseover boss, on Ultraxion it works if you looks directly down and keep the mose over Ultraxion's head.

    Code:
    if UnitIsUnit("target", "mouseover") == 1 then
     	 CastSpellByID(43265)
     	 if SpellIsTargeting() then
     	 	CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop()
     	 end
    end

  3. #9063
    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 daveyboyuk View Post
    @bubba done a quick fix for the death and decay deselecting target just curious if it will be fixed in a update
    short answer.... yes
    Originally Posted by deadpanstiffy View Post
    Curious on how you are all handling Death and Decay, this is the only thing I found to work 100% percent of the time. Mouseover boss, on Ultraxion it works if you looks directly down and keep the mose over Ultraxion's head.

    Code:
    if UnitIsUnit("target", "mouseover") == 1 then
     	 CastSpellByID(43265)
     	 if SpellIsTargeting() then
     	 	CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop()
     	 end
    end
    using Xelper built in Target: Click which was meant for spells like DnD, Mass Dispel, Circle of Frost, etc
    Last edited by bu_ba_911; 04-04-2012 at 11:22 AM.
    ^0^Team Nova's PQR NCC ^0^

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

  4. #9064
    cukiemunster's Avatar Contributor
    Reputation
    130
    Join Date
    Dec 2009
    Posts
    1,128
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    short answer.... yes
    Long answer=
    Y
    E
    S



  5. #9065
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    short answer.... yes


    using Xelper built in Target: Click which was meant for spells like DnD, Mass Dispel, Circle of Frost, etc
    Weird because that's what I was using post 2.0, but that all changed and I had targeting issues, I suppose I could just use Target:Click now and just return true as UnitIsUnit("target", "mouseover") == 1 solved it more than anything.

  6. #9066
    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 deadpanstiffy View Post
    Weird because that's what I was using post 2.0, but that all changed and I had targeting issues, I suppose I could just use Target:Click now and just return true as UnitIsUnit("target", "mouseover") == 1 solved it more than anything.
    I had that exact code a while ago in a previous installment of Bubba_DEATKNIGHT and people seemed to hate it lol.... so i simplified it even more.... just have mouse on any target where u want DnD XD

    i have a built in Modifier for casting on the ground tho.... Left Shift
    ^0^Team Nova's PQR NCC ^0^

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

  7. #9067
    blackvoid's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a good enhancement shaman PvP profile floating around somewhere? I've been searching no luck. Or is there anyone working on one?

  8. #9068
    ossuaire's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2009
    Posts
    65
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blackvoid View Post
    Is there a good enhancement shaman PvP profile floating around somewhere? I've been searching no luck. Or is there anyone working on one?
    I can make something for you if you mp me the rotation you want

    I take this opportunity to ask a question, it is possible to make a ability to automatically loot after leaving combat ? Thx

  9. #9069
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ossuaire View Post
    I can make something for you if you mp me the rotation you want

    I take this opportunity to ask a question, it is possible to make a ability to automatically loot after leaving combat ? Thx
    Best bet, check out this list of API for loot and see if any of them can be used for your needs: docs/api categories - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons

  10. #9070
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shamrockstar View Post
    @Koalla I like your new profile (2.2 UH PVP) but I see one major flaw with the "Kill it" function. It chains trinkets. Pvp trinkets are popped as well with this!
    Aiyo. That's a really good point. This is what happens when I go human I'll get that fixed right away.

    As for PQR_Event, I actually had 12 abilities using it at one point, but I messed up one of them somewhere along the way and experienced the joy of arithmetic errors. I'll get that back in soon

  11. #9071
    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 ossuaire View Post

    I take this opportunity to ask a question, it is possible to make a ability to automatically loot after leaving combat ? Thx
    Should be possible using

    Code:
    if UnitIsDead("target") then InteractUnit("target")
    or similiar. Im not at home so cant test this
    Looking for exploiters and botters to Elder Scrolls Online.

  12. #9072
    leonel916's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blackvoid View Post
    Is there a good enhancement shaman PvP profile floating around somewhere? I've been searching no luck. Or is there anyone working on one?
    Yeah I was hoping the same cause I don't want to be ele spec

    Sent from my ADR6300 using Tapatalk

  13. #9073
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    I had that exact code a while ago in a previous installment of Bubba_DEATKNIGHT and people seemed to hate it lol.... so i simplified it even more.... just have mouse on any target where u want DnD XD

    i have a built in Modifier for casting on the ground tho.... Left Shift
    Yeah, all my AE abilities use the left shift too, it has such a hard time casting DnD on that left shift I do have a mouseover, it just goes crazy.

  14. #9074
    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)
    Originally Posted by ticklets View Post
    How do you like my Disc PVE profile btw? I haven't really got much complaints/feedback for it.

    Anything you would like changed?

    I might update it with Sheuron's new healing engine.
    where is your PVE disc profile?

  15. #9075
    merrikh's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Techz View Post
    where is your PVE disc profile?
    All I can remember was him posting a few hundred pages back. Idk if there was a update recently.

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 12:20 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