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

AbsorbPhysicalShield Maker

Garndalf

New Member
Joined
Jul 31, 2008
Messages
89
Reaction score
0
function onUse(cid, item, fromPosition, itemEx, toPosition)
if isInArray({2494 ,8905, 2400, 7438, 2433, 7959, 7735, 7405, 8927, 7453, 7958, 8929, 8925}, itemEx.itemid) then
doItemSetAttribute(itemEx.uid, "description", " 30% Double Enforced Shield It belongs to ".. getCreatureName(cid) .. ".")
doItemSetAttribute(itemEx.uid, "absorbphysicalpercent", 30)
doPlayerSendTextMessage(cid, 19, "You Added Double Enforced To Your Shield. Good luck then.")
doRemoveItem(item.uid)
else
doPlayerSendCancel(cid, "Sorry, not possible.")
end

return true
end

need help with this script i use it on any shield but it doesnt work can someone help me editting it hope you can help me guys
 
Back
Top