Xenorth Posted January 28, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 01/15/12 Last Seen: June 8, 2012 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted January 29, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
JayPee Posted January 29, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted January 29, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted January 29, 2012 ^ Ah, there it is! Thanks Jee. Now I know for future reference ;3 Quote Link to comment Share on other sites More sharing options...
Matrixfox Posted January 31, 2012 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 277 Reputation: 76 Joined: 11/23/11 Last Seen: September 21, 2014 Share Posted January 31, 2012 Thanks, lols!!! Quote Link to comment Share on other sites More sharing options...
rhigz03 Posted July 27, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/18/12 Last Seen: May 5, 2022 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted July 27, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.