The Dink Network

Reply to Re: Stuck seeking Third Amulet, where do I buy a bomb

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 25th 2012, 06:56 PM
custom_iplaydink.gif
iplaydink
Peasant He/Him Sweden
Hmm.. 
" He is the guy that keeps saying he is too busy and to come back later. Do you go somewhere or have to do something to get the guy to stop saying he is too busy?"

If he keeps saying a "Come back later" even if you've found the screen where you need the bomb then something has broken with the variables.

You can fix it like this:

1: save and close the game
2: go into you dink folder
3: find the folder 3am within
3: open the story folder inside the 3am folder
4: open the text-file "vill3-4.c"
5: Find the text that says
If(&story < 26)
	{
		say_stop("`6Come back later.", &current_sprite);
	}

and add the line "&story = 26;" so that it looks like this
If(&story < 26)
	{
        &story = 26;
		say_stop("`6Come back later.", &current_sprite);
	}

then save the file

6: now open dink again and load you save
7:Talk to the guy and he will give you the bombs

Hope you make it work, if you run into any problems just tell me

Oh, and Leprochaun:
If you want to solve the problem with the dink HD, go into the story folder of the dmod and find the script "key-37" and remove it, now you will no longer access the menu on this key (this means you will have to walk to the shop to buy upgrades) if you want the function on another key instead somebody uploaded a file with the dinkHD key-codes.. check that out and rename the script after your liking