Zoellingam Posted October 12, 2014 Posted October 12, 2014 (edited) 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 Edited October 12, 2014 by Zoellingam Quote
Emistry Posted October 14, 2014 Posted October 14, 2014 not possible. char name is restricted to only 24 characters maximum ( included your "title" ) Quote
Zoellingam Posted October 15, 2014 Author Posted October 15, 2014 Can I restrict char name to 15 characters or something, and have a limitied charactere title ? Quote
Corrosive Posted October 27, 2014 Posted October 27, 2014 I've done this with my nation script. I'll try my best to see if I can find it. Quote
HD Scripts Posted October 27, 2014 Posted October 27, 2014 not possible. char name is restricted to only 24 characters maximum ( included your "title" ) is not possible any alteration on source? Quote
Zoellingam Posted October 27, 2014 Author Posted October 27, 2014 I've done this with my nation script. I'll try my best to see if I can find it. Great news for me, I'm still very interested. ^^ Quote
Kichi Posted November 3, 2014 Posted November 3, 2014 possible, but like emyst said, it will reduce char name or other tricky way is replace partyname become title same will reduce partyname character Quote
Question
Zoellingam
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:
I am pretty sure I have to modify something in:
but I admit I am not that good in source modifications.
Thank you for your help.
Zoe
Edited by Zoellingam7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.