I'm currently working on l2j version of nwatch (example here).
I'm almost done with it, however, I need need a couple of databases to compare table/column structure to my current one to be sure it's working for majority of l2j packs.
I need only gameserver database.
It does not matter what it's filled with, as long as there IS something in it (couple of level 10+ chars with few equipped items will do).
No empty DB's please.
When you post a database, please tell me:
- what pack it is from (l2j, l2jfree, l2jarchid, l2jwhatever)
- what character & clanname I should use for testing
- what customizations you have done to it (if any). I need table and column names to be unchanged.
To export a database through cmd/shell follow steps below:
1. Navigate to folder where you wish to export test database to
Example: H: -> enter
(if you need to go to higher folder type cd .. few times)
2. Type in export command like this: mysqldump -u username -ppassword databasename>database.sql
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello. You may encounter the Push item fail error when trying to pick up an item dropped on the ground by a mob.
or
You can throw something out of your inventory and pick it up again, several times.
Probably this is a quantum dependency) I don't understand at what point this happens, sometimes two items one after another experience push item errors, and sometimes I don't have enough thousands of attempts to repeat this trick)
In any case, this is just a visual error and after the relog, the item appears in the inventory. I think first i need to disconnect the extender and check it on a bare server. I still need time to check this, maybe it's not even about the autoloot function.
https://youtu.be/6mcfmdImofE
-----------
In general, I would like to thank our wonderful Emca Eressea for her deep knowledge in programming and reverse engineering. And for the fact that her work is open to everyone, this is very amazing, and incredibly valuable.
Question
embass
Hello,
I'm currently working on l2j version of nwatch (example here).
I'm almost done with it, however, I need need a couple of databases to compare table/column structure to my current one to be sure it's working for majority of l2j packs.
I need only gameserver database.
It does not matter what it's filled with, as long as there IS something in it (couple of level 10+ chars with few equipped items will do).
No empty DB's please.
When you post a database, please tell me:
- what pack it is from (l2j, l2jfree, l2jarchid, l2jwhatever)
- what character & clanname I should use for testing
- what customizations you have done to it (if any). I need table and column names to be unchanged.
To export a database through cmd/shell follow steps below:
1. Navigate to folder where you wish to export test database to
Example: H: -> enter
(if you need to go to higher folder type cd .. few times)
2. Type in export command like this: mysqldump -u username -ppassword databasename>database.sql
Example: mysqldump -u root -pmypassword l2java->l2java.sql
This is it. Now open folder where you exported database to and upload it somewhere.
I'll try to thank those helping me with some kind of reward.
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.