Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: nightcracker
Forum: Lua/XML Help 01-02-15, 04:07 PM
Replies: 3
Views: 5,565
Posted By nightcracker
I have reproduced the problem with all AddOns...

I have reproduced the problem with all AddOns disabled and running:

/run ChatFrame1:SetUserPlaced(true)
Forum: Lua/XML Help 01-01-15, 12:07 PM
Replies: 3
Views: 5,565
Posted By nightcracker
Whispering people on other servers.

I've been trying to track down this bug for 2 days now, and I can't figure out what's causing it.

When right clicking someone that's on another server to whisper the chatbox sometimes only fills in...
Forum: News 04-01-11, 06:22 PM
Replies: 79
Views: 86,324
Posted By nightcracker
WoWInterface always has quality April Fools, gets...

WoWInterface always has quality April Fools, gets me everytime :mad:
Forum: AddOn Search/Requests 03-10-11, 05:00 AM
Replies: 14
Views: 8,751
Posted By nightcracker
I made such addon (didn't distribute) for testing...

I made such addon (didn't distribute) for testing purposes. All it does is simple scan /who for 1-10, 11-20, 21-30, etc and invite everyone that isn't guilded. Works wonders, a bit too good imo...
Forum: General Authoring Discussion 03-03-11, 10:11 AM
Replies: 4
Views: 4,920
Posted By nightcracker
Epic thinking by blizzard... really I wish I...

Epic thinking by blizzard...

really

I wish I was that good at breaking addons semi-on purpose.
Forum: AddOn Help/Support 02-23-11, 08:11 AM
Replies: 9
Views: 7,092
Posted By nightcracker
To show invisible frames in the framestack type...

To show invisible frames in the framestack type "/framestack 1", without the quotes.

Framestack shows FRAMES btw, not all regions, for example it doesn't show textures (which I think is the...
Forum: General Authoring Discussion 02-09-11, 07:02 AM
Replies: 6
Views: 4,928
Posted By nightcracker
Just one thing, shouldn't the statusbar range...

Just one thing, shouldn't the statusbar range from 0-100 instead of 1-100?
Forum: General Authoring Discussion 02-05-11, 09:15 PM
Replies: 9
Views: 5,995
Posted By nightcracker
Ok, quick dirty random snippet: f =...

Ok, quick dirty random snippet:
f = CreateFrame("Frame", nil, UIParent)
f:SetPoint("CENTER")
f:SetSize(150, 150)

for x = 29, 35 do
for y = 37, 43 do
local tex =...
Forum: General Authoring Discussion 02-05-11, 08:27 PM
Replies: 9
Views: 5,995
Posted By nightcracker
How did you extract the file names? I have a MPQ...

How did you extract the file names? I have a MPQ editor but I can't seem to get it extract the list of the names only :o

EDIT: Nevermind, found that the file itself contained an index >.<
EDIT2:...
Forum: General Authoring Discussion 02-05-11, 08:04 PM
Replies: 9
Views: 5,995
Posted By nightcracker
It seems that you were looking in the wrong place...

It seems that you were looking in the wrong place :)

Data\art.mpq
World\Minimaps

Nice MPQ's. Now I can continue with my work :P
Forum: General Authoring Discussion 02-05-11, 06:58 PM
Replies: 9
Views: 5,995
Posted By nightcracker
Indeed, I don't think we can load that using...

Indeed, I don't think we can load that using textures or models can we :eek:

Edit:
Looking in carbonites (obfuscated) code I see this (and similar): "World\\Minimaps\\Kalimdor"

Seems to be a nice...
Forum: General Authoring Discussion 02-05-11, 04:52 PM
Replies: 9
Views: 5,995
Posted By nightcracker
Ty :) I updated ncExploreMap for cata and I'm...

Ty :)

I updated ncExploreMap for cata and I'm now working on fixing ncBiggerMacros :P



Do you know anything about the path/name of this texture?
Forum: General Authoring Discussion 02-05-11, 03:24 PM
Replies: 9
Views: 5,995
Posted By nightcracker
How does Carbonite get it's maps from the game?

Hi all!

