B Blinzer New member Messages 130 Points 0 Jan 22, 2018 #2 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?
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?
B Blinzer New member Messages 130 Points 0 Jan 22, 2018 #3 solution kind of found: 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; Click to expand... still testing to see the repercussions with homunculus and others. edit: works fine and i see no visible problems. Last edited by a moderator: Feb 15, 2018
solution kind of found: 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; Click to expand... still testing to see the repercussions with homunculus and others. edit: works fine and i see no visible problems.