Okay, well.....
The CoMy Bug with damage, how do i fix it.
If you don't know what im talking about, then it
is the bug where you can wear no gear and level dont matter
and the other only hit 1.
Ex.
Level 40 withouth gear and level 135 with full +12
then the level 135 still hits 1
and guards hit 1
and mobs hit 1
How do i fix it if anyone can help me
Here is a screenshot of it....
I really hope you guys can help me
Yea, The damage calculations were never fixed so you can do them yourself or #search. I saw 2 thread with damage calculations, never tested them though.
Yea, The damage calculations were never fixed so you can do them yourself or #search. I saw 2 thread with damage calculations, never tested them though.
I do have a Lands of the Forgotten source with fixed damage calculations, Though the coding of it is different, So it would not work in your source, Unless you can convert it...If you can send me a private message.
I do have a Lands of the Forgotten source with fixed damage calculations, Though the coding of it is different, So it would not work in your source, Unless you can convert it...If you can send me a private message.
That wont help me, because try click on my signatures spoile with what i have, then ill loose all, cause i dont know how to convert :/
Fix Damage [CoMy] 09/03/2009 - CO2 Private Server - 0 Replies im not sure if this work, is not tested, but
have a try. Im not good coder :)
Go to Client and search for:
Under That code paste this
Now open Packets and search for:
[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)
{
Need Help : 10x damage launcher / melee ---> 10x damage range 06/07/2008 - RF Online - 0 Replies As long as i tried this cheat only work for the launcher / melee weapon.
I tried several times but i only get the animation speed increase when using range weapons.
Have anyone succesful using the 10x damage cheat to the range weapon :confused:
Physical Damage/Damage Reduction Question 05/20/2006 - Conquer Online 2 - 5 Replies How does phys damage work with the RB def bonus and then with blessed % dmg reduction along with tortoise gem %. Can someone just show me how to calculate the damage in a short mathematical equation showing attack, defense, reborn bonus, blessed pct and tortoise pct? Thanks in advance, it seems that not many people fully understand the way this works (me included) so I think it would help out a lot of people if they knew.
EDIT: Is the reborn 30% defense calculated in the beginning off the...