Purpose: To have custom objects added
Difficulty: 1/10
Assumed Knowledge: Ctrl + F
Server Base: Dodian/Devolution
Classes Modified: Client.java
Procedure
Step 1: Open your client.java & search for "case 121".
It should have something like;
Code:
hasntLoggedin = true;
replaceDoors();
if (heightLevel == 0) {
ReplaceObject2(2613, 3084, 3994, -3, 11); Step 2: To make a new object. Hit enter after the last "ReplaceObject2"
Step 3: Then add in
Code:
Replace Object2(####, ####, ####, ####, 10);
- First #### - Objects x Co-Ords
- Second #### - Objects y Co-Ords
- Third #### - Object ID
- Fourth #### - The way the Object faces
- Fifth 10 - (Please leave this as is.)
Object Facing ID's
- West = 0
- North = -1
- East = -2
- South = -3
Step 4: Compile & Run!
Credits: Myself & Devolution Source!
Hopefully this helps instead of trying to add more into your server when it's already there!