-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into main
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# Lolorito | ||
Lolorito is a tool for sifting though market data in FFXIV **(requires Java 1.8 or later)** | ||
Lolorito is a tool for sifting though market data in FFXIV **(requires Java 1.8)** | ||
|
||
It takes the item data from [XIVAPI](https://github.com/xivapi/ffxiv-datamining) and uses the market data from [Universalis](https://universalis.app/) to find the current most profitable items to sell on the market. It takes into account both how much items cost and how quickly they sell. Sometimes a larger quantity of a lower cost item can out perform a lot of high-price items that rarely sell. | ||
|
||
## Getting Started | ||
First just select what server you want to pull market data for, pick how far back you want the data to go, press update, and wait for it to finish updating. | ||
|
||
When its done you can pick what category (these are also from XIVAPI; some are empty) to search in and any search term you'd like to use. | ||
When its done you can pick what categories to search in and any search term and sort type you'd like to use. | ||
|
||
Finally just press search and the results will appar on the right. You can search as many times as you'd like. Updating the market data only needs to be done once. | ||
|
||
The results are formatted most profitable top to bottom as: (item name) - (profitability %/100) - (average price) x (average size) | ||
|
||
Example: | ||
|
||
![image](https://user-images.githubusercontent.com/6527156/175795834-17d95f4d-fc21-4bf4-b636-e2c6019048cc.png) | ||
![image](https://user-images.githubusercontent.com/6527156/175817825-9950491d-caf4-458f-a670-b42742eb31f4.png) | ||
|
||
## Downloads | ||
See the "Releases" page [here](https://github.com/DeltaBreaker/Lolorito/releases) |