The Dink Network

Reply to Re: Alternative hero and Visions

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
March 9th 2010, 10:43 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
This is the line you're looking for. It's right at the top under all the if statements. Perhaps you were confused by the commentary following it? Anyways, just change the 100 to 720.

&basehit += 100; //100 is the 'base' for the hit animations, we just add


And the knight is always moving because his base idle is the same as his base walk. You could set the base idle to -1 and he'll stand still, but he'll also be frozen on the last attack frame until he moves after attacking. You pick which one you prefer.