sancak Posted July 11, 2010 Posted July 11, 2010 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
0 Nervos Posted July 11, 2010 Posted July 11, 2010 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
0 sancak Posted July 11, 2010 Author Posted July 11, 2010 yes it was working before gracia but now in shift click, i have a category field. I read and try lots of thing but nothing help. What should i write to this category field?
0 EdenEternal Posted July 12, 2010 Posted July 12, 2010 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%)
0 SkyNet Posted July 12, 2010 Posted July 12, 2010 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
0 sancak Posted August 26, 2010 Author Posted August 26, 2010 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
0 B1ggBoss Posted August 26, 2010 Posted August 26, 2010 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
Question
sancak
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
7 answers to this question
Recommended Posts