Exp calculation? 01/09/2011 - CO2 Programming - 3 Replies Hey,
Does anyone has a decent exp calculation, or show me atleast how it is calculated? I really have no idea when it comes to conquer.
Thanks in advance,
ImmuneOne.
Damage Calculation 08/02/2010 - CO2 PServer Guides & Releases - 12 Replies Okay. I haven't found any physical damage calculations out there that involves BP. Maybe nobody wants it or what but Ive been lurking these forums for a while looking for ideas for my server. Anyway, here's my ROUGH (+- 1.5k) damage compared to the real co. If anyone got any ideas on how to improve my equation by all means please post.
I use 5165 but the gist of it should be the same as other servers.
also, thanks to CoEmu v2, I used some of the damage calculation from there namely the...
Repair Calculation 06/04/2010 - CO2 Private Server - 0 Replies Here is the correct gold calculation for repairing an item:
int nRecoverDurability = Math.Max(0, Item.Stats.Durability - Item.CurDurability);
if (nRecoverDurability == 0)
return;
byte Quality = ItemManipulation.GetQuality((int)Item.Stats.ID);
double QualityMultipier = 0;
[Info] Potency calculation in CoEmuv2 08/17/2009 - CO2 Private Server - 15 Replies Well as its stated,
Where is it? Because i got the mentor packets and i am creating it atm,
And i want to know where it is so i can make a calculation of the shared potency if someone know where it is kthx.
xellios
AL Damage Calculation 07/15/2007 - Archlord - 0 Replies Does anyone know how AL computes damage? I have been playing with combinations of weapons and stones and can't find the magic equation. Here is what I have been doing:
Ab = Base Attack (without weapon)
Aw = Attack with Weapon
Ae = Attack bonus due to Elemental Stones (e.g. 4 level 3 stones is 5+5+1+5+1+5+1 = 23)
Sb = Skill bonus for Basic Attack (%)
Se = Skill bonus for Elemental Attack (%)
a = attenuation factor based on mob level and player level
b = boolean for elemental damage...