Thread: 667 Help

Results 1 to 3 of 3
  1. #1 667 Help 
    Registered Member
    Join Date
    Jul 2012
    Posts
    29
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    Hey guys i'm working on a 667 and I am making a guy who teleports players all over the world and I was wondering how I would re-name him??
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2011
    Posts
    1,143
    Thanks given
    545
    Thanks received
    108
    Rep Power
    87
    Quote Originally Posted by deads15 View Post
    Hey guys i'm working on a 667 and I am making a guy who teleports players all over the world and I was wondering how I would re-name him??
    There's 2 ways you can go about this. You can either use a cache editor and edit the NPC's options/name etc. OR you can half-ass it and just change the name, which would be in NPC.java

    if(id == 8461) //vanakka
    setName("New Name");

    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    Jul 2012
    Posts
    29
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by falconpunch View Post
    There's 2 ways you can go about this. You can either use a cache editor and edit the NPC's options/name etc. OR you can half-ass it and just change the name, which would be in NPC.java

    if(id == 8461) //vanakka
    setName("New Name");
    Thanks.
    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. 667 help please!
    By N9ne in forum Help
    Replies: 1
    Last Post: 03-21-2012, 07:59 AM
  2. Lethium 667 help
    By Mr Sandman in forum Help
    Replies: 3
    Last Post: 03-12-2012, 05:57 AM
  3. 667 Help - Warpster
    By warpster in forum Help
    Replies: 5
    Last Post: 03-06-2012, 09:24 PM
  4. Matrix 667 - Help
    By pkmaster in forum Help
    Replies: 11
    Last Post: 02-21-2012, 12:09 PM
  5. 667 Help
    By Ifti in forum Help
    Replies: 1
    Last Post: 02-13-2012, 12:03 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •