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

Problem with amulets and rings Ot 8.6 Real Server

EstebanGod

New Member
Joined
Jun 18, 2014
Messages
83
Reaction score
3
I recently downloaded a OT server to run on my pc, the thing is that amulets and rings (like ssas and might rings for example) wont waste their charges after they are used, how do I fix this? because it is really unfair for knights and paladins because they cant do any critical damege to anyone using this "infinite ssa"

Please help, Thanks.
-Esteban
 
go to items/items.xml

search the amulet and add this
Code:
<attribute key="charges" value="x"/>

for rings
Code:
 <attribute key="duration" value="xxx" />
 
Back
Top