Reply
Thread Tools Display Modes
Unread 10-26-11, 12:36 AM   #1
TimeBomb
Claw of Regulos
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 21
1.6 PTS latest update includes basic inventory API functionality.

Source:
http://forums.riftgame.com/beta-addo...ml#post3315754

Quote:
* Added Inspect.Item.List and Utility.Item.Slot.*. This gives the ability to inspect item IDs in the player's inventory and other similar inventory-ish areas. This API is highly incomplete and may change without warning.
Hopefully this means we will also be able to use the items.
If that is so, an addon that creates a custom one-bag should be possible. The problem is it would be a custom UI.
There has been no mention about being able to access/edit the preexisting UI; if that is added, then that would make the custom one-bag addon even better. Cross your fingers.
TimeBomb is offline   Reply With Quote
Unread 10-26-11, 03:31 AM   #2
Naifu
Claw of Regulos
AddOn Author - Click to view addons
Join Date: Sep 2011
Posts: 22
Quote:
Originally Posted by TimeBomb View Post
Source:
http://forums.riftgame.com/beta-addo...ml#post3315754



Hopefully this means we will also be able to use the items.
If that is so, an addon that creates a custom one-bag should be possible. The problem is it would be a custom UI.
There has been no mention about being able to access/edit the preexisting UI; if that is added, then that would make the custom one-bag addon even better. Cross your fingers.
Not sure about that. You'd still need functionality to actually use the items.

Cheers
N.
Naifu is offline   Reply With Quote
Unread 10-26-11, 06:41 AM   #3
Aieny
Veiled Ripper
 
Aieny's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2011
Posts: 40
The Utility.Item.* is, as Zorba said, highly incomplete. My attempts to use them crashed the client =/

However, the Inspect.Item.List works beautifully.....now we just need to corresponding Inspect.Item.Detail to get more information (like stack size, etc).
__________________
Lua Code:
  1. local function signature()
  2.     print("Aieny Celenovia")
  3.     print("www.riftcrafter.com")
  4. end
Aieny is offline   Reply With Quote
Reply

Go BackRiftui » Developer Discussions » General Authoring Discussion » 1.6 PTS latest update includes basic inventory API functionality.

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off