Showing results 1 to 25 of 93
Search took 0.01 seconds.
Search: Posts Made By: lyravega
Forum: Lua/XML Help 07/05/14, 12:23 PM
Replies: 12
Views: 7,130
Posted By lyravega
Thanks for the links Seerah, but my problem is...

Thanks for the links Seerah, but my problem is not with scoping. I am just asking if there is a difference between lets say, "function locals" and "file locals".
Forum: Lua/XML Help 07/04/14, 11:58 PM
Replies: 12
Views: 7,130
Posted By lyravega
Ding ding! This is my primary concern. I wasn't...

Ding ding! This is my primary concern. I wasn't able to express myself very well. There still is a gain though, I hope.

Another question, how are the locals in the main body are treated as opposed...
Forum: Lua/XML Help 07/03/14, 01:18 PM
Replies: 12
Views: 7,130
Posted By lyravega
Performance is a primary concern for my code, as...

Performance is a primary concern for my code, as it is time critical. For example, a simple code, which is time critical (expected to finish 100 runs in a second at least):

for derp = 1, 100 do
x =...
Forum: Lua/XML Help 07/03/14, 02:38 AM
Replies: 12
Views: 7,130
Posted By lyravega
LUA Performance questions

Hello all. How is it going? I have some questions, if someone can shed a light on them I'd greatly appreciate that.

My biggest question is, lets assume there is a function which refers to metatable...
Forum: General Authoring Discussion 06/12/14, 06:16 AM
Replies: 11
Views: 7,670
Posted By lyravega
I have a similar request. I have two relatively...

I have a similar request. I have two relatively small add-ons (small userbase, that is), and would like to know if anyone is willing to maintain these.
Forum: Alpha/Beta AddOns 06/06/14, 07:42 PM
Replies: 18
Views: 21,954
Posted By lyravega
I'll get my hands dirty with this :)

I'll get my hands dirty with this :)
Forum: Lua/XML Help 06/03/14, 10:27 AM
Replies: 8
Views: 8,052
Posted By lyravega
Hmm, I understand.

Hmm, I understand.
Forum: Lua/XML Help 06/03/14, 09:26 AM
Replies: 8
Views: 8,052
Posted By lyravega
Garkin, doesn't that return the total sum of that...

Garkin, doesn't that return the total sum of that item in your bag? I was asking for a way to get the "quantity looted" number, rather than the total quantity (just the change in other words),...
Forum: General Authoring Discussion 06/03/14, 09:20 AM
Replies: 22
Views: 17,916
Posted By lyravega
I just enjoy "modding" in general. It is a hobby...

I just enjoy "modding" in general. It is a hobby for me. Also a challenge for me. And I like a good challenge.

About incentives... as long as I am playing the game, that's incentive enough for me....
Forum: Lua/XML Help 06/03/14, 08:02 AM
Replies: 8
Views: 8,052
Posted By lyravega
Is it possible to get quantity number from/for EVENT_SINGLE_SLOT_UPDATE?

This event also fires when you loot an item. I am trying to move away from EVENT_LOOT_RECEIVED to this event, as it offers more flexibility and is easier to access some stuff. However, quantity...
Forum: AddOn Search/Requests 06/02/14, 09:57 AM
Replies: 7
Views: 7,639
Posted By lyravega
I don't remember where they were, but you can...

I don't remember where they were, but you can access to "group1", "group2", and so on and individually alter the marker types, and colors if you so desire.

Though, when someone joins or leaves,...
Forum: General Authoring Discussion 06/02/14, 04:22 AM
Replies: 10
Views: 6,951
Posted By lyravega
Again, I tried all DependsOn, OptionalDependsOn,...

Again, I tried all DependsOn, OptionalDependsOn, and stuff. My problem is not those. My problem is my add-on having to be loaded after another, but yet catch a callback that it fires, which is kinda...
Forum: General Authoring Discussion 06/01/14, 08:28 AM
Replies: 10
Views: 6,951
Posted By lyravega
Yeah, it makes sense now. When one fires, the...

