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 =)
Off traders from database?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
Re: Off traders from database?
it'll sound obvious, but just create any app (web,program,app,...) that connects to your game database
-
- Posts: 20
- Joined: Tue Dec 17, 2013 11:35 pm
Re: Off traders from database?
And... where is this data stored? what table?
- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
-
- Posts: 20
- Joined: Tue Dec 17, 2013 11:35 pm
Re: Off traders from database?
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.
- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
Re: Off traders from database?
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.
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.