Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: corveroth
Forum: Lua/XML Help 02-08-18, 05:55 PM
Replies: 1
Views: 1,229
Posted By corveroth
UI stops drawing - processing limit/timeout?

EDIT: Further fiddling and I've gotten things working, but now I have new questions.

I'm building a grid of pixels, as below. However, if I increase either xsize or ysize to 128, my UI vanishes...
Forum: AddOn Search/Requests 11-14-10, 03:15 AM
Replies: 5
Views: 4,061
Posted By corveroth
*nod* The combination of QuestReward and...

*nod* The combination of QuestReward and idQuestAutomation seems to have that point covered nicely, though I'll have to tweak the logic in QuestReward to my liking. No problem there. Similarly with...
Forum: AddOn Search/Requests 11-11-10, 07:06 PM
Replies: 5
Views: 4,061
Posted By corveroth
Yeah, I spotted that one, and I'm writing my own...

Yeah, I spotted that one, and I'm writing my own hacks into the auto-sell logic. The general idea of all this is to speed up questing while maximizing income, by mailing all BoE greens off to my...
Forum: AddOn Search/Requests 11-11-10, 03:23 PM
Replies: 5
Views: 4,061
Posted By corveroth
Looking for set of inventory management addons

I'm looking for the following functionality, and I imagine that each will require a separate addon:

1) Auto-vendoring of items. Either a barebones sell-only-gray-items addon, or one with more...
Forum: News 08-03-10, 02:49 AM
Replies: 1,230
Views: 594,821
Posted By corveroth
A thought: Perhaps they've stopped passing out...

A thought: Perhaps they've stopped passing out beta keys until the new launcher hits? So as to avoid annoying an extra group of people who would have to re-download the client (not to mention any...
Forum: News 08-01-10, 02:58 PM
Replies: 1,230
Views: 594,821
Posted By corveroth
I kinda want to know what exactly his amazing...

I kinda want to know what exactly his amazing addon was. I haven't laughed enough today.
Forum: AddOn Help/Support 05-31-10, 06:14 PM
Replies: 6
Views: 3,382
Posted By corveroth
Augh. Damn it all. Figured it out. I'd duplicated...

Augh. Damn it all. Figured it out. I'd duplicated the addon folder to create my own derivative at a later data, and never changed the TOC in the dupe - so my dupe was writing over any changes ABM was...
Forum: AddOn Help/Support 05-31-10, 05:36 PM
Replies: 6
Views: 3,382
Posted By corveroth
Well, it can only write to that ONE file,...

Well, it can only write to that ONE file, Ara_Broker_Money.lua. The only things I can think of are that another addon is saving the data (seems highly unlikely as it would need the name of the table...
Forum: AddOn Help/Support 05-31-10, 05:26 PM
Replies: 6
Views: 3,382
Posted By corveroth
I don't mean to be an ass, but on that count, you...

I don't mean to be an ass, but on that count, you are quite simply wrong. The Saved Variable files in the WTF folder contain both "configuration" and "data" - those files are the only files to which...
Forum: AddOn Help/Support 05-31-10, 05:12 PM
Replies: 6
Views: 3,382
Posted By corveroth
Addon not resetting?

Well, I'm confused.

I've been using Ara_Broker_Money (http://www.wowinterface.com/downloads/info11907-Ara_Broker_Money.html) for quite a while now, but recently one of my characters fell out of...
Forum: General Authoring Discussion 05-06-10, 09:38 PM
Replies: 9
Views: 6,585
Posted By corveroth
I was more getting at "does Blizz do it that way...

I was more getting at "does Blizz do it that way too?"
Forum: General Authoring Discussion 05-06-10, 07:31 PM
Replies: 9
Views: 6,585
Posted By corveroth
Of course. I accepted that from the start. Would...

Of course. I accepted that from the start. Would I be reading too much into Torhal's post to infer that all action buttons (even those present in the spellbook) work through the macro...
Forum: General Authoring Discussion 05-05-10, 04:47 PM
Replies: 9
Views: 6,585
Posted By corveroth
Alright, sure. For my current specific example, I...

Alright, sure. For my current specific example, I expect I can get most of the behavior I want by just running CastSpellByName("Leatherworking") or the like OnMouseUp, since CSBN still works for...
Forum: General Authoring Discussion 05-05-10, 04:26 PM
Replies: 9
Views: 6,585
Posted By corveroth
Buttons and Templates

I've got a couple of questions.

First, has anyone ever bothered to create documentation for the various templates used by the Blizzard UI, or are we each left to work out their quirks and behaviors...
Forum: Lua/XML Help 05-04-10, 01:32 AM
Replies: 9
Views: 4,992
Posted By corveroth
They're horribly unpredictable, really. If you're...

They're horribly unpredictable, really. If you're in Dalaran at prime time, you might see them that often, but if you're out questing, you'll hardly get any at all.
Forum: Lua/XML Help 05-04-10, 01:20 AM
Replies: 9
Views: 4,992
Posted By corveroth
Many thanks, Shadowed. That change, with a couple...

Many thanks, Shadowed. That change, with a couple of tweaks, has cut growth by an order of magnitude, and I think I can find the rest in cleanup. Thank you greatly. :)
Forum: Lua/XML Help 05-04-10, 01:06 AM
Replies: 9
Views: 4,992
Posted By corveroth
Unfortunately, that reasoning is fallacious. For...

