I want to switch the order of the name and title, but after a few hours, I give up. So, it would be nice if you could help me out with my problem.
Here is my problem: When you use 'setunittitle', the title appears above the NPC name. As an example:
But I want the title beneath the name, like here:
"I know I could simply use the name in 'setunittitle' and change the NPC name to the title name,
but, well... that's not the intended use, is it?"
In clif.cpp, the section where the name and title are defined is located:
void clif_name( struct block_list* src, struct block_list *bl, send_target target ){
The next consideration is whether it would be possible to add a function that centers the name beneath the title.
As you can observe, when the name is shorter than the title, it looks quite unappealing.
It would be a good change for rAthena, I think, as I am not the only one bothered by this and centering the name would be a generally positive modification.
I would greatly appreciate it if someone could provide me with the solution. Thank you.
Question
WhiteEagle
Hey there~
I want to switch the order of the name and title, but after a few hours, I give up. So, it would be nice if you could help me out with my problem.
Here is my problem: When you use 'setunittitle', the title appears above the NPC name. As an example:
But I want the title beneath the name, like here:
"I know I could simply use the name in 'setunittitle' and change the NPC name to the title name,
but, well... that's not the intended use, is it?"
In clif.cpp, the section where the name and title are defined is located:
void clif_name( struct block_list* src, struct block_list *bl, send_target target ){
The next consideration is whether it would be possible to add a function that centers the name beneath the title.
As you can observe, when the name is shorter than the title, it looks quite unappealing.
It would be a good change for rAthena, I think, as I am not the only one bothered by this and centering the name would be a generally positive modification.
I would greatly appreciate it if someone could provide me with the solution. Thank you.
Link to comment
Share on other sites
3 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.