Yeah.. :P Hello. I should be back in a few days. My move to the states have been frustrating and ..... yeah, mind numbing!
I have updated all the profiles I was working on, but not committed yet as I don't have time, but expect to see them soon-ish!
Maybe I am missing it, but is there a function in the API that returns whether a mob is hostile to you or not? I am trying to ensure I do not attack neutral mobs when using mouseovers.
Hey, anyone else been getting a bunch of bugs recently? This started a few days ago for me, PQR would lock up when trying to open it(never happened before) and then randomly it would stop working completely, while zoning into a raid, or right before a boss fight started. Then on top of that, sometimes when pqr would stop working my ui would lock up and I couldnt interact with any thing on my interface, even right clicking a mob wouldn't auto attack. For most of the cases it required I log all the way out to fix the problem. Opening and closing PQR didnt do anything.
This happened on my hunter,rogue and warrior. So I'm pretty sure it's not profile specific. Any idea whats going on? I appreciate any help I can get.
Which profiles are you using? With MoP Blizzard introduced a lot of morphed spell and in some cases we need to use CastSpellByID instead of just entering id in he Ability field.
Furthermore i think that DS have some ranged issues so if you are using distance it can be bugged.
Looking for exploiters and botters to Elder Scrolls Online.
Message: [string "if PQR_Addon_Loaded == nil then..."]:760: attempt to call field '?' (a nil value)
Time: 09/22/12 10:44:15
Count: 224
Stack: [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals: rotationNumber = 0
nextAbility = -1
playerChanneling = false
(for index) = 4
(for limit) = 1023
(for step) = 1
i = 4
spellID = 0
skipUnknown = true
(*temporary) = nil
(*temporary) = "attempt to call field '?' (a nil value)"
I'm getting this lua error and it keeps spamming indefinattely, how can I know from this where to look for a mistake?
Supporter of Frozen.
disregard that, I have been a donkey..... solved![]()
Supporter of Frozen.
Hi I'm trying to write my own external LUA file and I make a file and put a few functions in it but it fails to load even though the name is exactly the same that I used for the name of the data file. It keeps failing to loaD. Even after reloading the UI and reloading pqr. Why would this happen? Is there something special you need to put in the data files to allow them to load to pqr?
I run /dump PQR_LoadLua(**my file name**)
And I get fail returns all the time..
Last edited by Bgreen12; 09-22-2012 at 04:26 AM.
Hey guys,
i´m trying to create some abilities for 3.3.5 - but I don´t understand a lot....
My Buffs work correctly; example:
What won´t work:Code:if not UnitBuffID("player",19850) and select(2,GetSpellCooldown(19850)) == 0 then return true end
My Pala should heal himself with flash of light, when he gots under 80% Life.
I tried this: <a href="http://www.imagebanana.com/view/jzmbec8a/1.PNG"><img src="http://img6.imagebanana.com/img/jzmbec8a/thumb/1.PNG" border="0" alt="www.ImageBanana.com - 1.PNG" /></a>
when I start pqr whit only flash of light activated, the game begins to lag and nothing happened....
The same thing with the spell Consecration.
When I´m trying this it won´t work anymore.
Code:if IsSpellInRange("Consecration", "target") ~= 1 then return false end return true end
Please help me. Thanks![]()