Showing results 1 to 25 of 49
Search took 0.00 seconds.
Search: Posts Made By: Drshow
Forum: Lua/XML Help 01-27-10, 04:45 PM
Replies: 16
Views: 6,073
Posted By Drshow
Mornign everyone who its morning for, bah for...

Mornign everyone who its morning for, bah for everyone else,
L O L
Forum: Lua/XML Help 01-27-10, 04:43 PM
Replies: 4
Views: 3,504
Posted By Drshow
also you maybe just wanna save the string you are...

also you maybe just wanna save the string you are filtering to savedvar first. I found this will avoid amost all nil issues "aside from server side latency where the data doent get downloaded before...
Forum: Lua/XML Help 01-27-10, 04:41 PM
Replies: 4
Views: 3,504
Posted By Drshow
with this are you running into "nil" issues. I...

with this are you running into "nil" issues. I was having similar issues with an addon of mine. The easiest for me has been to convert. EG.
-- the sample string is...
Forum: Lua/XML Help 01-27-10, 01:40 AM
Replies: 16
Views: 6,073
Posted By Drshow
Or did you mean why am i caching them to...

Or did you mean why am i caching them to savedvar? if so i was pulling all local but i seemed to having intermitten nil errors, like creating a new character ect. I had asked in forums if there was...
Forum: Lua/XML Help 01-27-10, 01:37 AM
Replies: 16
Views: 6,073
Posted By Drshow
This is a sample of the string i had to filter or...

This is a sample of the string i had to filter or match for each. In browsing do you see a better way todo. "and as per Character Icons ? im going to have to say oops lol, i really didnt know. ...
Forum: Lua/XML Help 01-27-10, 01:23 AM
Replies: 16
Views: 6,073
Posted By Drshow
and ty again for the snippet :)

:) n ty for snippet by the way work perfect. and its scalable.
Forum: Lua/XML Help 01-27-10, 01:19 AM
Replies: 16
Views: 6,073
Posted By Drshow
Ok here it is, need alil crit.

Its not pretty by any means, i ran into 2 problems.
1 having to removing text string formating. In doing so i created another problem i over looked for a short time. Some times the text strings...
Forum: Lua/XML Help 01-23-10, 01:02 AM
Replies: 16
Views: 6,073
Posted By Drshow
OK so far so good one last request. I was like to...

OK so far so good one last request. I was like to add all the values of ["Money"], "per character", together to make ["ALLmoney"]

SavedVariable in .lua
GTgameArray = {
["Dragonblight"] = {
...
Forum: Lua/XML Help 01-22-10, 02:19 PM
Replies: 16
Views: 6,073
Posted By Drshow
ya im thinking i really comlicated it.

im trying yours now and oh my god, so much simpler that what i was trying to do.
Forum: Lua/XML Help 01-21-10, 05:37 PM
Replies: 16
Views: 6,073
Posted By Drshow
this i see is gonna be a feat

well i can see this is going to be a feat.

Im going to create a table with 50 string slots "max number of characters one is allowed to create".
Each character will be table.insert into the next...
Forum: Lua/XML Help 01-21-10, 04:39 PM
Replies: 16
Views: 6,073
Posted By Drshow
so far

so far no luck
Forum: Lua/XML Help 01-19-10, 06:10 PM
Replies: 16
Views: 6,073
Posted By Drshow
i am loading this during OnLoad and have tried...

i am loading this during OnLoad and have tried loading after.
Forum: Lua/XML Help 01-19-10, 06:01 PM
Replies: 16
Views: 6,073
Posted By Drshow
Question Saving Game Wide Total Gold to SavedVariables.

i am trying to build an array of toons i have on all servers and there money. i studied Titan Panels Server total gold per fraction, was closest to what i am looking for but i am trying to get all...
Forum: Chit-Chat 11-26-09, 10:50 AM
Replies: 7
Views: 4,843
Posted By Drshow
mmmmmmmmmmmmmm smell the turkey hehe.

mmmmmmmmmmmmmm smell the turkey hehe.
Forum: AddOn Search/Requests 11-19-09, 03:16 AM
Replies: 7
Views: 5,319
Posted By Drshow
sample

Ok, i got the link to your characters, and the image you wanted, here is the cut png with no back ground. Ill add your logo to it when i get alil more...
Forum: Lua/XML Help 11-18-09, 08:23 PM
Replies: 12
Views: 6,275
Posted By Drshow
lmfao, did it default to 0 or no. I had same...

lmfao, did it default to 0 or no. I had same issue on PTR n it loaded only double dashes -- untill i called the function.
Forum: AddOn Search/Requests 11-18-09, 08:10 PM
Replies: 7
Views: 5,319
Posted By Drshow
I can draw for ya possibly. Are you going to be...

I can draw for ya possibly.
Are you going to be using screen shots of characters for this, or any of the characters?
What will the text read, and do you have a font in mind?
What is the purpose of...
Forum: Lua/XML Help 11-18-09, 02:49 AM
Replies: 12
Views: 6,275
Posted By Drshow
when you say gold counter

when you say gold counter, are you trying to display current gold with refreshes, or are you counting gold from a source only.
Forum: Lua/XML Help 11-18-09, 02:42 AM
Replies: 12
Views: 6,275
Posted By Drshow
hope this helps

In guild tax i got current gold held to display with coin format with
set text with coin icons

local convertedYM -- call for local before OnEvent

function YourMoney() -- call after OnEvent
...
Forum: Lua/XML Help 11-17-09, 03:31 PM
Replies: 2
Views: 13,073
Posted By Drshow
ty so much, we did find a away to compile the...

ty so much, we did find a away to compile the full list to lua, and reformat for wiki.

http://www.wowwiki.com/Complete_list_of_Achievement_ID%27s

is the complete list of achievements and there...
Forum: Lua/XML Help 11-16-09, 08:31 PM
Replies: 2
Views: 3,712
Posted By Drshow
OMG Seerah, i just had a duh moment lol. TY so...

OMG Seerah, i just had a duh moment lol. TY so much. I was actually way off on how to parse that table with as little code as possible.

I spent all night trolling on Curse with another trying to...
Forum: Lua/XML Help 11-15-09, 04:25 PM
Replies: 2
Views: 3,712
Posted By Drshow
Lightbulb Saving Achievement List with ID's to Variable

i am just trying to parse a search string and save the results to a variable. Anyone proof read my code n correct me, please lol.
variable name = AchievID
so far it just saves x,n not the actual...
Forum: Lua/XML Help 11-15-09, 12:11 PM
Replies: 2
Views: 13,073
Posted By Drshow
Arrow List of Comparison & Achievement ID's

ty so much, we did find a away to compile the full list to lua, and reformat for wiki.

http://www.wowwiki.com/Complete_list...evement_ID%27s...
Forum: Lua/XML Help 11-05-09, 06:36 AM
Replies: 11
Views: 4,314
Posted By Drshow
OMG what a tease, :p Post the fixed code snippet...

OMG what a tease, :p Post the fixed code snippet for us so we have an archive of the snippet, perhaps the next who runs into same problems will have a faster solution.
Forum: Lua/XML Help 11-03-09, 06:28 AM
Replies: 11
Views: 4,314
Posted By Drshow
LMFAO @ innocent, mmhmmm all i have to say is...

LMFAO @ innocent, mmhmmm all i have to say is sometimes people need to see the fire before it burns them or they dont know its fire.
Showing results 1 to 25 of 49