Thread: Showing an NPC on an Interface [PI Help]

Results 1 to 3 of 3
  1. #1 Showing an NPC on an Interface [PI Help] 
    Registered Member Xynasty's Avatar
    Join Date
    Aug 2010
    Age
    27
    Posts
    314
    Thanks given
    52
    Thanks received
    14
    Rep Power
    17
    I have the summoning interface.
    Now, each time I summon an NPC, it won't go on the interface (I have addHead2 method in my client).

    How can I make the NPC showing server side ?

    thanks
    Reply With Quote  
     

  2. #2  
    I'm President Carter


    Join Date
    Jan 2011
    Posts
    1,204
    Thanks given
    17
    Thanks received
    222
    Rep Power
    144
    You are either missing NPC Chathead models or you don't have some line of code that sends the head to the interface.

    Try this if your using ErasedPkz (Summoning.java):
    Find:
    Code:
    public void SummonNewNPC(int npcID) {
    Below Add:
    Code:
    c.getPA().sendFrame75(npcID, 17027);


    Reply With Quote  
     

  3. #3  
    Registered Member Xynasty's Avatar
    Join Date
    Aug 2010
    Age
    27
    Posts
    314
    Thanks given
    52
    Thanks received
    14
    Rep Power
    17
    Quote Originally Posted by I'm A Jerk View Post
    You are either missing NPC Chathead models or you don't have some line of code that sends the head to the interface.

    Try this if your using (Summoning.java):
    Find:
    Code:
    public void SummonNewNPC(int npcID) {
    Below Add:
    Code:
    c.getPA().sendFrame75(npcID, 17027);
    Nope, that didn't work. I still can't see the NPC on the interface.

    Got any other ideas ?

    Thanks by the way !
    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. [PI] Interface not showing
    By Mark in forum Help
    Replies: 11
    Last Post: 06-10-2011, 12:33 AM
  2. Interface not showing. $$
    By thim slug in forum Help
    Replies: 1
    Last Post: 02-12-2011, 05:41 PM
  3. Help With Showing Interface?
    By Plazzy in forum Help
    Replies: 0
    Last Post: 08-09-2010, 08:02 AM
  4. 554 interface showing
    By Leanbow in forum Snippets
    Replies: 6
    Last Post: 09-01-2009, 07:20 PM
  5. [525] npc showing interface?
    By tidie10 in forum Help
    Replies: 3
    Last Post: 06-17-2009, 09:06 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
  •