Thread: Help With NPC Dialogue?

Results 1 to 4 of 4
  1. #1 Help With NPC Dialogue? 
    Registered Member
    Join Date
    Oct 2008
    Posts
    165
    Thanks given
    2
    Thanks received
    1
    Rep Power
    30
    I just added npc dialogue to my server and when i click the button that says click here to continue on the chatbox the player dialogue wont dissappear and it just says please wait...
    also in the run cmd it says unhandeled packet: 63 if that helps.
    Thanks for ur help and rep to the one who helps first.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    under packet 40 it should be like
    Code:
    if (NpcDialogue == 1) {
    NpcDialogue += 1;
    NpcDialogueSend = false;
    }
    Something like that after the bracket put
    Code:
     else {
    removeAllWindows();
    }
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2008
    Posts
    165
    Thanks given
    2
    Thanks received
    1
    Rep Power
    30
    where would i find packet 40. im kinda new sry =/
    Reply With Quote  
     

  4. #4  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    case 40: in packetprocess
    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

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