Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

29 lines (26 loc) · 1.22 KB

Lineage2 Broker

Proof of concept solution to create Market site for private Lineage2 server without server administration cooperation

Technology stack:

Simple Algorithm:

  • Market Scanning (./tower)
    • L2Tower Bot cycling through some towns
    • In towns Bot will roam on the predefined way
    • While on the way, it will scan every single trader
    • Scan means - get the info about items, quantity, price, etc
    • And save this data to disk
  • RawData translation to MongoDB (./worker)
    • Gulp task with watcher to process data from disk
    • Gulp task to fill the data with average prices, item titles, item images
    • Email alerts
  • Site to show data from MongoDB (./site)
    • NodeJS on server - side
    • AngularJS, Jade, SCSS on the client
    • Filters, predefined data sets
    • Admin template

###A bit of a demo here: Short L2 Broker Demo

##Complete step by step tutorial to get working copy of this here