Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
item.setCustomFlags(NOT_DROPPED | NOT_TRADED | NOT_STORED | NOT_CRYSTALLIZED | NOT_DESTROYED | NOT_SELLED);
Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками Вход или Регистрация
any one work about equipment sealing?
THANKS.I don’t know how it is on Mobius, but on Over, similar functionality can be done in almost a few lines, well, if you don’t take into account the implementation of the related packages and items themselves.
It is trivial to set/remove the flags required by the custom, but checking for their presence is already usually included in checks for the possibility of different actions with an item.
Mobius may also have something similar.
I'm talking about this here:
I even have something like this in the web admin when it is required that some item from a certain player cannot be transferred in any way to other players - I can also put a ban on this there if necessary by setting custom flags on the desired item.Java:item.setCustomFlags(NOT_DROPPED | NOT_TRADED | NOT_STORED | NOT_CRYSTALLIZED | NOT_DESTROYED | NOT_SELLED);