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

Removing -8 Shielding from Death Ring

  • Thread starter Thread starter Deleted member 49793
  • Start date Start date
D

Deleted member 49793

Guest
As the title says, I want to remove the -8 Shielding Reduction that Death ring causes :) Where i go for this?
 
items.xml

<item id="6301" article="a" name="death ring">
<attribute key="weight" value="80" />
<attribute key="slotType" value="ring" />
<attribute key="decayTo" value="0" />
<attribute key="transformDeEquipTo" value="6300" />
<attribute key="duration" value="480" />
<attribute key="armor" value="1" />
<attribute key="skillShield" value="-10" /> --remove this line.
<attribute key="showduration" value="1" />
 
I did adjust that line, seems to still be doing it

I edited it in the items.xml and movements. Still removing 8 shielding
 
Last edited by a moderator:
Lmao no. It's a failsafe*. If u removed it, it wouldn't add. Period. Reload whole server, reloading items.xml might not work.

* - can't think of appropriate word right now
 
ya might not work if i simply reload. Might need restart. Bud ya i removed from movements and items so we will see next time server down
 
Back
Top