victorfa1 Posted September 16, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 126 Reputation: 1 Joined: 09/14/12 Last Seen: February 10, 2015 Share Posted September 16, 2012 How can i disable renewall cast? it says "disable by commenting the line" but where should i comment something? wich line should i do that? xP Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 16, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 16, 2012 Commenting the line is add a pair of / in front of the word. Example: some codes //commented <--- Quote Link to comment Share on other sites More sharing options...
victorfa1 Posted September 16, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 126 Reputation: 1 Joined: 09/14/12 Last Seen: February 10, 2015 Author Share Posted September 16, 2012 Commenting the line is add a pair of / in front of the word. Example: some codes //commented <--- Like this? (blah blah blah) im kinda noob here xP /// 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 //blah blah blah Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 16, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 16, 2012 //#define RENEWAL_CAST Quote Link to comment Share on other sites More sharing options...
victorfa1 Posted September 16, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 126 Reputation: 1 Joined: 09/14/12 Last Seen: February 10, 2015 Author Share Posted September 16, 2012 //#define RENEWAL_CAST and what should type in there? Quote Link to comment Share on other sites More sharing options...
Brynner Posted September 16, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 1 hour ago Share Posted September 16, 2012 just simply put // in the fron line if you want to disable it Quote Link to comment Share on other sites More sharing options...
victorfa1 Posted September 16, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 126 Reputation: 1 Joined: 09/14/12 Last Seen: February 10, 2015 Author Share Posted September 16, 2012 just simply put // in the fron line if you want to disable it still with cast time x.x it is like this //#define RENEWAL_CAST Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 16, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 16, 2012 Recompile afterwards. Quote Link to comment Share on other sites More sharing options...
victorfa1 Posted September 16, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 126 Reputation: 1 Joined: 09/14/12 Last Seen: February 10, 2015 Author Share Posted September 16, 2012 AWW YEAH works after recompile Tyvm ^^ Quote Link to comment Share on other sites More sharing options...
Question
victorfa1
How can i disable renewall cast? it says "disable by commenting the line"
but where should i comment something? wich line should i do that? xP
Link to comment
Share on other sites
8 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.