Jump to content
  • 0

How to uncast in renewal? im confius.


iAmRiki

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   0
  • Joined:  01/05/12
  • Last Seen:  

How to uncast in renewal? i already edit berzebub card.

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-45; },{},{}

When i use 2 berzebub card and i add some dex , its still got cast.

Then i edit at trunk/conf/battle/skill.conf

// The rate of time it takes to cast a spell (Note 2, 0 = No casting time)

casting_rate: 100

// Delay time after casting (Note 2)

delay_rate: 100

// Does the delay time depend on the caster's DEX and/or AGI? (Note 1)

// Note: On Official servers, neither Dex nor Agi affect delay time

delay_dependon_dex: yes

delay_dependon_agi: yes

Then its still same. anyone can solve this sir?

Thanks and sorry my bad english.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   5
  • Joined:  06/25/12
  • Last Seen:  

You need to comment out #define RENEWAL_CAST. Save and recompile.

src\config\renewal.h

/// renewal cast time
/// (disable by commenting the line)
///
/// leave this line to enable renewal casting time algorithms
/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
/// example:
///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
///  "fixed cast time" which can only be reduced by specialist items and skills
#define RENEWAL_CAST

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   0
  • Joined:  01/05/12
  • Last Seen:  

/// renewal cast time

/// (disable by commenting the line)

///

/// leave this line to enable renewal casting time algorithms

/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.

/// example:

/// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a

/// "fixed cast time" which can only be reduced by specialist items and skills

#define RENEWAL_CAST

i already use this. but its still same when i use 2 berzebub and add some dex its still casting.

Anyone can help me about the renewal cast edit :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

Well you have 2x45% = 90% (unsure if that even works because I think you couldn´t stack castrate items/cards)

Lets say your instant cast dex is at 170.

You have 120 dex and -90% cast.

That way you would have (if you are using pre-re cast) about 1/3 rd of your normal casttime.

Now with the -90% you would still have a casttime of 10% from 1/3rd wich ofc isn´t instant.

If you are using renewal cast:

You have 80% variable cast time wich can be reduced by dex.

And 20% fix cast wich can only be reduced by items.

Total cast = fix+var

Edited by Ainna
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   0
  • Joined:  01/05/12
  • Last Seen:  

Well you have 2x45% = 90% (unsure if that even works because I think you couldn´t stack castrate items/cards)

Lets say your instant cast dex is at 170.

You have 120 dex and -90% cast.

That way you would have (if you are using pre-re cast) about 1/3 rd of your normal casttime.

Now with the -90% you would still have a casttime of 10% from 1/3rd wich ofc isn´t instant.

If you are using renewal cast:

You have 80% variable cast time wich can be reduced by dex.

And 20% fix cast wich can only be reduced by items.

Total cast = fix+var

i dont understand sir. can explain more complex? mean where can i edit it sir? im using renewal. but i didnt open the 3rd job. my server 2nd job but use renewal.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

@iamriki

eroces already told you how to do it at post#2...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   0
  • Joined:  01/05/12
  • Last Seen:  

@iamriki

eroces already told you how to do it at post#2...

that mean i need to change this sir?

/// renewal cast time

/// (disable by commenting the line)

///

/// leave this line to enable renewal casting time algorithms

/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.

/// example:

/// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a

/// "fixed cast time" which can only be reduced by specialist items and skills

///#define RENEWAL_CAST

disable the renewal_cast sir?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   5
  • Joined:  06/25/12
  • Last Seen:  

Yes.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

kenpachi post in eathena:

../conf/battle/skill.conf

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

castrate_dex_scale: 150

try change to 100 see? or 30 see?

Edited by manabeast
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...