Download
(26Kb)
Download
Updated: 03-27-10 08:36 AM
Pictures
File Info
Updated:03-27-10 08:36 AM
Created:03-14-10 11:57 AM
Downloads:3,952
Favorites:44
MD5:

Possessions (WotLK 3.3)

Version: 3.1
by: thisapimp [More]

I love this addon and it broke a few patches ago. I decided to clean it up to remove most of the errors. While I was at it I added a feature to filter out items from any guild bank (a checkbox above the search button).

My goal with this update was to make Possessions usable again. I'm not an addon expert so if someone wants to take over maintenance and clean up every feature (specifically the slots filter), feel free to post in the comments forum or provide a link and I'll add the link to this description. Here is the old description for anyone new to Possessions:


Possessions is an AddOn to keep track of all your... possessions.

It will keep track of the items on all your alts (per server), including worn items, items in your inventory, items in your bank and even items in your mailbox (that you've seen).

In the Possessions window you can then filter the list to show items from a certain player or a certain location.

The items are grouped together and the tooltip will show you how many you have of the item at each location.

So, if you want to see if you have any silk cloth anywhere you can just do '/poss silk cloth', and Possessions will show, in its window, all items matching 'silk cloth'. Mouseover that, and you'll see, for example, that you have 10 silk cloth in your bank, 50 silk cloth in your alt's inventory, and 5 silk cloth in your mailbox.

Additionally, Possessions will keep track of items you mail to known alts (so, if you mail an additional 5 silk to your alt, Possessions will know an additional 5 silk is in your alt's inbox, without relogging).

Optional Files (0)


Post A Reply Comment Options
Unread 03-16-10, 09:11 AM  
flashlight09
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Finally!

Great -- very much looking forward giving it a try tonight. Thanks a lot!!
Report comment to moderator  
Reply With Quote
Unread 03-16-10, 03:43 PM  
andywoho01
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Thank you!

I have waited a long, long time for an update to Possessions and browsed WoW Interface today on the off-chance there would be a fan update. This is surely my lucky day.

Thank you very, very much.

You have restored my faith in humanity.
Report comment to moderator  
Reply With Quote
Unread 03-25-10, 04:51 PM  
Spahut
A Cobalt Mageweaver

Forum posts: 231
File comments: 131
Uploads: 0
Yay!

Cheer thisapimp!
Report comment to moderator  
Reply With Quote
Unread 03-26-10, 04:37 AM  
Spahut
A Cobalt Mageweaver

Forum posts: 231
File comments: 131
Uploads: 0
One feature I'm missing - it used to be that when you opened the window the search field would automatically be selected, so you could just start typing. Now its not selected, so if i start typing i'll be firing off shortcuts to other features all over the place.

Would be handy if it was auto selected again
Report comment to moderator  
Reply With Quote
Unread 03-27-10, 08:33 AM  
thisapimp
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 2
It looks like the version I was using was broken, and there was a working version >.<

I took all the updates from the working version and put them into this addon, and one thing that was there was the search focus so it'll be back in the addon again
Report comment to moderator  
Reply With Quote
Unread 03-27-10, 12:35 PM  
thegriffgeeks
A Kobold Labourer
 
thegriffgeeks's Avatar

Forum posts: 0
File comments: 94
Uploads: 0
woot



'nuff said
__________________
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 05:44 AM  
coani
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 40
Uploads: 3
So... how do I turn off the search focus? I hate it ;p
Nothing more annoying than running around, opening poss to check on something quick that you can do by clicking and.. end up confused wondering why the game ain't responding to your controls... only to realize poss had stolen my keyboard focus for searching.
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 05:57 PM  
thisapimp
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 2
The quickfix would be opening up Possessions.lua and finding this line:

Possessions_SearchBox:SetFocus();

(line 508)

and commenting it out by adding a -- at the beginning of the line.
Report comment to moderator  
Reply With Quote
Unread 04-01-10, 03:22 AM  
funktion
A Deviate Faerie Dragon

Forum posts: 17
File comments: 21
Uploads: 0
hmm. maybe scratch all that. It seems it might have been caused by xperl's raid helper module. I didn't have that part of the addon loaded, but it was checked on for this specific character in the game. When I unchecked it and reloaded the UI possessions seems to be fine. it even shows all her items. /boggle







any reason i'd get this error on one character? I tried to delete the char entry from the .lua but it just recreated it. the only entry is this though:


Code:
["gabreelle"] = {
			["items"] = {
				[-2] = {
				},
			},
			["inboxMoney"] = 0,
		},


~~~~~~~~~~~~~~~~~~~~~
Date: 2010-04-01 02:18:17
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Possessions\Possessions.lua line 1426:
attempt to index field '?' (a nil value)
Debug:
(tail call): ?
[C]: ?
Possessions\Possessions.lua:1426: Possessions_ScanMoney()
Possessions\Possessions.lua:1171: Possessions_PlayerLogin()
Possessions\Possessions.lua:1545: Possessions_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
Last edited by funktion : 04-01-10 at 03:29 AM.
Report comment to moderator  
Reply With Quote
Unread 04-01-10, 07:52 AM  
concave35
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Thank for the update. Greatful you added the guild bank option.

However, is there any chance to enhance it further to choose which guild bank to include and which to ignore?
Report comment to moderator  
Reply With Quote
Unread 04-01-10, 04:57 PM  
thisapimp
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 2
Originally posted by funktion

any reason i'd get this error on one character? I tried to delete the char entry from the .lua but it just recreated it.
I'm not sure, but you could try /poss -clear name to remove the data.
Report comment to moderator  
Reply With Quote
Unread 04-01-10, 05:00 PM  
thisapimp
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 2
I could try adding the guild bank filter, but it might take a while. I'm pretty busy IRL, but it doesn't sound too bad. What I'm not sure about is where to list all the guild banks.
Report comment to moderator  
Reply With Quote
Unread 04-15-10, 05:11 AM  
coani
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 40
Uploads: 3
Once in a while I get this error when logging in and Poss doesn't show any items at all for any char, reloading ui fixes it:

1x Possessions-3.0\Possessions.lua:1426: attempt to index field '?' (a nil value)
Possessions-3.0\Possessions.lua:1171: in function `Possessions_PlayerLogin'
Possessions-3.0\Possessions.lua:1545: in function `Possessions_OnEvent'
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

Locals:
self = Possessions_Frame {
0 = <userdata>
}
playerFaction = nil
playerGuild = nil
realmName = nil
playerName = nil
POSS_INVENTORY_CONTAINER = 0

---
Report comment to moderator  
Reply With Quote
Unread 04-24-10, 02:11 PM  
LaoTseu
A Cyclonian
 
LaoTseu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 67
Uploads: 4
About the once in a while error described by coani, the same thing was happening to me. I investigated and I believe I found the reason and an easy fix.

The problem, possisions use the VARIABLES_LOADED which pull information that may not be present if the using logon procress is not completed. In the case described by coani, either GetRealmName() or UnitName("player") doesn't return a good value at that time.

The fix:

Instead of using VARIABLES_LOADED, call Possessions_VarsLoaded(self) first thing in the Possessions_PlayerLogin() function. Also, you need to register ADDON_LOADED instead of PLAYER_LOGIN and add the event processing for it like so:

Code:
	elseif( event == "ADDON_LOADED" ) then
		if arg1 == "Possessions" then
			self:UnregisterEvent("ADDON_LOADED")

			if IsLoggedIn() then Possessions_PlayerLogin(self) else self:RegisterEvent("PLAYER_LOGIN") end
		end
	end
I don't remember which patch changed the way we have to do addon initialization but it's been quite a while.

Hope that helps.
Report comment to moderator  
Reply With Quote
Unread 04-26-10, 11:36 PM  
Everglow
An Aku'mai Servant
 
Everglow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 94
Uploads: 7
emblems

It seems with the latest patch emblems are no longer tracked. They used to be stored as "keys". Is there any way to add emblem tracking back in to the addon?
__________________
Everglow - Sisters of Elune/US
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: