Jump to content
  • 0

Materials Drop


Question

Posted

Hey guys , does some1 know how to make it DONT drop materials?

 

i know that there is a "code" to writte in 1 of the Server\GameServer\Config\ but i dunno the code...

 

can some1 tell me a code or a way to do that?

 

thanks  :P

Recommended Posts

  • 0
Posted

u can delete the droplist table from navicat and then import the drop that u want to the mobs u want..

 

Edit: i guess i got the point, go to gameserver/config/altsettings and find this:

 

# AutoLoot enable. True to enable, False to disable

AutoLoot = False

 

Change it to True

  • 0
Posted

i mean...

 

how do i make the mobs NOT DROP any kind of material...

 

The first way is that Extremedwarf said to you but there is also another way easier than the first.

 

Shift + Left click on the mob --> Show Droplist and from there you can see and delete the materials that you want.

  • 0
Posted

Make new sql file ... for example something like:

 

DELETE FROM `tablename` WHERE id=ITEM ID;

 

In tablename i mean it should be droplist table.

 

The fastest way to delete all unnecessary drops from droplist.

 

  • 0
Posted

i know that way...

 

but i once saw a code in a Server\GameServer\Config  file that made it dont drop mats without deleting the droptable neither ingame droplist from mobs

  • 0
Posted

What's the difference ... use my SQL code and you're done..

 

DELETE FROM `tablename` WHERE id=ITEM ID;

 

In tablename i mean it should be droplist table.

 

 

the same result

  • 0
Posted

Matim is there any way to erase all except the adena(57)?

 

cuz if i am to writte all id's i wont finish writting them not even tomorrow xD

thanks :D

 

Huh...im not sure..;D It should be something delete Alll where id != 57 xD But its SQL...hmm i will try to find something ^^

  • 0
Posted

I have only somthing like this:

 

DELETE FROM `tablename` WHERE `id` > 57

 

so it will delete all drops with id higher than 57

 

and than use:

 

DELETE FROM `tablename` WHERE `id` < 57

 

so it will delete all drops with id lower than 57..

 

and i think it should work ^^ but im nor sure

  • 0
Posted

it gives me a error ;/

 

"[Err] 1054 - Unknown column 'id' in 'where clause'

[Err] DELETE FROM `droplist` WHERE `id` > 57

[Msg] Finished - Unsuccessfully

--------------------------------------------------"

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • @FixerRay the problem is that my dev will not be available for a while so if you could help that will be great 
    • Hello! I need help with the file lineageeffect.u (Interlude client) I need to remove ForcedLifeTime from the following skills:   Battle Heal Greater Major Heal Hurricane Solar Flare Hydro Blast Aura Bolt Aura Flare Aura Flash   Thank you in advance for your help!
    • Used to have the same issue managing all my masked files from different edits. What really helped me stay organized was this list: https://www.blueberry-ai.com/blog/12-best-digital-asset-management-software-for-photographers. Found a couple of tools there that make sorting, tagging, and finding assets way easier, especially when working on multiple projects or sharing with clients. Took a massive load off my workflow and saved me a lot of time digging through folders.
    • IBServer for L2OFF GF-H5-GD-Classic I’m excited to share IBServer, a fully standalone authentication and billing server designed for Lineage II Official (L2OFF) Generations Supporting Gracia Final (GF), High Five (H5), Glory Days (GD), and Classic Year(2018-2020).   Key features: 🔌 Real IB Communication: Integrates directly with the L2OFF client protocol for in‑band packet handling. ⚙️ Zero Client/Server Modification: No changes required to L2Server.exe, no extenders, no hooks — plug and play. 🛠️ ODBC SQL Server Support: Built‑in DBManager C++ class for handling premium points, purchases, and account data via stored procedures. 📦 Complete Packet API: Full implementation of RequestCheckVersion, GetPremiumItems, GetGamePoint, AddGamePoint, BuyItem, DeleteItem, etc. 🚀 Ready to Deploy: Simple config.txt for port and connection string, runs as a native Windows service or console app.   Price: $150 USD (one‑time payment, no licensing restrictions — use on as many PCs as you want)   How to purchase & support: Please reply here or send me a private message on MaxCheaters. I’ll provide a compiled binary along with installation instructions.
  • Topics

×
×
  • Create New...