Page 1 of 1

smn bp crashes

Posted: Sun Aug 14, 2016 9:37 am
by weissheit
If smn uses bp but the mob dies before bp finishes it freezes pol.exe and closes it. I searched github and didn't see anything so is this a known issue or is there a fix?

Re: smn bp crashes

Posted: Sat Aug 20, 2016 10:02 pm
by nasomi
In ability_state.cpp you need to add an exception block on ability finish, if target = null then return 0;. They exist in magic_state for spells, but i don't think all of the aiblity_state is done yet.

Edit: it may be in mobutils too, i would check where that ability goes off and look for a check.