Results: 65Comments by: evl
File: BlizzardTweaks12-21-09
Originally posted by confedsg Is...
Posted By: evl
Originally posted by confedsg Is there anyway to show binding text? Copy config.lua.sample to config.lua and adjust accordingly, there's a bindings option in there somewhere.
File: SliceDice12-16-09
Originally posted by Saintvallen...
Posted By: evl
Originally posted by Saintvallen Evl i know this is not at all anyhelp for rogues. But is it in anyway possible to add a swing timer for this as in quartz. Quartz is just not getting updated anymore and i just like having it shown :) I can pretty much guarantee that won't be added unless someone contributes code for it.
File: Reminders12-14-09
Re: rudimentary warlock module
Posted By: evl
Originally posted by Garagar From mage module, I borrowed the missing armor function from rogue & shaman, I put together a reminder for applying "Master Spellstone" or "Master Firestone" (no level restrictions added, even if not all warlocks have access to those stones) Thanks, added and ready for testing.
File: Reminders12-14-09
Re: Shaman module :)
Posted By: evl
Originally posted by Garagar I started a very simple module for the shaman, to handle the 2 shield types (water shield & lightning shield) using the mage module as inspiration. Thanks, I've made some adjustments and it's now up on Github for testing. Originally posted by Garagar PS: for the DK please add also the "Bone Shie...
File: SliceDice12-09-09
Originally posted by Keyzer How d...
Posted By: evl
Originally posted by Keyzer How do I move this thing? See config.lua.sample
File: BlizzardTweaks12-09-09
Re: Ohai
Posted By: evl
Originally posted by Irihime Love your addon, i love the flexibility in it, and my screen looks clearer than ever. I only have 1 problem, and that is my micro bar. I use Bartender4 to move about my bars, and when i move my micro bar to the top it seems to disapear whenever i do something (look at map, reload ui, logout/in). the onl...
File: BlizzardTweaks12-09-09
Originally posted by harlekinah A...
Posted By: evl
Originally posted by harlekinah A little bug with non 80 chars. http://i49.tinypic.com/v4xawj.png The XP and Reputation Bar is behind the bottom bar. I've been meaning to fix this, just haven't gotten around to it yet, but I will "soon"
File: Reminders12-09-09
Originally posted by Azande Hey,...
Posted By: evl
Originally posted by Azande Hey, i have been using this addon for a long time on my rogue, so first of all thank you! Second, how can i add flask and food buffs to the reminders? thanks Something like this: evl_Reminders:AddReminder("Missing Flask of Endless Rage", function() return not evl_Reminders:PlayerHasBuff("Flask o...
File: BlizzardTweaks11-21-09
Originally posted by Coldblooded...
Posted By: evl
Originally posted by Coldblooded Hey m8 ,good to see your addons are updated and uploaded here on wowi :) I have one problem with this one tho ...my third bar who i suppose should be ontop of the two others are hidden behind the second bar.Dunno if its a bug or if its something i may have done. It's probably a bug I'm afraid, I...
File: SliceDice11-21-09
Originally posted by zork Welcome...
Posted By: evl
Originally posted by zork Welcome on WOWI evl :) Thanks, just wish there was a bit more automated way of keeping users up to date, some kind of Github bridge would be nice :)
File: Skada Damage Meter11-09-09
Originally posted by bruteMax The...
Posted By: evl
Originally posted by bruteMax The 'hide on' parameters really need to get sorted out. I have 2 windows, dmg and threat, and it's a pita to have them only show when I'm in a group, and only when I'm not in a bg. Basically I just disable the mod most of the time, which is less-than-ideal because it's a mod I'd like to have to m...
File: Portfolio02-18-09
Originally posted by AnduinLothar...
Posted By: evl
Originally posted by AnduinLothar LibDefaults is not especially big (12KB), which includes LibStub (1.33KB), but that's a lot smaller than Portfolio (92KB). Note that these are file sizes, which only really directly effects load time with parsing and processing. As for processor and memory overhead I haven't run any extensive testi...
File: Portfolio02-17-09
Originally posted by AnduinLothar...
Posted By: evl
Originally posted by AnduinLothar That works, provided you make a frame and an event driver and run it on ADDON_LOADED. Otherwise your callbacks will always be fired based on the defaults and not on any changed saved variables. Plus the way you have it written you're not passing the current values to the callbacks anyway, so tha...
File: Portfolio02-17-09
I've gotten a bit further in my res...
Posted By: evl
I've gotten a bit further in my research towards a completely optional approach. My addons are known for their minimal size and I'd like to keep it that way. I modified the way the initialization of the configuration is done and so far it's working out great. local optionTable = { id = "evl_Test", text = "Test", save...
File: Portfolio02-15-09
I've been working on incorporating...
Posted By: evl
I've been working on incorporating Portfolio into my small addons and I've run into some design problems. Firstly I'm having problems using callbacks on other controls, an example I would like to see is a slider that when changed updates the value of a text control (I really think this should be defaut in slider as there is curren...