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

Shout-Out

User Tag List

Page 153 of 731 FirstFirst ... 53103149150151152153154155156157203253653 ... LastLast
Results 2,281 to 2,295 of 10955
  1. #2281
    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 momo1029 View Post
    is there anything wrong with this auto target ? im using a healing profile
    it will not auto target people to heal, instead i have to click their frame in order to heal
    you need to make sure the taregt dropdown in your healing spells is set to custom. if you're still having problems upload your profile to mediafire or something and i'll have look at it.

    [BETA] PQRotation - an automated ability priority queue.
  2. #2282
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    you need to make sure the taregt dropdown in your healing spells is set to custom. if you're still having problems upload your profile to mediafire or something and i'll have look at it.
    tried to use your resto shaman profile for resto druid
    i failed big time
    Profiles.rar

  3. #2283
    djmazi's Avatar Member
    Reputation
    12
    Join Date
    Nov 2006
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what are then chances of using this getting banned?

  4. #2284
    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)
    exactly 1.3728567% of getting cought

  5. #2285
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As was stated COUNTLESS times in this threat, the chances are not that high, but the chances are still there.

    This is against the Blizzard TOS, and you can get banned for doing anything against the TOS.

    Until now, we have had no reports of anyone being banned, but that doesn't mean NO one will ever get banned from this. Use at your discretion.

  6. #2286
    Piep's Avatar Member
    Reputation
    2
    Join Date
    Oct 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    exactly 1.3728567% of getting cought
    according to my precise calculations it's 1.73192845224%, can't figure out where you went wrong there :s

  7. #2287
    matandkelly's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First I would like to say love the program :-) i use this for heroic leap on my warrior lft shift to heroic leap where ur mouse pointer is :-)

    <Ability><Name>Heroic Leap</Name><Default>false</Default><SpellID>6544</SpellID><Actions></Actions><Lua>if IsLeftShiftKeyDown() and GetCurrentKeyBoardFocus() == nil then
    return true
    end</Lua><RecastDelay>0</RecastDelay><Target>Click</Target><CancelChannel>False</CancelChannel></Ability>


    I wanna find out how to include current stance as its not really a buff so wondering how to include it in a statement as want to set up a hot key for switching the battle stance throwing a hamstring and if hot key isnt down and in battlestance switch to defensive stance basically a peice of code for making heroic shan easier instead of clicking while pqr is casting as sometimes it doesn'y get the cast off doing it while its trying to do its own thing.... I've also rebuilt a frost mage pve profile which works really well

    I'll post my profiles up in the next few days the prot profile i have included alot of movement hotkeys in aswell for intervene if mouse over is frendly target if unfreindly charges if charge is off cd otherwise it intercepts

    if anyone can help me with the stance code it would be apreciated basically just need main thing is the second line as know how to cast battle stance and defensive stance just not how the code should be as theres no real buff
    if hotkey is pressed cast battlestance
    if stance is battlestance then hamsting
    if hotkey is not pressed and target has =>10sec on buff id cast defensive stance

  8. #2288
    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 momo1029 View Post
    tried to use your resto shaman profile for resto druid
    i failed big time
    Profiles.rar
    i think you're mixing two ways of choosing a heals target here. one is to set PQR_CustomTarget in the autotarget then just return true in the ability. the other is to set targettoheal to the heal target and CastSpellByID in the ability. you should be doing one way or the other not both. sheuron's profiles have nice neat code i'd probably copy those rather than mine :P

    also here is the latest verion of my resto shaman profile. fixed the chain heal code so it works on any map, saves the scalefactor in a cvar. added some notes.

    onya resto and ele 20111910

    ---------- Post added at 03:24 AM ---------- Previous post was at 03:18 AM ----------

    Originally Posted by matandkelly View Post
    I wanna find out how to include current stance as its not really a buff ...
    API CastShapeshiftForm - WoWWiki - Your guide to the World of Warcraft
    API GetShapeshiftForm - WoWWiki - Your guide to the World of Warcraft

  9. #2289
    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 onya View Post
    i think you're mixing two ways of choosing a heals target here. one is to set PQR_CustomTarget in the autotarget then just return true in the ability. the other is to set targettoheal to the heal target and CastSpellByID in the ability. you should be doing one way or the other not both. sheuron's profiles have nice neat code i'd probably copy those rather than mine :P

    also here is the latest verion of my resto shaman profile. fixed the chain heal code so it works on any map, saves the scalefactor in a cvar. added some notes.

    onya resto and ele 20111910

    ---------- Post added at 03:24 AM ---------- Previous post was at 03:18 AM ----------


    API CastShapeshiftForm - WoWWiki - Your guide to the World of Warcraft
    API GetShapeshiftForm - WoWWiki - Your guide to the World of Warcraft
    the abilities themselves are castable, but you cant read them like buffs, so you would technically only need GetShapeshiftForm() you might also want to look into ClearShapeshiftForm()

    haven't been able to try out ur shaman profile yet, but looked over the hard work you put into it and it looks impressive haha good work
    ^0^Team Nova's PQR NCC ^0^

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

  10. #2290
    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)
    I just did checks to see what form i am in during the ability, it works for stances etc too

    if GetShapeshiftForm()==3 then
    end

  11. #2291
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Took buba's pally code convert to druid. 2 words : over power

    Thanks onya, buba B-)

    Sent from my HTC Glacier using Tapatalk

  12. #2292
    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 momo1029 View Post
    Took buba's pally code convert to druid. 2 words : over power

    Thanks onya, buba B-)

    Sent from my HTC Glacier using Tapatalk
    np, im glad when people can use something of mine to create their own stuff

    *edit*

    Onya one thing about ur ele rotation that I've noticed so far, is that you don't have the Require Combat checkbox not checked, even tho you have code that you would want running outside of combat
    Last edited by bu_ba_911; 10-18-2011 at 05:49 PM.
    ^0^Team Nova's PQR NCC ^0^

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

  13. #2293
    matimati's Avatar Member
    Reputation
    2
    Join Date
    Feb 2011
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why do no Arms warrior profiles show up in the drop down box

  14. #2294
    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 matimati View Post
    Why do no Arms warrior profiles show up in the drop down box
    because none are added in by default i believe
    ^0^Team Nova's PQR NCC ^0^

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

  15. #2295
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bu_ba has an excellent arms-profile somewhere, I think :-)

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 11:51 PM. 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