Showing results 1 to 25 of 369
Search took 0.01 seconds.
Search: Posts Made By: Xrystal
Forum: Chit-Chat 08/25/14, 09:38 PM
Replies: 6
Views: 12,778
Posted By Xrystal
No more ESO for me

The initial novelty of ESO was fun, but as with any game I have played in the last 5 years I have always ended up going back to WOW and ESO it appears is no different as I have been spending more and...
Forum: General Authoring Discussion 08/04/14, 01:49 PM
Replies: 6
Views: 4,476
Posted By Xrystal
This is pretty much how I get to those names in...

This is pretty much how I get to those names in my addon. Except for the strformat part.
Forum: General Authoring Discussion 08/04/14, 01:47 PM
Replies: 11
Views: 8,738
Posted By Xrystal
Sheesh, Glad I didn't assume that my addon...

Sheesh, Glad I didn't assume that my addon changes were finished. Looks like I have to do another adjustment to the link code in my addon.
Forum: General Authoring Discussion 07/29/14, 05:57 PM
Replies: 3
Views: 3,615
Posted By Xrystal
I'm not sure how it would affect things but you...

I'm not sure how it would affect things but you could have it so that it only tracks normal state after player state has been processed, then once normal state has been checked it stops tracking it...
Forum: General Authoring Discussion 07/29/14, 04:16 PM
Replies: 3
Views: 3,367
Posted By Xrystal
note to self, read question a bit more carefully...

