Showing results 1 to 25 of 71
Search took 0.00 seconds.
Search: Posts Made By: wellbeing
Forum: Lua/XML Help 10-25-11, 06:17 PM
Replies: 8
Views: 8,933
Posted By wellbeing
I suppose that IS the answer in itself. I'm...

I suppose that IS the answer in itself.

I'm trying to craft tons of a single item, refilling automatically from the mailbox and sending off the creations. It's on the second call to dotradeskill()...
Forum: Lua/XML Help 10-25-11, 04:18 PM
Replies: 8
Views: 8,933
Posted By wellbeing
Rezzing this thread. Solutions? Anyone?

Rezzing this thread. Solutions? Anyone?
Forum: Lua/XML Help 10-17-11, 04:16 PM
Replies: 2
Views: 3,842
Posted By wellbeing
Seems like the right answer. I'm just noticing...

Seems like the right answer. I'm just noticing that the saved variables aren't actually modified until you logout/reload. Seems like it's all one in the same after knowing that.
Forum: Lua/XML Help 10-17-11, 01:53 PM
Replies: 2
Views: 3,842
Posted By wellbeing
Saved variables localized

I'm writing some stuff for my own use. It's not something that will be run often or looped to any unreasonable degree.

I'm using a couple of saved variables in the form of tables.

My question is...
Forum: General Authoring Discussion 10-17-11, 12:37 PM
Replies: 9
Views: 9,540
Posted By wellbeing
Thanks sigg! Neat stuff. I used RDX for a bit,...

Thanks sigg! Neat stuff. I used RDX for a bit, created some pretty nasty environments for my gaming, but a wow patch completely raped RDX for me and after a few days I was forced to make some...
Forum: General Authoring Discussion 10-16-11, 08:48 AM
Replies: 9
Views: 9,540
Posted By wellbeing
No problem, thanks for looking either way. I'm...

No problem, thanks for looking either way. I'm pretty sure all my functions are declared except the wait function. It's use is dangerously global for reasons of testing.

:)
Forum: General Authoring Discussion 10-15-11, 07:08 PM
Replies: 9
Views: 9,540
Posted By wellbeing
Thanks for the clarification, SDPhantom. ...

Thanks for the clarification, SDPhantom. However, I'm not attempting to shed light on this wait function's misnomer, as I did not write it. It's right out of the wiki.

This post was to illustrate...
Forum: General Authoring Discussion 10-15-11, 02:29 PM
Replies: 9
Views: 9,540
Posted By wellbeing
This circumvents it. its not a system pause, but...

This circumvents it. its not a system pause, but a forced delay in your code and only your code. Look closer.
Forum: General Authoring Discussion 10-15-11, 01:58 PM
Replies: 9
Views: 9,540
Posted By wellbeing
Forced pause in loops. I think i figured out a way.

So, I've been working on more source for personal use.

I've seen many addons that somehow utilize a pause. I searched quite a bit to no avail. In particular, those addons that arrange bags seem...
Forum: Lua/XML Help 09-18-11, 04:03 PM
Replies: 5
Views: 5,741
Posted By wellbeing
AHHH, I found WHERE. Now if i can just find out...

AHHH, I found WHERE. Now if i can just find out WHY.

it seems that implementing



MacroFrame:Hide()

directly after:
Forum: Lua/XML Help 09-18-11, 03:52 PM
Replies: 5
Views: 5,741
Posted By wellbeing
So after the reply from D, I determined that it's...

So after the reply from D, I determined that it's not the frame that is causing the esc key problems.

I'm lost. It's in my code somewhere.
Forum: Lua/XML Help 09-18-11, 03:17 PM
Replies: 5
Views: 5,741
Posted By wellbeing
Hiding frames with esc

I believe this to be the root of a mysterious problem with my addon that causes the esc key to lose it's blizzard functionality(ie: clear target, game menu) but I didn't ask this question implicitly...
Forum: Lua/XML Help 09-18-11, 03:00 PM
Replies: 13
Views: 17,716
Posted By wellbeing
It probably has something to do with my displayed...

