Register for your free account! | Forgot your password?

You last visited: Today at 16:21

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

Advertisement



Damage Calculator

Discussion on Damage Calculator within the CO2 Exploits, Hacks & Tools forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2005
Posts: 294
Received Thanks: 63
Ok well I was thinking of something I could make that would benefit someone. As of now its not much, but I've created a damage calculator that will calculate your min and max attack damage. It can tell you what damage you'll do at a higher level.

I plan on making future functionality as follows:

Total Magic Damage Done.
PvE Damage Taken (Magic and Melee)
PvP Damage Taken (Magic and Melee)
*Addition*
Weapon Damage Done. Will Include Rage, Phoenix, etc.
Damage according to unless otherwise proven.


I am open to any suggestions on what else could be added to the tool.

Also, I'm interested on if anyone can post information on how the damage reduction items are added in (Tortoise gems, blessed gear, 1st reborn, and second reborn).

Requires .Net framework I believe:
No flames please. I know this is useless to many of you atm. It was just made as a tool for me, but I figured someone may be able to use it.



*Note
Anymore suggestions will be taken openly.

*Note*
The Pvp Damage is based on the following equation:
Code:
((AttackerDamage - Your Defense) * Reborn Damage Pct) * Blessed Pct
Tortoise Gems are not added until I figure out how its added in.
If the equation is not that please provide proof as to what the correct equation is. Thank you


1.0 First Release Limited Fuctionality
1.1 Minor Bug fix other tabs added
1.2 Weapon Skill Tab Added: Phoenix added for testing.
1.21 All Applicable Weapon Skills Added
1.3 PvP Damage Taken Tab Added *See Above*
1.31 Bug Fixes and Invalids Added
*1.31 Final Release of this tool. Fixed some more bugs and included source code.
Attached Files
File Type: ibf post-85-1179794772.ibf (60.6 KB, 551 views)
File Type: rar Damage Calculator.rar (63.4 KB, 2003 views)
~Unknown~ is offline  
Thanks
9 Users
Old 02/09/2007, 05:12   #2
 
a1blaster's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 3,487
Received Thanks: 1,960
Here's the scan>
Quote:
Complete scanning result of "Damage_Calculator.exe", received in VirusTotal at 02.09.2007, 04:59:05 (CET).

Antivirus Version Update Result
AntiVir 7.3.1.34 02.08.2007 no virus found
Authentium 4.93.8 02.08.2007 no virus found
Avast 4.7.936.0 02.08.2007 no virus found
AVG 386 02.08.2007 no virus found
BitDefender 7.2 02.09.2007 no virus found
CAT-QuickHeal 9.00 02.08.2007 no virus found
ClamAV devel-20060426 02.09.2007 no virus found
DrWeb 4.33 02.08.2007 no virus found
eSafe 7.0.14.0 02.08.2007 no virus found
eTrust-InoculateIT 30.4.3378 02.08.2007 no virus found
eTrust-Vet 30.4.3378 02.08.2007 no virus found
Ewido 4.0 02.08.2007 no virus found
Fortinet 2.85.0.0 02.09.2007 no virus found
F-Prot 4.2.1.29 02.08.2007 no virus found
F-Secure 6.70.13030.0 02.09.2007 no virus found
Ikarus T3.1.0.31 02.08.2007 no virus found
Kaspersky 4.0.2.24 02.09.2007 no virus found
McAfee 4959 02.08.2007 no virus found
Microsoft 1.2101 02.08.2007 no virus found
NOD32v2 2047 02.09.2007 no virus found
Norman 5.80.02 02.08.2007 no virus found
Panda 9.0.0.4 02.08.2007 no virus found
Prevx1 V2 02.09.2007 no virus found
Sophos 4.13.0 02.08.2007 no virus found
Sunbelt 2.2.907.0 02.09.2007 no virus found
Symantec 10 02.09.2007 no virus found
TheHacker 6.1.6.053 02.07.2007 no virus found
UNA 1.83 02.08.2007 no virus found
VBA32 3.11.2 02.08.2007 no virus found
VirusBuster 4.3.19:9 02.08.2007 no virus found


Aditional Information
File size: 32768 bytes
MD5: 33356a51f7954a2ef21e79d3b6415371
SHA1: caf1566df08a0f8ab869b38e4f5df66aed52834c
All Clean!

Looking forward to the additions of magic damage.
a1blaster is offline  
Thanks
1 User
Old 02/09/2007, 06:02   #3
 
elite*gold: 0
Join Date: Dec 2006
Posts: 19
Received Thanks: 0
I wont use it but ill +k u for the good work!!!
(or maeby i will use it)
duf0ner is offline  
Old 02/09/2007, 06:32   #4
 
