Thread: Player Dialogue problem

Results 1 to 4 of 4
  1. #1 Player Dialogue problem 
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    For some reason my player dialogue started doing weird??



    im not wearing an help and it shows that?

    it had nothing to do with what i recently added because i tested it on an old backup and it appears too..

    any help please

    my pTalk void
    Code:
             public void pTalk(String line1, int faceAnim) {
    		//sendFrame126(GetNpcName(3781), 4902);
    		sendFrame200(969, faceAnim);
    		sendFrame126(playerName.replaceAll("_", " "), 970);
    		sendFrame126(line1, 971);
    		sendFrame185(969);
    		sendFrame164(968);
    		NpcDialogueSend = true;
    	}
    Reply With Quote  
     

  2. #2  
    Donator

    Robgob69's Avatar
    Join Date
    Oct 2010
    Age
    33
    Posts
    749
    Thanks given
    71
    Thanks received
    139
    Rep Power
    117
    the method where it shows your wearing a method doesn't have anything to do with the method you provided. its client sided. it uses your player appearance.
    potatoes.
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    about the method im showing its the methods that provide the dialogue with the player head not wearing method

    And how i fixed it have tryed my backup client tryed a diffrent 377 client all the problem
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    bump
    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. Player Dialogue problem
    By Nighel in forum Help
    Replies: 5
    Last Post: 04-06-2011, 09:08 PM
  2. Player dialogue;
    By Kastro in forum Help
    Replies: 2
    Last Post: 01-17-2010, 01:03 PM
  3. NPC and player dialogue?
    By Mrparkers in forum Help
    Replies: 0
    Last Post: 05-23-2009, 06:15 PM
  4. Need Help with Player Npc Dialogue
    By Blizz in forum Help
    Replies: 0
    Last Post: 02-25-2009, 05:56 AM
  5. Replies: 1
    Last Post: 03-05-2008, 12:47 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •