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

Amulet

elipse

New Member
Joined
Oct 11, 2012
Messages
62
Reaction score
0
how can i make an amulet like infinite?
this is wat i got

<item id="2196" article="a" name="FreeTime Amulet">
<attribute key="weight" value="420" />
<attribute key="slotType" value="necklace" />
<attribute key="charges" value="100000" />

- - - Updated - - -

for 9.61
 
Just remove the charges attribute key..
Lua:
<item id="2196" article="a" name="FreeTime Amulet">
<attribute key="weight" value="420" />
<attribute key="slotType" value="necklace" />
 
Back
Top