Jump to content
  • 0

[Help] Multiple Drop


Question

Posted

When i put items on droplist of a mob it drop only one like:

 

I put EAS EWS and Adena, when i kill the mob it drop only EAS or EWS or Adena, an1 know how to solve it?

 

 

I found it on the l2j forum:

 

Drops are automatically categorized for mobs that are not RB or GrandBosses. Only one item per category can be dropped. Categories currently supported are:

1) full drops and parts

2) miscellaneous items (potions, scrolls, general mats, etc)

 

Also, there is a category flag that allows dropping more than 1 item of that kind (for example, more than 1 kind of seal stones can be dropped at once). If you want to drop more than 1 item of the same kind (in this case, potions = miscellaneous), what you must do is the following:

Go to your etcitem table

find the items healing potion, mana potion, and haste potion. Find the column "drop_category" and change their value from 2 to 0. This will allow dropping more than just 1 of these. So both healing AND mana potions may be dropped at the same time...

CAUTION: This change will affect these drops globally. That is, it will break their "miscellaneous item" category from ALL mobs.

 

However, adding the same item in the droplist more than once is NOT supported. What trexx suggested will NOT work.

 

The limitation of only adding 1 item in 1 mob once was there since a long time ago. I had added the categorization code based on old info that stated that ALL mobs (except RBs) have these categories. Since then, additional info has come. I've been meaning to create a patch to fix this issue, but I have been extremely busy with projects outside L2J, so I haven't had a chance to make these changes. I hope to change the category code (and at the same time lift the constraints of 1 item appearning max 1 time in each mob) some time next month.

 

But there isn't any drop_category column in etcitem table  >:(

Recommended Posts

  • 0
Posted

When i put items on droplist of a mob it drop only one like:

 

I put EAS EWS and Adena, when i kill the mob it drop only EAS or EWS or Adena, an1 know how to solve it?

 

 

I found it on the l2j forum:

 

Drops are automatically categorized for mobs that are not RB or GrandBosses. Only one item per category can be dropped. Categories currently supported are:

1) full drops and parts

2) miscellaneous items (potions, scrolls, general mats, etc)

 

Also, there is a category flag that allows dropping more than 1 item of that kind (for example, more than 1 kind of seal stones can be dropped at once). If you want to drop more than 1 item of the same kind (in this case, potions = miscellaneous), what you must do is the following:

Go to your etcitem table

find the items healing potion, mana potion, and haste potion. Find the column "drop_category" and change their value from 2 to 0. This will allow dropping more than just 1 of these. So both healing AND mana potions may be dropped at the same time...

CAUTION: This change will affect these drops globally. That is, it will break their "miscellaneous item" category from ALL mobs.

 

However, adding the same item in the droplist more than once is NOT supported. What trexx suggested will NOT work.

 

The limitation of only adding 1 item in 1 mob once was there since a long time ago. I had added the categorization code based on old info that stated that ALL mobs (except RBs) have these categories. Since then, additional info has come. I've been meaning to create a patch to fix this issue, but I have been extremely busy with projects outside L2J, so I haven't had a chance to make these changes. I hope to change the category code (and at the same time lift the constraints of 1 item appearning max 1 time in each mob) some time next month.

 

But there isn't any drop_category column in etcitem table  >:(

  • 0
Posted

When i put items on droplist of a mob it drop only one like:

 

I put EAS EWS and Adena, when i kill the mob it drop only EAS or EWS or Adena, an1 know how to solve it?

 

 

I found it on the l2j forum:

 

Drops are automatically categorized for mobs that are not RB or GrandBosses. Only one item per category can be dropped. Categories currently supported are:

1) full drops and parts

2) miscellaneous items (potions, scrolls, general mats, etc)

 

Also, there is a category flag that allows dropping more than 1 item of that kind (for example, more than 1 kind of seal stones can be dropped at once). If you want to drop more than 1 item of the same kind (in this case, potions = miscellaneous), what you must do is the following:

Go to your etcitem table

find the items healing potion, mana potion, and haste potion. Find the column "drop_category" and change their value from 2 to 0. This will allow dropping more than just 1 of these. So both healing AND mana potions may be dropped at the same time...

CAUTION: This change will affect these drops globally. That is, it will break their "miscellaneous item" category from ALL mobs.

 

However, adding the same item in the droplist more than once is NOT supported. What trexx suggested will NOT work.

 

