The Dink Network

Reply to Re: Need Some Help for my First DMOD

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:
 
 
July 10th 2004, 02:41 PM
spike.gif
Here. this is from en-boncd.c
int &mtarget = get_sprite_with_this_brain(9, &current_sprite);
if (&mtarget > 0)
{
sp_target(&current_sprite, &mtarget);
}
There are several more ways to do that, but that's one of the easiest.

I like it when ordinary monsters are relatively easy, (so that you have to concentrate when fighting them but don't have to go save the game everytime after you've cleared a screen) but bosses are extremely hard. Not in means of defense or strength though, rather that they have some sort of unique abilities that force you to use some kind of tactics to beat them.