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

    • Our website: MobileProxy.Space Telegram channel: Mobileproxy.space - mobile proxies Promo code for a 20% discount: fur-1AB-zyE-4ur
    • If you’re scraping SERPs, running rank trackers, or managing multiple ad accounts, a reliable residential proxy isn’t optional—it’s essential. After testing 7 providers for 3 months, here’s the honest breakdown for SEO/SEM: 🥇 BrightData – Best overall. Massive pool (72M+ IPs), pay-as-you-go, and integrates with Scrapy/Selenium. Expensive, but zero blocks on Google. 🥈 MoMoProxy – Best emerging contender. 50M+ real residential IPs covering 150+ countries. Excellent success rate on Google, Bing, and Yahoo. Clean IP reputation, low CAPTCHA rates, and surprisingly competitive pricing. Great for rank tracking and ad verification. 🥉 IPRoyal – Best value. Genuine P2P residential IPs at nearly half the cost. Low failure rate on Bing Ads & Google Maps. Oxylabs – Enterprise choice. Ideal for large-scale SEM (ad verification, auction insights). Overkill for solo SEOs. Smartproxy is solid for local rank tracking. Soax excels at CAPTCHA-heavy sites. Pro tip: Avoid “unlimited bandwidth” deals. Start with a small test balance.   For most SEOs, MoMoProxy (price-to-performance) + BrightData (unmatched scale) is the new winning combo.
    • Looking for high-performance proxies without breaking the bank? 💸 Stop overpaying for your proxy traffic! Welcome to Novproxy.com, your ultimate solution for premium, unbanable, and ultra-fast residential proxies! Whether you are doing web scraping, multi-accounting, gaming, or SEO monitoring, Novproxy provides the highest quality IPs at the market's lowest price. 👉 Get Started Now: https://novproxy.com?kwd=tt-max ⚡ Why Choose Novproxy? 💰 Unbeatable Pricing: Starting from just 0.5$/GB ! No hidden fees. 🌍 Global Coverage: Access to over 80,000,000+ active residential pools across 190+ countries & cities. ⚡ Lightning Fast & Stable: 99.9% Up-time with rotating or sticky sessions (custom times available). 🔒 100% Anonymous & Secure: Pure ISP residential IPs that look like real users. Easily bypass advanced anti-bot systems. 🛠️ User-Friendly Dashboard: Generate proxy lists in seconds (supports User:Pass or IP Whitelist). 🎯 Perfect For All Tasks: Game Botting & Multi-boxing (Lineage 2, WoW, etc.) Social Media & Account Management Web Scraping & Data Extraction Sneaker Coping & E-commerce No complicated KYC, instant setup after purchase! 🚀 Boost your connection speed and secure your privacy today! 🔗 Official Website: https://novproxy.com?kwd=tt-max
    • base on server resources and how many active players, should increase DB max connection (default MariaDB max connection is 151) and open files limit.
  • 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..