Results -9 to 0 of 121

Dev. Posts

Threaded View

  1. #11
    Player
    Returnee's Avatar
    Join Date
    Aug 2013
    Posts
    43
    Character
    Lelorr Rellori
    World
    Ultima
    Main Class
    Conjurer Lv 50
    Quote Originally Posted by Jinko View Post
    I'm sure many people in here and the devs themselves don't even know what ArkInventory add on is, so you should probably give more detail if you want it to be considered.
    Good point; I'll give a brief description.

    ArkInventory allows a creating lists to contain items and rules to decide which list items go to.

    One could create, for example, the following lists:

    Conjurer
    Caster
    Tank
    Food
    Default

    And these rules:

    Rule 1: if (gear is in my Conjurer gear set) put it in Conjurer list
    Rule 2: If (gear is Disciple of Magic specific) put it in Caster list
    Rule 3: If (gear is Gld/Pld/Mrd/War specific) put it in Tank list
    Rule 4: If (item category is Food) put it in Food list
    Rule 5: If (item doesn't match any rule) put it in Default list

    So it's possible to group items by attributes you care about.
    It's possible to get far more specific than this, e.g. looking at item stats or using regular expression matching on item text even.

    One can also decide sort methods for items in the lists. For instance, one may want to use alphabetical sorting, or sort by the equip slot, or perhaps sort by the time the item was added to inventory.

    I found this mod to be incredibly useful and convenient; I always knew where to look for an item and didn't have to manually move things around in bags trying to keep some semblance of order.
    It made a part of the game that had always been a pain into a non-issue.
    (2)
    Last edited by Returnee; 09-08-2013 at 01:10 AM.