Skip to content

Profit opportunities from trading between bots in Eternal Lands

Notifications You must be signed in to change notification settings

roywright/el-arbitrage

Repository files navigation

el-arbitrage

I noticed that sometimes a bot in Eternal Lands is selling an item for less than another bot is paying for that item, creating an opportunity for profit. This little project is an effort (just for fun) to systematically find the biggest opportunities.

scrape_elwiki.py is a script to pull all items-related pages from the Eternal Lands Wiki. This takes a little over an hour; the results are stored locally (~80MB).

get_EMUs.py processes the wiki scrapings down to a list of items and weights and stores them as weights.pkl. This file is provided here, so there should be no need to actually run scrape_elwiki.py or get_EMUs.py.

opportunities.ipynb gets all current bot and NPC prices from here and lists the best profit-making opportunities.

summoning.ipynb is a later, separate, but closely related effort to make informed decisions about which game creatures are the most efficient means for gaining experience with the in-game skill of "summoning."

About

Profit opportunities from trading between bots in Eternal Lands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published