Thread: [PI] Need help making a boss.

Results 1 to 6 of 6
  1. #1 [PI] Need help making a boss. 
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    30
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    I decided my server needs a new boss and I think I've figured out what NPC I want for it. But how do I change it from a "Talk" to NPC to a "Attack" NPC? I looked but I couldn't find a tutorial for it.
    Reply With Quote  
     

  2. #2  
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    30
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    I would like to figure this out too..
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2010
    Age
    29
    Posts
    891
    Thanks given
    22
    Thanks received
    47
    Rep Power
    0
    EntityDef.java (client)

    then something like this

    Code:
    if(i == NPCID) {
        entityDef.itemActions = new String[5];
        entityDef.itemActions[2] = "Attack";
    entityDef.name = "NPC NAME";
    entityDef.description = "DESCRIPTION.".getBytes();
    }
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Registered Member
    Join Date
    Mar 2011
    Posts
    36
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    ^Client side.
    Reply With Quote  
     

  6. #5  
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    30
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    How do I get the correct animations and such for an npc?
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    npchandler.java
    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. Making a Blue key or whatever color boss!
    By Caveman in forum Tutorials
    Replies: 5
    Last Post: 09-21-2010, 01:03 AM
  2. R.I.P. The Boss
    By Saint in forum Sports
    Replies: 16
    Last Post: 07-23-2010, 04:08 PM
  3. Replies: 10
    Last Post: 11-25-2009, 05:14 PM
  4. Making a boss to your server, Ice queen!
    By Aconitic in forum Tutorials
    Replies: 10
    Last Post: 08-16-2007, 07:21 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
  •