Help with mob drops please.

04/19/2015 04:27 freez00#1
OK, this isn't a noob question.

I have my items properly in my itemset.csv. so say set index 1 has 12 items and they are 160 +0 weps of all classes.

In my monster.csv in the itemset_index0 is set #1.
Only the first item of the set drops. In my case the first item is the 160 dagger Acer Prune. no other item drops from the set?
I've triple checked and everything is entered right. The drop rate for white, magic, Noble and DN. In the monster.csv in the maxitemsets I put the number of sets the mob drops.

If anyone can shed some light as to where this may have broke pleas let me know thanks!
04/19/2015 13:26 6shadow6#2
freez check monster.csv

i remember from A7 server i put some item to mob and hi drop this item

but im no shure in 100%

Just look at mob from Acquirai Ruins all this monster drop difrent item.

first mob drop boots
second drop pants
next mob drop gloves
next drop helmet
and last drop armor
04/19/2015 13:46 elfulll#3
Quote:
Originally Posted by 6shadow6 View Post
freez check monster.csv

i remember from A7 server i put some item to mob and hi drop this item

but im no shure in 100%

Just look at mob from Acquirai Ruins all this monster drop difrent item.
A7 server? Where you got it ? You should know that theres a big difference between A2 edited and A6-A7 files. You should visit English class from time to time ...

Quote:
Originally Posted by freez00 View Post
OK, this isn't a noob question.

I have my items properly in my itemset.csv. so say set index 1 has 12 items and they are 160 +0 weps of all classes.

In my monster.csv in the itemset_index0 is set #1.
Only the first item of the set drops. In my case the first item is the 160 dagger Acer Prune. no other item drops from the set?
I've triple checked and everything is entered right. The drop rate for white, magic, Noble and DN. In the monster.csv in the maxitemsets I put the number of sets the mob drops.

If anyone can shed some light as to where this may have broke pleas let me know thanks!
Open itemset.csv and check the following columns

Set Index - This is clear i guess
Name - Doesn't really matter
Total Drop Ratio - It's 100.000 (100%) this is the drop rate of the whole set
Set Count - How many items you have in your Set
Set0_ItemIndex - Index of items you want to drop
Set0_DropRatio - This is % drop where 1000(1%) if you have 22 Items it's Total Drop ratio (100.000) / 22 = 4545 (4.545%) and 1 item need to have 4555(4.555%) or simply edit Total Drop Ratio and instead of 100.000 put 99.990

So if you have 22 Items in 1 itemset you don't need to put 100000 at Set0_DropRatio because only the first item will drop. If you don't understand what i mean upload your itemset somewhere and pm me i will help you.
04/19/2015 17:20 freez00#4
Thanks efull that's my problem. All the items in my itemset are set to 100000. So, if I have 10 sets I need to divide the 100000 by 10 and put 10000 in for each of the item sets.