Re: Dragon force warrior skill book
some ideas for this skill I made many changes but it always remains lv1
1 Attachment(s)
Re: Dragon force warrior skill book
Quote:
Originally Posted by
ijoo
based on new age 8.5 that i have..
cabal_msg.enc
Code:
<msg id="skill0298" cont="Dragon Force" />
cabal.enc
Code:
<skill_main id="298" name="skill0298" type="1" multi="0" group="24" dur="0,5000" bfx_dur="0" value_ref="1" bfx_ref="0" intensity="0" element="0" desc="skill_desc0298" icon_id="J_icn_skill298" >
<attribute target="4" max_target="1" reach="0" mreach="-1" range="1" range_type="-1" >
<code grip_calc="0" anicode="214" fxcode_on="268" fxcode_keep="-1" />
<frame term="45" blendlimit="-1" hit_frame="30" firing_frame="30" ani_f="31" local_f="0" />
<effect visual_type="1" movemethod="-1" />
<condition twohand="1" dual="0" onehand="0" bracer="0" exclusive="1" usecase="122879" />
</attribute>
<skill_param exp1="8" exp2="8" >
<power atk="" ar="" critrate="" critdmg="" />
<cost ctime="0,300000" mp="25,225" mpadd="" sp="-1" />
<mission_cost upkeepctime="0" mission_ctime="0,300000" />
</skill_param>
</skill_main>
Skill.scp
Code:
[SKill_Main] SkillIdx Multi Target Max_Target Type Group Dur BFX_Dur Value_Ref Bfx_Ref Property Element SkillExp1 SkillExp2 Grip Exclusive UseCase Reach Range RangeType FiringFrame HitFrame Move_Method AttackCoef A.RatingCoef CriticalRateCoef CriticalMultiCoef MpCoef MPWasteBModeCoef SPWasteVal checklimit_normal checklimit_combo Upkeepctime Rate AmpCount DamageType
...........................
421 298 0 4 1 2 24 0,5000 <null> 1 0 0 0 8 8 15 1 122879 0 1 <null> -1 -1 -1 <null> <null> <null> <null> 25,225 <null> -1 1500 1100 0 0 0 2
cabal.enc not sync with skill.scp
change
skill.scp from
2 to
1
and restart cabal...
I tried in all possible ways but I can't make this skill work help?
Re: Dragon force warrior skill book
solved thanks to @Wataryx23
Re: Dragon force warrior skill book
Hint or solution to fix it?
I took a look into the files, cabal.enc and skill.scp but couldn't figure it out yet.
Tried to look at similar skills but eh.. still learning :D.
Re: Dragon force warrior skill book
Quote:
Originally Posted by
Purplex3
Hint or solution to fix it?
I took a look into the files, cabal.enc and skill.scp but couldn't figure it out yet.
Tried to look at similar skills but eh.. still learning :D.
replace this cabal.enc and your skill will work
https://www.mediafire.com/file/icxpa...cabal.rar/file
Re: Dragon force warrior skill book
Quote:
Originally Posted by
sasuke
Thanks, but I managed to fix it.
I had to set the exclusive in cabal.enc for skillorder id="298" (which is Dragon Force) to nothing. So just ' exclusive="" '