Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: Hiketeia
Forum: Lua/XML Help 08-01-16, 09:23 AM
Replies: 3
Views: 1,801
Posted By Hiketeia
Tables - count items in them

I'm missing something here... transitioning from other languages to lua and I've got a gap somewhere I was hoping you could point it out to me and give me some reference material to fill in the...
Forum: Lua/XML Help 07-30-16, 09:40 PM
Replies: 4
Views: 1,333
Posted By Hiketeia
np. sometimes all it needs is a second pair of...

np. sometimes all it needs is a second pair of eyeballs. or a second single eyeball. or a screenreader with a second set of hears - don't mean to be mean to the eyeless.
Forum: Legion Beta archived threads 07-30-16, 08:44 PM
Replies: 15
Views: 4,784
Posted By Hiketeia
New feature -- the 'Mog...

New feature -- the 'Mog Log'
https://github.com/ChrisNolan/InspectorGadgetzan/raw/master/images/MogLog-1.jpg
https://github.com/ChrisNolan/InspectorGadgetzan/raw/master/images/MogLog-3.jpg
'MogLog'...
Forum: General Authoring Discussion 07-30-16, 12:35 PM
Replies: 23
Views: 6,886
Posted By Hiketeia
Using a chat frame as a log for addon?

I'm trying to re-use as much as I can within the UI and thinking about the ChatFrame as a way to log stuff about my addon.

My idea was to have a window available on the screen which keeps a record,...
Forum: Lua/XML Help 07-29-16, 11:10 PM
Replies: 4
Views: 1,333
Posted By Hiketeia
I'd guess that your "max" is bigger than you...

I'd guess that your "max" is bigger than you think it is and it is trying to handle an orb that is out of range.

Is there a reason one loop uses bar.maxOrbs and the other just max?
Forum: General Authoring Discussion 07-29-16, 11:04 PM
Replies: 3
Views: 1,880
Posted By Hiketeia
I was working on the same thing last night- ...

I was working on the same thing last night- ha!

I did a little example addon for others in case they get stuck too. Not as detailed as your stuff, but might help others get off the ground. It is...
Forum: Legion Beta archived threads 07-28-16, 11:19 PM
Replies: 15
Views: 4,784
Posted By Hiketeia
Using a bunch of Ace3 libraries the addon now has...

Using a bunch of Ace3 libraries the addon now has a minimap & LDB access to it's commands, as well as an Interface Options panel where you can turn on or off the minimap, and re-enable the 'pickup'...
Forum: Legion Beta archived threads 07-28-16, 08:15 AM
Replies: 15
Views: 4,784
Posted By Hiketeia
Thanks for the patch! That's most excellent. ...

Thanks for the patch! That's most excellent. I'll work it in later today.

I was looking at "LibInspect (http://www.wowace.com/addons/libinspect/)" last night for ideas on how to deal with the...
Forum: Legion Beta archived threads 07-27-16, 11:27 PM
Replies: 15
Views: 4,784
Posted By Hiketeia
Thanks for the feedback VincentSDSH! I have 3 or...

Thanks for the feedback VincentSDSH!

I have 3 or 4 tabs open on my browser reading up on just that. I admit figuring out the right library or tool to use to simplify the integration of it is a tad...
Forum: AddOn Help/Support 07-27-16, 02:20 PM
Replies: 12
Views: 9,643
Posted By Hiketeia
Are the people getting the warning multiple times...

Are the people getting the warning multiple times saying it is ok, or are they saying it isn't and then trying again?
Forum: Legion Beta archived threads 07-27-16, 08:36 AM
Replies: 15
Views: 4,784
Posted By Hiketeia
I've renamed it --...

I've renamed it -- https://github.com/ChrisNolan/InspectorGadgetzan

and I've posted it up @
http://www.wowinterface.com/downloads/info24082-InspectorGadgetzan.html
awaiting approval.
Forum: Lua/XML Help 07-26-16, 09:23 PM
Replies: 3
Views: 1,178
Posted By Hiketeia
Thanks for the reply. I didn't want to change...

Thanks for the reply. I didn't want to change anything, I just wanted to cause it to happen. I dug through ItemRef and just look the code I needed for now from there.

