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!

WHERE TO ADJUST ATTAK AND AMP IN SKILL.SCP??

Newbie Spellweaver
Joined
Apr 6, 2020
Messages
69
Reaction score
13
Hi Guys, I'm try to balance the damage, I searched and learn that I need to adjust it in skill.scp and update cabal.enc as well for it to work properly..

Correct me if I'm wrong its in Skill_Main table but i dont know which part of it I need to adjust. please help.
 
Elite Diviner
Joined
Jun 18, 2023
Messages
437
Reaction score
245
Example:

Code:
<skill_value    id="206"    group="0"    >
            <value    bforce_id="1"    bforce_value="-50,-1000,0"    power=""    dur="0,30000"    type="2"    value_type="1"    />
            <value    bforce_id="97"    bforce_value="-10,-10,0"    power=""    dur="0,30000"    type="2"    value_type="2"    />
            <value    bforce_id="98"    bforce_value="-10,-100,0"    power=""    dur="0,30000"    type="2"    value_type="2"    />
 </skill_value>

Skill.scp [SKill_Value]

Code:
168    206    0    0    1    -50,-1000,0    <null>    0,30000    1   
169    206    0    1    97    -10,-10,0    <null>    0,30000    2   
170    206    0    2    98    -10,-100,0    <null>    0,30000    2

Type = 1 is non-percentage value, 2 is percentage value.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 6, 2020
Messages
69
Reaction score
13
Example:

Code:
<skill_value    id="206"    group="0"    >
            <value    bforce_id="1"    bforce_value="-50,-1000,0"    power=""    dur="0,30000"    type="2"    value_type="1"    />
            <value    bforce_id="97"    bforce_value="-10,-10,0"    power=""    dur="0,30000"    type="2"    value_type="2"    />
            <value    bforce_id="98"    bforce_value="-10,-100,0"    power=""    dur="0,30000"    type="2"    value_type="2"    />
 </skill_value>

Skill.scp [SKill_Value]

Code:
168    206    0    0    1    -50,-1000,0    <null>    0,30000    1  
169    206    0    1    97    -10,-10,0    <null>    0,30000    2  
170    206    0    2    98    -10,-100,0    <null>    0,30000    2

Type = 1 is non-percentage value, 2 is percentage value.

this is what I'm looking at..

Cabal_msg.enc

Code:
<msg id="skill0057" cont="Shield Barrage" />

Cabal.enc

Code:
<skill_value    id="57"    group="0"    >
            <value    bforce_id="95"    bforce_value="120,280,0"    power=""    dur="0,8000"    type="4"    value_type="1"    />
        </skill_value>

Skill.scp

Code:
23    57    0    0    95    120,280,0    <null>    0,8000    1


the skill I want to edit has only one force ID..
barage - WHERE TO ADJUST ATTAK AND AMP IN SKILL.SCP?? - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Elite Diviner
Joined
Jun 18, 2023
Messages
437
Reaction score
245
this is what I'm looking at..

Cabal_msg.enc

Code:
<msg id="skill0057" cont="Shield Barrage" />

Cabal.enc

Code:
<skill_value    id="57"    group="0"    >
            <value    bforce_id="95"    bforce_value="120,280,0"    power=""    dur="0,8000"    type="4"    value_type="1"    />
        </skill_value>

Skill.scp

Code:
23    57    0    0    95    120,280,0    <null>    0,8000    1


the skill I want to edit has only one force ID..
View attachment 243905
Sometimes, the final value of the said force id is the sum or result inside the bforce_value.
 
Upvote 0
Joined
Aug 27, 2013
Messages
800
Reaction score
1,968
motocab

Just a reminder - avoid asking every basic thing and try to experiment yourself, otherwise you won't learn anything.

Question you've asked multiple times for the past few days could have been easily sorted if you simply tried to play around with the values, while having backups.

This applies to everything else.

Also, there is a lot of threads (and post replies within the threads) answering your question, so to make sure you're a respectable forum member - do the above mentioned thing and try to use search, before asking in multiple times about this.

Good luck :dai:
 
Upvote 0
Newbie Spellweaver
Joined
Mar 13, 2023
Messages
5
Reaction score
26
this is what I'm looking at..

Cabal_msg.enc

Code:
<msg id="skill0057" cont="Shield Barrage" />

Cabal.enc

Code:
<skill_value    id="57"    group="0"    >
            <value    bforce_id="95"    bforce_value="120,280,0"    power=""    dur="0,8000"    type="4"    value_type="1"    />
        </skill_value>

Skill.scp

Code:
23    57    0    0    95    120,280,0    <null>    0,8000    1


the skill I want to edit has only one force ID..
View attachment 243905

20 it means Sword Skill Amp , 0 it means Magic Skill Amp , 147 Atk of the skill , 13650 the Multiple of the Atk . , for CR is 0,100 and CD 0,100 then sync with Skill.scp
1698197420314 - WHERE TO ADJUST ATTAK AND AMP IN SKILL.SCP?? - RaGEZONE Forums

1698197364622 - WHERE TO ADJUST ATTAK AND AMP IN SKILL.SCP?? - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Oct 13, 2014
Messages
88
Reaction score
8
-----updated----
nvm, figured myself.
 
Last edited:
Upvote 0
Back
Top