It probably has something to do with my displayed frame...??

I'm not able to get the following code to work:
gaFrame:SetScript("OnEscapePressed", function(self) self:Hide() end)

error: gaFrame...
Forum: Lua/XML Help 09-18-11, 02:53 PM
Replies: 13
Views: 17,716
Posted By wellbeing
All are off cept mine. Mine is a culprit, though...

All are off cept mine.

Mine is a culprit, though certainly not the only one. I want to make it stop.

lol.
Forum: Lua/XML Help 09-18-11, 02:46 PM
Replies: 13
Views: 17,716
Posted By wellbeing
Well, firstly, I am receiving no indication error...

Well, firstly, I am receiving no indication error for a taint, so I doubted I would get any results. This must not be a 'taint' as is defined by blizz, so perhaps i shouldve titled the post: 'Esc...
Forum: Lua/XML Help 09-18-11, 02:36 PM
Replies: 13
Views: 17,716
Posted By wellbeing
Esc key tainted by addons...

I've noticed that some of the addons I use disable my ability to use the ESC key to perform normal blizzard actions. (ie: clear target, bring up game menu)

Now my own addon is doing it and I'd like...
Forum: Lua/XML Help 09-18-11, 02:16 PM
Replies: 2
Views: 3,121
Posted By wellbeing
Perfect. This actually explains A lot. TYVM.

Perfect. This actually explains A lot. TYVM.
Forum: Lua/XML Help 09-18-11, 02:01 PM
Replies: 2
Views: 3,121
Posted By wellbeing
region:show() on blizzard frame - problem

Consider:

MacroFrame:Show()

This script obviously works fine after you've opened the macro frame once before.

The problem is that initialization. On a fresh reload, the same code generates an...
Forum: AddOn Search/Requests 07-08-11, 03:41 PM
Replies: 3
Views: 3,181
Posted By wellbeing
Thanks alot guys. I'm working with raven now,...

Thanks alot guys. I'm working with raven now, liking it so far.
Forum: AddOn Search/Requests 07-08-11, 11:24 AM
Replies: 5
Views: 3,687
Posted By wellbeing
yeah, you can set the frame to transparent easily...

yeah, you can set the frame to transparent easily with pitbull.
Forum: AddOn Search/Requests 07-08-11, 08:52 AM
Replies: 5
Views: 3,687
Posted By wellbeing
What i can see: The unit frames can be done in...

What i can see:

The unit frames can be done in several programs. The one I'm using now, pitbull4, is pretty easy to manipulate with a pretty light learning curve. Seerah turned me onto pitbull4 and...
Forum: AddOn Search/Requests 07-07-11, 06:33 PM
Replies: 3
Views: 3,181
Posted By wellbeing
Aura bars

I've tried a number of aura addons only to get used to the display and then have a patch render it unusable for weeks.

Does anyone know of a highly customizable aura display addon that is diligently...
Forum: AddOn Search/Requests 07-07-11, 05:03 PM
Replies: 5
Views: 4,049
Posted By wellbeing
I'm not familiar with what you mean by managing...

I'm not familiar with what you mean by managing mastery..

I did develop, for personal use, an addon that can report back exactly what you spent mana on as numerical totals and percentages of overall...
Forum: AddOn Search/Requests 07-07-11, 04:48 PM
Replies: 3
Views: 4,176
Posted By wellbeing
Thanks. In the time since i've OP'ed i...

Thanks. In the time since i've OP'ed i re-visited pitbull, and after some srs manipulations, i have a fantastic and exact result.

Are you aware of whether or not pitbull is maintained as...
Forum: AddOn Search/Requests 07-07-11, 03:02 PM
Replies: 3
Views: 4,176
Posted By wellbeing
LunarOUF style opacity unitframes.

Prior to 3.2 I used Lunar Unit frames.

This addon allowed me to have almost opaque unitframes at full hp.
When a unit took damage, the lost amount would appear as green and gradually towards red as...
Showing results 1 to 25 of 71