Jump to content

The Unknown

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by The Unknown

  1. I've just updated map_msg_es to the latest revision by now.

     

    P.S.:

     

    clif_displaymessage(fd, msg_txt(6)); // Your save point has been changed. 
    Now look like this:
    clif_displaymessage(fd, msg_txt(sd,6)); // Your save point has been changed.

     

    You forgot to say what was the old way of doing this.

     

    Top is old bottom is new... 

    Old function doesn't pass " sd " -> msg_txt(6));

    New function passes " sd "         -> msg_txt(sd,6));

  2. I would like to know how to get 'solvecharname' packet or more like when does the client send the solvecharname packet? 

     

    For example:1. You can get the packet "getcharnamerequest" in you move your mouse over your character name

                         2. Get the "changedir" packet by changing the character direction.

     

    Thanks in advance

×
×
  • Create New...