elite*gold: 0
Join Date: Jan 2006
Posts: 36
Received Thanks: 1
Lol. Thats pretty nice. Now I can see my attack if I get dragon gems
+k
quickfire is offline  
Old 02/09/2007, 10:53   #5
 
elite*gold: 0
Join Date: Nov 2006
Posts: 9
Received Thanks: 0
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToDouble(String value)
at WindowsApplication1.Form1.button1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Damage Calculator
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/DOCUME~1/TEALTH~1/LOCALS~1/Temp/Rar$EX00.062/Damage%20Calculator.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


This error occurs, I foundout the cause is a lack of Data validation, you need to establish the secondary weapon as being default 0 for people like Warriors. I left it blank which caused the error.

other than that, +k
Teal_Thanatos is offline  
Old 02/09/2007, 21:20   #6
 
elite*gold: 0
Join Date: Jul 2005
Posts: 21
Received Thanks: 0
Quote:
Originally posted by a1blaster@Feb 9 2007, 05:12
Here's the scan>
Quote:
Complete scanning result of "Damage_Calculator.exe", received in VirusTotal at 02.09.2007, 04:59:05 (CET).

Antivirus Version Update Result
AntiVir 7.3.1.34 02.08.2007* no virus found
Authentium 4.93.8 02.08.2007* no virus found
Avast 4.7.936.0 02.08.2007* no virus found
AVG 386 02.08.2007* no virus found
BitDefender 7.2 02.09.2007* no virus found
CAT-QuickHeal 9.00 02.08.2007* no virus found
ClamAV devel-20060426 02.09.2007* no virus found
DrWeb 4.33 02.08.2007* no virus found
eSafe 7.0.14.0 02.08.2007* no virus found
eTrust-InoculateIT 30.4.3378 02.08.2007* no virus found
eTrust-Vet 30.4.3378 02.08.2007* no virus found
Ewido 4.0 02.08.2007* no virus found
Fortinet 2.85.0.0 02.09.2007* no virus found
F-Prot 4.2.1.29 02.08.2007* no virus found
F-Secure 6.70.13030.0 02.09.2007* no virus found
Ikarus T3.1.0.31 02.08.2007* no virus found
Kaspersky 4.0.2.24 02.09.2007* no virus found
McAfee 4959 02.08.2007* no virus found
Microsoft 1.2101 02.08.2007* no virus found
NOD32v2 2047 02.09.2007* no virus found
Norman 5.80.02 02.08.2007* no virus found
Panda 9.0.0.4 02.08.2007* no virus found
Prevx1 V2 02.09.2007* no virus found
Sophos 4.13.0 02.08.2007* no virus found
Sunbelt 2.2.907.0 02.09.2007* no virus found
Symantec 10 02.09.2007* no virus found
TheHacker 6.1.6.053 02.07.2007* no virus found
UNA 1.83 02.08.2007* no virus found
VBA32 3.11.2 02.08.2007* no virus found
VirusBuster 4.3.19:9 02.08.2007 no virus found


Aditional Information
File size: 32768 bytes
MD5: 33356a51f7954a2ef21e79d3b6415371
SHA1: caf1566df08a0f8ab869b38e4f5df66aed52834c
All Clean!

Looking forward to the additions of magic damage.
HA HA HA U NOOB THATS FILES IS MALWARE HOW U GONNA QUOTE THE VIRUS SCAN, LMAO ITS NOT EVEN UR WORDS, NOOB
treecheetahdolo is offline  
Old 02/09/2007, 21:53   #7
 
elite*gold: 0
Join Date: Jun 2005
Posts: 294
Received Thanks: 63
Quote:
Originally posted by Teal_Thanatos@Feb 9 2007, 03:53
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


This error occurs, I foundout the cause is a lack of Data validation, you need to establish the secondary weapon as being default 0 for people like Warriors. I left it blank which caused the error.

other than that, +k
Thank you for pointing that out that will be fixed and updated.
~Unknown~ is offline  
Old 02/09/2007, 22:42   #8
 
a1blaster's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 3,487
Received Thanks: 1,960
Here's the scan for Damage_Calculator1.1.
Unpacked from the .rar file.>>>
</span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (From VirusTotal)</td></tr><tr><td id='QUOTE'>Complete scanning result of "Damage_Calculator.exe", received in VirusTotal at 02.09.2007, 22:18:18 (CET).

