Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
some WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Mar 3, 2012
1 parent ecd3271 commit 512ccf5
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 125 deletions.
9 changes: 7 additions & 2 deletions README.textile
Expand Up @@ -67,8 +67,13 @@ p. "Elv":https://github.com/Elv22 , "Tukz":https://github.com/tukz , "Jasje":htt


h3. What's next ? h3. What's next ?


p. I may try to make an ingame config ui, but I don't realy know how, so don't expect that mutch. p. Find the reason why buffs doesn't appears in the order defined in config.lua, that might be usefull for class gameplay works with DoTs or Buffs to keep active.

This comment has been minimized.

Copy link
@SinaC

SinaC Mar 3, 2012

I've made a fix for this in my version.

Additional remark: you should 'blur' people's name in your screenshot. We even see a real friend ID in one of your screenshot.

This comment has been minimized.

Copy link
@ildyria

ildyria Mar 3, 2012

Owner

I'll take a look at your fix. thx again ! =D
But in the last build i uploaded with absID for CD, it already track feral charge CD.
GetSpellCooldown(spellID)
You just need the spell ID to get the cool-down of the feral charge (in cat form) and necessary the "name" (49376). I checked on my druid this morning. It seems to work.

About Real friend ID & cie : Oups, i didn't pay attention to this ! My mistake ! I'll try to upload a bunch of new screen-shots as soon as my configUI is finished. :)

Try to make an ingame config ui, but I don't realy know how, so don't expect that mutch.
Slash Command need some reworks



h3. WARNING h3. WARNING


p. It seams the memory used by the addon still increase slowly during long fight and come back to normal value at the end. There may be a small memory leak and i can't find that b**** again >_< p. WIP in iFilger_ConfigUI, if you don't want LUA ERROR, DO NOT ENABLE IT ! I can't play WoW ATM, so i'm blind coding and i can't check if my code works or not.

p. It seams the memory used by the addon still increase slowly during long fight and come back to normal value at the end. There may be a small memory leak and i can't find that b**** again >_<
8 changes: 1 addition & 7 deletions iFilger_ConfigUI/Config/config.lua
Expand Up @@ -3,10 +3,4 @@ local C, F, L = unpack(select(2, ...))
C["General"] = { C["General"] = {
["BorderColor"] = {.2, .2, .2, 1}, ["BorderColor"] = {.2, .2, .2, 1},
["BackdropColor"] = {.075, .075, .075, 0.6}, ["BackdropColor"] = {.075, .075, .075, 0.6},
} }


if iFilgerConfig then
C["Filger_Spells"] = iFilgerConfig["Filger_Spells"]
C["Filger_Panels"] = iFilgerConfig["Filger_Panels"]
end

0 comments on commit 512ccf5

Please sign in to comment.