Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Dragon force warrior skill book

Experienced Elementalist
Joined
Jul 11, 2014
Messages
274
Reaction score
2
Failed to use a skillbook how to fix ?
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jul 11, 2014
Messages
274
Reaction score
2
edit skill.scp
locate skill ID.. and check something value 2.. it must set to 1

this is my dragon force skill

<skill_main id="260" name="skill0260" type="2" multi="0" group="25" dur="3000,9000" bfx_dur="0" value_ref="1" bfx_ref="0" intensity="0" element="0" desc="skill_desc0260" icon_id="J_icn_skill260" > <attribute target="1" max_target="1" reach="8" mreach="-1" range="1" range_type="-1" > <code grip_calc="0" anicode="81" fxcode_on="292" fxcode_keep="-1" /> <frame term="27" blendlimit="-1" hit_frame="12" firing_frame="12" ani_f="33" local_f="18" /> <effect visual_type="1" movemethod="-1" /> <condition twohand="0" dual="0" onehand="1" bracer="0" exclusive="6" usecase="23552" /> </attribute> <skill_param exp1="5" exp2="5" > <power atk="0,0" ar="" critrate="" critdmg="" /> <cost ctime="-90,1710" mp="23,207" mpadd="" sp="-1" /> <mission_cost upkeepctime="0" mission_ctime="-90,1710" /> </skill_param>



what part do i need to edit?



edit skill.scp
locate skill ID.. and check something value 2.. it must set to 1

1505 260 5 0 1 1 <null> <null> 0 502900 50290 9 11506 260 5 8 2 3 <null> <null> 0 517900 51790 10 11507 260 5 20 4 6 <null> <null> 0 565600 56560 10 11508 260 5 36 7 9 <null> <null> 0 1451500 145150 10 11509 260 5 56 10 12 <null> <null> 0 1575000 157500 10 11510 260 6 0 13 15 <null> <null> 0 1747500 174750 10 11511 260 6 33 16 18 <null> <null> 0 2135300 213530 10 11512 260 6 72 19 20 <null> <null> 0 2295000 229500 10 1
 
Upvote 0
Junior Spellweaver
Joined
Mar 2, 2008
Messages
170
Reaction score
17
based on new age 8.5 that i have..

