Showing results 1 to 25 of 70
Search took 0.00 seconds.
Search: Posts Made By: Recluse
Forum: General WoW Chat 04-13-10, 03:23 PM
Replies: 22
Views: 13,079
Posted By Recluse
Well, you also need one of each profession! ...

Well, you also need one of each profession! *nod* It sucks paying tips for everything, when you could have it all covered yourself. And forget about ever paying for overpriced crafted items at the...
Forum: Tutorials & Other Helpful Info. 04-11-10, 03:09 PM
Replies: 74
Views: 177,271
Posted By Recluse
Do any of these methods take into consideration...

Do any of these methods take into consideration using windowed mode (sans Maximized option)? I ask because, say your Windows desktop resolution is 1024x768. If you run WoW at 1024x768 in a...
Forum: Lua/XML Help 04-08-10, 11:15 AM
Replies: 4
Views: 3,945
Posted By Recluse
Not sure how to do it with Ace (I think that's...

Not sure how to do it with Ace (I think that's what you're using?), but something like this should work...

-- Using ... in case you need args as well. If not, you can remove them.

local function...
Forum: General WoW Chat 04-01-10, 07:15 PM
Replies: 22
Views: 13,079
Posted By Recluse
I'm an altoholic as well. I have quite a few 40+...

I'm an altoholic as well. I have quite a few 40+ characters, and at least one of each class 60+.

80 Mage
80 Death Knight
80 Paladin
80 Hunter
80 Shaman
80 Warlock
70 Rogue
70 Druid
Forum: Lua/XML Help 03-20-10, 07:17 PM
Replies: 6
Views: 3,340
Posted By Recluse
From: http://www.wowwiki.com/API_UnitAura Then...

From: http://www.wowwiki.com/API_UnitAura


Then frame.stacktext:SetText(value) after matching spell.
Forum: AddOn Search/Requests 03-19-10, 02:03 AM
Replies: 11
Views: 5,188
Posted By Recluse
=3 It would be nice if Blizzard had implemented...

=3 It would be nice if Blizzard had implemented it, but I'm sure (if it came up and was dismissed) it was due to the overhead issue. Could you imagine filtering a chat message through every...
Forum: AddOn Search/Requests 03-19-10, 12:51 AM
Replies: 11
Views: 5,188
Posted By Recluse
Mehhhhh, I was bored, and made a little utility...

Mehhhhh, I was bored, and made a little utility using the second method I mentioned in this post. You can find it here: http://www.wowinterface.com/downloads/info16223

Hmm, I can't find the code I...
Forum: General Authoring Discussion 02-01-10, 06:42 PM
Replies: 35
Views: 13,267
Posted By Recluse
omg! D= I had no idea about this local global...

omg! D=

I had no idea about this local global concept's inner workings. I heard about it, but didn't notice any changes with my addons, and dismissed it all.

This is WONDERFUL though. Really.
Forum: Lua/XML Help 02-01-10, 06:17 PM
Replies: 6
Views: 6,973
Posted By Recluse
Just use a flag to suppress the first firing of...

Just use a flag to suppress the first firing of the event from doing anything?

local suppressed
local f = CreateFrame("Frame")
f:RegisterEvent("ACTIVE_TALENT_GROUP_CHANGED")
f:SetScript("OnEvent",...
Forum: Site help, bugs, suggestions/questions 01-31-10, 03:44 AM
Replies: 1
Views: 998
Posted By Recluse
Updating addon descriptions.

I was just looking for confirmation, really. I believe that updating your own addon description pages does not trigger any sort of internal flagging of the addon as having been updated. Is this...
Forum: General Authoring Discussion 01-24-10, 10:05 PM
Replies: 13
Views: 6,879
Posted By Recluse
*nod* That's what I was saying :p Even so, it...

*nod* That's what I was saying :p Even so, it wouldn't need hundreds of line for a Lua solution - or shouldn't lol.


local buttons = {}
local function on_click(...) end
for i = 1,50 do
local...
Forum: Lua/XML Help 01-23-10, 03:25 AM
Replies: 16
Views: 6,010
Posted By Recluse
Well, I'm a bit confused why you store your...

Well, I'm a bit confused why you store your integer values as strings, and even more confused why store the gsc both separately and as strings with icon references - this could be done on the code...
Forum: AddOn Search/Requests 01-23-10, 03:08 AM
Replies: 3
Views: 4,601
Posted By Recluse
I could have sworn there was one that I...

I could have sworn there was one that I encountered recently, but I can't remember the name of it. There was a really old one called WRUGS, but it hasn't worked for ages. I did some Googling and...
Forum: General Authoring Discussion 01-22-10, 08:35 AM
Replies: 13
Views: 6,879
Posted By Recluse
They can be pure Lua. The XML is optional, but...

They can be pure Lua. The XML is optional, but some people prefer it. In some situations, the XML is 'easier', but I found that using both XML and Lua together just made the code harder to...
Forum: Lua/XML Help 01-21-10, 08:10 PM
Replies: 16
Views: 5,114
Posted By Recluse
A function I wrote a few years ago to "fix" saved...

A function I wrote a few years ago to "fix" saved vars when i changed the table layout (and it -is- recursive). Maybe it'll help ya.
--[[
TableMigrate
Notes: This function accepts two tables. It...
Forum: Lua/XML Help 01-21-10, 07:49 PM
Replies: 16
Views: 6,010
Posted By Recluse
I have an addon which I made for myself that does...

I have an addon which I made for myself that does this exact thing (also time played and and level statistics). It's quite alpha (needs optimizing), but works perfectly.

Link: ...
Forum: Lua/XML Help 01-21-10, 07:25 PM
Replies: 14
Views: 4,577
Posted By Recluse
You really need to add in the check for '> 0' or...

You really need to add in the check for '> 0' or '>= 1'.

When you request UnitLevel on a raid boss or an opposing faction player / mob 10 levels above you, UnitLevel returns '-1'. Because of this...
Forum: General Authoring Discussion 01-17-10, 04:51 AM
Replies: 2
Views: 4,418
Posted By Recluse
I'm not sure if things were ever resolved, but...

I'm not sure if things were ever resolved, but some developers were trying to get this to work quite some time ago. Offsite forum thread. (http://forums.curseforge.com/showthread.php?t=16232)
Forum: Chit-Chat 01-05-10, 05:44 PM
Replies: 1,142
Views: 314,351
Posted By Recluse
http://i47.tinypic.com/oaveah.jpg

http://i47.tinypic.com/oaveah.jpg
Forum: AddOn Search/Requests 01-05-10, 11:41 AM
Replies: 20
Views: 36,248
Posted By Recluse
From the comments on the page for the Evertrade...

From the comments on the page for the Evertrade addon someone posted, they mentioned using a custom channel to pass the chat through (thus making it faction-wide trade, as opposed to just...
Forum: Alpha/Beta AddOns and Compilations 11-17-09, 01:20 AM
Replies: 12
Views: 2,820
Posted By Recluse
There is an upload section for beta quality...

There is an upload section for beta quality addons here on wowi.
Forum: AddOn Search/Requests 08-24-09, 05:53 PM
Replies: 3
Views: 5,270
Posted By Recluse
Sadly, I don't have the code anymore, but I had...

Sadly, I don't have the code anymore, but I had written an addon that did this back in tBC. I decided to abandon the project after getting the feeling that it gave an unfair advantage to its users. ...
Forum: Site help, bugs, suggestions/questions 07-06-09, 08:09 PM
Replies: 18
Views: 3,822
Posted By Recluse
Just saw this today while updating one of my...

Just saw this today while updating one of my addons - Not but a week after I post about it, it comes true! Thank you so much for implementing this feature.
Forum: Archive 06-29-09, 03:13 PM
Replies: 7
Views: 1,869
Posted By Recluse
You could just write a batch file (or similar...

You could just write a batch file (or similar script for your operating system) that would automatically copy the few addons you want on the secondary clients. Then you'd just double-click the icon...
Forum: Chit-Chat 06-29-09, 03:04 PM
Replies: 7
Views: 4,821
Posted By Recluse
Well, it's good news, but aren't most gold...

Well, it's good news, but aren't most gold farmers from other Asian countries? Either way, it's a HUGE step forward for gamers.
Showing results 1 to 25 of 70