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

koshei amulet = BUGGED

ugurdrahs

New Member
Joined
May 6, 2010
Messages
555
Reaction score
2
Location
Netherland
Hi,

the koshei amulet supposed to give only protection when its weared like an amulet.

But when someone wear it on the arrow slot or on the hand slots.
They also get protection, so people can wear like 2-3 koshei amulets and have like 24% protection against death.

Does someone know how to fix this?

repp+
 
Last edited:
PHP:
  </item>
  <item id="8266" name="koshei's ancient amulet">
    <attribute key="description" value="The effects of this amulet are unknown." />
    <attribute key="weight" value="500" />
    <attribute key="slotType" value="necklace" />
    <attribute key="absorbPercentDeath" value="8" />
    <attribute key="absorbPercentHoly" value="-50" />
    <attribute key="showattributes" value="1" />
  </item>

it is already <attribute key="slotType" value="necklace" />
but on movements.xml the ancient amulet doesnt shop up
 
Back
Top