Register for your free account! | Forgot your password?

You last visited: Today at 04:44

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



drop rate

Discussion on drop rate within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2008
Posts: 33
Received Thanks: 3
drop rate

hey me and a friend are running a server but latley are only problem has been changing the drop rate anyone think they can give us some insight u can contact me on msn at , we just need to know how to change drop rate
(we use powersource
nescron is offline  
Old 11/12/2008, 04:36   #2
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
Powersource is an LOTF source correct? Well if it is I may be of assistance.

So this is actually pretty simple.
Start by opening the entities.cs
Then search for the serious of lines that look like...

Code:
if (Other.ChanceSuccess([COLOR="Red"]1[/COLOR]))
{
string Item = "1060100-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);
}
Changing the red number will effect the drop rate. You can change to decimals if you wish too. The lower the number the less the rate, the higher, the more drop.

Also, if you wish to have it where specifc monsters drop the item. Simply add...

Code:
if (Name == "[COLOR="Red"]MOB[/COLOR]")
{
Change the red to the mob you want.

Pretty simple huh?
Incariuz is offline  
Thanks
4 Users
Old 11/12/2008, 06:01   #3
 
elite*gold: 0
Join Date: Nov 2008
Posts: 33
Received Thanks: 3
thx a bunch its funny that it was that siple but jsut one last thing do u by chance also know how to rasie max lvl ??? thx its ok either way
nescron is offline  
Old 11/12/2008, 07:42   #4
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
You mean like the max level for characters? Ummm... not off the top of my head, I'm sure it's possible, but there would be quite a few places you'd need to add some code.
Incariuz is offline  
Thanks
1 User
Old 11/12/2008, 08:01   #5
 
elite*gold: 0
Join Date: Nov 2008
Posts: 33
Received Thanks: 3
well alright ya jsut to increase max lvl to about 150 or 160 no new items or anyhing tho just to give somethin to do for max ppls
nescron is offline  
Old 11/12/2008, 12:13   #6
 
DragonStar's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 286
Received Thanks: 409
Quote:
Originally Posted by nescron View Post
well alright ya jsut to increase max lvl to about 150 or 160 no new items or anyhing tho just to give somethin to do for max ppls
if your using powersource u mite wnt to fix the 130+ bug first, when u lvl
beyond lvl 130 u'll get to about 50pct and it will reset ur exp back to 0pct

fix all that then ull b good
DragonStar is offline  
Old 11/12/2008, 16:59   #7
 
damianpesta's Avatar
 
elite*gold: 0
Join Date: Jan 2007
Posts: 1,034
Received Thanks: 58
Quote:
Originally Posted by DragonStar View Post
if your using powersource u mite wnt to fix the 130+ bug first, when u lvl
beyond lvl 130 u'll get to about 50pct and it will reset ur exp back to 0pct

fix all that then ull b good
Nobody Uses PowerCo Everyone Use The Shadowco And Few Other Shizzes
damianpesta is offline  
Old 11/12/2008, 22:09   #8
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
I use ShadowCO, just happened to be the first one I came accross that seemed to function alright. Mind you, still a ton of stuff to add.
Incariuz is offline  
Old 11/12/2008, 22:37   #9
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
You have to come up with new level exp requirements(In the client maybe? and the server)
tao4229 is offline  
Old 11/13/2008, 00:36   #10
 
brazilian9's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 5
Received Thanks: 4
im working wit nescron :P

umm whats the best number to put on that \/

Quote:
if (Other.ChanceSuccess((1))
{
string Item = "1060100-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);
o and how do i make it drop +7 stones and +8 stones
brazilian9 is offline  
Old 11/13/2008, 01:37   #11
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
To be honest, I don't know what the best number to put for drop rate would be. It's sort of something you want to do through trial and error.

now if you want to make different items drop, simple

Code:
if (Other.ChanceSuccess((1))
{
string Item = "[COLOR="Blue"]1060100[/COLOR]-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);
Just copy that code to the end of your list, and replace the blue with the item ID of the +7 or +8 stones, or we else.
Incariuz is offline  
Old 03/15/2009, 14:43   #12
 
elite*gold: 0
Join Date: Jan 2008
Posts: 15
Received Thanks: 0
uhm i use LOTF (edited) any1 can tell me how to change drop rates please? >>> add thanks
Hari__ is offline  
Old 03/20/2009, 21:39   #13
 
brodie67's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 41
Received Thanks: 4
Smile Re: Drop Rate

Quote:
Originally Posted by brazilian9 View Post
umm whats the best number to put on that \/


o and how do i make it drop +7 stones and +8 stones
All you need is your brain and common sense.

Go into your source > bin > debug> ItemNamesToId
Open it search for +7 stones and +8 stones,
Get the number which is:
730007
730006

Then open TheCOServer then click Entities.cs find the code (What Incariuz said) Which is:

Quote:
if (Other.ChanceSuccess(1))
{
string Item = "1060100-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);
}
And change the number "1060100-0-0-0-0-0" to:
730007-8-0-0-0-0
same with:
730006-8-0-0-0-0 (Remember to redo the whole code and change the number under the last bracket of the first one!)

But remember to find what monster you want to kill for it to drop

Go debug TheCOServer and should work no errors if there is you have done it wrong, If I helped press +Thanks if I am wrong (For the other members) please correct me!

@ PeTe_Ninja - Thank you Pete for correcting me my mistake
brodie67 is offline  
Old 03/20/2009, 21:41   #14
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
Quote:
Originally Posted by brodie67 View Post
All you need is your brain and common sense.

Go into your source > bin > debug> ItemNamesToId
Open it search for +7 stones and +8 stones,
Get the number which is:
730007
730006

Then open TheCOServer then click Entities.cs find the code (What Incariuz said)
But remember to find what monster you want to kill for it to drop


And change the number "1060100-0-0-0-0-0" to:
730007-0-0-0-0-0
same with:
730006-0-0-0-0-0 (Remember to redo the whole code and change the number under the last bracket of the first one!)
Go debug TheCOServer and should work no errors if there is you have done it wrong, If I helped press +Thanks if I am wrong (For the other members) please correct me!

you are correct but the + stones wont work becuase you have to do +8Stone(+8)

so if the number is 1060100 do

1060100-8-0-0-0-0-0 just make sure its +8
PeTe Ninja is offline  
Reply


Similar Threads Similar Threads
drop rate
09/22/2010 - Archlord - 43 Replies
for start sry for my english (i m french):handsdown: befor to read my question i explein my pov we can modif the ini whis man of the drope so i think its possible to modif the drop rate what do u think ? if it's no possible pls dont say me only no say me why it's no
Drop Rate!
12/07/2009 - Metin2 Private Server - 4 Replies
hay leute, auf meienm hamachi p server dropt man bei 1000% yang drop nur 810 yang wie mach ich das man 10kk drop??
Drop rate???
03/15/2009 - Dekaron - 2 Replies
I was just wondering why, the drop rate of the monsters I kill is so low. I kill the same monsters as this other vacker I saw. But the monsters drop a crap load of items for her (SAME MONSTERS), BUT ME NONE JUST VOUCHER???? Any ideas guys?
DROP RATE
06/12/2007 - Silkroad Online - 4 Replies
HI leute !! ich wollte mal erfragen ob es bei den mobs eine gewisse drop rate gibt oder ähnlichem!! ich frage weil ich es einmal gehört habe das manche mobs viel droppen manche wenig!!^^ bin schon lvl 69 und die mobs droppen ja fast GARNIX mehr^^ naja danke schonmal für antworten!!!!
[FRAGE]XP Rate und Drop Rate ändern
05/09/2006 - WoW Private Server - 1 Replies
Gut ich und en freund wollen auf unsern server die drop und exp rate aufm UWC 1.3.4 deutsch v1.1 verändern. Wäre nett wen uns das jdm erklären könnt, ich hab schon in der topic von seth geguckt aber da gings irgendwie nit ^^... Eine schnelle antwort wäre nett. MFG Flerzias



All times are GMT +2. The time now is 04:44.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.