Showing results 1 to 25 of 281
Search took 0.00 seconds.
Search: Posts Made By: Caellian
Forum: Lua/XML Help 09-21-15, 12:48 AM
Replies: 17
Views: 8,007
Posted By Caellian
Don't ask me why, but it never worked with...

Don't ask me why, but it never worked with LOOT_CLOSED, that's why i use LOOT_OPENED




Works perfectly. I usually stay far away from those patterns, in all those years, i never managed to...
Forum: Lua/XML Help 09-20-15, 12:33 AM
Replies: 17
Views: 8,007
Posted By Caellian
But i'm not interested in any specific loot, i...

But i'm not interested in any specific loot, i just want to know if i looted it, not what was inside :)

So basically, you're saying something like this would suffice ? (untested, drycoded)

local...
Forum: Lua/XML Help 09-19-15, 04:40 PM
Replies: 17
Views: 8,007
Posted By Caellian
I gave up on the disbanding, instead i'm just...

I gave up on the disbanding, instead i'm just leaving the group, but i still can't find a way to guarantee that i looted the mob before leaving.

local champions = {"Deathtalon", "Doomroller",...
Forum: Lua/XML Help 09-19-15, 12:37 PM
Replies: 17
Views: 8,007
Posted By Caellian
I'm not looking for a quest completion, i'm...

I'm not looking for a quest completion, i'm trying to know if i looted something after killing it.

Let's just say something that would work with any mob, not just rares.

Edit: Besides, if i'm not...
Forum: Lua/XML Help 09-19-15, 12:29 PM
Replies: 17
Views: 8,007
Posted By Caellian
You didn't see my last post i guess :)

You didn't see my last post i guess :)
Forum: Lua/XML Help 09-19-15, 12:14 PM
Replies: 17
Views: 8,007
Posted By Caellian
Yeah no, that's not what i meant, you're...

Yeah no, that's not what i meant, you're referring to IsQuestFlaggedCompleted, but that's not what i'm trying to know here.

I'm not trying to know if i have already looted "that" rare sometimes...
Forum: Lua/XML Help 09-19-15, 11:12 AM
Replies: 17
Views: 8,007
Posted By Caellian
One more question, is it possible to check from...

One more question, is it possible to check from within an addon if i have already looted the rare ? I was thinking to use that as a trigger to disband/leave group.
Forum: Lua/XML Help 09-19-15, 09:05 AM
Replies: 17
Views: 8,007
Posted By Caellian
That i could gather from the error yeah, but it...

That i could gather from the error yeah, but it still works so i'm confused.

Also, while i'm at it, how could i improve the whole PLAYER_REGEN_ENABLED part, i'm playing mainly a hunter and if i...
Forum: Lua/XML Help 09-19-15, 06:06 AM
Replies: 17
Views: 8,007
Posted By Caellian
Addon help

So here's a tiny module i recently added in my UI. Basically what it does amongst other things is, whenever i target one of those new rares in Tanaan jungle, it lists a custom group and when the rare...
Forum: oUF (Otravi Unit Frames) 07-28-15, 10:06 AM
Replies: 5
Views: 3,947
Posted By Caellian
Oh that's the easy part, simply zone in/out of a...

Oh that's the easy part, simply zone in/out of a dungeon for example.
Forum: oUF (Otravi Unit Frames) 07-25-15, 07:29 AM
Replies: 5
Views: 3,947
Posted By Caellian
runebar error

So i finally decided to try a DK, better late than never lol.

Using my good old layout i get this error (latest oUF version from wowi)


ID: 1
Error occured in:...
Forum: Lua/XML Help 03-30-15, 01:15 AM
Replies: 21
Views: 10,213
Posted By Caellian
Well that was it, thanks :)

Well that was it, thanks :)
Forum: Lua/XML Help 03-29-15, 11:49 PM
Replies: 21
Views: 10,213
Posted By Caellian
Gravedigger

Yey for grave digging an old issue because it came back...