note to self, read question a bit more carefully ... read it as who received what dropped item not what dropped an item. My apologies.
Forum: General Authoring Discussion 07/28/14, 04:20 PM
Replies: 3
Views: 3,367
Posted By Xrystal
local function OnReceiveLoot(eventID, receivedBy,...

local function OnReceiveLoot(eventID, receivedBy, item, quantity, itemSound, lootType, self)
EVENT_MANAGER:RegisterForEvent(addonName,EVENT_LOOT_RECEIVED,OnReceiveLoot)

item if memory serves is...
Forum: General Authoring Discussion 07/27/14, 05:37 PM
Replies: 6
Views: 7,174
Posted By Xrystal
Have you tried the other Camera events ? Some...

Have you tried the other Camera events ? Some of them sound like they may be useful, even if not exactly what you want.
Forum: Lua/XML Help 07/27/14, 04:19 PM
Replies: 2
Views: 3,992
Posted By Xrystal
I think the idea is that the TopLevelWindow won't...

I think the idea is that the TopLevelWindow won't have a parent. By default it's parent is GuiParent. You would use Control to create controls/windows/frames that are children of other...
Forum: General Authoring Discussion 07/23/14, 03:17 PM
Replies: 8
Views: 8,209
Posted By Xrystal
Woot, no more for loops rofl. Although that...

Woot, no more for loops rofl. Although that function probably does all that stuff itself anyway.
Forum: General Authoring Discussion 07/21/14, 02:32 PM
Replies: 8
Views: 8,209
Posted By Xrystal
I always translated ipairs to mean indexedpairs...

I always translated ipairs to mean indexedpairs so only ever use it for tables that I know were indexed 1 to #tab. For the most part I use pairs as most of my tables are indexed by name rather than...
Forum: AddOn Help/Support 07/19/14, 10:20 PM
Replies: 6
Views: 6,843
Posted By Xrystal
Is it hovering over links in chatframe ? Have you...

Is it hovering over links in chatframe ? Have you got a chatframe addon that plays with how links are displayed ?

Just an idea as I spotted this error in my gatherer addon and am working on an...
Forum: AddOn Search/Requests 07/15/14, 02:28 PM
Replies: 2
Views: 2,785
Posted By Xrystal
I doubt ESO is that loose on it's addon access. ...

I doubt ESO is that loose on it's addon access. As far as I am aware the first point of access for addons is when the addon in question is loaded and then when the character is activated in game.
Forum: Tech Chat 07/14/14, 02:22 PM
Replies: 2
Views: 5,882
Posted By Xrystal
Hmm, I always thought that you had to hold down...

Hmm, I always thought that you had to hold down the sprint button to keep sprint active as it eats up your energy/power at a greater rate while sprinting. If I let go of the button I stop sprinting....
Forum: General Authoring Discussion 07/14/14, 02:18 PM
Replies: 33
Views: 40,618
Posted By Xrystal
Ah, now that concat didn't even cross my mind .....

Ah, now that concat didn't even cross my mind .. I always assumed table.concat was for concatenating tables not values within tables. Very interesting.

And yes, true, I am always up for learning...
Forum: General Authoring Discussion 07/13/14, 06:12 PM
Replies: 33
Views: 40,618
Posted By Xrystal
Thanks, this information is appreciated. I know...

Thanks, this information is appreciated. I know about the gsub routines but I have revised my code somewhat to be less repetitive but this way I know when I look at the code in 6 months time I won't...
Forum: General Authoring Discussion 07/13/14, 03:55 PM
Replies: 33
Views: 40,618
Posted By Xrystal
Thanks, have been trying that but doesn't seem to...

Thanks, have been trying that but doesn't seem to work. I currently have this block running to see if that theory panned out but nada, the reworked link is still reported as broken.


local...
Forum: General Authoring Discussion 07/13/14, 03:01 PM
Replies: 33
Views: 40,618
Posted By Xrystal
edit: But then again .. this link works...

edit: But then again .. this link works fine



edit2: Very curious, the same item and thus the same link shows as both bad and good linking even though the link is only stored once for each item...
Forum: General Authoring Discussion 07/12/14, 09:00 PM
Replies: 11
Views: 10,258
Posted By Xrystal
Me too .. once addons are activated I'll be...

Me too .. once addons are activated I'll be testing that in my addon amongst others.
Forum: AddOn Help/Support 07/12/14, 05:05 PM
Replies: 4
Views: 5,048
Posted By Xrystal
Giving it a test whirl... But, just in case this...

Giving it a test whirl...

But, just in case this is the case for you as well, the folder name for the addon is the same name as the txt file inside right ?

edit:
Are you assuming because the...
Forum: General Authoring Discussion 07/12/14, 03:56 AM
Replies: 22
Views: 18,893
Posted By Xrystal
I like the idea of the GetItemUniqueID function...

I like the idea of the GetItemUniqueID function but I cannot see a function or set of functions to gain access to other data if you have the UniqueID stored for an item. That would save a lot of...
Forum: News 07/05/14, 11:05 AM
Replies: 56
Views: 85,915
Posted By Xrystal
It must be accessing it somehow as my gatherer...

It must be accessing it somehow as my gatherer addon is still able to access ALL data in the saved variables file. I've logged in twice since this all went gaga and gathered a total of 10 items ( my...
Forum: General Authoring Discussion 06/30/14, 01:39 PM
Replies: 53
Views: 40,325
Posted By Xrystal
I use SlotUpdate to get item information from the...

I use SlotUpdate to get item information from the inventory and LootReceived to confirm the details were received by the user of the addon and not a third party nearby. It only writes the item...
Forum: AddOn Help/Support 06/29/14, 05:08 AM
Replies: 18
Views: 13,844
Posted By Xrystal
Well just gone through all but a couple ( Price...

Well just gone through all but a couple ( Price Check, FTC, Raieta Subtitles ) which I can't find on this site under those names and none of the addons have a readme.txt. So either it is one of the...
Forum: AddOn Help/Support 06/28/14, 04:28 PM
Replies: 18
Views: 13,844
Posted By Xrystal
okay, Which addons do you have installed ?...

okay,

Which addons do you have installed ?


Another option to determine which of your addons is causing the problem is by removing all your addons and add them one at a time and see what the...
Forum: Chit-Chat 06/27/14, 01:23 PM
Replies: 12
Views: 13,895
Posted By Xrystal
Hmm I was wondering that. It was pretty similar...

Hmm I was wondering that. It was pretty similar with wow. I might see if I can just copy over the folder contents and run the patcher afterwards to add in the rest of the stuff it needs.
Showing results 1 to 25 of 369