Jump to content
  • 0
Yuka

Mob - Boss mode and immobile?

Question

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

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. :)

  • Upvote 1
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.