Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: suipsyco
Forum: Lua/XML Help 04-28-16, 10:18 AM
Replies: 5
Views: 2,250
Posted By suipsyco
Thanks, I knew there had to be a better way, but...

Thanks, I knew there had to be a better way, but after searching for half an hour I decided to try my own way lol.
Forum: Lua/XML Help 04-27-16, 07:06 PM
Replies: 5
Views: 2,250
Posted By suipsyco
basic function help

I have a similar code that functions, so I copied the frame, setscript and registerevent codes from the working addons, yet for somereason the very first print statement wont run on this code, any...
Forum: Lua/XML Help 04-20-16, 01:39 AM
Replies: 12
Views: 8,746
Posted By suipsyco
See things like the character limit, I would...

See things like the character limit, I would never have thought of.
The macro you posted colors the "Not completed", but not the "completed"
The original macro is:
/run for i=1,GetNumSavedInstances()...
Forum: Lua/XML Help 04-19-16, 03:01 PM
Replies: 12
Views: 8,746
Posted By suipsyco
Vrul, that last macro you posted does exactly...

Vrul, that last macro you posted does exactly what my guildy wanted! Thanks! I hate to bother you again, but I want to add color to the completed and not completed lines.
I have this macro:
/run for...
Forum: Lua/XML Help 04-17-16, 12:10 AM
Replies: 12
Views: 8,746
Posted By suipsyco
Semlar, I'll look into that some more but the...

Semlar, I'll look into that some more but the error in my macro results just make me more confused with what you put, I figure out they were in a wrong order of some sort, but the boss names all...
Forum: Lua/XML Help 04-15-16, 04:25 PM
Replies: 12
Views: 8,746
Posted By suipsyco
Thanks for pointing out the 1-i issue, that made...

Thanks for pointing out the 1-i issue, that made that line work better, but its the other line thats not giving results, and thats the more important line
Forum: Lua/XML Help 04-15-16, 01:29 PM
Replies: 12
Views: 8,746
Posted By suipsyco
Dungeon IDs

A guildy asked me about adding a reporting function for LFR lockouts to my addon. Problem is LFR isnt in the /raidinfo tables so I've been searching for an alternative.

I found...
Forum: Lua/XML Help 04-06-16, 11:33 AM
Replies: 6
Views: 1,939
Posted By suipsyco
Thank you all I will make the changes and install...

Thank you all I will make the changes and install bug grabber. The blizzard Lua Error grabber just told me a "." expected near do, which wasn't helping :p
Forum: Lua/XML Help 04-06-16, 12:58 AM
Replies: 6
Views: 1,939
Posted By suipsyco
basic function help

I'm sure I just have some simple syntax error, but I cant see it...

local tanks = {};

function FindTanks()
for i = 1 .. 40 do
local unit = "raid" .. i;
if UnitGroupRolesAssigned(unit) ==...
Forum: Lua/XML Help 04-02-16, 09:44 PM
Replies: 10
Views: 4,996
Posted By suipsyco
So its the location where I put the slash command...

So its the location where I put the slash command that's messing it up?, I do have the frame described further in the code. I read somewhere that the slash commands needed to be declared in the...
Forum: Lua/XML Help 04-02-16, 09:04 PM
Replies: 10
Views: 4,996
Posted By suipsyco
Gotcha, so, the slash command is working, but the...

Gotcha, so, the slash command is working, but the goal of the slash command is to show the frame again after its been closed. Once again, everywhere I check, I need to use the Show() function for the...
Forum: Lua/XML Help 04-02-16, 08:29 PM
Replies: 10
Views: 4,996
Posted By suipsyco
Thanks that worked! So am I to understand that...

Thanks that worked! So am I to understand that SlashCmdList[""] need to be a function then?
Forum: Lua/XML Help 04-02-16, 06:55 PM
Replies: 10
Views: 4,996
Posted By suipsyco
Slash Commands

I've read so many posts and tutorials on this but I can't find the fault in my code... i have

SlashCmdList["RAIDLOCKREPORT"] = DEFAULT_CHAT_FRAME:AddMessage("Working");
SLASH_RAIDLOCKREPORT1 =...
Showing results 1 to 13 of 13