Results: 228Comments by: Siz
File: Possessions12-13-07
Originally posted by Kuni I'm hav...
Posted By: Siz
Originally posted by Kuni I'm having a problem with the money tracking over numerous characters. Is this a known issue or has anyone else had this problem? That is probably a bug that I didn't think about and didn't notice. I'll fix it. Originally posted by picachu Got following error when taking part of a stack from my g...
File: Saeris's LootLink 8.2.9 Fixed12-11-07
Originally posted by romracer Las...
Posted By: Siz
Originally posted by romracer Last I heard, that whole one-time scan of the AH was disabled server-side recently. Only temproarily though. Was it re-enabled then? I didn't think I ever saw mention that it was. I haven't really heard much of anything about this. I just can't get it to work right.
File: Possessions12-11-07
Yes, good suggestions. Hopefully th...
Posted By: Siz
Yes, good suggestions. Hopefully they will come in time ;) Currently, if lite mode is enabled, separate stacks of the same item (within the guild bank) are combined into a single database entry in possessions. The index at which the item is stored is the (tabNumber * NUM_SLOTS_PER_TAB) + bagSlotNum. Right now, the entire guild ban...
File: LinksList12-09-07
Originally posted by oneoflittlewor...
Posted By: Siz
Originally posted by oneoflittlewords I read every detail on here and the personal web site to see what i have missed. The prob that I am having is ... There was not toggle button when first started and Linkskist is not listed under my key bindings. Could someone help me with this prob. I do not get any error messages and I have ma...
File: Saeris's LootLink 8.2.9 Fixed12-08-07
Originally posted by Hevanus Siz:...
Posted By: Siz
Originally posted by Hevanus Siz: Any chance you might be convinced to add a feature to query the server to validate invalid item links now that the server no longer disconnects you for doing this? ItemSync had a feature to do it even before the change, and I'm currently using TooltipExchange which also has the feature (plus som...
File: Saeris's LootLink 8.2.9 Fixed12-08-07
Originally posted by dwex I'm pre...
Posted By: Siz
Originally posted by dwex I'm pretty sure you're doing those hooks wrong, and they'll taint stuff. You should be using securehookfunc(), since these are post-hooks. Not necessarily. hooksecurefunc() is much more expensive than this simple hooking method, and I have not encountered any tainting issues yet.
File: Saeris's LootLink 8.2.9 Fixed12-07-07
I guess I'll go ahead and post an u...
Posted By: Siz
I guess I'll go ahead and post an update sometime within the next few hours. It won't have the working one-time-scan feature for scanning the AH though :(
File: JewelTips12-07-07
Originally posted by Ghostar I lo...
Posted By: Siz
Originally posted by Ghostar I localize your UI in Chinese. But some player in China told me, they found the gem cant show the right color after itemLink. I found this: Is this error made by this ? As far as I can tell, there is no error with that code. The capital letter words are global variables provided by WoW. anothe...
File: Saeris's LootLink 8.2.9 Fixed12-07-07
In LootLink_Tooltips.lua, replace t...
Posted By: Siz
In LootLink_Tooltips.lua, replace the SetInboxItem function with the one below. GameTooltip.SetInboxItem = function(self, ...) self.LootLink_Original_SetInboxItem(self, ...); local _, link = self:GetItem(); if (link ~= nil) then local _, _, quantity = GetInboxItem( select(1, ...), select(2, ...) ); LootLink:Tooltips_A...
File: Possessions12-07-07
The primary thing holding me back f...
Posted By: Siz
The primary thing holding me back from adding more options is a lack of a place to put them :) This damn addon needs to be rewritten :D
File: JewelTips12-05-07
Originally posted by Kelem Gettin...
Posted By: Siz
Originally posted by Kelem Getting an error JewelTips.lua:434: Attempt to perform arithmetic on field "BUTTON_OFFSETY" (a nil value) JewelTips.lua:447: In main chunk You must be using the latest (essentially beta) version from the wowace SVN... yeah, I'm still working on that :) I think I've fixed the bug, update from the...
File: Saeris's LootLink 8.2.9 Fixed12-05-07
Originally posted by Nathanyel Sa...
Posted By: Siz
Originally posted by Nathanyel Sadly I had to find out that it's LL which is messing up item links in mails with multiple items attached, more specifically it's only showing the tooltip of the first item, whichever item you hover. I know there's LinksList, but would you care to update your LL patch to fix this? LinksList doesn't r...
File: Possessions12-04-07
The bug should be fixed in 2.0.2o v...
Posted By: Siz
The bug should be fixed in 2.0.2o v2 Please report any other bugs.
File: Possessions12-04-07
Re: Re: Guild banks
Posted By: Siz
Thanks for the error reports OrcanWonder, I'll look into them. Your first error could possibly be fixed by uncommenting the three lines in Possessions.lua starting at 445. I don't remember why I commented those out. The second error is probably related. Veyska, I do plan to add some sort of options so that people won't be force...
File: JewelTips11-28-07
Tekkompare puts its tooltips on whi...
Posted By: Siz
Tekkompare puts its tooltips on whichever side has the most room. Move your itemref tooltip to the left half of your screen. Options will likely come eventually.
File: LinksList11-27-07
Recent upate to the ItemDB_Links mo...
Posted By: Siz
Recent upate to the ItemDB_Links module: "Now tries to add to its own database at login by searching through data from Telo's LootLink and Saeris's LootLink if either of those are loaded."
File: Possessions11-24-07
I hope you guys can kind of see how...
Posted By: Siz
I hope you guys can kind of see how it would be difficult to add support for guild banks to Possessions since the addon has been fairly character-centric since its inception. Guild Bank data would have to be shared among characters who are in the same guild, and there is also the question of whether or not the character has any withd...
File: JewelTips11-24-07
Yes, I'll post an update soon to ad...
Posted By: Siz
Yes, I'll post an update soon to add support for some new enchants and permanent enchanting items.
File: Saeris's LootLink 8.2.9 Fixed11-20-07
Yeah, it looks nice too. I've been...
Posted By: Siz
Yeah, it looks nice too. I've been wanting a QuickChatLink for tradeskill spells for a while now. Unfortunately the new LinksList does not yet support randomly enchanted items. I'll probably post one or two more updates to this patch since there are some things I still need to fix.
File: LinksList11-20-07
Looks great so far, thanks for shar...
Posted By: Siz
Looks great so far, thanks for sharing Saeris! I do hope that there will eventually be support for randomly enchanted items :) The different modules provide different functionality to the different addons that Saeris recently posted. Main Addons: (they don't depend on each other) LinksList - The main GUI for displaying a li...
File: Possessions11-18-07
I'll try to have the deDE translati...
Posted By: Siz
I'll try to have the deDE translation ready for the next release thanks to you and Farook's earlier translation which I had to leave commented out because many other parts of the addon are just not yet ready for localization.
File: Saeris's LootLink 8.2.9 Fixed11-15-07
Thanks for the fixes Nathanyel. Som...
Posted By: Siz
Thanks for the fixes Nathanyel. Someone told me Violett was correct a while ago but I forgot to change it. Is DISPLAY_LIBRAMS = ("Buchband"); still correct? Good ideas, just not sure if/when I'll get to them.
File: Saeris's LootLink 8.2.9 Fixed11-15-07
Originally posted by dwex I also...
Posted By: Siz
Originally posted by dwex I also got a warning about a leatherworking bag subtype of containers that was unknown. Yep, I noticed that last night too and it's fixed in my local copy. I'm still trying to get the new, faster auction scanning working, but it's tough to test when I can only do it once every 15 minutes ;)
File: Saeris's LootLink 8.2.9 Fixed11-14-07
Since I do not see the error, I mus...
Posted By: Siz
Since I do not see the error, I must suspect that it is caused by another addon that is incorrectly hooking the SetQuestLogItem function. Does the error still occur when LootLink is the only addon that is loaded? Either way, I've edited LootLink's tooltip functions to be more futureproof anyways.
File: Possessions11-13-07
Originally posted by Movarrin Wil...
Posted By: Siz
Originally posted by Movarrin Will this addon, or does it, support the guild bank feature? It does not. I haven't had access to a guild bank. It may in the future if it would be useful.