Showing results 1 to 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: _Max_Cavalera_
Forum: Lua/XML Help 11-29-16, 08:34 AM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
Thank you both, I totally get it. About the . I...

Thank you both, I totally get it.

About the . I was actually already using it, learned from the docs I read on tables when researching this issue, what I understood was a . replaces [""], so...
Forum: Lua/XML Help 11-28-16, 07:20 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
So the problem is trying to create 2 new table...

So the problem is trying to create 2 new table "levels" at the same time? One table that doesn't exist [profile] inside another table that also doesn't exist yet [realm .. " " .. name].

If that's it...
Forum: Lua/XML Help 11-28-16, 03:32 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
lol xD i edited it, but that's not the problem,...

lol xD i edited it, but that's not the problem, that error was just here when i wrote it again, on the actual addon it's fine.
Also had an error on "profile", wrote "profiles", but again, that error...
Forum: Lua/XML Help 11-28-16, 02:21 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
So, I've been trying to find out how to do...

So, I've been trying to find out how to do something and after a few days of trying in my free time I'm going crazy.

I have this array of tables (I think that's how you call it), and I'm trying to...
Forum: Lua/XML Help 11-23-16, 06:07 AM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
If you checked the posts where we talked about it...

If you checked the posts where we talked about it you probably know this.

Initially I started by using UNIT_INVENTORY_CHANGED, then i realized my mega tiny addon went from the initial 4kb memory to...
Forum: Lua/XML Help 11-22-16, 08:08 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
Doesn't PLAYER_EQUIPMENT_CHANGED already take...

Doesn't PLAYER_EQUIPMENT_CHANGED already take care of that?

I use it to update when we change specialization (change weapon) and it works fine for that at least.

As it was talked about, the problem...
Forum: Lua/XML Help 11-22-16, 05:24 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
Yeah, i guess... I'm gonna keep trying to find...

Yeah, i guess...

I'm gonna keep trying to find another way, it's not like I have a deadline on this or anything, it's just a learning tool.
Forum: Lua/XML Help 11-22-16, 06:15 AM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
We already talked about that.

We already talked about that.
Forum: Lua/XML Help 11-21-16, 01:59 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
ok, yeah that seems like a good idea, it's not...

ok, yeah that seems like a good idea, it's not like I'm using the Frame specifically for anything other than to define a space/anchor for everything else, right? So making it a button would allow me...
Forum: Lua/XML Help 11-21-16, 05:37 AM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
ok I see, I was missing the "escape sequence", I...

ok I see, I was missing the "escape sequence", I actually thought I would have to do something like that, like I do with colors using |c |r, but I didn't know how that's called so searching for it...
Forum: Lua/XML Help 11-20-16, 08:17 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
I don't know how it works, but usually with the...

I don't know how it works, but usually with the texture path I can just put the path inside a SetText and get the icon next to the text, right? Pretty sure I've seen people do that, but can't really...
Forum: Lua/XML Help 11-20-16, 08:28 AM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
Been full of work lately. I'm gonna try to add...

Been full of work lately.
I'm gonna try to add some more functionality to the addon, click to open the artifactUI, slash commands, unlock/lock to move the frame, maybe a right click menu to change...
Forum: Lua/XML Help 11-16-16, 08:59 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
I have 5 110's and never seen anything other than...

I have 5 110's and never seen anything other than Stamina :/ Have to check it more carefully.
What some have that I've noticed is, on healing and tank spec for example they get bonus damage on top of...
Forum: Lua/XML Help 11-16-16, 04:52 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
oh, ok Then I guess I will need it since I want...

oh, ok
Then I guess I will need it since I want to use mouse clicks after :)
Forum: Lua/XML Help 11-16-16, 02:24 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
After my "epiphany" yesterday when going to bed,...

After my "epiphany" yesterday when going to bed, I got to think that Lombra was most probably right when saying the best way in this case would be to just do those 1 or 2 lines again since it was...
Forum: Lua/XML Help 11-15-16, 09:46 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
So, just to see if I got it. Putting it inside...

So, just to see if I got it.

Putting it inside the OnEvent isn't a good idea like I imagined.

Returning the values from the OnEvent so I can use them outside on another function (which was what I...
Forum: Lua/XML Help 11-15-16, 07:45 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
So, I'm already adding functionality, made a...

So, I'm already adding functionality, made a tooltip so that when I add more info I won't get it 100% of the time on the screen.

local function OnEnter(self)
GameTooltip:SetOwner(self,...
Forum: Lua/XML Help 11-15-16, 04:58 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
Yeah, for sure, if it's not 100% correct I'm not...

Yeah, for sure, if it's not 100% correct I'm not gonna use it for sure.
Forum: Lua/XML Help 11-15-16, 03:21 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
Damn, you guys are too awesome... I'm learning...

Damn, you guys are too awesome... I'm learning more these last few days than I did these last few weeks xD

The %5$d stuff I eventually understood the logic, I edited my post, but thanks for...
Forum: Lua/XML Help 11-15-16, 01:40 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
I still find it very strange like that. I get it,...

I still find it very strange like that. I get it, but just find it strange.

Definitely find the not not itemid (that was talked about a few posts before) easier to understand in that case for some...
Forum: Lua/XML Help 11-15-16, 09:17 AM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
ok, i've been reading the code you put up (thanks...

ok, i've been reading the code you put up (thanks once again for that), i'm implementing it right now, have a few questions though since I'm doing this to learn, implementing without knowing why or...
Forum: Lua/XML Help 11-13-16, 09:34 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
I haven't had any time today to implement...

I haven't had any time today to implement anything but I wanted to stop by to thank you guys for the help and keeping the discussion alive :)

btw, by my limited tests, PLAYER_EQUIPMENT_CHANGED seems...
Forum: Lua/XML Help 11-12-16, 07:46 AM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
Well... I completely messed that one up, was...

Well... I completely messed that one up, was probably using BAG_UPDATE, no wonder it wasn't a good choice :p

You've been a huge help, I've learned a lot so far, thank you for that.

I'm going to...
Forum: Lua/XML Help 11-11-16, 05:09 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
I'm not counting reloads as a login, when I said...

I'm not counting reloads as a login, when I said it some times works I mean actual logins, going out to char select and going in again.

As for the specialization change, initially I was using...
Forum: Lua/XML Help 11-11-16, 04:12 PM
Replies: 68
Views: 16,906
Posted By _Max_Cavalera_
I completely forgot to say that the event that...

I completely forgot to say that the event that seems to be some times ignored is only the initial one, in my case the PLAYER_LOGIN.
I also tried PLAYER_ENTERING_WORLD and have the same problem, some...
Showing results 1 to 25 of 27