Skip to content
forked from dimkk/l2broker

Lineage 2 private server market site

License

Notifications You must be signed in to change notification settings

L2jBrasil/l2broker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lineage 2 private server market site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 54.8%
  • JavaScript 23.0%
  • HTML 16.4%
  • CSS 3.0%
  • ApacheConf 2.7%
  • TypeScript 0.1%