CorLeoNe 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'; i want to add this but only for moobs level 70+ how can i do that ?
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
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 :)
lazaros127 Posted June 20, 2015 Posted June 20, 2015 Hi everyone, here is some usefull SQL scripts (examples, you can edit them whatever you want good job man ! ty for share
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).
HyperBlown Posted December 13, 2021 Posted December 13, 2021 14 minutes ago, Kusaty said: A question. How can I remove all the drop from the raid bosses? My pack is L2JFrozen (interlude). what is the structure of the table where the drops are beeing saved?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now