Yeah, it makes sense now. When one fires, the other hasn't even been loaded. Other one needs to register first, so it has to load before but I cannot to that. What I can do is though, that simple...
Forum: AddOn Search/Requests 06/01/14, 03:36 AM
Replies: 7
Views: 6,561
Posted By lyravega
It is stand-alone now.

It is stand-alone now.
Forum: General Authoring Discussion 06/01/14, 03:33 AM
Replies: 10
Views: 6,951
Posted By lyravega
Hmm, I think I understand. Well, "if FTC then"...

Hmm, I think I understand.

Well, "if FTC then" works for me, so I guess I'll be OK for a while. Expecting that someone with 20+ add-ons will report a bug though.
Forum: General Authoring Discussion 05/31/14, 08:16 PM
Replies: 10
Views: 6,951
Posted By lyravega
Yup yup, I register the callback. FTC fires it....

Yup yup, I register the callback. FTC fires it. Via my register, I tested a simple thing, like setting a boolean (FTC_is_loaded) to true from false. When FTC is enabled, it returns true, otherwise...
Forum: General Authoring Discussion 05/31/14, 07:19 PM
Replies: 10
Views: 6,951
Posted By lyravega
Callbacks - What am I doing wrong?

I made a little plug-in for FTC. Atropos contacted me, and gave me some hints, and mentioned me about callbacks. When FTC is ready, it fires a callback called "FTC_Ready". Now, I am trying to use...
Forum: AddOn Help/Support 05/31/14, 04:15 AM
Replies: 3
Views: 4,199
Posted By lyravega
You can view most ability icons with Zgoo, by...

You can view most ability icons with Zgoo, by using /zgoo mouse. Other than that, no clue.
Forum: General Authoring Discussion 05/30/14, 05:39 PM
Replies: 18
Views: 13,630
Posted By lyravega
True, true, but still :)

True, true, but still :)
Forum: Tutorials & Other Helpful Info 05/30/14, 04:38 PM
Replies: 8
Views: 12,337
Posted By lyravega
It was just an example for table.remove, rather...

It was just an example for table.remove, rather than a proper usage for (...) :)
Forum: General Authoring Discussion 05/30/14, 04:35 PM
Replies: 18
Views: 13,630
Posted By lyravega
So, another question about d() then. I looked...

So, another question about d() then.

I looked around but wasn't able to find that post again, which kinda explained how d() works. Which is faster? Adding a message through CHAT_SYSTEM directly, or...
Forum: General Authoring Discussion 05/30/14, 12:58 PM
Replies: 6
Views: 4,520
Posted By lyravega
Uhm, I don't know if table.sort works for tables;...

Uhm, I don't know if table.sort works for tables; I think it only works for arrays (tables with numeric keys in order, 1...n). Don't take my word on it though.

The other thing is, in your function,...
Forum: Tutorials & Other Helpful Info 05/30/14, 09:57 AM
Replies: 8
Views: 12,337
Posted By lyravega
Yeah, I'm trying to grasp my head around those...

Yeah, I'm trying to grasp my head around those stuff :) I am used to ternary operators from C, and just recently discovered that I can do the same with LUA's and/or stuff too (and more), which is...
Forum: Tutorials & Other Helpful Info 05/30/14, 08:45 AM
Replies: 8
Views: 12,337
Posted By lyravega
Question Some Table Tricks

I like tables. A lot. Though they confuse me sometimes, and a LOT if there is a table-ception to speak of :P Anyway, here are some table tricks that might come handy. These already exist in some...
Forum: Lua/XML Help 05/30/14, 08:38 AM
Replies: 23
Views: 54,434
Posted By lyravega
You don't need for loops to find if something...

You don't need for loops to find if something exists in a table if you are not using an array. As long as it is a table, you can use keys like values to check if something exists and work from there....
Showing results 1 to 25 of 93