drop dbs low?

go to entities.cs press ctrl+f and search for
1088000

there has to be something like this
Code:
[SIZE=2][COLOR=#0000ff]if[/COLOR][/SIZE][SIZE=2][COLOR=#800000] ([/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]Other[/COLOR][/SIZE][SIZE=2][COLOR=#800000].ChanceSuccess(2.5))
{
[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]string[/COLOR][/SIZE][SIZE=2][COLOR=#800000] Item = [/COLOR][/SIZE][SIZE=2][COLOR=#a31515]"1088000-0-0-0-0-0"[/COLOR][/SIZE][SIZE=2][COLOR=#800000];
[/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]DroppedItem[/COLOR][/SIZE][SIZE=2][COLOR=#800000] item = [/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]DroppedItems[/COLOR][/SIZE][SIZE=2][COLOR=#800000].DropItem(Item, ([/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]uint[/COLOR][/SIZE][SIZE=2][COLOR=#800000])(PosX - [/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]General[/COLOR][/SIZE][SIZE=2][COLOR=#800000].Rand.Next(4) + [/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]General[/COLOR][/SIZE][SIZE=2][COLOR=#800000].Rand.Next(4)), ([/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]uint[/COLOR][/SIZE][SIZE=2][COLOR=#800000])(PosY - [/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]General[/COLOR][/SIZE][SIZE=2][COLOR=#800000].Rand.Next(4) + [/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]General[/COLOR][/SIZE][SIZE=2][COLOR=#800000].Rand.Next(4)), ([/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]uint[/COLOR][/SIZE][SIZE=2][COLOR=#800000])Map, MoneyDrops);
[/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]World[/COLOR][/SIZE][SIZE=2][COLOR=#800000].ItemDrops(item);
}
In my source the rate is 2.5(a bit big)
[/COLOR][/SIZE]
 
Back