learn it :)
The problem is just that in the quest tooltip (daily or not) when I mouse over a quest title, an other tooltip should appear, but it doesn't because tomQuest doesn't find an anchor, and so it display a lua error.
The strange things is that with titan, tomQuest is able to find it. I have no idea why it works with one and not with the other, I just wonder maybe something isn't set the same way in the two LDB display, but what...
Chocolate is my fav LDB display addon
It's simple, nice, and light.
Thanks for this addon :)
Separate the options in order to make them LoD is a great idea.
At last, you should take a look at tomQuest2 ticket24, it seems that chocolate doesn't set an anchor, so tomquest is having lua error if use with chocolate but no error with titan for example.
Here is a raid shot... v14.1 (coming tomorrow hopefully) will update sThreatMeter to only show 6 bar (to keep if off the bottom of the screen without repositioning it) and an update to oUF_Lanacan.
Tankpoints (r100-nolib) and StatLogicLib (r203-nolib) too
I am working with disembed, and it seems that when I unistall an addon, every libs need for this addon are uninstall too, but without take care if it's need for an another addon...
If I uninstall without CC, the next time I will launch it, it will uninstall the libs too...
function CooldownFrame_SetTimer(self, start, duration, enable)
if ( start > 0 and duration > 0 and enable > 0) then
self:SetCooldown(start, duration);
self:Show();
else
self:Hide();
end
end
the start is always < 0, so where am I wrong? ???
Thanks in advance
ps: Thanks to move the thread into "Lua Code Discussion", and remove the "e" of "frome" in the title... sorry :p
Hello, I am trying to make some changes for my UnitFrame, and I have a few questions about vehicules.
When I am in a vehicule, I'd like to know the current and max hp of it.
I guess it something like that :
if (UniteInVehicle("player")) then[INDENT]local vehicleUnit = [COLOR=Red]???[/COLOR] -- here is my problem
local cur = UnitHealth(vehicleUnit);
local max = UnitHealthMax(vehicleUnit);
...
[/INDENT]end
I am sure it's nothing, but I can't find it here or on wowwiki.
0
The problem is just that in the quest tooltip (daily or not) when I mouse over a quest title, an other tooltip should appear, but it doesn't because tomQuest doesn't find an anchor, and so it display a lua error.
The strange things is that with titan, tomQuest is able to find it. I have no idea why it works with one and not with the other, I just wonder maybe something isn't set the same way in the two LDB display, but what...
0
It's simple, nice, and light.
Thanks for this addon :)
Separate the options in order to make them LoD is a great idea.
At last, you should take a look at tomQuest2 ticket24, it seems that chocolate doesn't set an anchor, so tomquest is having lua error if use with chocolate but no error with titan for example.
0
0
I like it, really. I read your ui page on wowi, but I cannon't find what did you use to display your raid health/name/target.
0
Using options /ci help you can remove class of party and target.
0
0
I am working with disembed, and it seems that when I unistall an addon, every libs need for this addon are uninstall too, but without take care if it's need for an another addon...
If I uninstall without CC, the next time I will launch it, it will uninstall the libs too...
Am I the only one?
0
0
I am looking at the blizzard cooldown frame, and I have few questions :
Using wowcompares I find into the BuffFrame.lua those lines :
If I look at the doc about UnitBuff I find (on wowwiki) :
So, if I have a 30s buff that expire in 5s my parameters for CooldownFrame_SetTimer are
But if I look at Cooldown.lua
the start is always < 0, so where am I wrong? ???
Thanks in advance
ps: Thanks to move the thread into "Lua Code Discussion", and remove the "e" of "frome" in the title... sorry :p
0
0
Same for player, or use "vehicle" ?
0
0
When I am in a vehicule, I'd like to know the current and max hp of it.
I guess it something like that :
I am sure it's nothing, but I can't find it here or on wowwiki.
Thanks in advance.
0
try with 2 tga
1024*512 + 1024*256
form Guide: WoW Compatible Images
http://forums.wowace.com/showpost.php?p=259409&postcount=1
0
Altought it causing taint, I am still using it because ... it's still working, and I have no display problem with it.
I prefer more more more (...) Visor than moveAnything, for me it's more powerfull et use less memory.
Ok it's not friendly user the first time you use it, but no so hard too.
If we could find what is causing the taint, that will be perfect :)