Welcome to the RaGEZONE - MMORPG development forums.

[Tut] Object Adding [DODIAN]

This is a discussion on [Tut] Object Adding [DODIAN] within the RS Tutorials forums, part of the Runescape category; Purpose : To have custom objects added Difficulty : 1/10 Assumed Knowledge : Ctrl + F Server Base : Dodian/Devolution ...

Results 1 to 4 of 4
  1. #1
    Registered
    Rank
    Member
    Join Date
    Jan 2006
    Location
    Sydney, Australia
    Posts
    7
    Liked
    0

    [Tut] Object Adding [DODIAN]

    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!

  2. #2
    Newbie
    Rank
    Member
    Join Date
    Jan 2009
    Posts
    1
    Liked
    0

    Re: [Tut] Object Adding [DODIAN]

    i cant find client.java.. one my berkyscape some 1 can help my where i can find ??

  3. #3
    Registered
    Rank
    Member
    Join Date
    Jun 2008
    Posts
    10
    Liked
    0

    Re: [Tut] Object Adding [DODIAN]

    Never mind.. i was lookin in wrong place

  4. #4
    Member
    Rank
    Member
    Join Date
    May 2008
    Posts
    38
    Liked
    0

    Re: [Tut] Object Adding [DODIAN]

    - Teh solved :)

    - WhizzKid
    Last edited by Dj WhizzKid; 21-08-09 at 12:20 PM. Reason: Solved

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •