Styx15 Posted August 22, 2021 Group: Members Topic Count: 25 Topics Per Day: 0.02 Content Count: 48 Reputation: 0 Joined: 09/28/20 Last Seen: 7 hours ago Share Posted August 22, 2021 Hello I want to ask how to incease crystalize time..bcz crystalize time in my server just 1 second... I want to change to 20 sec effect... thank you before... Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted August 23, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 17 hours ago Share Posted August 23, 2021 \rathena\db\re\skill_db.yml Lines 26295 You can adjust cystalize duration here. If you want to increase any action to increase timer. Try modify sc_start function in src. (Check SC == Crystalize) then increase duration. Hey you just adjust the value and test that's it. Quote Link to comment Share on other sites More sharing options...
0 Styx15 Posted August 23, 2021 Group: Members Topic Count: 25 Topics Per Day: 0.02 Content Count: 48 Reputation: 0 Joined: 09/28/20 Last Seen: 7 hours ago Author Share Posted August 23, 2021 (edited) On 8/23/2021 at 9:11 AM, Start_ said: \rathena\db\re\skill_db.yml Lines 26295 You can adjust cystalize duration here. If you want to increase any action to increase timer. Try modify sc_start function in src. (Check SC == Crystalize) then increase duration. - Id: 2447 Name: SO_DIAMONDDUST Description: Diamond Dust MaxLevel: 5 Type: Magic TargetType: Ground Range: 9 Hit: Single HitCount: -5 Element: Water CopyFlags: Skill: Reproduce: true CastCancel: true CastTime: - Level: 1 Time: 5000 - Level: 2 Time: 5500 - Level: 3 Time: 6000 - Level: 4 Time: 6500 - Level: 5 Time: 7000 AfterCastActDelay: 1000 Duration1: 500 Duration2: - Level: 1 Time: 12000 - Level: 2 Time: 14000 - Level: 3 Time: 16000 - Level: 4 Time: 18000 - Level: 5 Time: 20000 Cooldown: 5000 Requires: SpCost: - Level: 1 Amount: 50 - Level: 2 Amount: 56 - Level: 3 Amount: 62 - Level: 4 Amount: 68 - Level: 5 Amount: 74 Unit: Id: Dummyskill Range: - Level: 1 Size: 3 - Level: 2 Size: 3 - Level: 3 Size: 3 - Level: 4 Size: 4 - Level: 5 Size: 4 Interval: 1000 <---- this is crystalize bro? Target: Enemy Flag: NoOverlap: true PathCheck: true Done Thank you Edited August 26, 2021 by Styx15 codebox Quote Link to comment Share on other sites More sharing options...
Question
Styx15
Hello
I want to ask how to incease crystalize time..bcz crystalize time in my server just 1 second...
I want to change to 20 sec effect...
thank you before...
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.