local GetSpellName = function(id)
local spellName = GetSpellInfo(id)

return spellName or "NOT_FOUND"
end

local flasks = {
-- Cataclysm
Forum: Lua/XML Help 03-13-14, 02:47 AM
Replies: 19
Views: 6,554
Posted By Caellian
http://pastebin.com/TkyJP6Vb

http://pastebin.com/TkyJP6Vb
Forum: Lua/XML Help 03-10-14, 05:17 PM
Replies: 19
Views: 6,554
Posted By Caellian
Ouch, i edited my post above with my most recent...

Ouch, i edited my post above with my most recent changes at the same time you were posting i guess.
Forum: Lua/XML Help 03-10-14, 03:54 AM
Replies: 19
Views: 6,554
Posted By Caellian
This should do...

This should do it

http://pastebin.com/XSEw2iXN

I had to leave the healthbar stuff in the OnUpdate, if i move it in the OnShow for example the healthbar are fine at first but as soon as they leave...
Forum: Lua/XML Help 03-09-14, 10:33 AM
Replies: 19
Views: 6,554
Posted By Caellian
Right, this is what i have now, let me know if i...

Right, this is what i have now, let me know if i didn't miss anything :)

http://pastebin.com/vx7HakVc

So far it seems to work great for just about everything exept one minor detail:

For some...
Forum: Lua/XML Help 03-08-14, 11:16 AM
Replies: 19
Views: 6,554
Posted By Caellian
In that case i'm not sure i understand the...

In that case i'm not sure i understand the comment you've made in the code :)
Forum: Lua/XML Help 03-08-14, 10:09 AM
Replies: 19
Views: 6,554
Posted By Caellian
If i'm not mistaken, once nameplates aren't...

If i'm not mistaken, once nameplates aren't visible on screen they don't exist anymore, meaning that the same applies to the table, or do you mean i have to clear the table manually ?
Forum: Lua/XML Help 03-08-14, 06:57 AM
Replies: 19
Views: 6,554
Posted By Caellian
That's not the issue at all, actually the threat...

That's not the issue at all, actually the threat module works just fine, it's the nameplates. in other words, ALL the nameplates visible on screen show the colors of the nameplate of my target,...
Forum: Lua/XML Help 03-08-14, 03:27 AM
Replies: 19
Views: 6,554
Posted By Caellian
Help with a table issue

Ok so, here's my good old nameplates addon

http://pastebin.com/ATJTK2VN

Now here's my threat oUF module

http://pastebin.com/ghNQfx5k

I don't want to use the default nameplates threat coloring...
Forum: Lua/XML Help 02-19-14, 06:16 PM
Replies: 24
Views: 6,941
Posted By Caellian
Phanx, i believe i have it working for everyone...

Phanx, i believe i have it working for everyone with your version, let me know what you think:

local _, caelUI = ...

caelUI.powersound = caelUI.createModule("PowerSound")

local floor, numPrevious...
Forum: Lua/XML Help 02-19-14, 03:50 PM
Replies: 24
Views: 6,941
Posted By Caellian
Well, something is wrong, at least on the...

Well, something is wrong, at least on the paladin, the beeps come randomly, sometimes they do, sometimes they don't and i can't find any pattern. Also, it beeps when i use the holy power points which...
Forum: Lua/XML Help 02-19-14, 01:53 PM
Replies: 24
Views: 6,941
Posted By Caellian
Ah, i didn't know that, anyway, i'll see by...

Ah, i didn't know that, anyway, i'll see by myself tomorrow and get back to you :)
Forum: Lua/XML Help 02-19-14, 01:13 PM
Replies: 24
Views: 6,941
Posted By Caellian
Oh no don't worry i understand, unfortunately i...

Oh no don't worry i understand, unfortunately i can't be more specific right now, i don't have a warlock and i have to log a friend's account but i can't now because he's playing it.

I'll get back...
Showing results 1 to 25 of 281