The Dink Network

Reply to Re: dink smallwood allies or something

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 25th 2004, 12:51 PM
spike.gif
Ahh, ok, (dang communication problems) replace the lines

sp_base_walk(&follow, 70);
sp_base_attack(&follow, 100);
sp_distance(&follow, 50);

in dinkdoub.c with these:

sp_base_walk(&follow, 640);
sp_base_attack(&follow, 630);
sp_distance(&follow, 60);
sp_range(&follow, 45);

and also the single line

sp_base_walk(&follow, 70);

with

sp_base_walk(&follow, 640);