Jump to content
  • 0

Possible?


ay0konapala

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   0
  • Joined:  07/28/14
  • Last Seen:  

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.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1132
  • Joined:  05/27/12
  • Last Seen:  

See the "Cast time/delay" section in doc/item_bonus.txt. In particular, reduce the fixed cast and variable cast of that skill to zero.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   0
  • Joined:  07/28/14
  • Last Seen:  

Thanks! :). Now i know. Thank you very much...


bonus2 bVariableCastrate,sk,n; Increases variable cast time of skill sk by n%

bonus2 bFixedCastrate,sk,n; Increases fixed cast time of skill sk by n%

 

hmm INCREASES? Sir I want to Reduce the casting time of the skill not to add Casting time.

If I set that particular skill to zero, will it instant cast?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1132
  • Joined:  05/27/12
  • Last Seen:  

Use negative numbers to decrease the time. (If you look inside item_db, most of the entries use negative values.)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   0
  • Joined:  07/28/14
  • Last Seen:  

Ok sir. For example: bonus2 bVariableCastrate,sk,-100;

                   bonus2 bFixedCastrate,sk,-100;

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