Light Luggage (3.1) contains a profile system for handling auto pass and lot, you may find example profiles in windower/plugins/ll/ folder. All profiles must be in this location.
Light Luggage (3.1) works by Item ID's in its profiles. Its a very simple language that anyone can understand. To get Item ID's you need to use POLUtils or refer to this item_map.txt, however this item map file is out of date on new items.
However you can open Windower/Plugins/Resources/item*.xml files to find ID's, but its split into 3 categories so open proper category.
Those files are auto updated so will always contain latest items once i've pushed the update.
Also it is NOT possible to configure the lot time, it is a random (short) interval. It is also NOT possible to use this program to “ninja lot” items.
To load a profile, simply type into console:
.ll profile dynamis
to load dynamis.txt
or in game:
//ll profile dynamis
To unload a profile, change it to default or blank.
////Dynamis Profile
if item is 1449,1452,1455 then pass //pass singles
if item is 1450,1453,1456 then pass //pass 100 coins
//lot trash gil items. a few are missing.
if item is 1464,1474,1518,1519,1516,1517,1521,1466,1470,1469,748,749 then lot
if item is 18260,18266,18272,18278,18284,18290,18296,18302,18332,18338,18244 then pass
//Missing ID's from weapon autopass:
//nin ihintanto
//sam ito
//club
//staff
if item is 15085,15100,15115,15130,15145 then pass //DRG
if item is 15086,15101,15116,15131,15146 then pass //SMN
if item is 15079,15094,15109,15124,15139 then pass //DRK
if item is 15075,15090,15105,15120,15135 then pass //BLM
if item is 15076,15091,15106,15121,15136 then pass //RDM
if item is 15073,15088,15103,15118,15133 then pass //MNK
if item is 15083,15098,15113,15128,15143 then pass //SAM
if item is 15087,15072,15102,15117,15132 then pass //WAR
if item is 15093,15078,15108,15123,15138 then pass //PLD
if item is 15097,15082,15112,15127,15142 then pass //RNG
if item is 15104,15074,15089,15119,15134 then lot //WHM
if item is 15107,15077,15092,15122,15137 then pass //THF
if item is 15110,15080,15095,15125,15140 then pass //BST
if item is 15114,15084,15099,15129,15144 then pass //NIN
if item is 15126,15081,15096,15111,15141 then pass //BRD
Discussion