Ultimate Dink Cheataz
hey im making a new dink cheataz file and so far ive made it so along side using it to gain throwing axe fireball hellfire and herb boots
it now adds acid rain and a elixer
i need ideas of what to add
if anyone has any ideas for cheats that i should make
(or you make) please reply
i currently have
gain items
unlock screen
lock screen
level up
healing
gold hearts
save anywhere
and gain money
it now adds acid rain and a elixer
i need ideas of what to add
if anyone has any ideas for cheats that i should make
(or you make) please reply
i currently have
gain items
unlock screen
lock screen
level up
healing
gold hearts
save anywhere
and gain money
i have an idea...you could make it to where the pillbugs turn into fish when they die

July 22nd 2003, 08:49 PM

Weirdo


Maybe something that would make it so that no enemies can target Dink? Or maybe something that can allow all enemies to give high experience points.
July 22nd 2003, 09:33 PM

Weirdo


I can't find an editing button, so I'll say here that maybe you can add the first feature by attaching a script directly to Dink himself, if that's possible. Possibly, (I'm not sure if I'm using the &enemy... correctly)
VOID MAIN(VOID)
{
if (&enemy_target == ¤t_sprite)
{
sp_target(&enemy_sprite, -1);
}
}
That probably won't work, since I have no idea if those are actual commands. Maybe you could also attach:
VOID MAIN(VOID)
{
no_hit(¤t_sprite, 1);
}
to make it so nothing can touch Dink.
VOID MAIN(VOID)
{
if (&enemy_target == ¤t_sprite)
{
sp_target(&enemy_sprite, -1);
}
}
That probably won't work, since I have no idea if those are actual commands. Maybe you could also attach:
VOID MAIN(VOID)
{
no_hit(¤t_sprite, 1);
}
to make it so nothing can touch Dink.