Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: Selite
Forum: News 08-21-10, 05:48 AM
Replies: 1,230
Views: 594,810
Posted By Selite
Woo! Thanks Cairenn (and the rest of the team, of...

Woo! Thanks Cairenn (and the rest of the team, of course). Now to spend ages downloading/patching the client, eh?
Forum: Tech Chat 07-24-09, 05:47 AM
Replies: 33
Views: 18,046
Posted By Selite
Yeah, I saw that in this (August, even though...

Yeah, I saw that in this (August, even though that's next month...) month's PCPP, there's at least 13 grand worth of useless stuff in there (Projector), although the keyboard is so sexy, it makes up...
Forum: AddOn Search/Requests 07-10-09, 03:55 AM
Replies: 2
Views: 2,909
Posted By Selite
From memory, Dr. Damage is still being updated on...

From memory, Dr. Damage is still being updated on wowace. (Yes, it is, and here's a link! (http://www.wowace.com/addons/dr-damage/))
Forum: Lua/XML Help 06-25-09, 05:50 AM
Replies: 6
Views: 4,135
Posted By Selite
Don't you have to use caps in the...

Don't you have to use caps in the line

SlashCmdList["BLAH"] = whatever()

You could try this block of code;

TOGGLE_HELM1 = "/togglehelm"
SlashCmdList["TOGGLE_HELM"] = function()
ShowHelm(not...
Forum: Wish List 06-13-09, 01:39 PM
Replies: 19
Views: 29,673
Posted By Selite
Yeah, a IsQuestCompleted(id) would be fantastic....

Yeah, a IsQuestCompleted(id) would be fantastic. *Looks at reams of paper with lists of quests on them* Although not strictly necessary.
Forum: Chit-Chat 06-05-09, 04:01 AM
Replies: 40
Views: 17,658
Posted By Selite
Damn, I'm so... un-awesome when it comes to...

Damn, I'm so... un-awesome when it comes to inputs. I'm using a $10 AUD wired mouse, and a similarly priced keyboard. I go through keyboards too fast, it'd help if I didn't faceroll too much but I've...
Forum: AddOn Help/Support 01-05-09, 02:36 AM
Replies: 7
Views: 5,169
Posted By Selite
I can't tell you the exact syntax, but you can...

I can't tell you the exact syntax, but you can put a [modifier:shift] or something in your macros to give extra functionality. Best to look on the offical forums or on wowwiki here...
Forum: AddOn Help/Support 10-08-08, 01:33 AM
Replies: 2
Views: 3,187
Posted By Selite
Looks like a buff bars addon. I couldn't tell you...

Looks like a buff bars addon. I couldn't tell you what one it is at a glance, although the two I found on this site are Simple Buff Bars...
Forum: AddOn Help/Support 09-30-08, 01:34 AM
Replies: 12
Views: 6,411
Posted By Selite
I believe they're on the PTR, so yes,...

I believe they're on the PTR, so yes, Achievements will be in 3.0
Forum: Chit-Chat 09-27-08, 09:00 PM
Replies: 8
Views: 6,062
Posted By Selite
Trust me when I say that turning my 700+...

Trust me when I say that turning my 700+ netherweave cloth into bolts was the easiest 25 skill points I've ever gotten in tailoring. :banana:
Forum: Chit-Chat 09-26-08, 02:58 PM
Replies: 8
Views: 6,062
Posted By Selite
Moon cloth is felcloth that has been purified at...

Moon cloth is felcloth that has been purified at a moonwell. Requires quite a high tailoring skill level to do.

Might be able to buy some of the AH, or convince a tailor to purify the felcloth for...
Forum: AddOn Help/Support 09-25-08, 10:26 PM
Replies: 18
Views: 7,455
Posted By Selite
Click on the "Upload & Update" button near the...

Click on the "Upload & Update" button near the top of the screen. Then follow the step by step instructions.
Forum: General Authoring Discussion 09-20-08, 12:33 AM
Replies: 3
Views: 3,154
Posted By Selite
From memory, they parse the cache files found...

From memory, they parse the cache files found under /Cache/WDB/enUS/
Where enUS is your local, and the root is your wow directory.

Could be completely wrong, though.
Forum: General Authoring Discussion 09-11-08, 11:57 PM
Replies: 3
Views: 3,400
Posted By Selite
This might just be my lack of LUA experience, but...

This might just be my lack of LUA experience, but when are the timers told to start timing, i.e. what makes those variables timers, and not just variables with a value of 0.

Otherwise, it looks good...
Forum: Wish List 09-08-08, 01:51 AM
Replies: 0
Views: 6,935
Posted By Selite
XP gain added to PLAYER_XP_UPDATE

It always struck me as strange that the event returns the unit that fires the event, but not the XP gained.
Not that it's too hard to calculate the gained XP, but I'm all for making my code as small...
Forum: Lua/XML Help 08-20-08, 03:21 AM
Replies: 9
Views: 4,020
Posted By Selite
A little bit of tinkering managed to get me a...

A little bit of tinkering managed to get me a working feed. :banana:

I'll probibly write a 'How To' sometime in the next couple of days, because this is still not crystal clear to me, and if I...
Forum: Lua/XML Help 08-19-08, 02:43 AM
Replies: 9
Views: 4,020
Posted By Selite
Starting with your final question, I'm trying to...

Starting with your final question, I'm trying to make a data feed to display the number of XP gains (calculated from the last gain gotten) to level. So, I know when I need to update the LDB feed, so...
Forum: General Authoring Discussion 08-19-08, 02:28 AM
Replies: 2
Views: 5,152
Posted By Selite
What exactly are you asking about? How to work...

What exactly are you asking about? How to work with kgPanels? How to create your own frames in an addon? (I think you want help with kgPanels by your screenshot, but I should ask anyway)

If you are...
Forum: Lua/XML Help 08-19-08, 02:16 AM
Replies: 9
Views: 4,020
Posted By Selite
When OnUpdate fires in relation to Script start,...

When OnUpdate fires in relation to Script start, and after each sucessive call.

The idea I got from looking at the code was that it was called quite often, and the function dealt with the actual...
Forum: Lua/XML Help 08-19-08, 01:46 AM
Replies: 9
Views: 4,020
Posted By Selite
LDB implementation questions

Ok, I think I've got it right, but I thought I'd just a couple of questions.

1. In the data feed example here (http://github.com/tekkub/libdatabroker-1-1/wikis/how-to-provide-a-dataobject) there is...
Showing results 1 to 20 of 20