[quote=“sk8rdude461, post:2, topic:555622”]ObjectManager.java or ObjectHandler.java
It’s one of those.
There should be a list of objects already being spawned in it, just add in the coords for the tree and set the object id to -1. Make sure the object type is 10 or it may not delete.[/quote]
So I’ve added in the coor for the tree, and here is the whole section:
//Edgeville Pking Zone
c.getPA().checkObjectSpawn(-1, 3095, 3498, 1, 10);
c.getPA().checkObjectSpawn(-1, 3096, 3498, 1, 10);
c.getPA().checkObjectSpawn(-1, 3095, 3499, 1, 10);
c.getPA().checkObjectSpawn(-1, 3090, 3494, 1, 10);
c.getPA().checkObjectSpawn(-1, 3091, 3495, 1, 10); //chair in front of lottie3091,3495
c.getPA().checkObjectSpawn(-1, 3094, 3496, 1, 10); //table in front of lottie3094,4396
c.getPA().checkObjectSpawn(-1, 3090, 3496, 1, 10);
c.getPA().checkObjectSpawn(-1, 3093, 3488, 1, 10);
c.getPA().checkObjectSpawn(-1, 3092, 3488, 1, 10);
c.getPA().checkObjectSpawn(-1, 3092, 3497, -1, 10); //added in dumbass tree coor
c.getPA().checkObjectSpawn(-1, 2689, 3716, 1, 10);
c.getPA().checkObjectSpawn(-1, 2689, 3715, 1, 10);
What am I doing wrong?