Results: 121Comments by: sticklord
File: oUF Abu11-09-14
vipex: Hehe alright:p Kcy: Sorry...
Posted By: sticklord
vipex: Hehe alright:p Kcy: Sorry, not gonna add that unless there is a plugin that does it and i only need to add support for it. But maybe I can help you, what is the script you found? lynce: Yeah, that's my bad. Guess that's what happens when i implement features i never use:p Fixed on github.
File: oUF Abu11-04-14
Just a small unimportant thing: The...
Posted By: sticklord
Just a small unimportant thing: There is no spark at the target castbar:P Also, something i miss from the original castbar is the "shield" icon. It's easier to see when the spell is uninterruptible. Just a thought:) Hehe, when you're that picky as that i know there aint any big bugs out at least!:p No idea why I only made a spa...
File: Shield Maid11-01-14
Damn. I am so used to strongly type...
Posted By: sticklord
Damn. I am so used to strongly typed languages. I fixed it now, for real :) Cheers, thanks alot!
File: Shield Maid11-01-14
I gave the two icons names in the l...
Posted By: sticklord
I gave the two icons names in the latest version (2.0.3). Let me know if that is suffucient. Thanks, but didn't work. You forgot to throw the name argument to the new icon:p
File: oUF Abu11-01-14
Danzb: There and option for that in...
Posted By: sticklord
Danzb: There and option for that in the config, where you can set button/keys or disable it. Mazzy_Wow: Maybe I'll add it later. You can just add "oUF.colors.power = { 0, 0.7, 1}" somewhere in the Init.lua file yourself though. This is in a rgb format (0-1) vipex: Thanks. Sorry can't understand what you mean, can you type it in...
File: oUF Abu10-28-14
Cheers for the description, I'll se...
Posted By: sticklord
Cheers for the description, I'll see if I can figure any of it out :) I'm planning to change the name color aswell, just haven't gotten there yet. Edit// Okay, seems like blizzard decided to block dismiss pet for hunters. I tested it on a mage so that's why it worked for me. Nothing i can do about that, sorry. I'll remove that...
File: Shield Maid10-28-14
Hello! Loving the addon, been us...
Posted By: sticklord
Hello! Loving the addon, been using it since it was released. However I got a request, any way you could let me access the addon somehow (like giving the icon a name) so I can add a border to the icons without editing this addon? Or maybe there is a way and I'm to bad to find it. Nevertheless, keep up the good work!
File: oUF Abu10-28-14
Danzb: Yeah, I'll change the name....
Posted By: sticklord
Danzb: Yeah, I'll change the name. Been bothering me aswell for a while:p And ups, fix incomming soon©. dante49: I didn't even know there was a sound, added it. Update soon. Castbar is "moveable", you can set the x & y coordinates in the config "Units" under target if I remember correctly. You can't attach it to the frame and posi...
File: oUF Abu10-24-14
Issue: Can't dismiss pet with right...
Posted By: sticklord
Issue: Can't dismiss pet with right-click menu. Some buff icons on target does not get "skinned". Hm, can't reproduce any of that. Is it on Live or on the Beta?
File: oUF Abu10-24-14
swaggin: Thanks for the screenshot....
Posted By: sticklord
swaggin: Thanks for the screenshot. That do indeed seems wierd, I have no idea what could be causing it. I've added some failsafe stuff but I doubt it will help. Are you using any other addons that might interfere, and tried disabling those? lasc321: Yeah, I agree it's hard to spot. I'll see if i can make it more noticable.
File: oUF Abu10-21-14
Yeah I should probably add localiza...
Posted By: sticklord
Yeah I should probably add localization, I'll keep it on my todolist. For now it only really supports english though. And if you're having problems showing the name on chinese servers it's probably because standard font doesn't support it, try to chagne the font.
File: oUF Abu10-20-14
Thanks so much I really appreciate...
Posted By: sticklord
Thanks so much I really appreciate it. Is it possible to disable them for now? I tried removing the .blp files but it caused my game to crash. Is there something in the .lua I should delete? I'm using another addon for combo points since they were bugging so right now I have two sets of them. change line 642: ns.CreateComboPoints(...
File: oUF Abu10-20-14
Lynce: Yeah you can do that aswell:...
Posted By: sticklord
Lynce: Yeah you can do that aswell:P I'll keep this in mind for the future. anark728: Sorry, none of those are possible in a simple way. It should already show all auras on players etc. but not on npc's. If you open the Layout.lua file and comment out every line with "CustomFilter" in this will disable the aurafilter. sluvsj: Y...
File: oUF Abu10-18-14
Lynce: Which frames do you mean ?:)...
Posted By: sticklord
Lynce: Which frames do you mean ?:) The whole unitframe ? And yeah I know, haven't made a new targettarget style. They both are the same, was just easier adding it that way. Maybe i should remove it for confusion:P And to Horuto: All the addons i use can you find here: https://github.com/Sticklord?tab=repositories. However,...
File: oUF Abu10-16-14
Thanks alot for the feedback guys,...
Posted By: sticklord
Thanks alot for the feedback guys, appreciate it! I've fixed the castbar issue, I'll see what i can do about the gap icon actually creating a border. Okay, uploaded!
File: oUF Abu10-15-14
Alright should be working now. But...
Posted By: sticklord
Alright should be working now. But yeah, as always, there might be bugs.
File: oUF Abu10-15-14
Yes, as soon as I can! Not sure how...
Posted By: sticklord
Yes, as soon as I can! Not sure how long it will take, hopefully abit later today.
File: oUF Abu10-13-14
Hello! Sorry, I don't understand...
Posted By: sticklord
Hello! Sorry, I don't understand what you mean =( If you mean you can't set focus with the rightclick menu it's because that is not possible with an addon, only default unitframes. But with default settings you should be able to shift-click a unit to set focus.
File: oUF Abu10-10-14
It looks like the same version, but...
Posted By: sticklord
It looks like the same version, but you're in the wrong file. Open the file core.lua file in the folder "core" and change line 162 to: button:SetPoint("CENTER", oUF_AbuPlayer, x, y) I just tested it and it worked for me.
File: oUF Abu10-09-14
Hey! 1) For colors, you can alre...
Posted By: sticklord
Hey! 1) For colors, you can already do that with the configuration window ingame. You can use "$grad", "$class" or "$type". And you can also use an rgb format: "$rrr.ggg.bbb.", for example "$255.0.0. $cur" would color the current health red. To add positions is a pain in the ass for me to add with config and all, but you can do...
File: oUF Abu10-06-14
expand: The portrait timers doesn't...
Posted By: sticklord
expand: The portrait timers doesn't use the aura filter, but has a list of hardcoded auras. But yeah I broke it while trying to get it to work with WoD. I'll fix it sometime! lynce: It should color enemy players' names, but not friendly names. You can also color the health/power text with using "$class$cur" instead of "$cur" for e...
File: oUF Abu10-05-14
Re: arena frames
Posted By: sticklord
How can i test my arena frames outside of arena? good work thx again You can't really test them, but can force them to show with "/run oUFAbu.TestArena()". You'll have to reload the UI afterwards to remove them.
File: oUF Abu10-03-14
Many thanks! when can we expect?...
Posted By: sticklord
Many thanks! when can we expect? next update can you tell me when that will be? :) many thanks very good work!:banana::banana::banana::banana: Pretty soon, if I can get it to work within the next half hour I can upload. Else it will be tommorrow or sunday. edit: Okay, I've uploaded it. Was abit hasty so there could be b...
File: oUF Abu10-03-14
would it be possible to have a soli...
Posted By: sticklord
would it be possible to have a solid background on health and mana bar? instead of a transparent? Not at the moment no, but I'll see what i can do. nvm found the code in Castbar.lua If you look around in the ingame options you can also change castbar position there. Please add the pvp should show thank you I appreciate the l...
File: oUF Abu10-02-14
Hm, that shouldn't happen. You're u...
Posted By: sticklord
Hm, that shouldn't happen. You're using the latest version? edit: Also, to get the resources on top if you really want is to use that addon ResourcesOnTop and edit the values yourself. Instead of yOffset(PriestBarFrame, 131) you can change the number to get a better position.