Jump to content
  • 0

Need new instant cast


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

trunk/conf/battle/skill.conf

 

// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   5
  • Joined:  06/17/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  226
  • Reputation:   11
  • Joined:  01/09/12
  • Last Seen:  

I dont understand this too.

 

EDIT:http://rathena.org/board/topic/72305-dex2-int-530/

Edited by xienne15
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

 

 

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


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  105
  • Reputation:   67
  • Joined:  04/05/13
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  105
  • Reputation:   67
  • Joined:  04/05/13
  • Last Seen:  

Yes

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