How to disable chat for player npc's wth is NPC_ACTION?

Results 1 to 9 of 9
  1. #1
    Newbie twilight0111 is offline
    MemberRank
    Jul 2013 Join Date
    20Posts

    How to disable chat for player npc's wth is NPC_ACTION?

    Title says it all. The owner of my server wants to know the steps to take to turn off the

    player NPC chat bubble saying im a level 200 player yadadadaada. If anyone knows were

    the source to this is located it would be appreciate thank you.
    Last edited by twilight0111; 13-11-13 at 03:00 AM.


  2. #2
    Grand Master AristoCat is offline
    Grand MasterRank
    Apr 2012 Join Date
    947Posts

    Re: Owner wants to know how to TURN OFF PLAYER NPC chat bubble.

    Npc_action

  3. #3
    Newbie twilight0111 is offline
    MemberRank
    Jul 2013 Join Date
    20Posts

    Re: Owner wants to know how to TURN OFF PLAYER NPC chat bubble.

    I don't understand what you mean. Thats a very vague response. I checked the source file for something similar to that but couldn't find it. Could Anyone Please Elaborate I would be very thankful.

  4. #4
    Grand Master StripedCow is offline
    Grand MasterRank
    Jun 2011 Join Date
    813Posts

    Re: Owner wants to know how to TURN OFF PLAYER NPC chat bubble.

    You gotta wz edit to edit that shit man. To remove it, i'm not sure of a way since that is most likely client sided.

  5. #5
    Grand Master ngnam87 is offline
    Grand MasterRank
    Mar 2013 Join Date
    666Posts

    Re: Owner wants to know how to TURN OFF PLAYER NPC chat bubble.

    client send packet NPC_ACTION
    when server receive packet, server send back packet to make client display chat bubble

  6. #6
    Newbie twilight0111 is offline
    MemberRank
    Jul 2013 Join Date
    20Posts

    Re: Owner wants to know how to TURN OFF PLAYER NPC chat bubble.

    Cow when i .wz edit it ends up not allowing the client to be opened saying theres been a change somewhere blah blah. ALso ngame astro i still dont understand what you mean

  7. #7
    Newbie twilight0111 is offline
    MemberRank
    Jul 2013 Join Date
    20Posts

    Re: How to disable chat for player npc's wth is NPC_ACTION?

    Can anyone elaborate on what NPC_ACTION. Do i just remove it from the source file?

    Our Solution: We commented out NPC Animation, NPC ACTION for recvpacketOpcode and packet process to make every npc not speak. Not sure if we did something stupid or not cause it works O.O anyone got any insight on this?

  8. #8
    Grand Master AristoCat is offline
    Grand MasterRank
    Apr 2012 Join Date
    947Posts

    Re: How to disable chat for player npc's wth is NPC_ACTION?

    Quote Originally Posted by twilight0111 View Post
    Can anyone elaborate on what NPC_ACTION. Do i just remove it from the source file?

    Our Solution: We commented out NPC Animation, NPC ACTION for recvpacketOpcode and packet process to make every npc not speak. Not sure if we did something stupid or not cause it works O.O anyone got any insight on this?
    Yes you did something stupid. NPCs wont walk now!!!!!

  9. #9
    Member Itai Caspi is offline
    MemberRank
    Aug 2012 Join Date
    56Posts

    Re: How to disable chat for player npc's wth is NPC_ACTION?

    Quote Originally Posted by twilight0111 View Post
    Can anyone elaborate on what NPC_ACTION. Do i just remove it from the source file?

    Our Solution: We commented out NPC Animation, NPC ACTION for recvpacketOpcode and packet process to make every npc not speak. Not sure if we did something stupid or not cause it works O.O anyone got any insight on this?

    Just change the opcode to something else?

    make ur opcode wrong? ...



Advertisement