Hi it seems it wont find my wow. dont get eny options in dropdown
Hi it seems it wont find my wow. dont get eny options in dropdown
Dunno what you saw, I edited my last post a few times! I'll come up with a solution for you tonight when I get home from work.![]()
Last edited by Andy8888; 02-09-2012 at 08:40 PM.
forget got it to work
Last edited by saga3180; 02-09-2012 at 10:14 PM.
Sorry guys, given my very poor knowledge on lua.
How do I add a wait timer in terms of (milliseconds) within our LUA code? I'm refining a set of Enchanting / Milling / Prospecting codes to give it a more efficient and time saving process.
just change the delay timer? that works in ms
second option is grab current GetTime() at the cast of the profession, then run a check against that time until 2 seconds have past (2000 miliseconds) or w/e ur wait time is
Anyone with a mage able to come up with a decurse ability? Tried using the Pally cleanse one and editing it down but the CheckMagic does not work apparently.
lol give me a second.... ill actually make it work for you
that may work, not tested but the quick scan seems like syntax is working rightCode:function CheckCurse(unitid) local i = 1 local buff,_,_,count,bufftype,duration = UnitDebuff(unitid, i) while buff do if bufftype == "Curse" then return true end i = i + 1; buff,_,_,count,bufftype,duration = UnitDebuff(unitid, i) end end local group = "party" local members = GetNumPartyMembers() if GetNumRaidMembers() > 0 then group = "raid" members = GetNumRaidMembers() end for i = 1, members, 1 do local member = group..tostring(i) if UnitInRange(member) and UnitIsCharmed(member) == nil and UnitIsDeadOrGhost(member) == nil and PQR_IsOutOfSight(member) == false then if CheckCurse(member) then PQR_CustomTarget = member end end end if CheckCurse(PQR_CustomTarget) and UnitDebuffID(PQR_CustomTarget,30108) == nil and UnitDebuffID(PQR_CustomTarget,34941) == nil then return true end if CheckCurse("player") and UnitDebuffID("player", 30108) == nil and UnitDebuffID("player", 34941) == nil then PQR_CustomTarget = "player" return true end
dont forget to make target = Custom
Anyone know why these wont start ???
http://www.mediafire.com/?61nc2c9k5s3tvwq
Last edited by saga3180; 02-09-2012 at 11:19 PM.
@Bossqwerty i was amazed to see your TG profile and logged on asap but sadly i got this.
Code:Message: [string " function pqrFunc0() local rage = UnitPower..."]:150: attempt to compare nil with numberTime: 02/10/12 00:16:27 Count: 53 Stack: [string " function pqrFunc0() local rage = UnitPower..."]:150: in function `?' [string "..."]:267: in function `PQR_NextAbility' [string "..."]:161: in function `PQR_CastNext' [string "..."]:150: in function `PQR_ExecuteBot' [string "..."]:40: in function <[string "..."]:23> Locals: cs = 0 csx = 0 cscd = -5688.864 unithealth = 100 slam = nil rage = 34 applejack = nil cs = 0 csx = 0 cscd = -5688.864 BT = nil exec = nil csDebuff = nil csDebuffR = nil CSTime = nil _ = nil _ = nil _ = nil _ = nil _ = nil CSExpireTime = nil DW = nil EN = nil UF = nil BR = nil enrage = 0 global_cats2 = nil var = nil rainbowcheck = nil FL = <table> { 1 = 105925 2 = 109075 3 = 110068 4 = 110069 5 = 110070 6 = 110078 7 = 110079 8 = 110080 } HoTcast = nil _ = nil _ = nil _ = nil _ = nil endtime = nil HoT = <table> { 1 = 109415 2 = 106371 3 = 109416 4 = 109415 5 = 109417 } _ = nil _ = nil _ = nil _ = nil _ = nil _ = nil shrapnel = nil (*temporary) = nil (*temporary) = "" (*temporary) = "attempt to compare nil with number"
Hey guys, I noticed a flaw in my own design when I was more extensively testing my profile last night.
Mind Blast not being cast while under Archangel, which was the cause to a major DPS loss.
Thanks to bu_ba_911 for letting me stay on his Google Code page and such.
Updated Shadow Priest Profile
You can now also find it constantly updated on Bu_ba_911's SVN! (Thank you again)
Thanks Bu_Ba for the help. Regarding my delay timer question.
I've done a daily profile consolidation on the thread for about a month or 2. You can get all of sheuron's, bu_ba's, boss, Ash (druid), mentally's profiles in there updated to the latest one up there.
Consolidated Profiles
I'm using dropbox for sharing public profiles.
If any creator or user of PQR profile uses dropbox, may want to work something out with me like sharing folders on dropbox to create a updated profile list even while I'm not around or such. I update all my profiles on a daily basis and depends on which creator has updates.
It would be great if anyone working with me will work together a guide on using the existing PQR profiles. EG: Whose profile uses what keypress for what functions etc. Or updated logs of profiles. And also help me publish new consolidated profiles here in ownedcore forums if I should go MIA or anything.
I know a lot of people have put in efforts to consolidate profiles and publish online etc etc, like GRB who did a great job back then, and there was a site release by someone, can't find the post anymore. But I believe working in a team is more efficient and effective than working alone. You get more things done this way.
If anyone is interested, let me know.
PS: Use at your own discretion. I play Pally(Holy/Ret), Shaman(Ele/Resto), Druid (Feral), Rogue(Combat), Hunter(MM), Priest (Holy). If any of the other profiles should not work, consult here with the original creator, not me. When he posts something up and new, I'll get it downloaded, compiled and share again.Benefits to all!
Last edited by PureLife; 02-10-2012 at 04:35 AM.
Tried searching for a version of Ash's resto druid profile that has been tweaked a little to be more mana efficient, ive had a look at the code but basically i dont know anything about it to be able to pick out what to change.
I'm trying GRB's now but finding im at 99% mana for the whole fight while there are targets still to be healed, so would like to push some more healing out.
If anyone could help would be greatly appreciative.
As you requested,guys.
Download link for my profile (if you don't use SVN,remember that download packs are not as up-to-date as SVN is)
ValmaDestro_02-10-2012.rar - valma-pqr-profiles - STANDART rotation FULLY working - Advanced PQR profiles - Google Project Hosting
If I will not got rep for this code of awesomeness - I'll bite you all
P.S. Auto switch priorities,rotations and skills(as far as skill targets) to boss fight is not in yet(same as burn npc IDs not full),but it will come really soon after some testing,got all tables and functions needed for this already in code.
As for now - I'm working on debug damp frame for faster and easier debugging.
Last edited by Valma; 02-10-2012 at 05:02 AM.
MEDVED+VODKA+BALALAYKA