Register for your free account! | Forgot your password?

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

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

Advertisement



how to fix the attack in 5165

Discussion on how to fix the attack in 5165 within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2009
Posts: 47
Received Thanks: 3
Question how to fix the attack in 5165

hello guys ..i believe that's my first topic in the forum and i hope somene can help me ..

i have a problem in attack ..
for example , 1 hit to kill from a newbie to a high lvl +12 dude .

that makes no scence .. so if anyone could help me how to fix this .. i will be thankful ..

and one more thing ...
sometimes the ( CPS ) goes minus ( - ) in my inventory . and even i can buy stuff from any npc who sells items for cps ...
is that could be fixed ? .

thanks ...
Sport is offline  
Old 12/27/2009, 13:44   #2
 
Nullable's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 390
Received Thanks: 321
Quote:
Originally Posted by Sport View Post
hello guys ..i believe that's my first topic in the forum and i hope somene can help me ..

i have a problem in attack ..
for example , 1 hit to kill from a newbie to a high lvl +12 dude .

that makes no scence .. so if anyone could help me how to fix this .. i will be thankful ..

and one more thing ...
sometimes the ( CPS ) goes minus ( - ) in my inventory . and even i can buy stuff from any npc who sells items for cps ...
is that could be fixed ? .

thanks ...
I don't know about attacks or so but i know that if an integer is -ve then it is a signed integer, change the CPs to unsigned :}
Nullable is offline  
Old 12/27/2009, 13:56   #3
 
elite*gold: 0
Join Date: Feb 2009
Posts: 47
Received Thanks: 3
more explaination please :S ... i dont get it from where do i change that .............:/ ..

it's -90,000 CPS in my inv.
for example i buy +12 item which cost 1kk , it goes -1,090,000 cps in my inv .. which is sucks ... so i actually buy it for free .. and keep on going ..

is there a fix for that ? :S , and how ..
Sport is offline  
Old 12/27/2009, 14:03   #4
 
Nullable's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 390
Received Thanks: 321
In the source you are using there should be a class where variables for the character are declared as hit points, stamina, money and cps all you have to do is change the type of integer for cps which is probably int
change it from int to uint, if long then change it to ulong, but don't change everything, just the cps variable
Nullable is offline  
Old 12/27/2009, 14:08   #5
 
elite*gold: 0
Join Date: Feb 2009
Posts: 47
Received Thanks: 3
i'm confused . . . . . but i will try to find out where the hell is that type of integer ...
:S ..

i hope someone can help me with that attack issue too ...
Sport is offline  
Old 12/27/2009, 18:38   #6
 
elite*gold: 0
Join Date: Feb 2009
Posts: 47
Received Thanks: 3
..... anyone can help me fix the attack problem in client V5165 ? ...
Sport is offline  
Old 12/27/2009, 19:30   #7
 
elite*gold: 0
Join Date: Aug 2009
Posts: 930
Received Thanks: 448
Quote:
Originally Posted by Sport View Post
..... anyone can help me fix the attack problem in client V5165 ? ...
make your values stop at 0.. so that you don't get a negative integer..

the attack problem is simple. your attack calculations are ****. same
as everyone elses. you need to re-calculate pretty much all attacks in
the 5165.
.Guru is offline  
Old 12/27/2009, 19:41   #8
 
elite*gold: 0
Join Date: Feb 2009
Posts: 47
Received Thanks: 3
Quote:
Originally Posted by Hepatitis B View Post
make your values stop at 0.. so that you don't get a negative integer..

the attack problem is simple. your attack calculations are ****. same
as everyone elses. you need to re-calculate pretty much all attacks in
the 5165.


you really enjoy when you make fun of everyone saying ( **** , stupid , dumb ) or whatever ...

well . thank you for your help , i really appreciate that ..

if you please can give me the correct calculation . and where to put them i will be thankful ...

or else . still thanks ..
Sport is offline  
Old 12/27/2009, 20:03   #9
 
elite*gold: 0
Join Date: Aug 2009
Posts: 930
Received Thanks: 448
Quote:
Originally Posted by Sport View Post
you really enjoy when you make fun of everyone saying ( **** , stupid , dumb ) or whatever ...

well . thank you for your help , i really appreciate that ..

if you please can give me the correct calculation . and where to put them i will be thankful ...

