Jump to content
  • 0

Running & CT


Question

Posted

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.

6 answers to this question

Recommended Posts

Posted (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 by Kyo
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...