criss22 Posted September 23, 2017 Posted September 23, 2017 How i can delete all drops from mobs? (incluse raids). i want to remove all drops with 1 click. Is something from Navicat? Thx Quote
0 wongerlt Posted September 23, 2017 Posted September 23, 2017 delete from droplist where mobid not in ('1234','4321,'....',....) Quote
0 criss22 Posted September 23, 2017 Author Posted September 23, 2017 (edited) Thx but no work..i need exactly command :D Edited September 23, 2017 by criss22 Quote
0 wongerlt Posted September 23, 2017 Posted September 23, 2017 DELETE FROM `droplist` WHERE `mobId` NOT IN ('123','456','789'); 123 and 456 and 789 is raid boss id as example, put all ur boss id. Quote
0 melron Posted September 23, 2017 Posted September 23, 2017 (edited) delete droplist.* from droplist,npc where droplist.mobId = npc.id and npc.type <> "L2RaidBoss" this one will delete all drops from any NPC except L2RaidBoss type Edited September 23, 2017 by melron Quote
0 'Baggos' Posted September 25, 2017 Posted September 25, 2017 (edited) But you can not add a custom drop also.. It's like the drop xml category of mobs, etc doesn't exist. So, you have a server without drops. Not even custom mobs with drop. Only Raidboss drop. I'm wrong? Maybe you need something to skip some drops id? Like Enria, coal, spellbooks etc.. Edited September 25, 2017 by 'Baggos' Quote
Question
criss22
How i can delete all drops from mobs? (incluse raids). i want to remove all drops with 1 click.
Is something from Navicat?
Thx
6 answers to this question
Recommended Posts
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.