Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: sweede
Forum: AddOn Search/Requests 02-09-10, 09:53 AM
Replies: 36
Views: 20,615
Posted By sweede
That's why i modify every addon that has some...

That's why i modify every addon that has some stupid " you cant redistribute this addon" clause enough to not even be the same addon anymore and i can copyright it myself



<3 copyright law
Forum: AddOn Search/Requests 06-15-09, 02:54 PM
Replies: 2
Views: 3,046
Posted By sweede
oh dang, i posted this in the wrong forum. i...

oh dang, i posted this in the wrong forum.

i ment the other one, the one above this..

if a mod reads it i'm sure they'll be nice and move it!!

<3
Forum: AddOn Search/Requests 06-15-09, 02:50 PM
Replies: 2
Views: 3,046
Posted By sweede
Moving Default Action Bars

I made a small addon that moves my default action bar up a little bit.

MainMenuBar:ClearAllPoints()
MainMenuBar:SetPoint("BOTTOM",0,56)

It's ran whenever any of the following events is...
Forum: AddOn Help/Support 04-06-09, 05:29 AM
Replies: 2
Views: 4,023
Posted By sweede
It's not so much lighter in memory and all that,...

It's not so much lighter in memory and all that, its that kgpanels is the only addon that uses savedvariables to set up the basics :)
Forum: AddOn Help/Support 04-06-09, 04:33 AM
Replies: 2
Views: 4,023
Posted By sweede
Converting Kgpanels layout; BackDrop issue

I'm trying to replace a kgpanels layout with a lightwieght addon to go along with other addons such as oUF, rActionBar, etc; but i'm having trouble setting the backdrop / border


This is the LUA...
Forum: Chit-Chat 03-26-09, 11:27 AM
Replies: 762
Views: 244,081
Posted By sweede
Do you keep accurate statistics on new users that...

Do you keep accurate statistics on new users that download v.s. people that are updating your mod? If you are not keeping track of individual download patterns so you can separate who's downloaded...
Forum: Chit-Chat 03-23-09, 12:38 AM
Replies: 762
Views: 244,081
Posted By sweede
Oh, and you have to stop putting this idea that...

Oh, and you have to stop putting this idea that you cannot create Add-Ons that you cannot sell. Blizzard is not preventing you from doing that, they cannot tell you how to release your source code...
Forum: Chit-Chat 03-23-09, 12:22 AM
Replies: 762
Views: 244,081
Posted By sweede
Blizzard is a very smart company despite all of...

Blizzard is a very smart company despite all of the crap people spew about them. As software developers themselves (ya I'm mr captain obvious here), they know the very intricacies about software...
Forum: Chit-Chat 03-21-09, 12:28 PM
Replies: 762
Views: 244,081
Posted By sweede
Sun and Microsoft (i'm sure they're using...

Sun and Microsoft (i'm sure they're using Microsoft C++ Compilers), and any other associated parties in the development of World of Warcraft (OpenGL libraries, Lua, etc) ALL have licensing that...
Forum: Chit-Chat 03-21-09, 08:31 AM
Replies: 762
Views: 244,081
Posted By sweede
Tek, i love your addons, every single one of...

Tek, i love your addons, every single one of them. I use like.. 35? i think.

Anyways, if they start to require code signing and it costs a nominal fee for the key, i'll buy it so i can continue to...
Forum: AddOn Help/Support 03-18-09, 11:44 AM
Replies: 16
Views: 12,610
Posted By sweede
wow, you don't really know what you're trying to...

wow, you don't really know what you're trying to complain about do you?

They are adding new things, which means new "base" set of methods to work off of, which rarely change (these "base" methods...
Forum: oUF (Otravi Unit Frames) 02-16-09, 10:59 AM
Replies: 1,215
Views: 386,061
Posted By sweede
I tried something like that and it didnt work....

I tried something like that and it didnt work.

I did figure it out though,

for i = 1, 5 do
local group = oUF:Spawn('header', 'oUF_Group'..i)
group:SetManyAttributes(
...
Forum: oUF (Otravi Unit Frames) 02-16-09, 08:25 AM
Replies: 1,215
Views: 386,061
Posted By sweede
Does anyone have an example of raid frames...

Does anyone have an example of raid frames growing from left to right (horizontally) ?

I went through every raid frame package listed on this site and none of them have frames growing left to...
Forum: Lua/XML Help 02-16-09, 08:23 AM
Replies: 2
Views: 3,136
Posted By sweede
So has anyone found an example of a raid frame...

So has anyone found an example of a raid frame that grows horizontally left -> right) than verticly yet?

I went through every example on this site and none of them have raid frames growing left to...
Forum: oUF (Otravi Unit Frames) 11-18-08, 06:59 PM
Replies: 1,215
Views: 386,061
Posted By sweede
Does anyone have a working example of an oUF...

Does anyone have a working example of an oUF layout with a working threat display ?

Something that would display aggro % similar to how the tooltip displays threat %%
Forum: Lua/XML Help 10-22-05, 11:38 AM
Replies: 2
Views: 4,837
Posted By sweede
I think i figured it out. if i linked an item...

I think i figured it out.

if i linked an item like [Joe] it would work, but [Joes Crab Shack] wouldnt work. the GetArgs function would split by space chacter, and break the item link text.

i just...
Forum: Lua/XML Help 10-22-05, 08:14 AM
Replies: 2
Views: 4,837
Posted By sweede
Sending an Item link in a /command crashes wow

I have, in my OnLoad() methid,

SLASH_BID1 = "/bid";
SlashCmdList["BID"] = function( msg )
DKP_Bid_Auction_SlashCommandHandler( msg );
end


later on,
Forum: AddOn Help/Support 10-20-05, 02:56 PM
Replies: 2
Views: 3,123
Posted By sweede
Getting the text of a button when clicked

I'm modifying an existing addon that sorts people who send a tell by order of their DKP values.

so you would have a list like

Joe dkp 302
hank dkp 156
frank dkp -1

I would like to be able to click...
Showing results 1 to 18 of 18