Yuka Posted March 5, 2014 Posted March 5, 2014 Is this even possible? I want a mob that cannot be pushed away or snatched but also cannot move. :/ Quote
sandbox Posted March 5, 2014 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
Yuka Posted March 5, 2014 Author 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
Question
Yuka
Is this even possible?
I want a mob that cannot be pushed away or snatched but also cannot move. :/
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.