Jump to content
  • 0

[Help]Epilogue Drop


exiler200

Question

9 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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!

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...