How can I add/remove objects in-game such as a fireplace or walls/doors?
Printable View
How can I add/remove objects in-game such as a fireplace or walls/doors?
Yes it is possible.
object manager
Okay.. so how do I do it? ._.
Pi base?
i r nub, whatcha mean? ._.Quote:
Originally Posted by thock321 [Only registered and activated users can see links. Click Here To Register...]
src\server\world\ObjectManager.java
hold ctrl + F and search "loadCustomsSpawns"
after that, you load your spawns.
if you want to remove an object, make the object ID -1, and put the coords of the location of the object.Code:c.getPA().checkObjectSpawn(Object ID, X coordinate, Y coordinate, Height Level, Facing Direction);
Is that for any object, or just objects that I've spawned?Quote:
Originally Posted by sylas [Only registered and activated users can see links. Click Here To Register...]
you can spawn/remove any object with it.Quote:
Originally Posted by Octavian [Only registered and activated users can see links. Click Here To Register...]
It worked for 1 object and for the others I tried it's not working anymore. :/Quote:
Originally Posted by sylas [Only registered and activated users can see links. Click Here To Register...]