Thread: Change standing npc face direction

Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 53
  1. #11  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,338
    Thanks given
    243
    Thanks received
    85
    Rep Power
    250
    good job : P
    [Only registered and activated users can see links. ]
     

  2. #12  
    Registered Member

    Join Date
    Sep 2007
    Age
    29
    Posts
    2,396
    Thanks given
    5
    Thanks received
    436
    Rep Power
    902
    this never really bothered me but tbh its not all that hard espically after clients have been refactored so much lol
    Hyperion V2 Martin's Updates.
    [Only registered and activated users can see links. ]

    Scar says:
    i hate it when it hits your face
     

  3. #13  
    Optimist

    Vice's Avatar
    Join Date
    Nov 2007
    Age
    25
    Posts
    3,263
    Thanks given
    3
    Thanks received
    59
    Rep Power
    2536
    Made me bone.
    Jack
    Scotland
    Undergraduate - BSc Computing Science
     

  4. #14  
    Braiton
    Guest
    does this work for czar?
     

  5. #15  
    Registered Member holy dang it's Avatar
    Join Date
    Dec 2007
    Age
    26
    Posts
    162
    Thanks given
    1
    Thanks received
    0
    Rep Power
    9
    Wow amazing job! Thanks Repped!

    [Only registered and activated users can see links. ]
     

  6. #16  
    rhinotron93
    Guest
    I have done the tut and this is probably a noob question but can you tell me how to make the npc face the other way?
     

  7. #17  
    Registered Member Scratch's Avatar
    Join Date
    Dec 2008
    Posts
    65
    Thanks given
    1
    Thanks received
    0
    Rep Power
    3
    Been looking for this, thanks.
     

  8. #18  
    i own u bro
    Guest
    missing
    Code:
    for (int i = 0; i < maxNPCs; i++) {
        if (npcs[i] != null) {
            if (npcs[i].actionTimer > 0) {
                npcs[i].actionTimer--;
            }
    any idea what else to look for? (using a stupid delta base to start coding again)
     

  9. #19  
    Expert Programmer


    Join Date
    Dec 2007
    Posts
    2,018
    Thanks given
    52
    Thanks received
    84
    Rep Power
    986
    I noticed you said process(), Question: wouldn't this be better in public NPCHandler() { or something is set where they are only turned once. Answer: Stop complaining do it you self: Reply: I was just saying...
     

  10. #20  
    Skat8Much
    Guest
    Wow awesome!
     

Page 2 of 6 FirstFirst 1234 ... 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
  •