[REQUEST] Item Elite and Super drop problem

12/25/2009 21:41 BALTA00#1
Hello everyone egain, and sorry for disturbe egain making Stupid Quest, but I am a really noob in C#, Now I want ask
Why monster only drop normal item, refined and unique, and item Elite and super no drop, only appers in the inventary, I want know how to remove this, I want people Searching no automatic and easy in the inventary xD!

Any one can help me???

Thanks for read!
12/25/2009 22:39 pro4never#2
I haven't used any sources that have that problem so my advice may be a bit vague. the problem should lie in the item drop code. Search through the source which controls how items are dropped from monsters (should be some file such as domonsterplayer)

Check through there and the way most sources do it is a percent calculation that controls if an item is dropped then uses further calculations to determine quality drops. Check the one for elite/super and switch it to dropping on ground (look at the other qualities for examples on how it should be structured). That should fix the problem.
12/26/2009 02:09 BALTA00#3
Quote:
Originally Posted by pro4never View Post
I haven't used any sources that have that problem so my advice may be a bit vague. the problem should lie in the item drop code. Search through the source which controls how items are dropped from monsters (should be some file such as domonsterplayer)

Check through there and the way most sources do it is a percent calculation that controls if an item is dropped then uses further calculations to determine quality drops. Check the one for elite/super and switch it to dropping on ground (look at the other qualities for examples on how it should be structured). That should fix the problem.
Thanks very much, I could fix my problem,!!!