Jump to content
  • 0

[Help]Epilogue Drop


Question

9 answers to this question

Recommended Posts

  • 0
Posted

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
Posted

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
Posted

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
Posted

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
Posted

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

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock