Jump to content
  • 0

[Help]Droplist


sancak

Question

Hi i have a small problem in droplist.sql table... is there any body who really knows what is category :-\

 

i want a mob (i also create it) which drop all s84 weapons. What should i write to category. Thanx

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

i think you can make this in a different way

1.Go to the Mob

2. Shift + ClickOnMob

3. Down at DropList

4.Edit

5.Now you add

6.Find the id of the Item you wish to drop that mob am put it there

7.To realy drop put at chance 100

8.If you want the players to be lucky for drop set it 65

 

Thats all i know...hope works

Link to comment
Share on other sites

  • 0

i can't understand... you want to add drop to mob?

 

if yes sql script:

 

INSERT INTO droplist (`mobId`,`itemId`,`min`,`max`,`category`,`chance`) VALUES (11111,4037,1,1,1,1000000);

 

11111 - ID of Monster

 

4037 - Item id

 

1 - Minimum quantity of drop

 

1 - Maximum quantity of drop

 

1 - Category

 

1000000 - Drop Change in percents(1000000 - 100%)

 

 

Link to comment
Share on other sites

  • 0

he asked about category....

 

- 1 are spoil

  0 can't remember if its has any affect

  1 are the normal drops

 

if u want the mob drop all weapon after kill, then u have to set for each weapon a new category 1,2,3,4,etc

but if u want its drop only one of them just use for all the weapon the same category like 1

Link to comment
Share on other sites

  • 0

he asked about category....

 

- 1 are spoil

  0 can't remember if its has any affect

  1 are the normal drops

 

if u want the mob drop all weapon after kill, then u have to set for each weapon a new category 1,2,3,4,etc

but if u want its drop only one of them just use for all the weapon the same category like 1

 

thanks skynet...it is ok

Link to comment
Share on other sites

  • 0

The category is a number used to determine the drop groups into the mob droplist. Is used to determine which drops must compete for a drop position. Eg:

 

Lets say a mob has 4 drops;

Adena with category 1

Ancient with category 1

Stem with category 1

Steel with category 2

 

That mob will drop 2 items, 1 from random between adena, ancient adena and stem, and 1 from steel

0 does not have any special effect and as SkyNet says, -1 is used to add spoiled drops

Link to comment
Share on other sites

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