Tab:IM Sell
From ISXOgre
Contents
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 sell all items from a list you create.
UI Overview
Below are all the instructions of how the UI works.
Merchant List
- UI Overview
- This lists all items that can be sold from the Merchant sell tab in game.
- If an item exists in your Saved list it will show up Green.
- This lists all items that can be sold from the Merchant sell tab in game.
- UI Interaction
- Double Left Click to add an item to the Saved List. ( This will automatically save to xml )
Saved List
- UI Overview
- This lists all items that are going to be Sold when processed.
- UI Interaction
- Right Click to remove an item. ( This will automatically save to xml )
Refresh List "Button"
- UI Interaction
- Re-Scans the merchant for an updated list of stuff to sell for merchant List.
- UI Interaction
Start Selling "Button"
- UI Interaction
- Starts the selling process.
Reset List "Checkbox"
- UI Interaction
- Starts the process of clearing your entire saved list xml.
- This has multiple popup windows with warnings and confirmations to make sure you do not accidentally delete the list.
- Starts the process of clearing your entire saved list xml.
CLI Commands
Below are all the CLI commands for the Sell Tab.
- Currently this is limited till i have time to integrate them all.
Usage
- Example: ogre im -sell -end ( will load up IM start selling once selling done it will end the script )
Commands
- -sell
- will start the sell script
- -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 Sell Tab.
- Currently this is limited till i have time to integrate them all.
Usage
- Example: OgreIMAPI.Sell:Start ( will start selling stuff )
Methods
- Start
- will start the selling process.
- Add_To_List["Item Name","-save"]
- -save will save to the xml leave blank if you do not want to save. IE: Add_To_List["Item Name"] )
- Remove_From_List["Item Name","-save"]
- -save will save to the xml leave blank if you do not want to save. IE: Remove_From_List["Item Name"] )
- Clear_List["-save"]
- -save will save to the xml leave blank if you do not want to save. IE: Clear_List )
- WARNING - Using ( Clear_List["-save"] ) will delete your entire saved xml list. you have been warned.
- -save will save to the xml leave blank if you do not want to save. IE: Clear_List )