• 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 Stop object from being moveable

Xikini

I whore myself out for likes
Senator
Premium User
Joined
Nov 17, 2010
Messages
6,801
Solutions
582
Reaction score
5,363
The Forgotten Server, version 0.3.7_SVN (Crying Damson)

Wondering if anyone knows how to stop players from moving an object with 'AID' attached to it.
We have some items we want to use as traps after some 'poison' has been added to it..
But don't want the item to be moveable after applying the aid.

Anyone know how?
 
You can add a sparkle ontop of it. If the item should be removed after stepping on it you can use getTileItemById to get the right item.
 
If you add the sparkle to the map beforehand.. Is there a way to make the sparkles invisible?
 
If you add it in the map editor and not ingame, you can also just add an uniqueid.
I suppose I can live with that :p
other then 'writing down' all the uid's/adding sparkles, I guess that's it.
 
Back
Top