Thread: Random NPCS Appearing - NEW ERA

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Random NPCS Appearing - NEW ERA 
    Adobe

    Dreamweaver's Avatar
    Join Date
    Jan 2010
    Posts
    1,066
    Thanks given
    38
    Thanks received
    149
    Rep Power
    246
    -Remove
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    May 2010
    Posts
    1,550
    Thanks given
    92
    Thanks received
    154
    Rep Power
    0
    Reply With Quote  
     

  3. #3  
    #1 footwear

    Shoes's Avatar
    Join Date
    Aug 2009
    Age
    27
    Posts
    2,612
    Thanks given
    185
    Thanks received
    255
    Rep Power
    579
    Does it spawn as the normal npc then change?

    Give me msn, and I may be able to help better


    Spoiler for different picture now:
    Reply With Quote  
     

  4. #4  
    Adobe

    Dreamweaver's Avatar
    Join Date
    Jan 2010
    Posts
    1,066
    Thanks given
    38
    Thanks received
    149
    Rep Power
    246
    [email protected]

    Yes, for a split second i can see the normal ones then poof.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Aug 2008
    Posts
    1,885
    Thanks given
    56
    Thanks received
    102
    Rep Power
    0
    Go to player.java and switch your NPC bits to 14
    Reply With Quote  
     

  6. #6  
    Adobe

    Dreamweaver's Avatar
    Join Date
    Jan 2010
    Posts
    1,066
    Thanks given
    38
    Thanks received
    149
    Rep Power
    246
    Mr Impact, i do not quite understand what you're trying to tell me.
    Reply With Quote  
     

  7. #7  
    Adobe

    Dreamweaver's Avatar
    Join Date
    Jan 2010
    Posts
    1,066
    Thanks given
    38
    Thanks received
    149
    Rep Power
    246
    Quote Originally Posted by Mr Impact View Post
    Go to player.java and switch your NPC bits to 14
    Where are these NPC Bits?
    Reply With Quote  
     

  8. #8  
    Registered Member
    Purple's Avatar
    Join Date
    Feb 2010
    Age
    29
    Posts
    2,799
    Thanks given
    467
    Thanks received
    260
    Rep Power
    312
    Change npc bits to 14 client-sided.
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    May 2010
    Posts
    1,550
    Thanks given
    92
    Thanks received
    154
    Rep Power
    0
    Go into client.java of your client and find this:

    Code:
    			npc.desc = EntityDef.forID(stream.readBits(12));
    Change it to 14

    So it looks like this:

    Code:
    			npc.desc = EntityDef.forID(stream.readBits(14));
    Reply With Quote  
     

  10. #10  
    Adobe

    Dreamweaver's Avatar
    Join Date
    Jan 2010
    Posts
    1,066
    Thanks given
    38
    Thanks received
    149
    Rep Power
    246
    Thanks alot falador, much appericiated.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Making npcs drop random items...
    By T-Sex in forum Help
    Replies: 4
    Last Post: 08-21-2010, 07:15 AM
  2. Special bar not appearing?
    By shoopdawhoop in forum Requests
    Replies: 0
    Last Post: 02-24-2010, 10:37 AM
  3. Random object appearing in my server
    By The Turk in forum Help
    Replies: 9
    Last Post: 11-29-2009, 02:23 AM
  4. Pk: Skull not Appearing
    By ZRPS in forum Help
    Replies: 3
    Last Post: 11-08-2009, 03:47 PM
  5. Replies: 0
    Last Post: 09-08-2009, 05:39 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
  •