LineOfSight(unit) doesn't work? there is something like that?
LineOfSight(unit) doesn't work? there is something like that?
Last edited by WWF; 06-19-2013 at 03:11 AM.
hmmm i found something very odd!
when you are actively fishing PQR just does nothing at all?? anyone know whats up with that?
edit:
there is:PQR_IsOutOfSight(unit[, seconds]) -- Returns true if the specified unit has been out of sight in the last X seconds (default 3.) Returns false otherwise. -- Note that the unit is converted to UnitName, and the check is based on unit name, so if 2 mobs both share the same name this will return the same value for either of them regardless of if one is out of sight and the other is not.
Last edited by paintpauller; 06-19-2013 at 04:42 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
PQR_IsOutOfSight returns false even if target not on LINE of sight, for example: someone from my raid near in the next room or on another floor, PQR_IsOutOfSight returns false but i still can't use any spells for him, it causes endless attempts to cast a spell, breaking the rotation.
Last edited by WWF; 06-19-2013 at 07:12 AM.
WWF большое тебе спасибо, очень помог, не знаю как тебя теперь благодарить
ps: свяжись сомной пожалуйста icq: 363627804 e-mail: [email protected]
Would it be possible to add a function to your profile that combat resses a dead player in your raid when you hold down a modifier?
Would be perfect if it prioritised healers over dps as well.
Sorry for the abrupt request, but I don't think I can code it myself.
Do or Die
[PQR] Monk Mistweaver
I don't know what I am doing wrong, but when I try using either Nova retri profile or Codemylife profiles, it says it has activated (with no errors) but nothing literally happens =/
figured i'll let some peps play with something:
its not perfect yet but i'll let peps try it.
its an alpha stage release but the basic rotation is there.
modkeys /left ctrl Dsoul
left shift mouseover Rain of fire
known issues:
immoate casts 2 times (workin on it)
https://www.dropbox.com/s/634va42zdhrzy50/WARLOCK.zip
more to come, think of it as a special test version.
Please if someone helped you donate rep to them.
Hi guys
I have a curious question about how PQR processes each ability.
I understand that PQR executes it's lua once per frame, but how much lua is executed per frame? Does PQR execute the entire ability stack per frame, or just one ability per frame?
It's not for anything important, just curiosity. In my profiles I tend to have "Pause for status" at the start to pause the rotation if i'm mounted or have eating buffs on and such. I'd like to separate this into multiple abilities (one for ismounted, one for iseating, etc) instead of just one big function, But my concern is that If I have, say 5 functions to check for status, then that would take 5 frames to execute if they were done one by one.
lua is read line by line, each ability you create loads as a new buffer or chunk, the return true value tells it to start from the top of the stack and work its way back down so your long function of pauses with returning true will just read the same chunk over and over till it returns false and then moves on to the next one.
Please if someone helped you donate rep to them.
Does PlaySoundFile work in abilities? I dont get an error when I use it, but I also never hear the sound it's supposed to play. I'm trying to make it so mouseover casts make a confirmation sound when they go off, so I don't have to keep mousing over the target to update the debuff widget on the V-Bar.