Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
2.0.2o-v5-30000
Date:
11-03-2008 08:12 PM
Size:
24.75 Kb
Downloads:
19,123
Favorites:
277
MD5:
Pictures
Click to enlarge
Possessions Siz for WotLK
Possessions (WotLK)   Popular! (More than 5000 hits)
WoW 3.0.2 and Wrath of the Lich King Beta compatible version of
Possessions Updated (by Siz)


Changes:
2.0.2o-v5-30000
- Chat linking fixed.
- Dressup item fixed.
- WIM3 compatibility.

2.0.2o-v4-30000
- Guild bank scanning fixed.
- .toc update
2.0.2o-v3-30000-1
- Open with the cursor in the Search Field.
2.0.2o-v3-30000
- Various widget updates for wow 3.x
(uidropdownmenu, fauxscrollframe, this->self, etc)
  Optional Files - Possessions (WotLK)
Sorry, there are currently no optional files available.
  Comments - Possessions (WotLK)
Post A Reply Comment Options
Old 07-23-2009, 05:26 PM  
thegriffgeeks
Mod Queen
 
thegriffgeeks's Avatar
Premium Member

Forum posts: 0
File comments: 77
Uploads: 0
request please

it would be nice if the delete data functionality would be restored...instead of having to delete the variables file and then relogging into all toons before use. Thanks!
__________________
thegriffgeeks is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-08-2009, 02:46 PM  
gimnar
A Kobold Labourer
 
gimnar's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Hi,

It possible write all command /poss.

I can find command for all query icon
gimnar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-24-2009, 03:49 PM  
Lucindae
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Guild Bank option

I'd really like to see a filter for build banks. I don't want to know the sum total of my stuff plus the guild bank's stuff. I just want the sum total to show just my stuff.
Lucindae is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2009, 03:16 AM  
M-A-X
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Quote:
Originally posted by Fruiffi
I don't get any of that, sadly. Nothing happens, can't get the addon up at all.
Just delete the addonfolder and the possessions file in WTF folder and after that reinstall the addon. I guess you have old possession Date which screws up the new version of this addon.

Apart from that: Are there any similar addons? i cant find any ^^
M-A-X is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-21-2009, 05:11 PM  
Jesamyn
<This Space for Rent>
 
Jesamyn's Avatar
Premium Member

Forum posts: 136
File comments: 81
Uploads: 0
WTB way to delete information for deleted toons?
__________________

I'm not an idiot. I'm just harmlessly psychotic.
Jesamyn is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-11-2009, 08:47 AM  
Fruiffi
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Quote:
Originally posted by shank

Oddly, atm if you type /poss or /possessions and hit enter, the command is not sent and you don't get an error. The text sits in the chat's text field and hitting Enter does nothing. You can however type "/poss potion" and the gui opens with the search performed.
I don't get any of that, sadly. Nothing happens, can't get the addon up at all.
Fruiffi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-03-2009, 10:00 PM  
kaimox
A Kobold Labourer

Forum posts: 1
File comments: 39
Uploads: 0
As far as I understand WoW addons are only able to use the data stored in the SavedVariables-Directories of the account you are currently using. So no, I don't think it's possible ingame - unless you merge the data by hand or with an appropriate tool OUTSIDE the game.
kaimox is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-21-2009, 07:17 PM  
Suziekew
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Multiple Accounts

I'm sure there's an answer here somewhere but I can't find it.

Is there or will there be, support for multiple accounts? In other words, all chars who have logged in on that particular computer are itemized, nomatter what account they're on? Or can I do something to have it do that?
Suziekew is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-16-2009, 02:56 PM  
shank
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Goncyn, it works! Thanks.

Last edited by shank : 02-16-2009 at 03:02 PM.
shank is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-15-2009, 09:35 PM  
Goncyn
A Defias Bandit

Forum posts: 2
File comments: 9
Uploads: 0
Fix for hotkey being typed into the search field when you open Possessions and for the missing names in the keybinding UI:

