Results: 24Comments by: bigmase83
File: Shadowed Unit Frames01-17-10
Fixed it, I just copied and pasted...
Posted By: bigmase83
Fixed it, I just copied and pasted your old generic codes and added my own things...but thanks for the help.
File: Shadowed Unit Frames01-17-10
sounds good
Posted By: bigmase83
sounds good
File: Shadowed Unit Frames01-17-10
I just created the tags not long ag...
Posted By: bigmase83
I just created the tags not long ago at all and spend a lot of time doing so, do I have to redo them all again?
File: Shadowed Unit Frames01-17-10
Interface\FrameXML\CombatFeedback.l...
Posted By: bigmase83
Interface\FrameXML\CombatFeedback.lua:98: Usage: :SetTextHeight(pixelHeight) : ? : in function `SetTextHeight' Interface\FrameXML\CombatFeedback.lua:98: in function `CombatFeedback_OnCombatEvent' ...ace\AddOns\ShadowedUnitFrames\modules\combattext.lua:38: in function `?' ...nterface\AddOns\ShadowedUnitFrames\modules\uni...
File: Shadowed Unit Frames01-17-10
:6: attempt to index global 'Shadow...
Posted By: bigmase83
:6: attempt to index global 'ShadowUFLocals' (a nil value) : ? :6: in function <:1> Interface\AddOns\ShadowedUnitFrames\modules\tags.lua:118: in function `func' Interface\AddOns\ShadowedUnitFrames\modules\tags.lua:157: in function `UpdateTags' ...terface\AddOns\ShadowedUnitFrames\modules\layout.lua:404: in function `SetupText'...
File: Shadowed Unit Frames01-17-10
Still give me errors with buffs and...
Posted By: bigmase83
Still give me errors with buffs and debuffs being nil when the function is called, newwest alpha version :(
File: Shadowed Unit Frames01-16-10
Shadowed: I downloaded your alph...
Posted By: bigmase83
Shadowed: I downloaded your alpha off wowace, but I keep getting crazy "buff/debuff function calls returning nil" errors. I saw that you said "UPDATE YOUR MODULES", lol..what does that mean?
File: Cellular01-16-10
Have you heard any problems between...
Posted By: bigmase83
Have you heard any problems between Cellular and MSBT? I have been having #134 errors and crashing when these two addons are enabled at the same time. I have enabled one by one to troubleshoot my crashing, and it pointed me to these two addons combo...any ideas?
File: MikScrollingBattleText01-16-10
Update: I am also using Cellular,...
Posted By: bigmase83
Update: I am also using Cellular, and cellular is creating errors with MSBT enabled. I uninstalled cellular and everything is working fine, but I miss my cellular :(
File: MikScrollingBattleText01-15-10
Parrot seems to be working, BUT MSB...
Posted By: bigmase83
Parrot seems to be working, BUT MSBT > parrot!! help me lol
File: MikScrollingBattleText01-15-10
MSBT causing wow crashes, I think
Posted By: bigmase83
Well I have been using MSBT for years and I have loved every second of it. The other night thought I was coding my addon and adding some others and suddenly, when I reloaded my UI it just crashed with a #134 error and "not enough memory....". So I ran blizz repair, it did nothing. Deleted WTF, Interface, and Cache folder (saved m...
File: Shadowed Unit Frames01-13-10
Oh that sucks, how hard would imple...
Posted By: bigmase83
Oh that sucks, how hard would implementing the outline ability as well as changing certain tags with certain fonts? I hope that is something that you might think of doing! :)
File: Shadowed Unit Frames01-12-10
Shadowed: So, just to get this s...
Posted By: bigmase83
Shadowed: So, just to get this straight...and I just want to make sure, but for example...I have a tag on the right side of the health bar to display percenthp, can I not JUST have that be outlined with everytihing else on the unit frames be outlined (name, level, maxhp, etc)? Did you mean that if I have for example: percenthp...
File: Shadowed Unit Frames01-11-10
Also, is it just me or is there not...
Posted By: bigmase83
Also, is it just me or is there not an option for raid frame spacing (between the individual players - horizontally/verticall) I could swear there was but after redoing it I can't find it??
File: cargBags_Aurora01-11-10
Scale??
Posted By: bigmase83
Also, hey bud I was going to ask if there is a setting in the code where I can set the scale?? I couldn't find anything :(
File: Shadowed Unit Frames01-11-10
Shadowed: Hey bud, sorry to both...
Posted By: bigmase83
Shadowed: Hey bud, sorry to bother you again, but I have one more question. what is the tag to make an outline around text in a tag? can I just do it from your menu, or should I go into the tags and manually change the lua code? If I have to change the lua code, what is the code itself? Either way, could you give me an example...
File: StatBlock_Memory01-11-10
There is a way to do that, the auth...
Posted By: bigmase83
There is a way to do that, the author isn't being helpful and I don't know why...but I'm going to rewrite some of the code and post it back on here. It should help out a bit more and show JUST 3rd party addons (who cares to know how much total with blizz addons???)
File: cargBags_Aurora01-09-10
Fantastic, thank you for the replay...
Posted By: bigmase83
Fantastic, thank you for the replay! Kudos again bud
File: cargBags_Aurora01-08-10
Love this addon, question though!
Posted By: bigmase83
First, this is a wonderfully created and programmed addon. I love the efficiency and the optimized way you wrote it. OneBag and Bagnon are hogs and they don't look as good - Kudos. However, I have a couple of questions: 1) Is there a way to increase the number of columns (indirectly widening both the bag and bank frames)?...
File: Shadowed Unit Frames01-08-10
Shadowed: Thanks again, I did ev...
Posted By: bigmase83
Shadowed: Thanks again, I did everything I wanted with custimized tags and I had fun learning the lua code. I wanted to also make a suggestion, could you make the keyboard input area of the custom lua code text bigger? What do you think?
File: Shadowed Unit Frames01-07-10
So I have been studying and playing...
Posted By: bigmase83
So I have been studying and playing around with the special tags i've created. I know exactly how I want everything, but now I am stuck on: if IsMouseOver() then return (CODE THAT WILL return curMP | maxMP) else return (CODE THAT will return curHP | maxHP) I have the code down that i stated in parenthesis, but I can't seem...
File: Shadowed Unit Frames01-07-10
I figured out how to put the color...
Posted By: bigmase83
I figured out how to put the color around it and created my own tag, but I was curious if each time I have a color that I want I have to use the /dump method you showed me for every color or is there a ShadowUF:RGB(....) type thing at all? I'm so lost just give me an example of a return statement, i.e return string.format(UnitL...
File: Shadowed Unit Frames01-06-10
Shadowed - Hex Color (One more question)
Posted By: bigmase83
Shadowed: I'm sorry I'm such a nooblit, but could you give me an example code for "embedding the hex color around the tag". I'm an idiot I know...lol
File: Shadowed Unit Frames01-05-10
Coloring of text??
Posted By: bigmase83
Shadowed: First, I wanted to say kudos for an awesome addon! It's extremely efficient, looks great and can do a lot and in all honesty - tons better than anything out there. I am not sure if I am asking to much, or if this is even possible, but I'd like to make the certain text/tags to display certain colors (hex colors if p...