Page 1 of 1
Off traders from database?
Posted: Mon Feb 24, 2014 2:26 pm
by alejandromoran
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
6291:
L2JDP Revision
9641:
Hi all, I would like to know if it's possible to get information about offline traders and what they are selling outside of game from database? (I've not found nothing)
Thank you very much =)
Re: Off traders from database?
Posted: Wed Feb 26, 2014 7:23 am
by BiggBoss
it'll sound obvious, but just create any app (web,program,app,...) that connects to your game database
Re: Off traders from database?
Posted: Thu Feb 27, 2014 1:18 am
by alejandromoran
And... where is this data stored? what table?
Re: Off traders from database?
Posted: Thu Feb 27, 2014 1:03 pm
by BiggBoss
Re: Off traders from database?
Posted: Thu Feb 27, 2014 4:05 pm
by alejandromoran
I supposed that I should use that tables, what I don't understand it's why I haven't any data in that tables?? (I've offline traders right now), thank you very much.
Re: Off traders from database?
Posted: Fri Feb 28, 2014 11:53 am
by BiggBoss
First, to store them, the option to restore offline traders on server start up must be enabled. Second, offline traders are stored in database on server's shutdown. If you didnt shutted down the server since the offline traders was setted, they wont appear.
If you still wanna access offline traders information from an outside app, you have 2 options, update database with each new store setted (not a good option), or create a custom server which send you that data to your app.