Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: Tesser
Forum: General Authoring Discussion 04-12-17, 07:40 PM
Replies: 2
Views: 1,555
Posted By Tesser
first the 'Hide()' and then the 'Show()' are...

first the 'Hide()' and then the 'Show()' are commented with 'xyzzy'
https://pastebin.com/Zxg2HMJk

Hide() is within the big init() function.
Show() is within an event listener for...
Forum: General Authoring Discussion 04-12-17, 07:13 PM
Replies: 2
Views: 1,555
Posted By Tesser
[resolved] basic scoping / taint issue

[RESOLUTION]: calling a frame while nested in functions is fine. The problem was that the frame had associated 'Secure' frames with it, and combat was temporarily locking them.

I have one giant...
Forum: Lua/XML Help 12-03-16, 01:58 PM
Replies: 4
Views: 3,517
Posted By Tesser
creating frames with for loops

I've made this generic because the actual loop is 50+ lines and I'm just wondering if I'm missing some basics here.
Everything is working except that when I go to print some information about the...
Forum: Lua/XML Help 11-27-16, 04:01 PM
Replies: 2
Views: 5,563
Posted By Tesser
frame and texture layer order / SetDrawLayer()

EDIT - I got it working just by using less textures.

Not sure the original problem thoughI want to layer 4 images on top of each other but it's behaving totally erratically.

They seem to layer in...
Forum: General Authoring Discussion 11-16-16, 12:36 PM
Replies: 1
Views: 1,568
Posted By Tesser
summon mounts

a bit lazy of me here because I know it's out there, but I've googled for nearly an hour. If somebody knows off the top of their head:

how to view specific mount ID's?
and then the API call to...
Forum: General Authoring Discussion 10-31-16, 08:31 AM
Replies: 11
Views: 3,262
Posted By Tesser
awesome, tyvm for help. Time to learn more...

awesome, tyvm for help. Time to learn more about the custom function environment.
Forum: General Authoring Discussion 10-30-16, 06:34 PM
Replies: 11
Views: 3,262
Posted By Tesser
If anyone can think of an addon that detects your...

If anyone can think of an addon that detects your pvp status I'd be grateful to hear it, to scan through the code.
Forum: General Authoring Discussion 10-29-16, 04:12 PM
Replies: 11
Views: 3,262
Posted By Tesser
yea it's looking like this is a question for the...

yea it's looking like this is a question for the GHI creator (I've left a post, usually takes a couple weeks to respond)

Because I know it IS a function, and 99% of functions seem to be available to...
Forum: General Authoring Discussion 10-29-16, 03:39 PM
Replies: 11
Views: 3,262
Posted By Tesser
/dump GetPVPDesired() [1]=true But the problem...

/dump GetPVPDesired()
[1]=true

But the problem is not from the WoW command / macro line - the problem is from within Gryphonheart Items addon, which allows you to script your own lua.
I've...
Forum: General Authoring Discussion 10-29-16, 03:09 AM
Replies: 11
Views: 3,262
Posted By Tesser
updated slightly - it is available in macros...

updated slightly - it is available in macros actually, so I have the syntax right. Just no addons it seems.

And yea it returns true / false in macros.
Forum: General Authoring Discussion 10-28-16, 10:47 PM
Replies: 11
Views: 3,262
Posted By Tesser
detect pvp status somehow??

* SOLUTION * it is indeed just a GHI environment problem; not a code problem. It has to be updated with patches.

I could really use the following function which seems to be disallowed in addons...
Forum: Chit-Chat 10-21-16, 01:57 PM
Replies: 5
Views: 11,624
Posted By Tesser
I love stuff like this. First of all, any talk...

I love stuff like this.

First of all, any talk of mapping information would be remiss without this classic essay by the founder of modern American...
Forum: Lua/XML Help 10-21-16, 01:21 PM
Replies: 5
Views: 1,600
Posted By Tesser
*EDIT* I've now got it officially working! I...

*EDIT* I've now got it officially working! I *think* the problem was the location of the concatenation, but I changed a lot and am not sure. You can paste this full item code into an Advanced Item...
Forum: Lua/XML Help 10-20-16, 09:49 PM
Replies: 5
Views: 1,600
Posted By Tesser
Here is actually a *working* example, but notice...

Here is actually a *working* example, but notice there are 2 commented out conditional statements. With them commented, it works. With them in it doesn't. This leads me to think it may in fact be...
Forum: Lua/XML Help 10-20-16, 12:03 PM
Replies: 5
Views: 1,600
Posted By Tesser
limits of execution environment??

this one has me stumped; my only thought is I don't have enough resources allocated to execute this. I'm writing this lua within Gryphonheart addon, which until now has never presented problems like...
Showing results 1 to 15 of 15