cabal_msg.enc
Code:
<msg id="[COLOR=#ff0000]skill0298[/COLOR]" cont="Dragon Force" />
cabal.enc
Code:
        <skill_main    id="298"    name="[COLOR=#ff0000]skill0298[/COLOR]"    [COLOR=#0000ff][B]type="1"[/B][/COLOR]    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    [COLOR=#0000ff][B]2[/B][/COLOR]    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...
 
Upvote 0
Experienced Elementalist
Joined
Jul 11, 2014
Messages
274
Reaction score
2
based on new age 8.5 that i have..

cabal_msg.enc
Code:
<msg id="[COLOR=#ff0000]skill0298[/COLOR]" cont="Dragon Force" />
cabal.enc
Code:
        <skill_main    id="298"    name="[COLOR=#ff0000]skill0298[/COLOR]"    [COLOR=#0000ff][B]type="1"[/B][/COLOR]    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    [COLOR=#0000ff][B]2[/B][/COLOR]    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 willl try on it bro thank you verry much <3



i willl try on it bro thank you verry much <3
im using 8.5 too

<skill_main id="260" name="skill0260" type="1" multi="0" group="25" dur="3000,9000" bfx_dur="0" value_ref="1" bfx_ref="0" intensity="0" element="0" desc="skill_desc0260" icon_id="J_icn_skill260" > <attribute target="1" max_target="1" reach="8" mreach="-1" range="1" range_type="-1" > <code grip_calc="0" anicode="81" fxcode_on="292" fxcode_keep="-1" /> <frame term="27" blendlimit="-1" hit_frame="12" firing_frame="12" ani_f="33" local_f="18" /> <effect visual_type="1" movemethod="-1" /> <condition twohand="0" dual="0" onehand="1" bracer="0" exclusive="6" usecase="23552" /> </attribute> <skill_param exp1="5" exp2="5" > <power atk="0,0" ar="" critrate="" critdmg="" /> <cost ctime="-90,1710" mp="23,207" mpadd="" sp="-1" /> <mission_cost upkeepctime="0" mission_ctime="-90,1710" /> </skill_param>



<msg id="skill0260" cont="Dragon Force" />

New Age 8.5





Click link a have another problem i cant get to level 2 to 20 ...
 
Upvote 0
Junior Spellweaver
Joined
Mar 2, 2008
Messages
170
Reaction score
17
i dont have live server that using 8.5

but i think you can check something like cabal_train in Cabal.dec and sync with skill.scp..

and see error from WorldSvr log.. when u try train that skill...
 
Upvote 0
Experienced Elementalist
Joined
Jul 11, 2014
Messages
274
Reaction score
2
i dont have live server that using 8.5

but i think you can check something like cabal_train in Cabal.dec and sync with skill.scp..

and see error from WorldSvr log.. when u try train that skill...

Theres no Error in the logs file i will try cabal_train sync with skill.scp



Theres no Error in the logs file i will try cabal_train sync with skill.scp


<skill_order id="298" order_level="1" rank="6" rankpoint="0" start_level="1" end_level="1" train_type="9" tr<skill_order id="298" order_level="2" rank="6" rankpoint="6" start_level="2" end_level="3" train_type="10" tr<skill_order id="298" order_level="3" rank="6" rankpoint="16" start_level="4" end_level="6" train_type="10" tr<skill_order id="298" order_level="4" rank="6" rankpoint="29" start_level="7" end_level="9" train_type="10" tr<skill_order id="298" order_level="5" rank="6" rankpoint="46" start_level="10" end_level="12" train_type="10<skill_order id="298" order_level="6" rank="7" rankpoint="0" start_level="13" end_level="15" train_type="10<skill_order id="298" order_level="7" rank="7" rankpoint="26" start_level="16" end_level="18" train_type="10<skill_order id="298" order_level="8" rank="7" rankpoint="57" start_level="19" end_level="20" train_type="10
 
Upvote 0
Junior Spellweaver
Joined
Jun 15, 2014
Messages
148
Reaction score
23
Client cabal.enc


<skill_main id="298" name="skill0298" type="2" multi="0" group="24" dur="0,20000" bfx_dur="0" value_ref="1" bfx_ref="0" intensity="0" element="0" desc="skill_desc0298" icon_id="J_icn_skill298" >
<attribute target="6" max_target="1" reach="1" mreach="-1" range="1" range_type="-1" >
<code grip_calc="0" anicode="201" fxcode_on="267" fxcode_keep="-1" />
<frame term="45" blendlimit="-1" hit_frame="-1" firing_frame="-1" ani_f="45" local_f="0" />
<effect visual_type="1" movemethod="-1" />
<condition twohand="1" dual="1" onehand="1" bracer="1" exclusive="0" usecase="122879" />
</attribute>
<skill_param exp1="8" exp2="8" >
<power atk="" ar="" critrate="" critdmg="" />
<cost ctime="0,180000" mp="25,225" mpadd="" sp="-1" />
<mission_cost upkeepctime="0" mission_ctime="0,180000" />
</skill_param>
</skill_main>


<skill_value id="298" group="0" >
<value bforce_id="114" bforce_value="10,0,0" power="" dur="0,20000" type="1" value_type="2" />
</skill_value>

Server Skill.scp

[SKill_Value] SkillIdx Group Order BForce_ID Value Power Dur Value_type
268 298 0 0 114 10,0,0 <null> 0,20000 2

Choose what option you use, im use All Skill amp 20%
 
Upvote 0
Joined
Jul 27, 2008
Messages
868
Reaction score
56
based on new age 8.5 that i have..

cabal_msg.enc
Code:
<msg id="[COLOR=#ff0000]skill0298[/COLOR]" cont="Dragon Force" />
cabal.enc
Code:
        <skill_main    id="298"    name="[COLOR=#ff0000]skill0298[/COLOR]"    [COLOR=#0000ff][B]type="1"[/B][/COLOR]    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    [COLOR=#0000ff][B]2[/B][/COLOR]    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...
not working ... tested already .. :D
 
Upvote 0
Back
Top