Yuka Posted March 5, 2014 Share Posted March 5, 2014 Is this even possible? I want a mob that cannot be pushed away or snatched but also cannot move. :/ Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 5, 2014 Share Posted March 5, 2014 Yep, checkout https://github.com/rathena/rathena/blob/master/doc/mob_db_mode_list.txt So the initial mode of your monster should be.. 0x20 = MvP, cannot be knocked back, snatched, etc. Then just add more bit to suit your desired target. 1 Quote Link to comment Share on other sites More sharing options...
Yuka Posted March 5, 2014 Author Share Posted March 5, 2014 Yep, checkout https://github.com/rathena/rathena/blob/master/doc/mob_db_mode_list.txt So the initial mode of your monster should be.. 0x20 = MvP, cannot be knocked back, snatched, etc. Then just add more bit to suit your desired target. Thank you. Works perfectly. Quote Link to comment Share on other sites More sharing options...
Is this even possible?
I want a mob that cannot be pushed away or snatched but also cannot move. :/
Link to comment
Share on other sites