The limitation of only adding 1 item in 1 mob once was there since a long time ago. I had added the categorization code based on old info that stated that ALL mobs (except RBs) have these categories. Since then, additional info has come. I've been meaning to create a patch to fix this issue, but I have been extremely busy with projects outside L2J, so I haven't had a chance to make these changes. I hope to change the category code (and at the same time lift the constraints of 1 item appearning max 1 time in each mob) some time next month.

 

But there isn't any drop_category column in etcitem table  >:(

  • 0
Posted

this is 1000 times explained here... just think a bit or use search ^^

 

PS. thats happens because u use for all the same category number.... also just try to do it in game if its not working via db

  • 0
Posted

this is 1000 times explained here... just think a bit or use search ^^

 

PS. thats happens because u use for all the same category number.... also just try to do it in game if its not working via db

  • 0
Posted

this is 1000 times explained here... just think a bit or use search ^^

 

PS. thats happens because u use for all the same category number.... also just try to do it in game if its not working via db

  • 0
Posted

this is 1000 times explained here... just think a bit or use search ^^

 

PS. thats happens because u use for all the same category number.... also just try to do it in game if its not working via db

agree with the guy maybe you use to all the same category like "1" who knows ... recomend to use big number like 555 666 777 etc. etc.
  • 0
Posted

this is 1000 times explained here... just think a bit or use search ^^

 

PS. thats happens because u use for all the same category number.... also just try to do it in game if its not working via db

agree with the guy maybe you use to all the same category like "1" who knows ... recomend to use big number like 555 666 777 etc. etc.
  • 0
Posted

this is 1000 times explained here... just think a bit or use search ^^

 

PS. thats happens because u use for all the same category number.... also just try to do it in game if its not working via db

agree with the guy maybe you use to all the same category like "1" who knows ... recomend to use big number like 555 666 777 etc. etc.
Guest
This topic is now closed to further replies.


  • Posts

    • Very nice attempt and good luck with your sales.   Don't let the voices in this topic discourage you. Most of those people are just flexing. So if Celestine decides to write a bootkit or hook system calls or whatever and false-feed your anti-cheat fake info just because it sits in user mode just to go play in a private server with 100 people, I'll tell you one thing:   Who the fuck cares ... 😛   The average player won't / can't make these things, the big players like adrenaline won't bother (yet) (they don't have signed drivers do they ? They also run in user mode I believe). And even if they somehow manage to do so, there's a minority of players who would trust putting this thing on their pc. I wouldn't let anyone tamper with my kernel mode even if he had a signed certificate from Microsoft.    Also, in a scene where collusion has been brought out between bot makers and cheat guards, having many options is a blessing regardless of their strength. It makes colusion, conflict of interest and cartel more difficult, it drains from cheating software creators more resources to focus on more cheat guards, and it gives server owners plurality.    This arms race is a numbers game, you stop 90% of the cheaters you add value to all of us.    A couple of senior devs flexing their powers in a forum are not a concern.   If i'd ever make a server, I would definitelly buy from you, not because you have the best anti-cheat, but because you are not well known yet to be the focus of counter measures.     
    • TILL OPENING LEFT LESS THAN - 2 DAYS ! GRAND OPENING FROM - 10/07/2026, FRIDAY, 20:00 +3 GMT !
    • Add me on discord, lets talk   Discord: splicho
    • Add more information about your project, client, rates etc, this can help you find a developer more easily on your needs!
    • Hey guys! I am working on a new l2 private server and lookin for any developers who may be interested in helping me get it up n running. It would require a ton of work at the beginning, but once I am able to handle things on my own, I can do a lot of the work too. I just need someone who is tech savy to help me get things setup, make serious edits, and help me get this project going.   So far I have the project running on Java through eclipse. I have the server up locally, and pushing to GitHub. I just need help with managing edits to quests, skills, and other random functions to get me rolling.   Please reach out if you are interested!   Some current content I am working on: - Class skill edits - NPC skills, stats, and placements - Quest icons for turn in, completion, pick up etc - Quest logic (i.e. kill x mobs, turn in y amount, trigger a mini solo or mini group boss fights) I can handle the quest texts and story - Ability to more quickly upload changes to inventory, crafting, NPC stats/drops, etc... and gear setup. I would like to quickly add new recipes to shops or mob drops so players can start crafting it themselves
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..