Thread: Edit Object Names

Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1 Edit Object Names 
    Mt.DW
    Guest
    Purpose: To edit the names of objects.

    Difficulty: 1/10

    Assumed Knowledge: Must know how to use ctrl + f

    Classes Modified: Class46.java

    Procedure
    Step 1: Open class46.java and search for:

    Code:
    class46.method582(true, aClass30_Sub2_Sub2_753);
    Step 2: Hit enter after that and under it add

    Code:
    if(i == ####) 
    {
    	class46.aString739 = "OBJECTNAME";		// Place name here
    }
    Step 3: Change the #### to the object ID you want to change and change OBJECTNAME to the name you want to rename it as.

    And now your done!
    Here is an example of mine:

    Code:
    if(i == 2465) 
    {
    	class46.aString739 = "Agility Portal";		// Place name here
    }


    Credits: Mdw/Ghoron36
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2007
    Posts
    134
    Thanks given
    0
    Thanks received
    4
    Rep Power
    26
    Sweet, thanks for this.
    Reply With Quote  
     

  3. #3  
    N1ghtm4r3
    Guest
    sweet rep++ you .....

    now only creating new objects is left
    Reply With Quote  
     

  4. #4  
    redfrodude27
    Guest
    thanks =] alot it helped me
    Reply With Quote  
     

  5. #5  
    Mt.DW
    Guest
    No problem guys ;]
    Reply With Quote  
     

  6. #6  




    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    27
    Posts
    16,200
    Thanks given
    7,190
    Thanks received
    12,174
    Discord
    View profile
    Rep Power
    5000
    Anyway to make it change its name depending on its co-ords? thanks

    [Only registered and activated users can see links. ]



    Reply With Quote  
     

  7. #7  
    Registered Member Dakota Lesmercy's Avatar
    Join Date
    Sep 2007
    Posts
    289
    Thanks given
    0
    Thanks received
    0
    Rep Power
    13
    Quote Originally Posted by Mt.DW View Post
    HOW DO YOU GET THE ITEM ID NEXT TO THE OBJECT/ITEM/NPC????

    Please tell me...

    Zig
    [Only registered and activated users can see links. ][Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Mt.DW
    Guest
    Quote Originally Posted by MikeScott View Post
    Anyway to make it change its name depending on its co-ords? thanks
    Not that I know of.. but if you are planning on making a portal there are many portal IDs so you have alot to choose from.
    Reply With Quote  
     

  9. #9  
    Registered Member Barrage Time's Avatar
    Join Date
    Mar 2008
    Age
    28
    Posts
    508
    Thanks given
    1
    Thanks received
    2
    Rep Power
    54
    Easy tut, but needed. Well done mate.
    Reply With Quote  
     

  10. #10  
    ( ͡° ͜ʖ ͡°)
    Edgeville's Avatar
    Join Date
    Nov 2007
    Posts
    2,455
    Thanks given
    80
    Thanks received
    428
    Rep Power
    2589
    Not bad, I knew this months ago. Good job though

    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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