Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: Freki
Forum: Lua/XML Help 03-27-09, 01:27 AM
Replies: 10
Views: 6,076
Posted By Freki
Like you, I wasn't able to find an easy way to...

Like you, I wasn't able to find an easy way to find this. Maybe it slipped past me and someone else could inform you. The only way I could figure how to it was quite messy and I'm not sure it works...
Forum: Lua/XML Help 01-01-09, 03:17 PM
Replies: 3
Views: 2,977
Posted By Freki
How to preserve default channel order

Hi,

I'm trying to create a chat channel to send data through to other users of the addon. This is fine. The problem arises with my addon taking over the default channel order... people get used to...
Forum: General Authoring Discussion 08-22-08, 09:38 AM
Replies: 11
Views: 6,250
Posted By Freki
That's how you have to do it I think. Just use a...

That's how you have to do it I think. Just use a placeholder texture (question mark) until you find the spell ID you need. This is what PowerAuras does, and probably other mods too.
Forum: General Authoring Discussion 08-21-08, 03:41 PM
Replies: 11
Views: 6,250
Posted By Freki
You can do this: create a table with the raw...

You can do this: create a table with the raw spell names, and then every time a COMBAT_LOG_EVENT fires for some kind of spell event, get the spell name from that using GetSpellInfo(spellId).. if it...
Forum: General Authoring Discussion 08-19-08, 04:57 PM
Replies: 10
Views: 13,465
Posted By Freki
Cast range was just the first thing that popped...

Cast range was just the first thing that popped into my mind. I'd hope that there would be a more precise way to measure it. You could always try sending a message to the author of Astrolabe (Esamynn...
Forum: General Authoring Discussion 08-19-08, 03:42 PM
Replies: 10
Views: 13,465
Posted By Freki
Well, if you're looking for ideas, I have an idea...

Well, if you're looking for ideas, I have an idea to work with (that could potentially be wrong :P). And since I'm bored and have way too much time on my hands, I made an image to...
Forum: General Authoring Discussion 08-14-08, 05:54 PM
Replies: 8
Views: 7,137
Posted By Freki
GetPlayerMapPosition now works in instances!

Srsly, check it out!

http://img107.imageshack.us/img107/5764/wowscrnshot081408194635in5.jpg

Party members on the map, and a printout of GetPlayerMapPosition("player") in the chat frame.

Instance...
Forum: Chit-Chat 08-05-08, 09:30 PM
Replies: 544
Views: 148,878
Posted By Freki
Too much seriousness going on in here :confused:

Too much seriousness going on in here :confused:
Forum: AddOn Help/Support 08-04-08, 06:35 PM
Replies: 4
Views: 3,067
Posted By Freki
As far as I know, that's how the default UI...

As far as I know, that's how the default UI works. You must have had a tooltip mod that used to do that for you. I use TinyTip for that.
Forum: AddOn Search/Requests 08-04-08, 04:25 PM
Replies: 10
Views: 10,437
Posted By Freki
As mentioned in the other thread, there was an...

As mentioned in the other thread, there was an idea that I believe someone made into a mod in which they would move the minimap over your cursor and scale the minimap so small that all the tooltips...
Forum: Lua/XML Help 08-03-08, 07:54 PM
Replies: 3
Views: 3,287
Posted By Freki
Best way to do this is to store the current cvar...

Best way to do this is to store the current cvar sound settings, set the ones you want, then change them after you're finished.

So...like this:

local oldEnableMusic,oldLooping =...
Forum: Chit-Chat 08-03-08, 06:08 PM
Replies: 3
Views: 3,293
Posted By Freki
Hey, we all gotta start somewhere :) Both the...

Hey, we all gotta start somewhere :)

Both the official WoW site and WoWWiki have plenty of information on battlegrounds. Check em out and ask any questions here if there's anything...
Forum: General Authoring Discussion 08-03-08, 04:50 PM
Replies: 4
Views: 14,203
Posted By Freki
A simple example to help you get started maybe....

A simple example to help you get started maybe. Creating a draggable frame with a backdrop and close button using only lua. (untested, should work)

local MyAddon =...
Forum: Lua/XML Help 08-02-08, 11:51 PM
Replies: 6
Views: 3,991
Posted By Freki
Still gets the point across :p If someone is...

Still gets the point across :p If someone is getting 1 frame per minute I think the last thing they want is a mod that does work when it doesn't need to on that frame lol
Forum: Lua/XML Help 08-02-08, 10:29 PM
Replies: 6
Views: 3,991
Posted By Freki
You'll have to use the OnUpdate handler. Example...

You'll have to use the OnUpdate handler.
Example (using no XML)

local MyAddon = CreateFrame("frame")

local elapsed = 0
function MyAddon:OnUpdate(update)
elapsed = elapsed + update
if...
Forum: Chit-Chat 08-01-08, 01:45 PM
Replies: 544
Views: 148,878
Posted By Freki
Haha so I'm not the only one!

Haha so I'm not the only one!
Forum: Chit-Chat 08-01-08, 01:05 PM
Replies: 544
Views: 148,878
Posted By Freki
I'm hoping today also because otherwise we're...

I'm hoping today also because otherwise we're waiting til at least monday :p The anticipation is killing me!
Forum: Lua/XML Help 01-18-05, 03:28 PM
Replies: 2
Views: 10,929
Posted By Freki
"fuction" should be "function"...

"fuction" should be "function" :)
Showing results 1 to 18 of 18