Is there any standard method...
Forum: Legion Beta archived threads 07-26-16, 09:11 PM
Replies: 15
Views: 4,784
Posted By Hiketeia
haven't re-named it yet, but much much closer to...

haven't re-named it yet, but much much closer to release.

Here is a screen shot of the new tab added to the Inspect Frame.

http://i.imgur.com/ChiBNBq.jpg

You can see what mount the person is on,...
Forum: Lua/XML Help 07-26-16, 06:51 AM
Replies: 3
Views: 1,401
Posted By Hiketeia
zork! Awesome, thanks for putting all that...

zork! Awesome, thanks for putting all that together. I'll take a look.
Forum: Lua/XML Help 07-25-16, 11:41 PM
Replies: 3
Views: 1,401
Posted By Hiketeia
Button template resource?

Does anyone know of a resource which shows what all the different button templates available in game look like?

Poking around the ui with /fstack for buttons that might work in my addon and I'm...
Forum: Lua/XML Help 07-25-16, 11:32 PM
Replies: 3
Views: 1,178
Posted By Hiketeia
How to handle the click of a 'link'

Probably really simple, pardon me please.

If a "link" (like an itemLink) is printed to the chat frame, when you click on it, it does something - for an item, it opens the tooltip, for pet, the...
Forum: Legion Beta archived threads 07-25-16, 01:41 PM
Replies: 15
Views: 4,784
Posted By Hiketeia
I'm bouncing around just 'InspectGadget' (drop...

I'm bouncing around just 'InspectGadget' (drop the 'or'), or 'InspectorGadgetzan' (but my engineering skill might not be high enough :p).
Forum: Legion Beta archived threads 07-25-16, 01:24 PM
Replies: 15
Views: 4,784
Posted By Hiketeia
Doh! :eek: How'd I miss that. That's what I...

Doh! :eek: How'd I miss that. That's what I get for thinking myself soooo clever ;-)
Forum: Legion Beta archived threads 07-24-16, 11:22 PM
Replies: 15
Views: 4,784
Posted By Hiketeia
Talking Inspector Gadget

Hi all,

I'm getting ready to release the v0.1 of my addon (gulp!) and was wondering if y'all could take a quick look at it and give it a once over for conflicts obvious bugs. Functionality wise,...
Forum: Lua/XML Help 05-14-16, 05:51 PM
Replies: 2
Views: 1,714
Posted By Hiketeia
Pretty! I used to use 'Multishot' addon but it...

Pretty! I used to use 'Multishot' addon but it broke a while back. Thanks for sharing.
Forum: Lua/XML Help 05-14-16, 05:44 PM
Replies: 7
Views: 4,664
Posted By Hiketeia
myrroddin, thanks for the suggestion on...

myrroddin, thanks for the suggestion on INSPECT_READY. I was going to do that in the full code, just trying to do a proof of concept now. The nil was on the item call, it had the correct name...
Forum: Lua/XML Help 05-14-16, 02:58 PM
Replies: 7
Views: 4,664
Posted By Hiketeia
Not that I can see :confused: How responsive is...

Not that I can see :confused:

How responsive is the wow ui team for requesting new api calls? Maybe with all the wardrobe stuff happening for legion they'd give us one that could work? Best place...
Forum: Lua/XML Help 05-14-16, 02:57 PM
Replies: 7
Views: 4,664
Posted By Hiketeia
So I used some code I found at this link:...

So I used some code I found at this link: http://us.battle.net/wow/en/forum/topic/8481388146 for scanning tooltips. Got the name of the inventory item, works on me.

Tried it on a guy next to me,...
Forum: Lua/XML Help 05-14-16, 02:13 PM
Replies: 7
Views: 4,664
Posted By Hiketeia
Inspect another's transmog info?

Still new at this all so I can't tell if I just can't find the function I want, or if it doesn't exist, or if I'm not using the calls I have correctly...

I want to be able to get item info about...
Forum: General Authoring Discussion 04-21-16, 02:27 PM
Replies: 3
Views: 2,140
Posted By Hiketeia
Thanks! I don't think I want to deal with taint...

Thanks! I don't think I want to deal with taint so I'll go another route.
Showing results 1 to 25 of 33