Antivirus Version Update Result
AntiVir 7.3.1.36 02.09.2007 no virus found
Authentium 4.93.8 02.09.2007 no virus found
Avast 4.7.936.0 02.09.2007 no virus found
AVG 386 02.09.2007 no virus found
BitDefender 7.2 02.09.2007 no virus found
CAT-QuickHeal 9.00 02.09.2007 no virus found
ClamAV devel-20060426 02.09.2007 no virus found
DrWeb 4.33 02.09.2007 no virus found
eSafe 7.0.14.0 02.09.2007 no virus found
eTrust-Vet 30.4.3382 02.09.2007 no virus found
Ewido 4.0 02.09.2007 no virus found
Fortinet 2.85.0.0 02.09.2007 no virus found
F-Prot 4.2.1.29 02.09.2007 no virus found
F-Secure 6.70.13030.0 02.09.2007 no virus found
Ikarus T3.1.0.31 02.09.2007 no virus found
Kaspersky 4.0.2.24 02.09.2007 no virus found
McAfee 4960 02.09.2007 no virus found
Microsoft 1.2204 02.09.2007 no virus found
NOD32v2 2048 02.09.2007 no virus found
Norman 5.80.02 02.09.2007 no virus found
Panda 9.0.0.4 02.09.2007 no virus found
Prevx1 V2 02.09.2007 no virus found
Sophos 4.13.0 02.08.2007 no virus found
Sunbelt 2.2.907.0 02.09.2007 no virus found
Symantec 10 02.09.2007 no virus found
TheHacker 6.1.6.055 02.09.2007 no virus found
UNA 1.83 02.09.2007 no virus found
VBA32 3.11.2 02.09.2007 no virus found
VirusBuster 4.3.19:9 02.09.2007 no virus found


Aditional Information
File size: 32768 bytes
MD5: 01b88b72d5652da04e74bb8ba11e829c
SHA1: 15bf2e724d680cbf7e7b6a3c70758a3e4e591713
[/b][/quote]

All Clean Again!

@~Unknown~ > The tabs must be a teaser for things to come.
They where empty.
Also I see strength does make a small difference in over all attack.
How did you figure that out? Did you find equation for it in the game somewhere?
Was always told strength didn't matter and to allocate 0 to it. Same for aggility.

@treecheetahdolo > Yes I'm a 514 post, 183 karna noob. Learn how to make and use code buttons in posts before making statements like that. Where do you see malware? They all say no virus found!
a1blaster is offline  
Old 02/09/2007, 23:06   #9
 
elite*gold: 0
Join Date: May 2005
Posts: 476
Received Thanks: 1
Quote:
Originally posted by a1blaster@Feb 9 2007, 15:42
@~Unknown~ > The tabs must be a teaser for things to come.
They where empty.
Also I see strength does make a small difference in over all attack.
How did you figure that out? Did you find equation for it in the game somewhere?
Was always told strength didn't matter and to allocate 0 to it. Same for aggility.
you never noticed that when your completly naked with 176 str, you have 176-176 atk?
xBlacKTigeRx is offline  
Old 02/09/2007, 23:10   #10
 
elite*gold: 0
Join Date: Jun 2005
Posts: 294
Received Thanks: 63
Quote:
Originally posted by a1blaster@Feb 9 2007, 15:42
Quote:
@~Unknown~ > The tabs must be a teaser for things to come.
They where empty.
Also I see strength does make a small difference in over all attack.
How did you figure that out? Did you find equation for it in the game somewhere?
Was always told strength didn't matter and to allocate 0 to it. Same for aggility.
Yeah they are lol sometime tonight or tomorrow I will put those in there. As for the strength part I just took off all my gear with 176 strength and guess what my damage was? 176 lol

As for the equation I asked a friend about the off-hand being halved and whatnot.
~Unknown~ is offline  
Old 02/09/2007, 23:16   #11
 
a1blaster's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 3,487
Received Thanks: 1,960
Quote:
Originally posted by xBlacKTigeRx+Feb 9 2007, 16:06--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (xBlacKTigeRx @ Feb 9 2007, 16:06)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--a1blaster@Feb 9 2007, 15:42
@~Unknown~ > The tabs must be a teaser for things to come.
They where empty.
Also I see strength does make a small difference in over all attack.
How did you figure that out? Did you find equation for it in the game somewhere?
Was always told strength didn't matter and to allocate 0 to it. Same for aggility.
you never noticed that when your completly naked with 176 str, you have 176-176 atk? [/b][/quote]
Well I never played naked.
I always wear equips or else my **** sticks to chair.
a1blaster is offline  
Old 02/10/2007, 15:49   #12
 
elite*gold: 0
Join Date: Jul 2005
Posts: 15
Received Thanks: 0
Awsome, there was another damage calculater that somebody else made but then they closed it down.

+k
MeAndOnlyMe is offline  
Old 02/11/2007, 02:21   #13
 
elite*gold: 0
Join Date: Jun 2005
Posts: 294
Received Thanks: 63
All weapon skills I saw that fit were added to the tool if theres a missing one you want just post

*I'm continuing to work on the other tabs
~Unknown~ is offline  
Old 02/11/2007, 02:51   #14
 
