Jump to content
  • 0
Sign in to follow this  
ay0konapala

Possible?

Question

Is it possible that one specific item, makes a casting skill, no cast? for example, the TRACKING skill. Even when you have 1000Dex or 1000Allstats, you cant no cast the skill Tracking. is there any script that can do that?


 


Hmm is there someone here knows how to do that? For example I will
make a custom item. Then the effect of that item will be no cast for TRACKING. Whats the script will be?


 


Help me thanks.

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

maybe those bonuses may help you:

 

bonus2 bSkillFixedCast,s,x; Increases fixed cast time of skill s by x milliseconds. (supports skill names.)
bonus2 bSkillVariableCast,s,x; Increases variable cast time of skill s by x milliseconds. (supports skill names.)
bonus2 bVariableCastrate,s,x; Increases variable cast time of skill s by x%. (supports skill names.)
bonus2 bFixedCastrate,s,x; Increases fixed cast time of skill s by x%. (supports skill names.)
 
 
they accept negative values if I recall correctly

Share this post


Link to post
Share on other sites
  • 0

So meaning sir, the value of 'x milliseconds' should be I.E. -5?

then the value of 'x%' shoud be I.E. -5%?

 

bonus2 bFixedCastrate,"AL_INCAGI",-50;

 

the above code will reduce 50% of fixed cast for skill AL_INCAGI

Share this post


Link to post
Share on other sites
  • 0

fixed cast rate is not reduces with stats or reduced cast time (thats why instant cast isn't possible in renewal)

 

as evilpuncker said, it is only possible to reduced the fixed cast time with some items

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.