Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: tyroneexe
Forum: Lua/XML Help 02-23-16, 11:14 AM
Replies: 36
Views: 10,157
Posted By tyroneexe
are we talking { ...

are we talking {
Icon="Interface\\Icons\\Ability_rogue_sprint";
Tooltip="Amphitheater of Annihilation(AoA)";
Message={
...
Forum: Lua/XML Help 02-23-16, 10:05 AM
Replies: 36
Views: 10,157
Posted By tyroneexe
Well, well, I must say I didn't think you'd...

Well, well, I must say I didn't think you'd actually changed all the messages and emotes to the ones I'd set up. You're code was ready to go, after activating the part to only show in Ashran. Very...
Forum: Lua/XML Help 02-14-16, 06:54 AM
Replies: 36
Views: 10,157
Posted By tyroneexe
Thank you, I will check it out and play around...

Thank you, I will check it out and play around with it when I have time later. :)
Forum: Lua/XML Help 02-13-16, 03:59 PM
Replies: 36
Views: 10,157
Posted By tyroneexe
This looks very interesting. I starting to...

This looks very interesting. I starting to understand the code, but like languages it's easier to understand sentences than construct sentences.

My current code, not altered yet, provides these two...
Forum: Lua/XML Help 02-13-16, 09:02 AM
Replies: 36
Views: 10,157
Posted By tyroneexe
Still messing around with the addon. After a test...

Still messing around with the addon.
After a test in Ashran last night, I found some functions could be added.

So I've added a second frame and found some code SDPhantom helped another user...
Forum: Lua/XML Help 02-12-16, 06:20 PM
Replies: 36
Views: 10,157
Posted By tyroneexe
Thanks a bunch. Tested and it works, pops up as...

Thanks a bunch. Tested and it works, pops up as soon as I step over the border between Warspear and Ashran. Now I'm ready to steal all the glory and say I did it all on my own ;)


I was wondering...
Forum: Lua/XML Help 02-12-16, 05:38 PM
Replies: 36
Views: 10,157
Posted By tyroneexe
The quest to make the addon/frame hidden when not...

The quest to make the addon/frame hidden when not in ashran continues.

Tried if pvpMapID = 3 then
frame:Show()
else
frame:Hide()
end

also frame:SetShown(pvpMapID(3))
and
Forum: Lua/XML Help 02-12-16, 04:36 PM
Replies: 36
Views: 10,157
Posted By tyroneexe
Yeah, I did set it to true, but nothing - tried...

Yeah, I did set it to true, but nothing - tried again and it worked - might have been a typo or not changing Frame to frame (heard case matters)

Current code: local CreateButton; do-- Prototype for...
Forum: Lua/XML Help 02-12-16, 04:28 PM
Replies: 36
Views: 10,157
Posted By tyroneexe
I not sure what I'm to change (which parts and...

I not sure what I'm to change (which parts and where in the code). I think here: -- Register handlers
btn:RegisterForClicks("AnyUp");-- Register all buttons
...
Forum: Lua/XML Help 02-12-16, 03:45 PM
Replies: 36
Views: 10,157
Posted By tyroneexe
It is in there as far as I can see. I tried...

It is in there as far as I can see.

I tried adding Frame:SetClampedToScreen(enable), but it just returned an error.

Frame:SetClampedToScreen(enable) --True to limit the frame's boundaries to those...
Forum: Lua/XML Help 02-12-16, 02:59 PM
Replies: 36
Views: 10,157
Posted By tyroneexe
Thank you guys/girls so much. It's working now...

Thank you guys/girls so much. It's working now and with the cleanup SDPhantom gave it, !buggrabber (ty FizzleMizz) stopped complaining.

EDIT: I should specify what is working. The buttons are now...
Forum: Lua/XML Help 02-12-16, 01:56 PM
Replies: 36
Views: 10,157
Posted By tyroneexe
I moved the frame to the top and renamed it (i...

I moved the frame to the top and renamed it (i hope it's the right spot) - This now shows the frame, unmovable, but not the buttons.

Am I missing something after frame:StopMovingOrSizing() ?...
Forum: Lua/XML Help 02-12-16, 12:57 PM
Replies: 36
Views: 10,157
Posted By tyroneexe
Question Movable frame with buttons inside (lua)

I'm trying to make a small addon (my first time) and I'm very new to coding - did some html when the internet was young, but that's kinda it.

The addon: The addon is meant to help people lead in...
Showing results 1 to 13 of 13