Thread: [delta] clicking npc's to bring up message [delta]

Results 1 to 2 of 2
  1. #1 [delta] clicking npc's to bring up message [delta] 
    wind444
    Guest
    Im not quite sure on how to make it so when you click an npc a message comes up on the screen that you can click out of.
    Reply With Quote  
     

  2. #2  
    Registered Member Zuriel's Avatar
    Join Date
    Dec 2009
    Age
    29
    Posts
    222
    Thanks given
    17
    Thanks received
    2
    Rep Power
    2
    First find an interface (PICTURE) That you want it to show

    so

    Go into client.java, then search

    Code:
     case 155:
    that is the First click on npc class

    Then scroll down and c&P this

    Code:
    if(NPCID == ****){
    showInterface(####);
    }
    **** is the npc id

    #### is the interface id
    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

Tags for this Thread

View Tag Cloud

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