• 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!

Armor all profession

tuduras

Member
Joined
Jun 4, 2017
Messages
76
Solutions
1
Reaction score
11
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