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

Solved Item use but not move.

murat65

Hoster
Joined
Mar 30, 2008
Messages
133
Reaction score
1
Location
Germany
How can i make an item on my map, that everyone can use but nobody can move or taake.

butp
 
Last edited by a moderator:
Set it as unmovable
Edit sources to add function
if you're using tfs 1.0 enable this event and do return false(if item id/aid/uid/pos then return false end)
 
Uniqueid makes an item unmovable for players, but gods can still move it. This is the reason why players can't move quest chests, because they have an uniqueid (added in the map editor).
 
Uniqueid must be between 1000 and 65535, but other than that it doesn't matter which one you use, as long as it's not used already for an other item. Uniqueids can only be used once.
 
Back
Top