Xenorth Posted January 28, 2012 Posted January 28, 2012 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. Quote
Mystery Posted January 29, 2012 Posted January 29, 2012 (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 January 29, 2012 by Mysterious Quote
JayPee Posted January 29, 2012 Posted January 29, 2012 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 Quote
Mystery Posted January 29, 2012 Posted January 29, 2012 ^ Ah, there it is! Thanks Jee. Now I know for future reference ;3 Quote
rhigz03 Posted July 27, 2012 Posted July 27, 2012 (edited) i dont have that folder "config" see picture and LINK from the sourcehow can i change it now im using the svn rathena 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 July 27, 2012 by rhigz03 Quote
Mystery Posted July 27, 2012 Posted July 27, 2012 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). 1 1 Quote
Question
Xenorth
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.
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.