Thread: how can i change head icons for npcs?

Results 1 to 3 of 3
  1. #1 how can i change head icons for npcs? 
    Banned

    Join Date
    Jan 2009
    Age
    28
    Posts
    2,662
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    i no you can do it client sided but im wondering how i'd be able go about this server sided? please and thank you.
    Reply With Quote  
     

  2. #2  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,784
    Discord
    View profile
    Rep Power
    5000
    There's a variable in NPCJava...Blood isle released all the variables renamed, just see which one is headIcon then in the constructor just put

    Code:
    if (id == #) { 
          headIcon = #; 
    }

    Something along those lines, i'm sure there's a better way to do it but i'm not that familiar with 317s anymore..

    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jan 2009
    Age
    28
    Posts
    2,662
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    ill try somthing. =] cant be too hard.


    also im not talking about clients


    talking about doing it in server i already know how do in client.
    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

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