Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: TransformedBG
Forum: AddOn Help/Support 01-22-23, 12:22 AM
Replies: 4
Views: 1,601
Posted By TransformedBG
anyone? just bumping looking for answers..

anyone? just bumping looking for answers..
Forum: AddOn Help/Support 01-19-23, 11:35 PM
Replies: 4
Views: 1,601
Posted By TransformedBG
Post I know that API Changed Just trying to make it work...

So classic addons crashed obviously since the API updated. one of the functions I was using was using.
GetCurrencyListSize() which simply changed to C_CurrencyInfo.GetCurrencyListSize()

however now...
Forum: Lua/XML Help 10-06-20, 07:24 PM
Replies: 1
Views: 4,128
Posted By TransformedBG
lists with variables?

is there a way to put a variable into a list? my brain aint working today...


ie:


some_list = {}
some_list["whatevre"] = {
"something something something " (some variable) " sometihng...
Forum: Lua/XML Help 04-11-20, 11:21 PM
Replies: 6
Views: 1,988
Posted By TransformedBG
So i still have to be doing something wrong......

So i still have to be doing something wrong... when i call EventWatcher (/run EventWatcher("PLAYER_LEVEL_UP");) i get the message as i am supposed to. I can see the addon loaded, etc.



--[[...
Forum: Lua/XML Help 04-11-20, 02:51 PM
Replies: 6
Views: 1,988
Posted By TransformedBG
Thanks appreciate that. With covid and free time...

Thanks appreciate that. With covid and free time im looking to get back into coding. Its just hard trying to find a good source.

Just out of curiosity what does the frame in your template do? Is...
Forum: Lua/XML Help 04-11-20, 12:34 AM
Replies: 6
Views: 1,988
Posted By TransformedBG
Just trying to revive an old add... need a little help

Not sure what all has changed, but i was trying to revive my old level announcer addon, and i haven't really touched it since probably BC... anyways... For the most part most of my functions work......
Forum: Lua/XML Help 10-06-15, 08:49 PM
Replies: 8
Views: 3,237
Posted By TransformedBG
now it all makes sence.. thats the answer i was...

now it all makes sence.. thats the answer i was looking for lol.. thank you.
Forum: Lua/XML Help 10-06-15, 05:44 PM
Replies: 8
Views: 3,237
Posted By TransformedBG
I'm not playing private... I'm just tinkering...

I'm not playing private... I'm just tinkering with code... trying to understand the coding differences.
Forum: Lua/XML Help 10-06-15, 04:40 PM
Replies: 8
Views: 3,237
Posted By TransformedBG
Okay.. any ideas why I get an error when I use...

Okay.. any ideas why I get an error when I use the # sign?

Basically I'm working on editing an addon I made for cata to work on vanilla...
Forum: Lua/XML Help 10-06-15, 04:09 PM
Replies: 8
Views: 3,237
Posted By TransformedBG
Help me understand

Is
Local sumAmount = #sumlist

The same as
Local sumAmount = table.getn (sumList) (I think that's the call I'm using... out working not looking at my code.

Aldo what do the # mean
Forum: Lua/XML Help 11-17-10, 09:35 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
awesome that works! one more question.. How do...

awesome that works!

one more question..

How do you target self?

Ie toon name: bob

i would like for it to say :Woo hoo bob just leveled"
Forum: Lua/XML Help 11-17-10, 07:24 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
So i got it all up and running fine.. now i want...

So i got it all up and running fine.. now i want to expand on this function a little more. I want to have multiple saying that it could randomly select to say instead of one defined saying.

I was...
Forum: AddOn Search/Requests 11-17-10, 06:55 PM
Replies: 5
Views: 3,396
Posted By TransformedBG
Sloppy Joe!

Sloppy Joe!
Forum: Chit-Chat 11-05-10, 03:39 PM
Replies: 68
Views: 36,471
Posted By TransformedBG
Transformed B = By G= God. All in all Transformed...

Transformed B = By G= God. All in all Transformed By God, been using ever since the day i took Jesus Christ as my personal lord and savior Aug 18,1998.
Forum: UI Screenshots, Feedback and Design Discussion 11-05-10, 03:01 PM
Replies: 4,945
Views: 2,240,570
Posted By TransformedBG
My rogues: http://i56.tinypic.com/2ev7lzl.jpg My...

My rogues:
http://i56.tinypic.com/2ev7lzl.jpg

My Pally: (pre-4.0.1)
http://i51.tinypic.com/16h451.jpg
Forum: Lua/XML Help 11-03-10, 06:40 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
So i would need to extract the name then do a...

So i would need to extract the name then do a simple code like

local name = string.match(msg, "(.+) has came online.);
if ( (name ~= self) ) then
SendChatMessage("Hello "...name..."! Nice to...
Forum: Lua/XML Help 11-03-10, 06:13 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
Okay, so self is a representation of an...

Okay, so self is a representation of an "argument" or event being passed into the function.

So if i pass in a (self, event, ...)

the self would be the player that logged on? or how could i record...
Forum: Lua/XML Help 11-03-10, 03:17 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
Aww okay i wasnt quite sure.. Have another...

Aww okay i wasnt quite sure..


Have another question rather than make a new thread.

I want to extend my function to something that would tell a guildie who logs on hello. im thinking it would look...
Forum: Lua/XML Help 11-02-10, 06:01 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
YTMD! Scope.. oh how i have forgot about that...

YTMD! Scope.. oh how i have forgot about that word..

But just curious.. what does "..." mean exactly?
Forum: Lua/XML Help 11-02-10, 04:49 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
so i tried /print in game and even tired...

so i tried /print in game and even tired print(GLUAFrame) in the .lua file

/print in game just give me refert to help yada yada yada
and when i put it in the lua file i get a return value of nil....
Forum: Lua/XML Help 11-02-10, 03:34 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
okay so after /run...

okay so after /run GLUA.OnEvent("PLAYER_LEVEL_UP") the function was successful.

However I cant get the OnLoad function to load when the game starts.. any idea?
Forum: Lua/XML Help 11-02-10, 02:42 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
Ty kind sir.. let me give this a shot and see...

Ty kind sir.. let me give this a shot and see what happens
Forum: Lua/XML Help 11-01-10, 10:43 PM
Replies: 21
Views: 13,302
Posted By TransformedBG
Functions for dummies?

So im a Noob not going to lie. And ive done the simple "hello world" file. Worked fine ect.

Now im just trying to get a little more in depth by doing simple yet not so simple things like functions....
Showing results 1 to 23 of 23