Thread: How to rename NPC?

Results 1 to 6 of 6
  1. #1 How to rename NPC? 
    Registered Member
    Join Date
    May 2016
    Posts
    18
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    So, I need to rename some NPC's on my server and I need help.
    It's a 317 and I have no clue where to look.
    Reply With Quote  
     

  2. #2  
    uwu

    Teemo.'s Avatar
    Join Date
    Oct 2014
    Age
    19
    Posts
    335
    Thanks given
    18
    Thanks received
    73
    Rep Power
    85
    go into enititydef i dunno where yours is located search after the npcs name change it easy as that!
    B E G O N E T H O T
    Reply With Quote  
     

  3. #3  
    Registered Member alexsandro's Avatar
    Join Date
    Apr 2013
    Age
    28
    Posts
    346
    Thanks given
    109
    Thanks received
    27
    Rep Power
    0
    "Death is not the greatest loss in life.
    The greatest loss is what dies inside while still alive.
    Never surrender." - Tupac Shakur
    Reply With Quote  
     

  4. #4  
    uwu

    Teemo.'s Avatar
    Join Date
    Oct 2014
    Age
    19
    Posts
    335
    Thanks given
    18
    Thanks received
    73
    Rep Power
    85
    Quote Originally Posted by Prynix View Post
    So, I need to rename some NPC's on my server and I need help.
    It's a 317 and I have no clue where to look.
    If you ever need help add my skype ibbow98
    B E G O N E T H O T
    Reply With Quote  
     

  5. #5  
    What is a Java?

    Leon.'s Avatar
    Join Date
    Oct 2013
    Posts
    1,919
    Thanks given
    173
    Thanks received
    802
    Rep Power
    5000
    Code:
    name = "new name";

    Attached image
    Attached image

    Reply With Quote  
     

  6. #6  
    Registered Member
    The Reverse's Avatar
    Join Date
    Nov 2014
    Posts
    936
    Thanks given
    168
    Thanks received
    289
    Rep Power
    520
    Check your forId method in entityDef. You should see a switch statement if not add one and use case #### - Npc id and entityDef.name = "this".

    Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.
    Martin Luther King, Jr.

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. How to add NPC's
    By Valkynaz in forum Tutorials
    Replies: 8
    Last Post: 05-04-2008, 06:41 PM
  2. How to make npcs drop items
    By wowfreakjoking in forum Tutorials
    Replies: 5
    Last Post: 03-26-2008, 06:46 PM
  3. How to add NPC's to your client!
    By Tzar in forum Tutorials
    Replies: 14
    Last Post: 12-12-2007, 11:32 PM
  4. How to make NPCS talk like rl rs
    By .fabian in forum Tutorials
    Replies: 8
    Last Post: 10-18-2007, 10:09 PM
  5. Replies: 5
    Last Post: 09-26-2007, 10:26 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •