Results: 112Comments by: jadakren
File: oUF_Smee203-28-09
Originally posted by Caellian Jus...
Posted By: jadakren
Originally posted by Caellian Just wondering, can't that information be provided from within the layout instead of modifying oUF ? no, not reliably and not without impacting on cpu cycles. I choose to modify the ouf/elements/aura.lua because UnitAura is already being sniffed for information when the icon is told to re-repres...
File: oUF_Smee203-27-09
Think i have sorted out the problem...
Posted By: jadakren
Think i have sorted out the problem with certain text elements not repsonding to adjustments. The next step is to provide a facility to edit the tags and create new ones. Haven't forgotten about resizing the bars of a unitframe based on the frames size, framework is there for it in the options tables, I just haven't setup the eve...
File: oUF_Smee203-26-09
Originally posted by Mugruith In...
Posted By: jadakren
Originally posted by Mugruith Interface\AddOns\oUF_Smee2_Config\methods.lua:273: attempt to index local 'output' (a nil value) see this error when browse in player-text-castname menù. After using this layout, i can view my buff only near the player frame using this addon. rbuff, or any other buff addon, seems to be disable. is...
File: oUF_Smee203-24-09
Originally posted by Sec So, I we...
Posted By: jadakren
Originally posted by Sec So, I went to try your layout out, but I've run into a few problems. 1) First, upon installation, I realized that I had to extract oUF_Smee2, oUF_Smee2_Config and oUF_Tags into the addons folder. These 3 could not be kept in the folder they are initially nested in when the package is extracted. So I m...
File: oUF_Smee203-24-09
Originally posted by p3lim A good...
Posted By: jadakren
Originally posted by p3lim A good thing to do is to embed oUF to get a complete package. Good idea, becuase it would then mean i could release my layout with some internal changes to the ouf/aura.ua that i need for aura countdown timers. Although wether or not haste will allow this is another matter.
File: oUF SpellRange03-22-09
do local Class = select( 2, UnitC...
Posted By: jadakren
do local Class = select( 2, UnitClass( "player" ) ); -- Optional low level baseline skills with greater than 28 yard range HelpID = ( { DEATHKNIGHT = 61999; -- Raise Ally DRUID = 5185; -- Healing Touch MAGE = 1459; -- Arcane Intellect PALADIN = 635; -- Holy Light PRIEST = 585; -- Smite SHAMAN = 331; -- Healing...
File: DockingStation (Display)03-18-09
Re: Mouseover Tooltips
Posted By: jadakren
Originally posted by DaemonSambe Also, the Configuration panel is never loaded in the Interface/Addons section when i first login. Meaing, if i try to access the config thru Interface/Addons tab, Dockingstation is not listed. It is only if i use the /command, that it then gets loaded, and is further accessible therein. Working...
File: oUF_Freebgrid03-17-09
Originally posted by CelestialDream...
Posted By: jadakren
Originally posted by CelestialDream Looks so beautiful :) but i have some questions: 1.How to add my custom spells to curners in my locale? I tryed: And same with localized spell name, but no luck. 2. It's possible make 4 letters of name instead of 3? 3. How to disable oUF_freebrgid in party and arena? 4. How to make D\C'...
File: oUF_Nivaya03-17-09
Re: Re: Raid frame moving.
Posted By: jadakren
oUF_DB Should be called oUF_NivayaDB Consider this as an alternative : function oUF_Nivaya:GetGroupFilterString() local output,first = "",true for index,enabled in pairs(nivDB.healerMode.filterGroups)do if enabled then output=output..(not first and ", " or "")..index end end return output end nivDB.heale...
File: cargBags03-16-09
I imagine if one were to detect tha...
Posted By: jadakren
I imagine if one were to detect that the player were not at a bank and the bank key was pressed to show the banks bags...it would be possible to iterate through a table of bank bag slots and populate the bank frame with a view of the bank? ie : cargBags.bankCache = {} function cargBags:IterateAndStore(guid) local bankCache =...
File: EventEquip03-15-09
Originally posted by Nightspirit...
Posted By: jadakren
Originally posted by Nightspirit offend
File: oUF_Freebgrid03-14-09
Originally posted by Freebaser I...
Posted By: jadakren
Originally posted by Freebaser I really didn't care for github, but I did move my git repos to a real server. http://freebaser.net/cgit/ :) regarding afk, the holysmurf release at wowace includes a ouf plugin that provides afk & dnd timers if there exists a self.AFK or self.DND font object. it's a standalone module that...
File: WonderBar03-13-09
Originally posted by Taudier Now...
Posted By: jadakren
Originally posted by Taudier Now works with Select, great addon :d Sweet. Next few issues are : 1. i am unable to set key bindings for pages of a bar that have modifier switches. Maybe allow the key binding for the bar to apply to all pages? 2. moving items from a bar specified to switch on press of left control isn't...
File: oUF_Nivaya03-13-09
Originally posted by Neutrino oUF...
Posted By: jadakren
Originally posted by Neutrino oUF\elements\castbar.lua What do u think about this code? local safeZonePercent = (width / self.max) * (ms / 1e5) I think this code more correct. local safeZonePercent = min(1,select(3,GetNetStats()) / 1000 / self.max) You obviously haven't even bothered to look at the full code in that file, b...
File: Better Bindings Frame03-12-09
i was actually hoping that you had...
Posted By: jadakren
i was actually hoping that you had provided a text field search filter. i always thought the box below the bindings list was for text entry searching of binding names. imagine my frustration when i found out this wasn't true.
File: Select03-12-09
Originally posted by Faraque I ge...
Posted By: jadakren
Originally posted by Faraque I get what you're doing with this addon, and I for one, think it's a great concept. I have a bug report for you however. Macro: #showtooltip /cast Purple Hawkstrider /stopmacro /select companion:Mount I am a paladin. One of my mounts is Summon Charger. Another is Summon Warhorse. The pop...
File: Select03-12-09
Originally posted by pacolecoco T...
Posted By: jadakren
Originally posted by pacolecoco Thank you very much for creating this addon! There are really very useful! I have a suggestion for you, could you put the flying mounts from the others? Not sure what you mean, because all mounts are listed in the companions mount list of your character screen and thus select will pull the list...
File: WonderBar03-12-09
I tried this out, by turning off do...
Posted By: jadakren
I tried this out, by turning off dominos and then enabling this addon. First problem i found was that RegisterEvent wasnt global in the scope of PerfectBar until i modified your toc file for PerfectBar. Second problem i had was that it wasn't obvious as to how i would begin configuration. Third problem i had was that once i...
File: DockingStation (Display)03-12-09
Originally posted by totalpackage...
Posted By: jadakren
Originally posted by totalpackage AceDBOptions-3.0 should also be loaded with the config. I thought AceDBOptions-3.0 was the lib that drives profile support, and thus if you were to disable it until the config was loaded dockingstation would be unable to select the table of options for the profile you want. table of options is...
File: oUF_Freebgrid03-12-09
Originally posted by yaroot >.
Originally posted by yaroot >.
File: Broker_CPU / Memory / Performance03-09-09
Originally posted by vandyn I got...
Posted By: jadakren
Originally posted by vandyn I got this the other day and I really like it, great job. One question I have though is there a way to monitor memory usage but not have that number show in the bar (fubar, etc)? I'm trying to get it to be like PerformanceFu where the addon only shows FPS and latency in the display bar, but the tooltip...
File: sThreatMeter203-04-09
Originally posted by rocnroll Ver...
Posted By: jadakren
Originally posted by rocnroll Very nice indeed. In my eternal quest for smaller and efficient mods, I was just thinking what could replace Omen? To richerich, many thanks for suggesting Skada an excellent, yet light weight tool. Does sThreatMeter2 talk with Omen? If I was the only one running it, would everyone be able to see my...
File: Junk!02-04-09
Originally posted by Andeh this a...
Posted By: jadakren
Originally posted by Andeh this addon no longer works. Three cheers for the master of bug reporting, please neck yourself.
File: oUF_Freebgrid02-02-09
Originally posted by Guardix I ho...
Posted By: jadakren
Originally posted by Guardix I hope this piece of code gets things clear, but I'm quite sure it doesn't work, tho I haven't tried it - I tried something similar with oCD, but couldn't get it to work and therefore went to use CooldownButtons for that: http://guardix.pastey.net/107029 You see, I like to have things centered in my...
File: Peek!02-02-09
Made some modifications for my guil...
Posted By: jadakren
Made some modifications for my guild : http://pastey.net/107517 they are : class checks when using gear : !peek head class hunter, am thinking of making armour type filter too libHealComm version check !peek heallib saved dungeon list !peek saved list your crafting trade book links :!peek trade respond with the tradebook...