Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Sent_
Forum: Lua/XML Help 11-07-07, 07:55 PM
Replies: 3
Views: 3,803
Posted By Sent_
Is Possible to reload data without /reloadui

Here's my problem

I have this .toc file

[...]
MyMod.lua
MyMod2.lua

players_list.lua
Forum: Class Discussions 04-15-07, 05:25 PM
Replies: 8
Views: 4,871
Posted By Sent_
...and frostbite and shatter, invaluable farmer's...

...and frostbite and shatter, invaluable farmer's companions and part of the efficency of frost.

I leveled fire/arc arc/fire till 60 then respeced frost for raiding needs.
I level deep frost from 60...
Forum: Lua/XML Help 01-08-07, 11:09 AM
Replies: 4
Views: 3,369
Posted By Sent_
If I understood you...

If I understood you have:
GuildRecruit_OptionsOnLoad() - Called as <OnLoad> script for your frame(s)
GuildRecruit_Loaded() - Called when VARIABLES_LOADED is fired

The problem is in the...
Forum: AddOn Help/Support 12-16-06, 07:05 PM
Replies: 4
Views: 3,621
Posted By Sent_
To move my tooltip I use the old good...

To move my tooltip I use the old good TTW
http://ui.worldofwar.net/ui.php?id=437
just update the .toc
Forum: Lua/XML Help 12-11-06, 05:08 AM
Replies: 16
Views: 4,880
Posted By Sent_
function Handler(text) local argT =...

function Handler(text)
local argT = {};
gsub(text, "(%S+)", function(w) tinsert(argT, w) end)

if (argT[1] == "show") then
--argT[2] checks...
Forum: Lua/XML Help 12-10-06, 07:33 PM
Replies: 16
Views: 4,880
Posted By Sent_
May I suggest something like this function...

May I suggest something like this

function Handler(text)
local argT = {};
gsub(text, "(%S+)", function(w) tinsert(argT, w) end)

if (argT[1] == "a") then
--do stuff

elseif (argT[1] == "b")...
Showing results 1 to 6 of 6