Is there the possibility of there being an x64 PQR release?
Is there the possibility of there being an x64 PQR release?
Here's every offset available Download Offsets.7z from Sendspace.com - send big files the easy way
Yeah, i suppose you guiys are right, maybe at extreme ilvl it will shine? im just in the 460 range, ill re-download it and go again! lol let me run some longer dummy fights.
Has anyone else have problems with the rotations not actually starting, even though it says it has? Everything seems loads correctly, and PQR prints to chat that X profile is started, but it does not start attacking. This has only happened to me tonight, but it happened all night. Even after a computer, WoW, and PQR restart.
Sent from my Galaxy S3 using Tapatalk 2
I asked this question in the question forums, but it seems this thread may be the faster way for an answer. Is there a way to use a global variable between abilities? I've tried _G, set/getglobal, even tried a set/get function in a lua file on the first ability and can't seem to carry a global from ability to ability. Any help would be appreciated.
very simple, this is a local variable:
local variable = 10
this is a global variable:
variable = 10
all global variables will remain valid till the toon loges out or does a /reload.
btw the same goes for functions, a function with local infront of it is local and without its a global function.
hope this helps =D
Alpha Profiles: - All profiles with PQInterface support!
Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI
I'll go back and look and make sure I'm not screwing it up. I do know the difference between the two [local/global] in declaration. But just doing simple stuff like declaring the global: testvar =1 in the first ability, and then PQR_WriteToChat(testvar) in the 2nd ability generates no output of 1.
Last edited by paintpauller; 06-05-2013 at 11:43 AM.
Alpha Profiles: - All profiles with PQInterface support!
Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI
Is there a way to "cancelaura" other than using RunMacroText?
I'm trying to do the feral druid shift out when someone is casting Hibernate or Scare Beast on him.
this should do it:
CancelUnitBuff("player", GetSpellInfo( Spell ID ))
=D
some helpfull resources:
World of Warcraft API - WoWWiki - Your guide to the World of Warcraft
docs/api categories - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
wow wiki: more detail, incomplete list
wow programing: complete list, simplified detail
Alpha Profiles: - All profiles with PQInterface support!
Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI
Is there a way for a profile to detect when a player is falling? Was going to write a function that would automatically deploy the goblin glider flight form when knocked off a cliff or dismounted.