Tab:IM Depot
From ISXOgre
Disclaimer
- This is Currently in BETA and as such may be Buggy or unfinished...
- While all testing has been done to make sure each script is working as intended some bugs may have slipped through.
- I am not responsible for any lost, sold or destroyed items.
- USE AT YOUR OWN RISK
Main Overview
- Will Depot items in your inventory via options you have chosen.
UI Overview
Below are all the instructions of how the UI works.
Depot Size "Checkboxs"
- UI Interaction
- Small - Large - Nearest
- will only Depot to selected Depots only.
- Small - Large - Nearest
Depots "Checkboxs" Purple Text
- UI Interaction
- Main Depots are labled in Purple.
- if Checked will process through checked depots.
- Main Depots are labled in Purple.
Depot Options "Checkboxs" Orange Text
- UI Interaction
- options that can be used for that depot.
- If All is Checked it will not use any other options.
- options that can be used for that depot.
All of the Above "Checkbox"
- UI Interaction
- Will check all Depots and Set all Depot options to all.
Start Depot "Button"
- UI Interaction
- Starts the Depot process.
Save Settings "Button"
- UI Overview
- Saves settings from this tab to xml so on next load it auto loads the settings.
- Saves all Info on this Tab.
- Saves settings from this tab to xml so on next load it auto loads the settings.
CLI Commands
Below are all the CLI commands for the Depot Tab.
- Currently this is limited till i have time to integrate them all.
Usage
- Example: ogre im -depot -end ( will load up IM start Depot process once done it will end the script )
Commands
- -depot
- will start the Depot process
- -end or -endwhenfinished
- Will end the script once it has processed all of the commands
- This should always be passed last
- Will end the script once it has processed all of the commands
API Commands
Below are all the API commands for the Depot Tab.
- Currently this is limited till i have time to integrate them all.
Usage
- Example: OgreIMAPI.Depot:Start ( will start Depot process )
Methods
- Start
- will start the Depot process.
- Set_Settings["-nearestdepot",TRUE]
- All settings params listed below.
- -nearestdepot <TRUE/FALSE>
- -smalldepot <TRUE/FALSE>
- -largedepot <TRUE/FALSE>
- -harvestdepot <TRUE/FALSE>
- -harvestall <TRUE/FALSE>
- -harvestcommon <TRUE/FALSE>
- -harvesttreasured <TRUE/FALSE>
- -harvestlegendary <TRUE/FALSE>
- -harvestfabled <TRUE/FALSE>
- -harvestrare <TRUE/FALSE>
- -spelldepot <TRUE/FALSE>
- -spellall <TRUE/FALSE>
- -collectibledepot <TRUE/FALSE>
- -collectibleall <TRUE/FALSE>
- -faddepot <TRUE/FALSE>
- -fadall <TRUE/FALSE>
- -fadcommon <TRUE/FALSE>
- -fadlegendary <TRUE/FALSE>
- -fadfabled <TRUE/FALSE>
- -consumabledepot <TRUE/FALSE>
- -consumableall <TRUE/FALSE>
- -consumablecommon <TRUE/FALSE>
- -consumablemastercrafted <TRUE/FALSE>
- -consumablelegendary <TRUE/FALSE>
- -laldepot <TRUE/FALSE>
- -lalall <TRUE/FALSE>
- -adorndepot <TRUE/FALSE>
- -adornall <TRUE/FALSE>
- -adornlesser <TRUE/FALSE>
- -adorngreater <TRUE/FALSE>
- -adornsuperior <TRUE/FALSE>
- -fueldepot <TRUE/FALSE>
- -fuelall <TRUE/FALSE>
- -fuelcommon <TRUE/FALSE>
- -fuellegendary <TRUE/FALSE>
- -fuelfabled <TRUE/FALSE>
- -ammodepot <TRUE/FALSE>
- -ammoall <TRUE/FALSE>
- -ammocommon <TRUE/FALSE>
- -ammolegendary <TRUE/FALSE>
- -ammofabled <TRUE/FALSE>
- -alldepot <TRUE/FALSE>
- All settings params listed below.
- Example: Set_Settings["-adorndepot",FALSE]