Xenduria Posted October 24, 2019 Posted October 24, 2019 Im looking to change into just saying "Costume" or "[C]". If anyone is able to help me out with this it would be greatly appreciated! Quote
0 Balfear Posted October 24, 2019 Posted October 24, 2019 (edited) 2 hours ago, Xenduria said: Im looking to change into just saying "Costume" or "[C]". If anyone is able to help me out with this it would be greatly appreciated! find in map.cpp next line and change itclif_solved_charname(sd->fd, charid, "Costume"); toclif_solved_charname(sd->fd, charid, "[C]"); If you want to remove 's then edit your msgstringtable at line 451 change 's# to # Edited October 24, 2019 by Balfear 1 Quote
0 Mael Posted October 24, 2019 Posted October 24, 2019 1 hour ago, Xenduria said: Im looking to change into just saying "Costume" or "[C]". If anyone is able to help me out with this it would be greatly appreciated! that item was generated by the custom modification of @costumeitem, modify it in the diff you used Quote
0 Xenduria Posted October 25, 2019 Author Posted October 25, 2019 1 hour ago, Balfear said: If you want to remove 's then edit your msgstringtable at line 451 change 's# to # Wont this also change all items that blacksmith produce as well? I mean anything that has a name signed on it? Is there a way to do this without changing all the signed items? Quote
0 Balfear Posted October 25, 2019 Posted October 25, 2019 4 hours ago, Xenduria said: Wont this also change all items that blacksmith produce as well? I mean anything that has a name signed on it? Is there a way to do this without changing all the signed items? I think there is no way, because "Costume" used as character name. Quote
0 Hanashi Posted October 25, 2019 Posted October 25, 2019 try using if/else condition check for item type Quote
Question
Xenduria
Im looking to change
into just saying "Costume" or "[C]".

If anyone is able to help me out with this it would be greatly appreciated!
5 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.