PossessionsCreated by Oystein - Last updated on April 05 2006
Download Possessions 2.0.2 |
11 votes ![]() 17859 downloads
(2061 today) |
Possessions
Comments
linjcan
January 18, 2008 - 9:10 am [ Reply ]I love the addon and it works great. Just one thing tho, it still shows deleted characters. Is there any way of deleting the toon name out of possessions after deleting the toon?
lankyzor
December 30, 2005 - 11:38 am [ Reply ]is it possible to output the list of items to an xml file for people who run guild banks and such? i would like to be able to keep track of all the items i have in my guild bank without having to manually update it each time i check the mail.
rensoldier
July 16, 2005 - 1:44 pm [ Reply ]Hello I yust add this bud i have a problem . is it works with the new patch or not and if it works ok why i cant see the bank items ?
Pls can you help me with this thanks
Greetzz
grimshadow
July 9, 2005 - 3:58 pm [ Reply ]Quote:
|
Originally Posted by illiath
Well, for starters, searchString isn't being passed to the function, nor does it appear to be being created anywhere in the function... I can't remember the others off the top of my head, but that's the first thing that came to mind.
Anyhow, I'll give that a try and let you know what happens. Sorry for the vague message, I just woke up, so I'm still trying to remember where I put the coffee... *grin* |
I like the professions ui but do agree with this quote here. Will this be added in the next version? There are a few more bugs I noticed with this prog.
illiath
July 9, 2005 - 11:19 am [ Reply ]Well, for starters, searchString isn't being passed to the function, nor does it appear to be being created anywhere in the function... I can't remember the others off the top of my head, but that's the first thing that came to mind.
Anyhow, I'll give that a try and let you know what happens.
Sorry for the vague message, I just woke up, so I'm still trying to remember where I put the coffee... *grin*
Oystein
July 8, 2005 - 8:50 pm [ Reply ]What variables can't you see where they come from? :)
Anyway, I'm not quite sure why you're getting that error. As far as I can tell it's happening because Possessions is encountering an item in its data table which doesn't have a name.
Edit line 267, from:
if( ((not searchString) or (searchString and
to
if( value3[INDEX_NAME] and ((not searchString) or (searchString and
Which should allow Possessions to bypass that/those item(s). Lemme know if you find anything strange in that list (items from certain characters missing, any patterns to it, etc).
illiath
July 8, 2005 - 1:35 pm [ Reply ]I get an error with this, every time I try to open the window with /poss I get :-
[string "Interface\AddOns\Possessions\Possessions.lu..."]:277: table index is nil
I tried looking through the code to see what I could find out, but well, to be honest, I'm lost in that code as I can't see where half the variables are coming from, and that's after I reformatted the code to something I could read (my personal preferences for indentations and such)...
From what limited details I saw you accounted for this possibility, but I run both horde and alliance on the same server, just in case that makes a difference...
EDIT: I just updated the code, and it now does work fine... it's a little strange but I'm not missing any items or anything, so maybe it was complaining about some empty slots it was getting information about (one of my addons ran into that problem where it was getting data about empty slots, had to do the same sort of fix).







Language