Reply to Re: Favourite Dmod Ideas
If you don't have an account, just leave the password field blank.
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.
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.