Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Tageshi
Forum: Lua/XML Help 10-29-14, 07:16 AM
Replies: 22
Views: 9,540
Posted By Tageshi
There is no ID for profession names, but there is...

There is no ID for profession names, but there is spellid for profession spell on your spellbook.

You can get profession spell names like below:
#Alchemy
/dump...
Forum: Lua/XML Help 09-21-14, 09:01 AM
Replies: 19
Views: 8,136
Posted By Tageshi
LOL. What a coincidence.

LOL. What a coincidence.
Forum: Lua/XML Help 09-21-14, 08:57 AM
Replies: 19
Views: 8,136
Posted By Tageshi
You have to notice a colon between...

You have to notice a colon between DEFAULT_OBJECTIVE_TRACKER_MODULE and SetStringText.

function DEFAULT_OBJECTIVE_TRACKER_MODULE:SetStringText(fontString, text, useFullHeight, colorStyle,...
Forum: Lua/XML Help 09-13-14, 02:43 PM
Replies: 3
Views: 2,502
Posted By Tageshi
Another example, where I assumed you want to sort...

Another example, where I assumed you want to sort Accountant_Data with its tiltles.

Accountant_Data = {
["TRAIN"] = {title = "ACCLOC_TRAIN", somedata = "foo"},
["TAXI"] = {title =...
Forum: Lua/XML Help 08-05-14, 10:07 AM
Replies: 8
Views: 4,065
Posted By Tageshi
How about to re-write like this? local function...

How about to re-write like this?

local function job1(bu)
bu.SelectedTexture:SetDrawLayer("BACKGROUND")
bu.SelectedTexture:SetTexture(r, g, b,...
Forum: WoD Beta archived threads 08-05-14, 07:13 AM
Replies: 40
Views: 38,331
Posted By Tageshi
GetMacroIcons

GetMacroIcons(table) will (sometimes?) populate numbers in the table instead of string for texture file path.
And we need to use texture:SetToFileData() for numbers instead of texture:SetTexture()...
Forum: WoWI's Pick(s) of the Week 06-26-12, 07:15 AM
Replies: 1
Views: 11,961
Posted By Tageshi
Oh, Thank you for picking up ForwardMail! And...

Oh, Thank you for picking up ForwardMail! And that's a nice mail icon. :)
Showing results 1 to 7 of 7