a1blaster's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 3,487
Received Thanks: 1,960
Nice,update!
Here's the scan for Damage_Calculator1.21.rar
Unpacked from the .rar file>
Quote:
Complete scanning result of "ConquerWork.exe", received in VirusTotal at 02.11.2007, 02:46:14 (CET).

Antivirus Version Update Result
AntiVir 7.3.1.36 02.09.2007 no virus found
Authentium 4.93.8 02.09.2007 no virus found
Avast 4.7.936.0 02.10.2007 no virus found
AVG 386 02.10.2007 no virus found
BitDefender 7.2 02.11.2007 no virus found
CAT-QuickHeal 9.00 02.09.2007 no virus found
ClamAV devel-20060426 02.10.2007 no virus found
DrWeb 4.33 02.10.2007 no virus found
eSafe 7.0.14.0 02.09.2007 no virus found
eTrust-Vet 30.4.3384 02.10.2007 no virus found
Ewido 4.0 02.10.2007 no virus found
Fortinet 2.85.0.0 02.11.2007 no virus found
F-Prot 4.2.1.29 02.09.2007 no virus found
F-Secure 6.70.13030.0 02.10.2007 no virus found
Ikarus T3.1.0.31 02.10.2007 no virus found
Kaspersky 4.0.2.24 02.11.2007 no virus found
McAfee 4960 02.09.2007 no virus found
Microsoft 1.2204 02.11.2007 no virus found
NOD32v2 2051 02.10.2007 no virus found
Norman 5.80.02 02.09.2007 no virus found
Panda 9.0.0.4 02.10.2007 no virus found
Prevx1 V2 02.11.2007 no virus found
Sophos 4.13.0 02.08.2007 no virus found
Sunbelt 2.2.907.0 02.09.2007 no virus found
Symantec 10 02.10.2007 no virus found
TheHacker 6.1.6.055 02.09.2007 no virus found
UNA 1.83 02.09.2007 no virus found
VBA32 3.11.2 02.10.2007 no virus found
VirusBuster 4.3.19:9 02.10.2007 no virus found


Aditional Information
File size: 49152 bytes
MD5: 23689709c86f8a5e497ef67be0a8fb53
SHA1: fae46d68dc604e8372ed54cdc1fad3c55ac68261
All Clean Again!

This is turning out to be realy nice. Keep up the work.
+1 Karma for what you've done already.
a1blaster is offline  
Old 02/11/2007, 06:41   #15
 
elite*gold: 0
Join Date: Jun 2005
Posts: 294
Received Thanks: 63
PvP damage taken has been added, but I'm not sure of the equation hopefully you guys can test it and tell me if its correct or not.

<hr>Append on Feb 11 2007, 19:32<hr> Hopefully I will add the other tabs soon.
~Unknown~ is offline  
Reply


Similar Threads Similar Threads
Age of Conan Feat Calculator - AoC Feat Calculator
06/13/2010 - General Gaming Releases - 3 Replies
the most accurate Age of Conan Feat Calculator
[Release] Fix Archer/Taoist Damage and Huge Thunder/Fire Damage
04/20/2009 - CO2 PServer Guides & Releases - 14 Replies
This is what you need to Fix Archer (Skills)/Taoist Damage and Huge Thunder/Fire Damage in LOTF source. Open Other.cs public static uint CalculateDamage(Character Attacker, Character Attacked, byte AttackType, ushort SkillId, byte SkillLvl) Replace the whole method with the following method public static uint CalculateDamage(Character Attacker, Character Attacked, byte AttackType, ushort SkillId, byte SkillLvl) {
Co Damage Calculator v1.0
01/24/2008 - CO2 Exploits, Hacks & Tools - 40 Replies
co damage calculator v1.0 This is my first program and its created in C#..so you will need the .net framework to run it: .net framework dl site: http://www.microsoft.com/downloads/details...& ;displaylang=en Co dam calculator description: this program was designed as a way to find out dam received from mobs and other players before actually fighting them. ie You could select a monster from the list and find out what def you would need to only rec 1 dam from that monster.
Covets Trojan Damage Calculator
01/07/2008 - CO2 Exploits, Hacks & Tools - 9 Replies
Ok guys, heres my damage calculator for trojans. Still kinda new to programing in Java so if u see anything that needs improvements just let me know and i ll get right on it^^ but i cant get the upload part to work so i put it on rapidshare... maybe someone can tell me why i cant upload on here.. anyways here it is ^^ Covets Damage Calculator V2.29.06
Damage Calculator
04/28/2006 - Conquer Online 2 - 6 Replies
Perhaps I missed it passing through these 9 pages of exploits, hacks, and tools, but has anybody seen/created something that calculates damage based on class/+dmg/attack? I'd be interested in viewing such a program/link. Thanks.



All times are GMT +2. The time now is 16:21.


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.