Page 1 of 1

Mobs can't drop more than 3 different items

Posted: Fri Sep 25, 2009 2:59 am
by SoulHunter
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 3554:
L2JDP Revision 6653:

I was testing my server, and I putted rates in x400.000 to verify some drops, and monsters (except raids) don't drop more than 3 different items at once.
Ej:
3 damascus common
500 thread
3 asofes
4000 adena.

I read all the options in L2jConfig and I don't find how to do this.

Can you help me? :P

Re: Mobs can't drop more than 3 different items

Posted: Fri Sep 25, 2009 5:20 am
by janiii
check the droplist.sql file. check how drop categories work.

Re: Mobs can't drop more than 3 different items

Posted: Fri Sep 25, 2009 6:18 am
by SoulHunter
There's any automatic way to make each drop independent?
May be heavily hurts server performance, so I'll try to automatic split common items from the complete items :p

Re: Mobs can't drop more than 3 different items

Posted: Fri Sep 25, 2009 6:23 am
by janiii
SoulHunter wrote:There's any automatic way to make each drop independent?
May be heavily hurts server performance, so I'll try to automatic split common items from the complete items :p
i think there was a topic about making each drop separate category. there was also a sql query to do it.

http://l2jserver.com/forum/viewtopic.php?f=36&t=10494

Re: Mobs can't drop more than 3 different items

Posted: Fri Sep 25, 2009 8:53 am
by SoulHunter
Thanks.
I don't know how to use navicat, so I put in OpenOffice.org Calc a column with 23000~ number and copied to Navicat.
But I don't know how to backup this DB xD I can't export because is the free version.

Re: Mobs can't drop more than 3 different items

Posted: Fri Sep 25, 2009 9:00 am
by janiii
in free version you can make a dump. it will create a sql file with all the data you had in the table/db.

Re: Mobs can't drop more than 3 different items

Posted: Fri Sep 25, 2009 9:01 am
by Notorious
You should instead try to learn to use Navicat! :)