The Dink Network

Reply to Re: Change the player

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:
 
 
December 1st 2015, 10:34 AM
wizardg.gif
Leprochaun
Peasant He/Him Japan bloop
Responsible for making things not look like ass 
Open start-1.c, and look for sp_base_walk(1, 70). Changing that will change Dink's walking sequence. In addition, you need to change his base_idle.

You will also need to change base_attack and base_death, and will likely need to turn dink's ability to push off. I think it's push_active(0);

There's another way to go about doing this but it's slightly more complicated and a bit harder to describe without any references on hand.