Jump to content
  • 0
Sign in to follow this  
Blinzer

Minions don't die when parent dies

Question

If a monster summons minions, I want them to just revert back to normal monsters if the summoner dies. Can someone kindly help me with this?

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

solution kind of found:

 
 
 
 
Quote

 

find this line:
 
if(md->master_id > 0 && md->master_id == id )
 
 
 
 
and the line after: status_kill(bl);
 
 
 
replace that with md->master_id = 0;

 

 
still testing to see the repercussions with homunculus and others.
 
edit: works fine and i see no visible problems.
Edited by Blinzer

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.