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:104
Total downloads:7,203
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/20/19, 10:53 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4989
File comments: 6040
Uploads: 78
Originally Posted by jubalfh
+1; actually I think that this might have a potential to finally replace both FCOIS and Inventory Manager with something less clunky and more powerful.
Clunky I've never read this complaint from your side in my addon's comments nor via PM.
Sometimes it will just be enough to "ask" or "tell" what your concers or ideas are, instead of talking bad about other addons in addon comments.

btw: FCOIS is not meant to do your inventory management for you. It was build to "save your items", and not to define junkfilters.

@eromelcm
If you want to support FCOIS saved items within your addon have a look at the file FCOIS_API.lua. I think the function
Code:
FCOIS.IsMarked
would be enough to check for marker icons on an item -> This item is protected against junk then.
Last edited by Baertram : 01/20/19 at 10:56 AM.
Report comment to moderator  
Reply With Quote
Unread 01/18/19, 04:39 PM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 260
File comments: 1521
Uploads: 2
eventually smthing highly customizable as Circonian JunkIt?
Last edited by Marazota : 01/19/19 at 12:03 PM.
Report comment to moderator  
Reply With Quote
Unread 08/11/18, 08:58 AM  
jubalfh
 
jubalfh's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Originally Posted by SlippyCheeze
Nice. Any thought of supporting FCO ItemSaver marks as an output, or side-effect? I'd love to be able to mark as junk with that, but also mark into my guild bank, etc.
+1; actually I think that this might have a potential to finally replace both FCOIS and Inventory Manager with something less clunky and more powerful.

A quick question: OP, have you looked at AutoInventory? It would be extremely rad, if the functions and queries for both plugins had the same syntax. Perhaps it would be feasible to carve out a common library out of both?
Report comment to moderator  
Reply With Quote
Unread 08/09/18, 08:02 PM  
SlippyCheeze
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 272
Uploads: 1
Nice. Any thought of supporting FCO ItemSaver marks as an output, or side-effect? I'd love to be able to mark as junk with that, but also mark into my guild bank, etc.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: