Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 07:50

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

Advertisement



[Help]How to change damage 5165

Discussion on [Help]How to change damage 5165 within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 01/13/2010, 23:41   #76
 
necuja's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 114
Received Thanks: 25
Quote:
Originally Posted by intel_ro View Post
Damage = (uint)((Damage * (((double)(308 - C.EqStats.Dodge)) / 300)) / 8);

your your dmg is 44K

C.EqStats.Dodge in your case is the boots that is 300
so
44000 * 16 / 300 / 8 = 293.3333

Damage = (uint)((Damage * (((double)(306 - C.EqStats.Dodge)) / 300)) / 8);

44000 * 12 / 300 / 8 = 220

That is the calculation .. u need more thing to explain .. this type of calculation helps to not user percentage somting like 60% that is harder to work with it

and if u wana u ca tru to add bless to in calculation but tell what is your max bless and i will tell u the formula
boots + gamnet + cup + armor + wepons + ring +neky +head towers

Hey i did the same thing these are what i have

Quote:
Skill.cs
Damage = (uint)((Damage * (((double)(306 - C.EqStats.Dodge)) / 300)) / 8);
Character.cs
Damage = (uint)((double)Damage * (((double)(306 - EqStats.Dodge) / 300)));
And archer's hit 7k with my 149 boot's and 3k with my 129 boot's wtf?lol
Can u help me with this please thank's

My 149 boot's give

Dodge+176
There +15 and +15 gives +100 Dodge

My archer has full+15 and his attack is 42854-45616

Thanks for you're help!
necuja is offline  
Old 01/14/2010, 04:43   #77
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,377
Could be a couple things causing that

#1: Custom items suck and don't work properly with the source (srsly... why do people feel the need to create 130+ items and +15 stuff when you can already 1 hit anyone you like with basic gear? :S)

#2: Dodge in the source could be even MORE ****** up not handling dodge values over 100 properly.

with 129 +12 boots NO archer should be able to do any real damage. The only damage they can do is caused by tower/fan as that ignores boots all together (or should, I doubt it is in this source)

Adding extra dodge above 100 percent could be fooling the source into raising damage taken instead of reducing it... seems kinda unlikely but I wouldn't be surprised given how sloppy alot of the damage calc is in this.
pro4never is offline  
Thanks
1 User
Old 01/14/2010, 04:58   #78
 
necuja's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 114
Received Thanks: 25
Quote:
Originally Posted by pro4never View Post
Could be a couple things causing that

#1: Custom items suck and don't work properly with the source (srsly... why do people feel the need to create 130+ items and +15 stuff when you can already 1 hit anyone you like with basic gear? :S)

#2: Dodge in the source could be even MORE ****** up not handling dodge values over 100 properly.

with 129 +12 boots NO archer should be able to do any real damage. The only damage they can do is caused by tower/fan as that ignores boots all together (or should, I doubt it is in this source)

Adding extra dodge above 100 percent could be fooling the source into raising damage taken instead of reducing it... seems kinda unlikely but I wouldn't be surprised given how sloppy alot of the damage calc is in this.
#1 Is true no point just for fun

#2 Is there a way i can fix it ;/

If there is can u help me i appreciate it

Thanks!
necuja is offline  
Old 01/14/2010, 10:21   #79
 
elite*gold: 0
Join Date: May 2006
Posts: 52
Received Thanks: 25
Quote:
Originally Posted by necuja View Post
#1 Is true no point just for fun

#2 Is there a way i can fix it ;/

If there is can u help me i appreciate it

Thanks!
show me a pic with your attak atributes and your boots and mybe i can fing your calculations

as i shou uper i explain how dmg works
it should be easy for everyone to make him work
intel_ro is offline  
Thanks
1 User
Old 01/14/2010, 22:03   #80
 
NoFatChicks's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 62
Received Thanks: 0
#SOLVED
NoFatChicks is offline  
Old 01/15/2010, 11:34   #81
 
necuja's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 114
Received Thanks: 25
Quote:
Originally Posted by intel_ro View Post
show me a pic with your attak atributes and your boots and mybe i can fing your calculations

as i shou uper i explain how dmg works
it should be easy for everyone to make him work
You should make a guide on how to find out the calculation's

It would help a lot A LOT of people including me =)

Thanks!
necuja is offline  
Old 01/15/2010, 12:43   #82
 
