Download
(6 Kb)
Download
Updated: 07/12/22 02:54 PM
Updated:07/12/22 02:54 PM
Created:08/09/18 07:47 PM
Monthly downloads:117
Total downloads:7,232
Favorites:14
MD5:
Categories:Bags, Bank, Inventory, Discontinued & Outdated
Item Scripting  Popular! (More than 5000 hits)
Version: 2.3
by: Amerlite [More]
DISCONTINUED


Item Scripting enables you to script and automate many inventory management tasks:

- Junk items
- Destroy items
- Move items in and out of your bank
- And more!

Unlike similar addons, Item Scripting gives you complete control by letting you write your own code. Item Scripting provides an easy to use API for clean and readable scripts.

For example: as you pick up items in the game, you can mark them as junk based on criteria of your choosing. You can also automate the transfer of items in and out of your bank.


Lua Code:
  1. if Item:IsType('Potion','Poison')
  2. and not Item:IsCrafted()
  3. and not Item:IsQuickslotted()
  4. then return Item:Junk() end

Lua Code:
  1. for Item in Backpack:Items() do
  2.  
  3.   if Item:IsFilterType('Materials')
  4.   then Item:Transfer() end
  5.  
  6. end
2.3
- Fix "IsQuickslotted" that broke with game updates.
- Update API version for "Ascending Tide".

2.2
- Fixed ESO+ bank space?
- Update API version for "Waking Flame".

2.1
- "Flames of Ambition" Update.

2.0

- Updated LibAddon

1.0

- Rewrite for Markarth
Optional Files (0)


Post A Reply Comment Options
Unread 01/28/21, 03:34 AM  
ProgenitorX

Forum posts: 0
File comments: 12
Uploads: 0
Originally Posted by eromelcm
Sorry I left this alone for so long. I took a long break from the game.

Started playing again, and decided this addon needed a rewrite to accomplish what I wanted. It can do a lot more now, but you no longer configure this addon in the game. Rather, you now write your own script. I know this may turn some people off from using it, but previous iterations basically had you writing code anyway.

The GitHub page has a lot more info on what it can do now, along with examples.
Amazing work with the rewrite! Simply the best quality of life improvement addon for just a bit of LUA scripting. Thank you!
Report comment to moderator  
Reply With Quote
Unread 10/22/21, 02:42 PM  
Eltie

Forum posts: 0
File comments: 4
Uploads: 0
Great addon, love it, is there any plans on adding functions besides banking and on pickup? Like, opening loot frame, opening vendor ui and such?
Report comment to moderator  
Reply With Quote
Unread 07/13/22, 01:17 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4999
File comments: 6052
Uploads: 78
There exist other addons like https://www.esoui.com/downloads/info...Inventory.html who should be able to do this.
Originally Posted by Eltie
Great addon, love it, is there any plans on adding functions besides banking and on pickup? Like, opening loot frame, opening vendor ui and such?
Report comment to moderator  
Reply With Quote
Unread 07/15/22, 05:42 AM  
Akopian Atrebates

Forum posts: 9
File comments: 230
Uploads: 0
I always had a hard time using that one. This one seems a little simpler, but looking at it again, I think I might have figured it out. ItemTrig stills seems to work fairly well, though, too.


Originally Posted by Baertram
There exist other addons like https://www.esoui.com/downloads/info...Inventory.html who should be able to do this.
Originally Posted by Eltie
Great addon, love it, is there any plans on adding functions besides banking and on pickup? Like, opening loot frame, opening vendor ui and such?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: