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)
toPHP 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
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)
toPHP 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>
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).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>
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![]()



Reply With Quote

