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

    • 🔥 All Premium Subscriptions Available: ChatGPT Plus, Claude Pro, Cursor AI, Canva Pro, CapCut Pro, and YouTube Premium. Instant delivery 24/7!
    • Aurelian is a free Lineage 2 website template for L2J and L2Off/PTS servers, with a medieval/gold design and three visual themes.   You can use it as a completely standalone website, connect it to Forgeport for live server data, or have the website hosted directly by Forgeport.   Forgeport is a hosted player portal, website and donation store platform for Lineage 2 servers.   The important distinction here: you do not need Forgeport to use Aurelian. The static edition is a complete standalone website.   What’s inside: Hero News Features Rates Store Vote Rankings Sieges Bosses Media Download FAQ   Three themes are included: Royal Gold Crimson Frozen   Two downloadable editions: Static — complete standalone site. Edit index.html and upload it to any static host. Zero build process, everything is bundled locally and there are no CDN dependencies. No Forgeport subscription required. Forgeport-integrated — same self-hosted website, but live sections such as players online, rankings, sieges, store, vote and news pull their data from your Forgeport portal’s public read-only API. This edition requires an active Forgeport subscription.   Hosted version If you use Forgeport, you don’t have to host the website yourself. When you claim Aurelian, your account also gets an activation code / handoff link. Activate it on your Forgeport organization and the website is served directly by Forgeport with the live portal data connected.   So there are three ways to use it: Static → standalone, self-hosted Integrated → self-hosted + Forgeport live data Hosted → served directly by Forgeport + live data   How to get it Create a free account at https://shop.forgeport.net Open Aurelian (€0) and claim it. Download the edition you want, or use the activation code / handoff link for the hosted version.   No card required.   For clarity: the static edition is fully usable standalone and does not require a Forgeport account or subscription. You only need the free shop account to claim and download the files.     Links Aurelian / download: https://shop.forgeport.net/ro/en/products/aurelian-lineage-2-website-template Forgeport: https://forgeport.net Documentation: https://docs.forgeport.net/docs There are also other Lineage 2 website templates available in the shop.   Two images attached: cover + full-page preview.   Please report issues in this thread  
    • September update: Aurelian is now free   AURELIAN, the medieval/gold Lineage 2 website template, is now free. It includes all three themes: Royal Gold, Crimson and Frozen.   You can have it as: Hosted on Forgeport — activate it on your Forgeport organization. Forgeport serves the website and supplies the live data; nothing to host. Can be modified at your will.  Static — complete standalone site. Edit index.html and upload it to any static host. Zero build process, everything bundled locally, no CDNs. Forgeport-integrated — same self-hosted site, but players online, rankings, sieges, store, vote and news use your portal’s public read-only API. This edition requires an active Forgeport subscription. There are also other Lineage 2 website templates available in the shop.   Claim Aurelian for €0: https://shop.forgeport.net
    • I played this server about 3 years. Many polish and greek players where inside. ShadowHunterIiI was my name. I remember many players like KakoulisGr,JohnRambo,Ephen,Eldar,Nerous etc. Our clan was DeadlySouls. Awesome years we create so many memories and friendships that got lost in the years after the close of the server.
  • 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..