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

User Tag List

Page 617 of 731 FirstFirst ... 117517567613614615616617618619620621667717 ... LastLast
Results 9,241 to 9,255 of 10955
  1. #9241
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    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
    Lol which profile is broken in beta other than pally?

    Sent from my Xoom using Tapatalk
    None of the Warrior rotations work at all, Arms is the one I'm using I've tried removing some things that aren't in MoP but still not working at all.

    [BETA] PQRotation - an automated ability priority queue.
  2. #9242
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Going to need a beta account if we want new offsets for beta.
    PM me anytime you need access to get updated offsets.

  3. #9243
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not sure if you guys know, but, Spell ID's rarely change on the beta unless:
    - It's a completely revamped ability, and even then it's rare. (Look at Vampiric Touch and Shadow Word: Death / Pain for Priests for example.)
    - It's a new ability

    Anyhow, the little time I got to test the beta on Thursday before my internet went down, I noticed that some spells, like Mind Flay and Mind Blast refuse to cast under any circumstances. While every other ability in my beta profile works, I had to go through great lengths just to get them to fire:
    Code:
    CastSpellByName(tostring(GetSpellInfo(8092)),"target")
    Toss in anything besides a target check and you'd end up with a broken ability.
    Dunno if you guys have noticed anything like this?
    Last edited by Kinky; 04-07-2012 at 07:33 AM.

  4. #9244
    schadis's Avatar Member
    Reputation
    11
    Join Date
    Sep 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its only me or is interrupt not working atm (at pally, dudu, mage)

  5. #9245
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New beta offsets are up.

  6. #9246
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    iv rewritten my holypala pvp profile, and added a pvp data file, but i dont know if and how i have to call it.
    havent found it in bubbas profiles neither in sheurons...
    Hope you get the Data File added and sorted. Love your PVP profile.

    I have +repped you for your awesomeness.

  7. #9247
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone working or have a profile that will loot noblegarden eggs?
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  8. #9248
    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 Weischbier View Post
    /facepalm

    Of COURSE!

    And yes I am that Weischbier from HB

    But now I got on live a problem with HB and FF-procc.

    greetz

    Weischbier
    Look at my profiles. Leetjerk and diesel have this working and i use there code in my rotations. Should be enough there to start off.

    Btw weisch if you want your abilities/rotations posted here best thing todo is create an sun or i guess keep using the same website you are using to host your hb cc's

    Sent from my SAMSUNG-SGH-I717 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

  9. #9249
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @cokx: It's actually very simple. Take a look at how me and Bubba call the data file:
    Code:
    -- Rotation not started yet, initialize!
    if PQR_RotationStarted then
    	-- Let's only load this once...
    	PQR_RotationStarted = false
    	
    	-- Loading of Data Files
    	if PQR_LoadLua ~= nil then
    		-- Load the actual data file. This will return the PQR_WriteToChat() error message if it FAILS to load, otherwise returns true and loads the file. PQR_StopRotation() should be self-explanatory.
    		if PQR_LoadLua("PQR_Nova_Beta_Data.lua") == false then
    			PQR_WriteToChat("|cffFFCCFFYou're missing PQR_Nova_Beta_Data.lua - Make sure it's in your Data folder! The Rotation has been halted.|cffffffff", "Error")
    			PQR_StopRotation()
    			-- Return true at the end to avoid looping.
    			return true
    		end
    	end
    end

  10. #9250
    Weischbier's Avatar Member
    Reputation
    12
    Join Date
    Apr 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    Look at my profiles. Leetjerk and diesel have this working and i use there code in my rotations. Should be enough there to start off.

    Btw weisch if you want your abilities/rotations posted here best thing todo is create an sun or i guess keep using the same website you are using to host your hb cc's

    Sent from my SAMSUNG-SGH-I717 using Tapatalk
    Yeah I had looked at them but we use identical methods so it cant be that.
    Anyway this here is just some trial and error thing for me. HB is still first thing to develope.
    BTW I'll send you soon a link to my private SVN where you can find a really awesome DK Singular but thats not the right thread to talk about it.

    greetz


    Weischbier

  11. #9251
    Captw's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehVoyager View Post
    there might be. L2search
    That just an ass answer. Since you evidently have not searched either to know there is no Enh shaman profile for pqr2. Sending him on a search more is kinda like snipe hunting

  12. #9252
    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)
    Alright I released a Beta Windwalker profile XD

    Mistweaver was starting to annoy me so took a break to do this and i think it turned out pretty well

    haven't coded in an AoE switch yet, but there will be one
    ^0^Team Nova's PQR NCC ^0^

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

  13. #9253
    schadis's Avatar Member
    Reputation
    11
    Join Date
    Sep 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Bubba

    have probs atm with the nova holy paly prof. i downloaded it 5 mins aggo and it is crashing pqr
    (downloaded from the link in your sig)

    mfg schadis

  14. #9254
    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 mentally View Post
    I'm not sure if you guys know, but, Spell ID's rarely change on the beta unless:
    - It's a completely revamped ability, and even then it's rare. (Look at Vampiric Touch and Shadow Word: Death / Pain for Priests for example.)
    - It's a new ability

    Anyhow, the little time I got to test the beta on Thursday before my internet went down, I noticed that some spells, like Mind Flay and Mind Blast refuse to cast under any circumstances. While every other ability in my beta profile works, I had to go through great lengths just to get them to fire:
    Code:
    CastSpellByName(tostring(GetSpellInfo(8092)),"target")
    Toss in anything besides a target check and you'd end up with a broken ability.
    Dunno if you guys have noticed anything like this?
    Yep, I've ran into the exact same thing on a few of the new Druid abilities for beta. Just to get it to cast one of the talents for example, I couldn't even get CastSpellByName() working. I had to flat-out revert to RunMacroText("/cast Incarnation") lol

    And with that in mind, the way their buff/debuff system works in MoP, you can't check by the BuffID that shows up on your bar for Incarnation. Here's the funny part. With that buff, theirs an invisible buff, with the same name, but instead of it being the same spellID as the spell itself like normal, this one is 117679. And you also have to use this spellID when checking to see if the buff is still up or nil.

    Kinda stupid. I expect these things to change before MoP goes live or were going to have a problem on our hands lol.

    Originally Posted by Captw View Post
    That just an ass answer. Since you evidently have not searched either to know there is no Enh shaman profile for pqr2. Sending him on a search more is kinda like snipe hunting
    Uhhhhhh, no? I use [Blinded]'s enhance profile as well as NotValid's enhance profile. Both work great with minor changes on my end because of the way I play.

    Just because the profile was made for a earlier version of PQR, doesn't mean it will not work for a newer version. The only way it wouldn't work is if a earlier version of PQR had a call in it for a Data file, and neither [Blinded] nor NotValid have released a enhance profile with a data file.

    So in conclusion, your post is mute.

    P.S. I'll let you search for them and find them since you say their isn't any. dot.dot.dot :confused:
    Last edited by firepong; 04-07-2012 at 10:16 AM.

  15. #9255
    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 schadis View Post
    Hi Bubba

    have probs atm with the nova holy paly prof. i downloaded it 5 mins aggo and it is crashing pqr
    (downloaded from the link in your sig)

    mfg schadis
    Try redownloading PQR.... and My profiles..... i have not had anyone else report this or even heard of this issue in a LONG time
    ^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 03:09 PM. 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