The Dink Network

Reply to Re: "Fishy" problem in The Scourger

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 24th 2005, 09:37 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
I didn't think that catching the fish was influenced by computerspeed, and I still believe that, but the speed at which Dink hits is determined by computerspeed... So I think I'll need to make the "C" button available for all three 'time challenges' in the future.

For now probably the best option is to find the file s3-fishing.c and change the line wait(400); (line 16) to a higher value. (400 means there's a time window of four tenths in which you need to hit the fish, so you can extend that by altering that command))

So the solution is to replace wait(400); with wait(800); or wait(1200); or whatever's needed...