- Хроники
- Shadow of the Kamael
- Исходники
- Отсутствуют
- Сборка
- Idea
Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками Вход или Регистрация
any one work about equipment sealing?
Посмотрите видео ниже, чтобы узнать, как установить наш сайт в виде веб-приложения на главном экране.
Примечание: Эта функция может быть недоступна в некоторых браузерах.
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);