ramix's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 272
Received Thanks: 61
why fire hit une in archers??? -.-


can you hlp me??
ramix is offline  
Old 01/15/2010, 19:14   #83
 
elite*gold: 0
Join Date: Nov 2008
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by ramix View Post
why fire hit une in archers??? -.-


can you hlp me??
Shou me pic with your archer gear full gear and pic with fire gear .. i think items are mesed up

The archer as i know have highest magic defence
Creola is offline  
Old 01/15/2010, 19:15   #84
 
elite*gold: 0
Join Date: Nov 2008
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by NoFatChicks View Post
Sup guys, i changed those lines to reduce the dmg cuz to fix it seems best clear all and make everething line by line (what i sitll cant do).

So i changed the "100" numbers (Character.cs and Skill.cs) for 160 or 180 but.. still the same: any class(archers no) still can 1 hit each other.
All i have to do is the same thing i did with a higher number? Or..?


Thanks for everything.
If u look back on topic u will see were to change value i explain all but read full topic!
Creola is offline  
Old 01/15/2010, 19:33   #85
 
NoFatChicks's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 62
Received Thanks: 0
Quote:
Originally Posted by Creola View Post
If u look back on topic u will see were to change value i explain all but read full topic!

Yea and if u read what i said i know where to change the values and i did it. The deal is after i change it still overpower.

Thanks anyway.




#SOLVED
NoFatChicks is offline  
Old 01/16/2010, 00:05   #86
 
elite*gold: 0
Join Date: May 2006
Posts: 52
Received Thanks: 25
Quote:
Originally Posted by NoFatChicks View Post
Yea and if u read what i said i know where to change the values and i did it. The deal is after i change it still overpower.

Thanks anyway.
U use modified items in clinet side and server side like more that -7 items .. -7 gamrnet and thinkgs like this ?
intel_ro is offline  
Old 01/16/2010, 00:39   #87
 
NoFatChicks's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 62
Received Thanks: 0
Quote:
Originally Posted by intel_ro View Post
U use modified items in clinet side and server side like more that -7 items .. -7 gamrnet and thinkgs like this ?
No, dude.. i dont use modified items, only the originals(items max +12 -7 and no skt -7 garments or gourds).



#SOLVED
NoFatChicks is offline  
Old 01/16/2010, 22:00   #88
 
ramix's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 272
Received Thanks: 61
bro i need your hlp :S
ramix is offline  
Old 01/17/2010, 01:22   #89
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,769
Received Thanks: 5,294
Quote:
Originally Posted by ramix View Post
bro i need your hlp :S
With what?
Arcо is offline  
Old 01/18/2010, 19:49   #90
 
elite*gold: 0
Join Date: May 2006
Posts: 52
Received Thanks: 25
Quote:
Originally Posted by ramix View Post
bro i need your hlp :S
What is wrong .. how can i help u ?
intel_ro is offline  
Reply


Similar Threads Similar Threads
5165 Damage Calculation
03/07/2010 - CO2 Private Server - 7 Replies
Fixes around the forum are useless and no where near good enough if you want to make a server public. Someone should go ahead and fix it then release their code. Get some thanks and make everyone happy. I wont because I can't, I would if i could. ^^
5165 Damage issues
02/06/2010 - CO2 Private Server - 1 Replies
Okay, this is odd. Somehow my lvl 100 naked ninja one hits my 2nd rb PM with over 17k hp, yet... he does only 52 damage. WTF. How can i change this damage? Thanks in advance!
Simple Handle Damage for 5165
01/31/2010 - CO2 Private Server - 0 Replies
Sry with my english, Here it is simple method for handle damage for 5165 source, couse i hve trouble with damage, all player can hit by 1. go to Character.cs after TakeAttack method i create new method, like this : public void ExtraDefence(ushort pDef) { pDef = (ushort)(this.Level * 100);//<-----put every value u need if (this.Reborns == 1) { pDef = (ushort)(pDef + ((pDef * 30) / 100));
Is it possible to change damage of critical?
07/15/2008 - Kal Online - 3 Replies
I seen today that someone used a hack and gm said it was a crithacker and its also a knight so any ideas of hack that could have done this? And is there any other good Kal Online hacking site beside this one?



All times are GMT +2. The time now is 07:59.


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.