The Dink Network

Reply to Re: Favourite Dmod Ideas

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:
 
 
February 25th 2006, 10:32 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
1.08 adds the ability to change the save game information line... but the author must program this. So it could say "Goblin Village" instead of "Level 8".

Here's an herb-boots only cheat. In the dink/story directory, create key-112.c, and paste this in:

void main(void)
{
int &boots = count_item("item-bt"),
if (&boots == 0)
{
add_item("item-bt", 438, 22);
}
kill_this_task();
}

Then press the F1 key in any D-Mod, and tada, you'll have the herb boots added to your inventory if you don't already have them.