Go to the edge of the screen (when it is on full screen), it's about 650 units. While moving to that location, it goes by per second a unit, so a Goliath's max speed is 450 per second, that's nearly the edge of where you were 1 second ago.
I did: unitsPerSecond = (300 * 1) / 450
450 units > 1 sec
300 units > X sec
So I think the speed per second is 450, I can not understand this and does not work me.
---> [QUESTION ABOUT DMG CALCULATION] 08/03/2013 - SRO Private Server - 2 Replies Hello Epvpers,
I have a question(maybe a dumb question but see by yourself just hoping for answers)
I want to make a server for me, my little brother and my girlfriend for a lan party some times, but now is my question, which database does not contains the damage calculation bug?
With the Original Vsro files i hit with a sun spear lv 42, with a lv 43 fire nuke as level 45 my char 3k on a bunwhang!
A answer how to fix this error is okay aswell
nobility Calculation 11/05/2011 - CO2 Private Server - 7 Replies anyone can do the calculation for nobility rank i was searching for it again and again and nobody help me...this is the hardest problem that i cant solve..i do searching first before to take an action but nothing can i do now... if he or she want to help me add me on yahoo.. [email protected] tnx and advance elitepvpers members and mod by the way im using 5375 source
Movement Calculation 09/27/2011 - DarkOrbit - 0 Replies I don't want any thanks or whatsoever for this. Just throwing it out to the devs who will maybe get interested in developing another bot!
This should really only be encouraging for beginners to write new software!
You can use this without permission (no licencing).
Also it's kind of a nice and easy task if you want to do some maths again ;)
If you have questions or spotted a mistake, please tell me!
Have fun!
from math import pow, sqrt
Exp Calculation 08/21/2011 - CO2 Private Server - 4 Replies I know this is not real exp calculation and it's custom.
Just wondering, if it would be a good way to do it custom.
static ulong GetExerience(ulong GainExperience, byte attLevel, byte oppLevel, byte Rate, uint Damage, byte Reborns, byte TeamMembers)
{
ulong Experience = (attLevel <= oppLevel) ? (GainExperience * Rate) : ((GainExperience / attLevel) * Rate);
Experience += (ulong)(Damage ^ (Reborns + oppLevel)) / TeamMembers;
return...
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.