Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Stat Formulas

This is a discussion on Stat Formulas within the General Chat forums, part of the Knight Online (ko4life.com) category; Does anyone have the formulas for each class' stats? Kingofknight owners don't seem to check their forum anymore so can't ...
Page: 1


  1. #1
    Joab Senior Member Yoav's Avatar
    Join Date
    Jul 2006
    Location
    Everywhere
    Posts
    516

    Default Stat Formulas

    Does anyone have the formulas for each class' stats?
    Kingofknight owners don't seem to check their forum anymore so can't get it from them.



    P.S. Game questions forum sucks, nobody looks at it except people who want to reach 50 posts


    (edit) Sorry for not being clear enough...
    I wanna know how to calculate AP/AC/HP/MP/Resistance, based on class/level/stat points/weapon ap.
    Like this (from Metalkon's sig):
    Lv60-70 Warrior AP Formula (Less Accurate at 70+)
    AP = (0.000410872 * Lvl * WeaponAP * TotalStr) + 85
    Ardream Warrior AP Formula
    AP = (0.000342110 * Lvl * WeaponAP * TotalStr) + 85
    ...but for all classes and all levels (HP/MP as well).
    Last edited by Yoav; 06-01-2011 at 07:01 AM.

  2. #2
    Banned
    Join Date
    Jul 2006
    Location
    Orygun, USA
    Posts
    1,480

    Default

    Stat formula? Like how to calculate AP?

    I know the warrior AP formula is on Metalkon's signature.

  3. #3
    N0rseman
    Guest

    Default

    Quote Originally Posted by Yoav View Post
    Does anyone have the formulas for each class' stats?
    Kingofknight owners don't seem to check their forum anymore so can't get it from them.

    P.S. Game questions forum sucks, nobody looks at it except people who want to reach 50 posts



    Well ... I dont know what you want mean, but ...
    This is a good site ... but i'm not sure if they are 100% right.

    Stat Points

    Skill Points

    Weapon AP

    But you can find a lot of informations here
    Good luck.

  4. #4
    Senior Member Draven's Avatar
    Join Date
    Aug 2009
    Location
    Hell
    Posts
    1,185

    Default

    i seem to remember Crizia getting credit on KingOfKnight for helping with the formulas. Might try to send him a pm here if he's still around.

  5. #5
    Senior Member rambo14k's Avatar
    Join Date
    Dec 2010
    Location
    New York
    Posts
    332

    Default

    off topic

    I hate how warriors benefit of str more than a priest.

  6. #6
    Joab Senior Member Yoav's Avatar
    Join Date
    Jul 2006
    Location
    Everywhere
    Posts
    516

    Default

    Sorry for not being clear enough...
    I wanna know how to calculate AP and HP, based on stat points/weapon ap.
    Like this (from Metalkon's sig):
    Lv60-70 Warrior AP Formula (Less Accurate at 70+)
    AP = (0.000410872 * Lvl * WeaponAP * TotalStr) + 85
    Ardream Warrior AP Formula
    AP = (0.000342110 * Lvl * WeaponAP * TotalStr) + 85
    ...but for all classes and all levels (for HP too).

  7. #7
    Banned
    Join Date
    Jul 2006
    Location
    Orygun, USA
    Posts
    1,480

    Default

    Quote Originally Posted by Yoav View Post
    Sorry for not being clear enough...
    I wanna know how to calculate AP and HP, based on stat points/weapon ap.
    Like this (from Metalkon's sig):


    ...but for all classes and all levels (for HP too).


















    x+c=3=<3 ?

  8. #8
    SumYungHo Senior Member
    Join Date
    Jul 2006
    Location
    Australia
    Posts
    438

    Default

    Quote Originally Posted by SaNCTe View Post
    x+c=3=<3 ?

    <3=?



    Random spamzor

  9. #9
    Joab Senior Member Yoav's Avatar
    Join Date
    Jul 2006
    Location
    Everywhere
    Posts
    516

    Default

    bump cuz im still looking for it

  10. #10
    Senior Member NatGeo's Avatar
    Join Date
    Nov 2007
    Posts
    1,650

    Default

    Resist is easy, you get 1 resist after every 2 points in Int if its over 100 regardless of your class/lvl.
    eg 110 int -> 5 resist, 160 int -> 30 resist

  11. #11
    Banned Senior Member
    Join Date
    Oct 2006
    Posts
    718

    Default

    Quote Originally Posted by rambo14k View Post
    off topic

    I hate how warriors benefit of str more than a priest.
    I'm gonna start calling you Chris Griffin.


  12. #12
    Joab Senior Member Yoav's Avatar
    Join Date
    Jul 2006
    Location
    Everywhere
    Posts
    516

    Default

    Quote Originally Posted by NatGeo View Post
    Resist is easy, you get 1 resist after every 2 points in Int if its over 100 regardless of your class/lvl.
    eg 110 int -> 5 resist, 160 int -> 30 resist
    Cool thanks

  13. #13
    Senior Member Draven's Avatar
    Join Date
    Aug 2009
    Location
    Hell
    Posts
    1,185

    Default

    anymore info on this subject, please post it. I'd like to pin the info for future references.

  14. #14
    Joab Senior Member Yoav's Avatar
    Join Date
    Jul 2006
    Location
    Everywhere
    Posts
    516

    Default

    Quote Originally Posted by xROVERx View Post
    u can check it from kok.make a character look his hp-res-ap and give stat point and check again
    I'm pretty it would be impossible to figure out these formulas just by looking at stats... you can only find out things like: 1 AC per level regardless of stat points, and 1 AC per base Health stat point, if it's greater than 100.

  15. #15
    Senior Member KingHOBO's Avatar
    Join Date
    Oct 2009
    Posts
    118

    Default

    I took a look at the website code and I think KOK is calculating everything with javascript, take a look at the source code on KOK.com/char.php

    Here is the rogues calculation in the code:

    Code:
    //AP
    		if (clas == "Rogue")
    			stats.ap = Math.floor(Math.floor((0.005*wep*(dex+40))+(hitcoefficient*wep*lvl*dex)+3)*bonus.ap);

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •