Jump to content
  • 0

How to incease crystalize time


Styx15

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.02
  • Content Count:  47
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

\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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.02
  • Content Count:  47
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

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 by Styx15
codebox
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...