Hey, Im trying to add global objects to my PI server. So I went into ObjectManager.java and found:
public void loadCustomSpawns(Client client)
So I added my object in under there (in this case a bank booth). I added it as:
client.getPA().checkObjectSpawn(2213, 3093, 3493, 2, 10);
After I saved, compiled and restarted my object was nowhere to be seen. There is also a lack of results when I try to edit the location of preexisting objects.
public void loadCustomSpawns(Client client)
So I added my object in under there (in this case a bank booth). I added it as:
client.getPA().checkObjectSpawn(2213, 3093, 3493, 2, 10);
After I saved, compiled and restarted my object was nowhere to be seen. There is also a lack of results when I try to edit the location of preexisting objects.
Any help on the topic would be great, thanks! :)
Share this post
Link to post
Share on other sites