xserabee 0 Posted February 18, 2016 i have a question about free cast i see in the wiki the "castrate_dex_Scale" i have the same value "150" but idk how much dex exactly the users need to get the freecast Quote Share this post Link to post Share on other sites
0 Blinzer 6 Posted February 19, 2016 (edited) Free cast is a sage spell which lets you walk while casting, and you don't get it by increasing your stats. // At what dex does the cast time become zero (instacast)?castrate_dex_scale: 150 Your problem is probably that you have a renewal server. On renewal, there are fixed cast times ingrained into skills which are stopping you from casting instatly(presumably). You have to go to src/config/renewal.h, and find the following: /// renewal cast time/// (disable by commenting the line)////// leave this line to enable renewal casting time algorithms/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats./// example:/// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a/// "fixed cast time" which can only be reduced by specialist items and skills//#define RENEWAL_CAST Make sure you put those 2 bars beside this to remove the fixed cast. There are also other options you may want to read through to make sure your server is configured how you want it. Also, don't forget to recompile after you make these changes, or nothing will change on the server. The src folder creates the login, map and char servers when you compile, so every time you make a change you need to reassemble it. Edited February 19, 2016 by Blinzer Quote Share this post Link to post Share on other sites
i have a question about free cast i see in the wiki the "castrate_dex_Scale" i have the same value "150" but idk how much dex exactly the users need to get the freecast
Share this post
Link to post
Share on other sites