Werdio Posted January 2, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted January 2, 2013 Hi, I've got a problem. I increased the max. cart weight limit but how I can change it in the src for the Skill Cart Termination? Second Problem: The Teakwon skill "Running" don't work. I use Running .. the Char runs but if I klick again it don't stop. Quote Link to comment Share on other sites More sharing options...
Kyo Posted January 3, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 90 Reputation: 12 Joined: 08/22/12 Last Seen: July 20, 2014 Share Posted January 3, 2013 (edited) case WS_CARTTERMINATION: i = 10 * (16 - skill_lv); if (i < 1) i = 1; //Preserve damage ratio when max cart weight is changed. if(sd && sd->cart_weight) skillratio += sd->cart_weight/i * 80000/battle_config.max_cart_weight - 100; else if (!sd) skillratio += 80000 / i - 100; break; You shouldn't have to change anything, it should acclimatize to the cart weight. To your second problem, what revision are you using? It works perfectly fine to me using the last revision. Edited January 3, 2013 by Kyo Quote Link to comment Share on other sites More sharing options...
Werdio Posted January 4, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted January 4, 2013 REVISION 16928 Quote Link to comment Share on other sites More sharing options...
Kyo Posted January 5, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 90 Reputation: 12 Joined: 08/22/12 Last Seen: July 20, 2014 Share Posted January 5, 2013 Do you still have problems with CT? Did you change anything on the Running code? If not it's better to update your SVN, I tested it with the last few revisions and it works fine on all of them. Quote Link to comment Share on other sites More sharing options...
Werdio Posted January 6, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted January 6, 2013 I don't edit anything Quote Link to comment Share on other sites More sharing options...
Kyo Posted January 9, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 90 Reputation: 12 Joined: 08/22/12 Last Seen: July 20, 2014 Share Posted January 9, 2013 You must have changed something... I downloaded a fresh rAthena SVN and it works without any troubles. Quote Link to comment Share on other sites More sharing options...
kyeme Posted January 9, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 164 Reputation: 12 Joined: 03/08/12 Last Seen: 1 hour ago Share Posted January 9, 2013 (edited) The Running skill was already fixed @latest SVN or r17005 http://rathena.org/b...5970#entry15970 About the CT http://rathena.org/b...rt-termination/ Edited January 9, 2013 by kyeme Quote Link to comment Share on other sites More sharing options...
Question
Werdio
Hi,
I've got a problem.
I increased the max. cart weight limit but how I can change it in the src for the Skill Cart Termination?
Second Problem:
The Teakwon skill "Running" don't work.
I use Running .. the Char runs but if I klick again it don't stop.
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.