Yuka Posted March 5, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 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 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM 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 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 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...
Question
Yuka
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
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.