Jump to content
  • 0

No Cast @150 Dex


Xenorth

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  01/15/12
  • Last Seen:  

Well you see, I know that in renrewal, No-Cast @ 150 Dex was disabled.

How can I enable it? Can anyone please tell me? Thanks.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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

.../conf/battle/skill.conf

According to the skill.conf, you can set up how much DEX you need to make instantcast. I never seen any trigger in rAthena to disable/enable instantcast.

Edited by Mysterious
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

goto src/map/config/Renewal.h

and set this

#define RECASTING 1

to

#define RECASTING 0

then you can set the

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

.../conf/battle/skill.conf

According to the skill.conf, you can set up how much DEX you need to make instantcast. I never seen any trigger in rAthena to disable/enable instantcast.

Dont forget to recompile your server

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

^ Ah, there it is! Thanks Jee. Now I know for future reference ;3

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

Thanks, lols!!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  07/18/12
  • Last Seen:  

i dont have that folder "config" see picture and LINK from the source

how can i change it now im using the svn rathena

ca7eaf2cb9a8924986c9f42f048f79ca3c11f2f8519a3aa616e3d03d01ec067a6g.jpg

renewal.h is located @

rathena\src\config

BUT

it doesn't have this kind of statements

#define RECASTING 1

#define RECASTING 0

https://rathena.svn....unk/src/config/

Ei Im Fixed i disable the

#define RENEWAL_CAST

from the rathena\src\config\renewal.h

Edited by rhigz03
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

I have no idea what you just said.. but I'll see if I can get an understanding of it.

You need to go here: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/renewal.h and comment out #define RENEWAL_CAST by add comments (//) infront of it so it looks like this: //#define RENEWAL_CAST. After doing so, you must recompile your source and to do this, read: http://rathena.org/wiki/Installation_(CentOS) for (CentOS).

  • Upvote 1
  • Like 1
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...