Jump to content
  • 0

Question

Posted (edited)

Hello Could Anyone teach me How to change

The new Instant cast that Combine int and dex To 560 Then u will get instant cast?

Currently my server is 180 = instant cast already (pre_ renewal cast).

Edited by donkeyg

7 answers to this question

Recommended Posts

Posted (edited)

trunk/conf/battle/skill.conf

 

// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150

I guess he meant this:

 

// How much (dex*2+int) does variable cast turns zero?
vcast_stat_scale: 530
 
The formula is there. (DEX x 2 + INT)
Eg:
120 dex x 2 = 240
120 int         =120
total            = 360
 
Im not sure if it's only working for renewal setup
Edited by KoolKat29
Posted (edited)

 

 

trunk/conf/battle/skill.conf

 

// At what dex does the cast time become zero (instacast)?

castrate_dex_scale: 150

I guess he meant this:

 

// How much (dex*2+int) does variable cast turns zero?
vcast_stat_scale: 530
 
The formula is there. (DEX x 2 + INT)
Eg:
120 dex x 2 = 240
120 int         =120
total            = 360
 
Im not sure if it's only working for renewal setup

 

Exactly what i meant. then how do i turn off the castrate_dex_scale: 150 ? is it like this

 

 

// At what dex does the cast time become zero (instacast)?

​//castrate_dex_scale: 180

// How much (dex*2+int) does variable cast turns zero?

vcast_stat_scale: 530

 

 

 

i tried but it's not work for me lol. im using pre-renewal cast .

Edited by donkeyg
Posted

If you're using pre-renewal cast, vcast_stat_scale is ignored and castrate_dex_scale is used. Even if you comment it out it's still going to have a default value of 150. Set it to something really high like 255.

Posted

If you're using pre-renewal cast, vcast_stat_scale is ignored and castrate_dex_scale is used. Even if you comment it out it's still going to have a default value of 150. Set it to something really high like 255.

means that i have to use renewal cast so the vcast_stat_scale will works?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...