Zoellingam Posted October 12, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 06/29/14 Last Seen: November 2, 2014 Share 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 Link to comment Share on other sites More sharing options...
Zoellingam Posted October 13, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 06/29/14 Last Seen: November 2, 2014 Author Share Posted October 13, 2014 Well... Any Idea ? Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 14, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 14, 2014 not possible. char name is restricted to only 24 characters maximum ( included your "title" ) Quote Link to comment Share on other sites More sharing options...
Zoellingam Posted October 15, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 06/29/14 Last Seen: November 2, 2014 Author Share Posted October 15, 2014 Can I restrict char name to 15 characters or something, and have a limitied charactere title ? Quote Link to comment Share on other sites More sharing options...
Corrosive Posted October 27, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 08/22/12 Last Seen: August 1, 2019 Share 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 Link to comment Share on other sites More sharing options...
HD Scripts Posted October 27, 2014 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 184 Reputation: 15 Joined: 06/10/12 Last Seen: 21 hours ago Share 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 Link to comment Share on other sites More sharing options...
Zoellingam Posted October 27, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 06/29/14 Last Seen: November 2, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Kichi Posted November 3, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share 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 Link to comment Share on other sites More sharing options...
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 ZoellingamLink to comment
Share on other sites
7 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.