Jump to content
  • 0

No Cast @150 Dex


Question

6 answers to this question

Recommended Posts

Posted (edited)

// 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
Posted

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

Posted (edited)
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
Posted

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

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