CorLeoNe Posted December 4, 2014 Posted December 4, 2014 Quote insert into droplist (mobId, itemid, chance, min, max,category) select id, 4037, 1000000, 1, 1, 52 from npc where type='L2Monster'; i want to add this but only for moobs level 70+ how can i do that ? Quote
dymek1984 Posted December 4, 2014 Posted December 4, 2014 insert into droplist (mobId, itemid, chance, min, max,category) select id, 4037, 1000000, 1, 1, 52 from npc where type='L2Monster' and level>='70'; try this Quote
millerose23 Posted March 26, 2015 Posted March 26, 2015 really awesome share dude... The only sad is that new projects replace .sqls with the fucking xmls...Tnx a lot for your share :) Quote
lazaros127 Posted June 20, 2015 Posted June 20, 2015 On 10/29/2009 at 8:09 PM, badriniki said: Hi everyone, here is some usefull SQL scripts (examples, you can edit them whatever you want good job man ! ty for share Quote
Kusaty Posted December 13, 2021 Posted December 13, 2021 A question. How can I remove all the drop from the raid bosses? My pack is L2JFrozen (interlude). Quote
HyperBlown Posted December 13, 2021 Posted December 13, 2021 On 12/13/2021 at 7:40 PM, Kusaty said: A question. How can I remove all the drop from the raid bosses? My pack is L2JFrozen (interlude). Expand what is the structure of the table where the drops are beeing saved? Quote
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.