The Dink Network

Reply to Re: setting new char lines

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:
 
 
September 13th 2011, 11:38 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
What meta is saying pertains to if you're using the same sequence numbers over Dink's (sequences 1_, 7_, 10_). This is what the original game does. The ini lines in the arm procedure actually add the sword animation graphics in the same slot as the unarmed graphics thus overriding whatever was in that slot previously.

If you loaded your graphics into say 85_, 86_,87_ there's a different line you need to change.

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


You'll notice this uses 100, Dink's base for his attack sequence. You should change that to what your base attack should be (850 for the example) What the script is doing is actually emulating sp_base_attack by getting the direction, adding the base and playing that sequence via script.