or else . still thanks ..
first of all, i was saying the SOURCES' calculations are ****. it's your downloaded source, so YOUR SOURCES' calculations are ****. simple.
you didn't mess with them, it's how they came. re-read my post before
you tell me i was attempting to insult someone. i was simply helping.

Quote:
Originally Posted by Hepatitis B View Post
make your values stop at 0.. so that you don't get a negative integer..

the attack problem is simple. your attack calculations are ****. same
as everyone elses.
you need to re-calculate pretty much all attacks in
the 5165.
.Guru is offline  
Old 12/27/2009, 20:11   #10
 
elite*gold: 0
Join Date: Feb 2009
Posts: 47
Received Thanks: 3
Quote:
Originally Posted by Hepatitis B View Post
first of all, i was saying the SOURCES' calculations are ****. it's your downloaded source, so YOUR SOURCES' calculations are ****. simple.
you didn't mess with them, it's how they came. re-read my post before
you tell me i was attempting to insult someone. i was simply helping.

thank you . and i apologize .

..
Sport is offline  
Old 12/27/2009, 20:13   #11
 
ImmuneOne's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
No need to argue about such a thing and make a big fuss about it, I ask you both to stop and get over it.

Hepatitis B, would you consider next time better terms to describe something.
For instance,
' your attack calculations are ****.'
Could be 'The calculations in the source you downloaded aren't properly done.'
ImmuneOne is offline  
Old 12/27/2009, 20:16   #12
 
elite*gold: 0
Join Date: Feb 2009
Posts: 47
Received Thanks: 3
Quote:
Originally Posted by ImmuneOne View Post
No need to argue about such a thing and make a big fuss about it, I ask you both to stop and get over it.

Hepatitis B, would you consider next time better terms to describe something.
For instance,
' your attack calculations are ****.'
Could be 'The calculations in the source you downloaded aren't properly done.'
i agree. .. and thank you ..

i apologized to him ... i just needed someone to tell me what to do exactly ..

like where to go and what file to open and such thing ...

so far i get only titles of what i have to do ... but not where and how . lol

thank you guys tho ...
Sport is offline  
Old 12/27/2009, 22:03   #13
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
For the negative cps problems.
I think Cps are defined as a int*Correct me if I'm wrong.
Try defining them as a uint.

Like for example:
If something is defined as an int, it has the ability to be anywhere between -2,147,483,648 and 2,147,483,647.
Now if it was defined as a uint it would only have the ability to go to 4,294,967,295 and not in the negatives.
Understand?


Arcо is offline  
Old 12/27/2009, 22:25   #14
 
elite*gold: 0
Join Date: Feb 2009
Posts: 47
Received Thanks: 3
ok .. but from WHERE to change that ? ?????????? ........

which file.cs ?? i'm totally lost
Sport is offline  
Old 12/27/2009, 22:27   #15
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by Sport View Post
ok .. but from WHERE to change that ? ?????????? ........

which file.cs ?? i'm totally lost

Go to the definition of CPs.
Right click the word CPs and then "Go to definition".
Arcо is offline  
Reply


Similar Threads Similar Threads
need help for normal attack like Real CO for 5165
09/13/2010 - Conquer Online 2 - 1 Replies
I need help to make some code, i have this problem when a +12 set get 1 hit by +7 set, please , i really appreciate any help.
need help for normal attack like Real CO for 5165
09/12/2010 - CO2 Private Server - 2 Replies
How can I do to make the attack real like CO, because im having problem when +12 set attack by +7 or +8 it gets 1 hit only, :( i like to edit it to make it real CO
5165 Attack bugs
08/12/2010 - CO2 Private Server - 4 Replies
it not like real conquer.. PlayerOne level : 140 Reborn : 2 All equipment is Super +12 2socket 2supergem Steed is +12 PlayerTwo level : 140
attack ratio 5165
03/19/2010 - CO2 Private Server - 0 Replies
can someone help me fix my attack ratio? its all messed up some classes over power others its anoying
[Help] 5165 attack
02/13/2010 - CO2 Private Server - 3 Replies
So I've got pretty much got everything fixed/added to the source I'm working on and may release or open it for play, not sure yet, but I'm having one issue when attacking. When in TG or TC maps you have to click to attack all the other maps are fine, would anybody know where to fix this and how?



All times are GMT +2. The time now is 18:05.


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.