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

Stone skin amulet..

Go to your server data/item/ and opten items.xml
find this search for : Stone skin amulet thenchange
<attribute key="charges" value="1"/>
too
<attribute key="charges" value="5"/>
and your done!
Rep please ^^
 
Go to your server data/item/ and opten items.xml
find this search for : Stone skin amulet thenchange
<attribute key="charges" value="1"/>
too
<attribute key="charges" value="5"/>
and your done!
Rep please ^^

It's already done in items.xml and in npc it's something like
stone skin amulet,ID, 5, MONEY
but still I get 1x.
 
You have to do this in NPC *.lua file or apply some patch, I guess it was released by Jiddo on fans.

*.lua part would be
doPlayerAddItem(cid, stoneskinid, 5)
 
Back
Top