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

special item

qruczu

New Member
Joined
Jan 8, 2012
Messages
104
Reaction score
0
Hi everyone, i can't make a item someone help me?
if player have armor on eq then other player can't use exiva on him.
 
player 1 have mpa on eq and player 2 can't use spell exiva on player1

@down
<item id="2472" article="a" name="magic plate armor">
<attribute key="description" value="An enchanted gem glows on the plate armor." />
<attribute key="weight" value="8500" />
<attribute key="armor" value="17" />
<attribute key="slotType" value="body" />
</item>
 
Last edited:
if your exiva is in lua then edit script to check if target have that armor

if is hardcoded... do the same in source

(you can also ad attribute and check for that attribute in loop on slots if you want)
 
Back
Top