Unfortunately, that reasoning is fallacious. For many mounts, that's true, and the only piece of data that needs to be changed is the active state. However, there are now a number of variable-speed...
Forum: Lua/XML Help 05-04-10, 01:03 AM
Replies: 9
Views: 4,992
Posted By corveroth
I'd had it that way for a while; changing it...

I'd had it that way for a while; changing it back, there's no appreciable difference in the rate of memory growth.
Forum: Lua/XML Help 05-03-10, 11:59 PM
Replies: 9
Views: 4,992
Posted By corveroth
Maintaining a sortable database, garbage creation

I have an issue, to the tune of 80 KB of junk every time COMPANION_UPDATE fires.

For my addon (http://www.wowinterface.com/downloads/info16409-ChillEffect.html), I find it necessary to keep up to...
Forum: Lua/XML Help 04-12-10, 03:31 AM
Replies: 13
Views: 4,351
Posted By corveroth
If you opt not to use integer indices, your table...

If you opt not to use integer indices, your table is treated as a dictionary, not an array. Arrays are ordered, dictionaries are not. Think about it - a dictionary can use any variable type as a key,...
Forum: Lua/XML Help 04-05-10, 12:38 PM
Replies: 15
Views: 9,414
Posted By corveroth
Of course, we aren't technically prevented from...

Of course, we aren't technically prevented from gathering Z-data. However, it would require a massive amount of manual data gathering, interpolation, and Pythagoras, and as I learned last time I...
Forum: Lua/XML Help 04-04-10, 10:06 PM
Replies: 15
Views: 9,414
Posted By corveroth
More like, x, y, z, and zone. Z-coords would give...

More like, x, y, z, and zone. Z-coords would give a whole new dimension in which you could optimize path-finding for Gatherer, QuestHelper, etc.
Forum: Lua/XML Help 04-04-10, 07:41 PM
Replies: 14
Views: 6,424
Posted By corveroth
I know how you feel; much of the literature on...

I know how you feel; much of the literature on secure frames is a bit more technical than much of the rest of the WoW-related documentation lying around. Not that technical is bad, but it's less...
Forum: Lua/XML Help 04-04-10, 02:19 PM
Replies: 14
Views: 6,424
Posted By corveroth
But, won't that taint the CompanionButtons?

But, won't that taint the CompanionButtons?
Forum: Lua/XML Help 04-04-10, 01:32 AM
Replies: 14
Views: 6,424
Posted By corveroth
*blink* Well, that works. And from a bit of...

*blink* Well, that works. And from a bit of tinkering, the problem was that I was hiding the button and then its parent... how did that even work in the first place?

Thank you regardless =) If I...
Showing results 1 to 25 of 29