Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: philoubmx
Forum: Lua/XML Help 07-19-08, 02:44 PM
Replies: 4
Views: 3,489
Posted By philoubmx
Hi, Yes but its the "local" time, not server...

Hi,
Yes but its the "local" time, not server side. I would like to get the server date to be sure that everone has the same date.
Forum: Lua/XML Help 07-19-08, 02:38 PM
Replies: 4
Views: 3,489
Posted By philoubmx
[?] In game date ?

Hi everyone,

Im a beginner on addon dev, so my question is maybe stupid.
I just would like to know if a function to get the "in game date" (edit : the server date) exists ( GetGameDate ?)

Thanks.
Forum: General Authoring Discussion 08-08-07, 03:05 PM
Replies: 6
Views: 3,294
Posted By philoubmx
Thanks for your help. In fact, i see that string...

Thanks for your help.

In fact, i see that string concatenation take lot of memory and that is more usefull on my case to use table and then concat it.

Exemple :
tmp = "";
for i=1; 40; do
tmp = tmp...
Forum: General Authoring Discussion 08-08-07, 02:15 PM
Replies: 6
Views: 3,294
Posted By philoubmx
Forget my post ... Its not Unitxxx which is the...

Forget my post ...
Its not Unitxxx which is the problem.

I try with

function My_UnitMana(unitid)
--return UnitMana(unitid) or "";
return 9999;
end
and i have the same problem.
Forum: General Authoring Discussion 08-08-07, 01:07 PM
Replies: 6
Views: 3,294
Posted By philoubmx
Hi, This this the function i use : function...

Hi,

This this the function i use :

function My_UnitMana(unitid)
return UnitMana(unitid) or "";
end

...
And i call it like this :
Forum: General Authoring Discussion 08-08-07, 12:21 PM
Replies: 6
Views: 3,294
Posted By philoubmx
Unhappy Memory optimization with UnitName, UnitMana ...

Hi everybody;

First, i would like that i'm french, so sorry for my poor english :confused:

I'm developping my own addon for raid management. I'have installed RessourceTool in order to check how...
Showing results 1 to 6 of 6