Showing results 1 to 25 of 186
Search took 0.00 seconds.
Search: Posts Made By: clowcadia
Forum: Lua/XML Help 05-31-10, 07:21 PM
Replies: 1
Views: 2,823
Posted By clowcadia
Loading Saved Variables and continuing variables

how would one, be able to continue a count that has been saved in saved variables from the first session into the second
because i have a count going and it saves till the session end, then i reload...
Forum: Lua/XML Help 05-31-10, 06:29 PM
Replies: 1
Views: 2,792
Posted By clowcadia
scratch that, i think my wireless card was...

scratch that, i think my wireless card was overheated
Forum: Lua/XML Help 05-31-10, 05:47 PM
Replies: 1
Views: 2,792
Posted By clowcadia
addon causing high latency?

not very sure what is going on but when i load my add on, it works great but when i reload(not quiting using /ui reload) my game i seam to get high latency

addon lua

-- Author : Andrew
--...
Forum: Lua/XML Help 05-31-10, 01:05 AM
Replies: 10
Views: 3,893
Posted By clowcadia
hmm ok very informative Torhal. thank you very...

hmm ok very informative Torhal.
thank you very much
now i got another problem. i got a second subtable made for session count. but that resets every time i reload
and the number doesnt appear in...
Forum: Lua/XML Help 05-30-10, 11:52 PM
Replies: 10
Views: 3,893
Posted By clowcadia
hmm intresting, i worked with the table[value]...

hmm intresting, i worked with the table[value] before but when i came to pairs function, it was said that pairs works to a limit. where it does not work with subtables such as table[value]
Forum: Lua/XML Help 05-30-10, 11:36 PM
Replies: 10
Views: 3,893
Posted By clowcadia
ok i am not that dumb after all i tested it...

ok i am not that dumb after all

i tested it with fresh file, and it madea new one as it should, then i changed the date, it made a new one no problme, but once i left it alone to see if it...
Forum: Lua/XML Help 05-30-10, 11:30 PM
Replies: 10
Views: 3,893
Posted By clowcadia
double checking code, is a must .. feel dumb

double checking code, is a must .. feel dumb
Forum: Lua/XML Help 05-30-10, 11:29 PM
Replies: 10
Views: 3,893
Posted By clowcadia
nvm still the same probleme

nvm still the same probleme
Forum: Lua/XML Help 05-30-10, 11:26 PM
Replies: 10
Views: 3,893
Posted By clowcadia
ok it works properly now thanks crystal

ok it works properly now thanks crystal
Forum: Lua/XML Help 05-30-10, 11:13 PM
Replies: 10
Views: 3,893
Posted By clowcadia
made the changes you have advised. and yet i am...

made the changes you have advised. and yet i am running in the same problem
but now i have been reloading, so it should mean it should compare the dates, and yet still says "creating a new date...
Forum: Lua/XML Help 05-30-10, 10:52 PM
Replies: 10
Views: 3,893
Posted By clowcadia
Block too big?

i get an error, every time that i log in on a new day
do to one function that i will highlight, that created too much tables and gives me an erros of block too big
any ideas why

-- Author :...
Forum: Lua/XML Help 05-30-10, 09:05 PM
Replies: 272
Views: 71,650
Posted By clowcadia
thank you crystal

thank you crystal
Forum: Lua/XML Help 05-30-10, 05:03 PM
Replies: 3
Views: 3,867
Posted By clowcadia
thank you guys, i shall try that. (if u are...

thank you guys, i shall try that. (if u are willing to answear this, but is this a valid question to be posted. because i understand some things can be found in documentations and stuff. but i looked...
Forum: Lua/XML Help 05-30-10, 04:42 PM
Replies: 3
Views: 3,867
Posted By clowcadia
working with table.insert and pairs(tables).. confused

i have made a lua code trying to work out something on my addon but it self doesnt give me the right values when i print

loadCount=0
tableCount=0
loadCount=loadCount + 1


loadedTable = loadedTable...
Forum: Lua/XML Help 05-30-10, 11:18 AM
Replies: 272
Views: 71,650
Posted By clowcadia
just to note, my last post have been edited

just to note, my last post have been edited
Forum: Lua/XML Help 05-30-10, 02:28 AM
Replies: 272
Views: 71,650
Posted By clowcadia
been reading around tables,and ready programming...

been reading around tables,and ready programming with lua, and the explanations are very complex, and the coding is not very relative with the functions we use for wow. i had read such sites before i...
Forum: Lua/XML Help 05-29-10, 12:40 PM
Replies: 272
Views: 71,650
Posted By clowcadia
hehe thanks torhal, and crystal to torhal int he...

hehe thanks torhal, and crystal

to torhal int he code you were asking what to insert on the else function, if it happens to be that else it will insert the new table with its new date

to...
Forum: Lua/XML Help 05-29-10, 02:18 AM
Replies: 272
Views: 71,650
Posted By clowcadia
hehe i am sorry for asking u for the questions i...

hehe i am sorry for asking u for the questions i should be finding myself
but i think this one is legit

i got this errorMessage: Interface\AddOns\GVLT\core.lua:32: attempt to perform arithmetic on...
Forum: Lua/XML Help 05-28-10, 09:06 PM
Replies: 272
Views: 71,650
Posted By clowcadia
hehe, i like how they have it for free online i...

hehe, i like how they have it for free online
i am getting a book soon too
but i got a question that i may not find in documentations, i read somethings online about the pairs function but i doing...
Forum: Lua/XML Help 05-28-10, 06:45 PM
Replies: 272
Views: 71,650
Posted By clowcadia
i tryd to make anew frame, or make my own frame...

i tryd to make anew frame, or make my own frame instead and it doesn't seam to work, so what so special about evFrame
(i changed al evFrame s to gvltFrame)get errors
Forum: Lua/XML Help 05-28-10, 06:13 PM
Replies: 272
Views: 71,650
Posted By clowcadia
lol i am not sure if i got this right? but maybe...

lol i am not sure if i got this right? but maybe u have not realized when i asked i was wondering if there was a key and value set for az tab in guild bank is there a code. but the first paragraph...
Forum: Lua/XML Help 05-28-10, 06:09 PM
Replies: 272
Views: 71,650
Posted By clowcadia
if ( type(value) == "table" ) then ---what does...

if ( type(value) == "table" ) then ---what does this do?
for key1,value1 in pairs(value) do---what does this do?

i think i understand most but a few entries
Forum: Lua/XML Help 05-28-10, 03:21 PM
Replies: 272
Views: 71,650
Posted By clowcadia
ahh ok now i am fully understanding that...

ahh ok now i am fully understanding that function
since u duplicated, not sure if u have more tabs in ur guild, but do u have more then 2 appear? if no is there a function that querys guild for the...
Forum: Lua/XML Help 05-28-10, 03:12 PM
Replies: 272
Views: 71,650
Posted By clowcadia
ok some what understand another though i had...

ok some what understand another though i had though, in the pairs function what does value stand for is it {[value] = blah(blah will be displayed?)}
or is it {[value](its name will display)}
under...
Forum: Lua/XML Help 05-28-10, 01:20 PM
Replies: 272
Views: 71,650
Posted By clowcadia
ok, so if we try and prevent updates from being...

ok, so if we try and prevent updates from being cluttered is this possible
if recordingTime(d,+1,m) then---day,hour,minute

another question, what is the difference between then and do, else and...
Showing results 1 to 25 of 186