exiler200 Posted July 17, 2010 Posted July 17, 2010 hi all i really need some help at adding drop to mobs... can someone explain me how can i add drop to some certain mobs faster ? pls :D thx i apreciate it :D
0 ExTrEmEDwarf Posted July 17, 2010 Posted July 17, 2010 Shift and click on the mobs and edit drops or Get on navicat, find the mob id and edit the drops from there.
0 EdenEternal Posted July 18, 2010 Posted July 18, 2010 Go Navicat->host->l2jdb Right on L2jdb and Click Console Write there INSERT INTO droplist (`mobId`,`itemId`,`min`,`max`,`category`) VALUES (1,57,1000,5000,0); 1 - Monster ID 57 - Item ID 1000,5000 - Min and Max quantity Number
0 WokeSmoke Posted July 18, 2010 Posted July 18, 2010 thnx Go Navicat->host->l2jdb Right on L2jdb and Click Console Write there 1 - Monster ID 57 - Item ID 1000,5000 - Min and Max quantity Number thnx :)
0 Realtek2 Posted July 18, 2010 Posted July 18, 2010 Go Navicat->host->l2jdb Right on L2jdb and Click Console Write there 1 - Monster ID 57 - Item ID 1000,5000 - Min and Max quantity Number and where is the amount of the dropped item ? :D You can also do it with going to your monster -> Shift + Right Click -> Drop List -> Add
0 assassinhachik Posted July 18, 2010 Posted July 18, 2010 and where is the amount of the dropped item ? :D You can also do it with going to your monster -> Shift + Right Click -> Drop List -> Add INSERT INTO droplist (`mobId`,`itemId`,`min`,`max`,`category`) VALUES (1,57,1000,5000,0); minimum maximum amount
0 EdenEternal Posted July 18, 2010 Posted July 18, 2010 and where is the amount of the dropped item ? :D You can also do it with going to your monster -> Shift + Right Click -> Drop List -> Add you can add only minimum and maximum quantity Number.if you write minimum and maximum quantity Number for example 5, drop will be 5 amount. p.s please lock topic is solved!
0 Tessellate Posted July 18, 2010 Posted July 18, 2010 you can add only minimum and maximum quantity Number.if you write minimum and maximum quantity Number for example 5, drop will be 5 amount. p.s please lock topic is solved! k
Question
exiler200
hi all i really need some help at adding drop to mobs... can someone explain me how can i add drop to some certain mobs faster ? pls :D thx i apreciate it :D
9 answers to this question
Recommended Posts