Jump to content
  • 0

Berzebub Card No Effec


Question

Posted

Here im using rAthena Revision 16758

what have i change is :

conf/battle/skill.conf

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

original is :

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

db/re/item_db.txt

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

original is :

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

int160dex140_zpsf4f31c84.jpg

this status already using 2x berzebub card but no effect(still got long casting)

9 answers to this question

Recommended Posts

Posted

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

castrate_dex_scale: 100

This won't work in renewal...better edit this one

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

vcast_stat_scale: 530

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

better do it this way

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{}

:meow:

Posted (edited)

What skill you are using? Because some skill's have Fixed casting time. Berzebub is only affect the Skills that have Floating casting. :) Correct me if i'm wrong.

Edited by kyeme
Posted

What skill you are using? Because some skill's have Fixed casting time. Berzebub is only affect the Skills that have Floating casting. :) Correct me if i'm wrong.

warlock skills.

2nd job/3rd job

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

castrate_dex_scale: 100

This won't work in renewal...better edit this one

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

vcast_stat_scale: 530

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

better do it this way

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{}

:meow:

no need to change any scr/map/pc.c ?

Posted (edited)
4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-80; },{},{}

to

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{}

after i change,still cant uncast. /omg

Edited by madtoyz
Posted (edited)
4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-80; },{},{}

to

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{}

after i change,still cant uncast. /omg

Try this >

change

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{}

to

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; bonus bFixedCastrate,-80; },{},{}

-80 = 80%

-100 = -100%

Edited by kyeme
Posted
4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-80; },{},{}

to

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{}

after i change,still cant uncast. /omg

Try this >

change

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{}

to

4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; bonus bFixedCastrate,-80; },{},{}

-80 = 80%

-100 = -100%

thx the cast is reduce ....

Posted (edited)

is this one work in pre-renewal?

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

coz i wanted to turn On the fixed cast time in pre-renewal mode.

Edited by patr3k

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