Albion Online has 7 cities, each one having an exclusive market, the players that have to bring items from one market to another, the players can make sell orders and buy orders or directly sell and buy items.
When a player earns loot in the game, the market called "Black Market" is what gives the items, controlled by the game itself, makes a buy order and players in the city called "Caerleon" can fulfill it, it often makes a buy order higher than the regular markets.
This application aims to find the best items to sell to the "Black Market" with a higher profit or other parameters.
This project is possible by the Albion Online Data Project, it collects and distributes real-time information for Albion Online. This is achieved with a downloadable client that monitors network traffic specifically for Albion Online, identifies the relevant information, and then ships it off to a central server which distributes the information to anyone who wants it.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository.