first of all wrong section...why you would post something like that in the tutorial section.....
second to answear to your question you can buy db's from mall using cps...command for cps its
/cps ammount of them
This is a discussion on Changing drop rate within the Conquer Tutorials forums, part of the Conquer Online category; Hello, can some 1 explain me how tho change the drop rate or DB drop rate cause i dont know ...
first of all wrong section...why you would post something like that in the tutorial section.....
second to answear to your question you can buy db's from mall using cps...command for cps its
/cps ammount of them
He wants to change drop rate, not get DB ...
yes i need to change the DB rate not to get i know that but where else i need to do then -.-
2 Posts Wrong Sections Nice :)
Ok, Drop Rates
Open he Source Code and double click on Entities.cs The item code im using is 1088000 which is DragonBall
Drop rates for ALL monsters
Code:if (Other.ChanceSuccess(100)) { string Item = 1088000-0-0-0-0-0"; DroppedItem item = DroppedItems.DropItem(Item, (uint)(PosX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(PosY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)Map, MoneyDrops); World.ItemDrops(item); }
Making a Drop Rate for certain monster
Open Entities.cs
NowCode:If(Name == "Pheasant" && Other.ChanceSuccess()) { string Item = "1088000-0-0-0-0-0"; DroppedItem item = DroppedItems.DropItem(Item, (uint)(PosX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(PosY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)Map, MoneyDrops); World.ItemDrops(item); {Change to 100 to the rate you want : . 0 = impossible..... 100 = Certain to dropCode:if (Other.ChanceSuccess(100))
thx it worked so far hmm u know maybe i got another problem when i do execute batch file and then click close (a guild said that tho me) and the first time it worked but now it doesnt work and i cant come on my server anymore and localhost/phpmyadmin didnt work he cant find the page that is my internet saying u know the problem??? or the solution
how do i open the source
Dude its nice that you responded but looks at the date.