(yes I've started with WoW and addon development again)

I'm still wondering whether someone knows this. They don't seem to include the maps with the addon, so where does Carbonite get it's...
Forum: General Authoring Discussion 01-23-11, 07:05 PM
Replies: 1
Views: 3,967
Posted By nightcracker
Since when do all classes use poisons? I would...

Since when do all classes use poisons? I would put the block of code in an if checking for the players class.

Also no need for FreeUI.class.r, FreeUI.class.g, FreeUI.class.b, since the player will...
Forum: General Authoring Discussion 12-15-10, 12:13 AM
Replies: 19
Views: 27,448
Posted By nightcracker
There is another one, (easily) add keybinding...

There is another one, (easily) add keybinding slots to the escape menu bindings screen.
Forum: General Authoring Discussion 12-14-10, 06:30 PM
Replies: 19
Views: 27,448
Posted By nightcracker
Except for some very specific examples you don't...

Except for some very specific examples you don't have to use XML for anything.
Forum: Chit-Chat 12-14-10, 06:15 PM
Replies: 3
Views: 4,818
Posted By nightcracker
Remove them please. Yes, I've come a long way...

Remove them please.

Yes, I've come a long way since +/- a year ago. I just wanted to clear this up.

For the people who were laughing at the LuaStrip ****, it was just a learning excercise for...
Forum: Chit-Chat 12-14-10, 05:47 PM
Replies: 3
Views: 4,818
Posted By nightcracker
Join the we all hate nightcracker club!

I just got linked this in XFire: http://ibot.rikers.org/%23wowace/20100207.html.gz

CTRL+F nightcracker


I'm not angry, just a little sad.

@Cairenn: please remove my fkin stupid LibCoreAPI and...
Forum: AddOn Search/Requests 11-09-10, 06:38 AM
Replies: 10
Views: 5,297
Posted By nightcracker
Woops, that happens when you stop coding 24/7 xD

Woops, that happens when you stop coding 24/7 xD
Forum: AddOn Search/Requests 11-08-10, 05:14 AM
Replies: 5
Views: 3,396
Posted By nightcracker
Even a little BTex skin can make something look...

Even a little BTex skin can make something look like a compilation ;)
Forum: General Authoring Discussion 11-08-10, 05:11 AM
Replies: 15
Views: 6,784
Posted By nightcracker
Well, according to wowprogramming it would be...

Well, according to wowprogramming it would be possible.

isValid = FontInstance:SetFont("filename", fontHeight, "flags")

<snip>

Returns:
isValid - 1 if filename refers to a valid font file;...
Forum: AddOn Search/Requests 11-08-10, 04:54 AM
Replies: 5
Views: 3,396
Posted By nightcracker
It seems to be a random collection of addons set...

It seems to be a random collection of addons set up quick 'n dirty.

Some of the addons that I recognize:
Monkey Quest
ClosetGnome
TitanPanel with plugins
Bartender
OmniCC
Addon that shows average...
Forum: General Authoring Discussion 11-08-10, 04:47 AM
Replies: 15
Views: 6,784
Posted By nightcracker
Ofcourse that's possible. You supply one default...

Ofcourse that's possible. You supply one default font with your addon, let's say Arial.

Step 1. You put Arial.ttf in TinyDPS and rename it font.ttf.
Step 2. You use Interface/AddOns/TinyDPS/font.ttf...
Forum: AddOn Search/Requests 11-05-10, 07:29 AM
Replies: 10
Views: 5,297
Posted By nightcracker
Ahh my old bugged addons always come up somewhere...

Ahh my old bugged addons always come up somewhere again to annoy me :rolleyes:

It was a stupid mistake of mine, edit line 6 in ncDatatext.lua to this:
local f = CreateFrame("Frame", name, "UIParent")
Forum: Chit-Chat 11-02-10, 08:02 AM
Replies: 90
Views: 64,510
Posted By nightcracker
haylie, facts don't exist by default. You can...

haylie, facts don't exist by default. You can only state rules that make something a fact or an opinion. What are yours?

P.S.: I'm not stating with this post in any way that I agree with anyone in...
Showing results 1 to 25 of 500