Page 1 of 1

Web with drop and spoil info

Posted: Sat Mar 21, 2015 4:34 pm
by visionjav
Im gonna set up a l2jserver soon and im wondering if is ther any way to set up a web like, base.l2j.ru but using server data, to show custom drop and spoil,

Sorry for my english, and thanks

Re: Web with drop and spoil info

Posted: Sun Mar 22, 2015 12:36 am
by Zoey76
Not yet, I want to provide support for it, but haven't been done yet.

Re: Web with drop and spoil info

Posted: Sun Mar 22, 2015 12:54 pm
by Battlecruiser
now you can use:

this script to generate legacy SQL droplist table: https://gist.github.com/Battlecruiser/7 ... 7e96d9688f
this requires patched core/DP: https://github.com/Battlecruiser/L2J_Se ... _droptable, https://github.com/Battlecruiser/L2J_DataPack/tree/drop (Merge those brnaches into your Server/DP in order to run that script), CONFIGURE that SCRIPT, then run it. it should generate the SQL commands to generate the droplist database table to stdout (redirecting is recommended).
Then you should be able to run MSknight dropcalc http://www.msknight.com/index.php?page=196 (run the import scripts to import items/npcs from XML files, but doesn't parse the drop data).

NOTE: this comes without ANY warranty