Bindings.xml
Code:
<Bindings>
    <Binding name="POSSESSIONS_TOGGLE" header="POSSESSIONS" runOnUp="true">
        if (keystate == "up") then
            Possessions_Toggle()
        end
    </Binding>
</Bindings>
Possessions.lua (insert wherever)
Code:
-- binding names
BINDING_HEADER_POSSESSIONS = "Possessions"
BINDING_NAME_POSSESSIONS_TOGGLE = "Toggle Possessions"
Goncyn is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-31-2009, 11:54 AM  
shank
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
The slash commands haven't worked since an official version or two ago. Typing /poss used to bring up the gui in a clean state.

Oddly, atm if you type /poss or /possessions and hit enter, the command is not sent and you don't get an error. The text sits in the chat's text field and hitting Enter does nothing. You can however type "/poss potion" and the gui opens with the search performed.

I major gripe of mine is that when you use a keybinding to open the Possessions window, the keybound char is automatically added to the search field. Thus you always have to manually delete the character out of the search field before performing your search. I am surprised I don't hear a lot of complaints about this, since the /poss command doesn't work and you're almost forced to use a keybinding.

Also, Possessions' area in Blizzard's Key Bindings menu just kind of floats there. There is no label.
shank is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-30-2009, 11:37 AM  
dicemanrick
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Partial success:

I used the interface to key-bind "control-p" to possessions. The screen then comes up and is mainly usable, There is some overwriting of text visible at top and bottom of the panel. I still get the eroor but at least I can get poss to come up.
dicemanrick is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-20-2009, 03:47 PM  
recluse
A Wyrmkin Dreamwalker
 
recluse's Avatar
Interface Author - Click to view interfaces

Forum posts: 50
File comments: 71
Uploads: 11
I'm sure things are still being worked on here, but I wanted to come here and beg for the ability to shift- and control-click items in the list for dressing room, chat links. I could have sworn pre-WotLK versions allowed this...

The other BIG turnon for me would be if you could allow the blacklisting of specified characters, and more importantly guild banks. I love knowing what my bank alt's guild has, but I could care less about my main's guild bank (when looking to see what -I- have).
__________________
We'd be together, but only diamonds last forever...

Last edited by recluse : 01-20-2009 at 03:51 PM.
recluse is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-01-2009, 12:14 AM  
Fruiffi
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I'm getting the same problem, as well. WhoHas will work, but I can't get the actual Possessions menu to come up.

This is the error I get:


Date: 2008-12-31 23:27:20
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\Possessions\Possessions.lua line 1214:
Usage: GetItemInfo(itemID|"name"|"itemlink")
Debug:
(tail call): ?
[C]: ?
[C]: ?
Possessions\Possessions.lua:1214: Possessions_AddTextures()
Possessions\Possessions.lua:1086: Possessions_VarsLoaded()
Possessions\Possessions.lua:1520: Possessions_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Swatter, v3.1.9 (<%codename%>)
UTF, v3.0.2.1
Babylonian, v5.1.DEV.130
Configator, v5.1.DEV.160
Decursive, v2.3.0
EquipCompare, v2.14
flagRSP2, v2.0.0
Gatherer, v3.1.9
MapNotes, v5.14.30000
MapNotesBrowser, vv1.00.30000
MapNotesIconLib, v1.04.30000
MapNotesIconLibFancy, v
MapNotesIconLibLegacy, v
MapNotesIconLibNeptunia, v
MapNotesIconLibNumbers, v
Outfitter, v4.3.1
Possessions, v2.0.2o v5
QuestHelper, v0.79
RPHelper2, v2.23
SellValue, v
WhoHas, v2.4.1
(ck=1f2)

Last edited by Fruiffi : 01-01-2009 at 12:29 AM.
Fruiffi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-31-2008, 11:19 AM  
dicemanrick
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I know how to install. I get error message:

Error: Usage: GetItemInfo(itemID|"name"|"itemlink")
AddOn: Possessions
File: Possessions.lua
Line: 1214
Count: 1

Poss never loads, I suppose because of this error..


Quote:
Originally posted by Zidomo
Read & follow the instructions on how to install mods here: Installing Interfaces.
dicemanrick is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.