Kusaty Posted December 13, 2021 Posted December 13, 2021 (edited) Hi all! How can I remove the drop from all raid bosses? is there any SQL or any way to do it? Pack: L2J Frozen (interlude) Edited December 13, 2021 by Kusaty
0 Seamless Posted December 13, 2021 Posted December 13, 2021 It depends on what l2j source you're using. Some use sql and some others xml files for droplist.
0 xRelic Posted December 14, 2021 Posted December 14, 2021 (edited) 10 hours ago, Kusaty said: Hi all! How can I remove the drop from all raid bosses? is there any SQL or any way to do it? Pack: L2J Frozen (interlude) You can clean droplist from database (Empty) . But then you must add your spawns from zero. the best way to clean everything so that there are no unnecessary things. Edited December 14, 2021 by xRelic
0 wongerlt Posted December 14, 2021 Posted December 14, 2021 Delete from `droplist` where `mob_id` IN(select `mob_id` from `raidboss_table` where 1) Just change names..
0 xRelic Posted December 14, 2021 Posted December 14, 2021 14 hours ago, xRelic said: You can clean droplist from database (Empty) Lock the topic @Zake
Question
Kusaty
Hi all!
How can I remove the drop from all raid bosses? is there any SQL or any way to do it?
Pack: L2J Frozen (interlude)
Edited by Kusaty6 answers to this question
Recommended Posts