• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Armor all profession

tuduras

Well-Known Member
Joined
Jun 4, 2017
Messages
341
Solutions
2
Reaction score
58
Hello, how to make shield atributte to all profession.

Now I have only for Knight.

EDit post
otland.webp
 
Last edited:
Solution
hard edit in c++ to ignore this, or just
Code:
data/movements/movements.xml
find item id for example for knight armor and remove the required things like

level, vocation.
hard edit in c++ to ignore this, or just
Code:
data/movements/movements.xml
find item id for example for knight armor and remove the required things like

level, vocation.
 
Solution
Back
Top