how does the skill value works?

Results 1 to 2 of 2
  1. #1
    Valued Member takashi92000 is offline
    MemberRank
    Feb 2011 Join Date
    136Posts

    how does the skill value works?

    Hi Ragezone Pro,

    I'm thinking of increasing the value of Defence sense (upgrade skill) to higher. So far, I've done few steps and nearly success:

    Item.scp (column:- DefenseCoef)

    PHP Code:
    [SkillList]    SkillIdx    Type    Group    Property    Element    SkillExp1    SkillExp2    Grip    Exclusive    UseCase    Reach    Range    RangeType    FiringFrame    HitFrame    AttackCoef    A.RatingCoef    DefenseCoef    D.RatingCoef    M.AttackCoef    DurationCoef    WasteMPCoef    HPMaxCoef    MPMaxCoef    HPRechagCoef    MPRechagCoef    CriticalRateCoef    CriticalMultiCoef    MPWasteBModeCoef    SPWasteVal    Stance    CriticalRate2Coef    CriticalMulti2Coef    checklimit_normal    checklimit_combo    
    228    303    4    0    0    0    0    0    15    0    8191    
    <null>    <null>    <null>    <null>    <null>    0,0    0,0    1,9    0,0    0,0    <null>    <null>    0,0    0,0    0,0    0,0    0,0    0,0    <null>    <null>    0    <null>    <null>    0    0 
    to

    PHP Code:
    [SkillList]    SkillIdx    Type    Group    Property    Element    SkillExp1    SkillExp2    Grip    Exclusive    UseCase    Reach    Range    RangeType    FiringFrame    HitFrame    AttackCoef    A.RatingCoef    DefenseCoef    D.RatingCoef    M.AttackCoef    DurationCoef    WasteMPCoef    HPMaxCoef    MPMaxCoef    HPRechagCoef    MPRechagCoef    CriticalRateCoef    CriticalMultiCoef    MPWasteBModeCoef    SPWasteVal    Stance    CriticalRate2Coef    CriticalMulti2Coef    checklimit_normal    checklimit_combo    
    228    303    4    0    0    0    0    0    15    0    8191    
    <null>    <null>    <null>    <null>    <null>    0,0    0,0    60,9    0,0    0,0    <null>    <null>    0,0    0,0    0,0    0,0    0,0    0,0    <null>    <null>    0    <null>    <null>    0    0 

    and client side

    cabal.enc (column:- def)
    PHP Code:
                <param    exp1="0"    exp2="0"    >
                    <
    power    atk="0,0"    ar="0,0"    def="1,9"    dr="0,0"    matk="0,0"    dur=""    hpmax="0,0"    mpmax="0,0"    hpregen="0,0"    mpregen="0,0"    critrate="0,0"    critdmg="0,0"    critrate2=""    critdmg2=""    />
                    <
    cost    ctime=""    mp=""    mpadd=""    sp=""    />
                </
    param
    to

    PHP Code:
                <param    exp1="0"    exp2="0"    >
                    <
    power    atk="0,0"    ar="0,0"    def="60,9"    dr="0,0"    matk="0,0"    dur=""    hpmax="0,0"    mpmax="0,0"    hpregen="0,0"    mpregen="0,0"    critrate="0,0"    critdmg="0,0"    critrate2=""    critdmg2=""    />
                    <
    cost    ctime=""    mp=""    mpadd=""    sp=""    />
                </
    param
    I noticed my characters' defence has increased after done the above steps (before.jpg) & after.jpg), however the skill icon's value didn't get change (def.jpg).

    My question here is, how does the skill value in the skill icon work? And how can I change the value from the skill icon?

    Appreciate and looking forward your help
    Attached Thumbnails Attached Thumbnails after.jpg   before.jpg   def.jpg  


  2. #2
    Valued Member takashi92000 is offline
    MemberRank
    Feb 2011 Join Date
    136Posts

    Re: how does the skill value works?

    hmmmm... seems like no way to do it?



Advertisement