The Dink Network

Reply to Re: Dink Smallwood and the City of the Dead

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:
 
 
November 16th 2007, 01:51 PM
knightgl.gif
CastMan
Peasant He/Him Brazil
Some day I'll finish my mod... Some day... 
MOD News!
Me and R.K.

New Ghost Girl

I've fixed the sound bugs, with a big help of GoldWave, I'm only having some trouble with the Red Knight script, he's using almost the same scripts of "Stanley" ( Lyna's Story ), the problem is that Stanley follows you at Lyna's Story, but don't touch you, and R.K. should touch Dink...
I've tried some things, but he never touch Dink... Could someone help me??

Here's the "Void Main" of the script, I guess that the problem is here.

// Follower

void main( void )
{

sp_follow(&current_sprite, 1);
sp_speed(&current_sprite, 7);
sp_brain(&current_sprite, 10);
sp_timing(&current_sprite, 33);
sp_target(&current_sprite, 1);
sp_strength(&current_sprite, 700);
sp_defense(&current_sprite, 300);
sp_range(&current_sprite, 50);
sp_distance(&current_sprite, 40);
sp_touch_damage(&current_sprite, 999);
sp_base_walk(&current_sprite, 270);
sp_base_attack(&current_sprite, 710);
sp_hitpoints(&current_sprite, 800);

}

I'll send some new screens soon.