Jump to content

Zoellingam

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Zoellingam

  1. Hello guys,

     

    I am using in my server some titles. 

     

    I would like to modify sources to show player's title instead of using @fakename.

     

    Theses titles are stocked in sql, in the login tab.

     

    Currently, using fakename, this is what I got:

    Name [Title] (Party)
    Guild [Guild's position]
    

    I am pretty sure I have to modify something in:

    void clif_solved_charname(int fd, int charid, const char* name);
    void clif_charnameack(int fd, struct block_list *bl);
    void clif_charnameupdate(struct map_session_data *ssd);
    

    but I admit I am not that good in source modifications.

     

    Thank you for your help.

     

    Zoe

×
×
  • Create New...