Xenduria Posted October 24, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 48 Reputation: 2 Joined: 08/05/19 Last Seen: July 19, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Balfear Posted October 24, 2019 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 256 Reputation: 245 Joined: 07/24/13 Last Seen: March 24 Share 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 Link to comment Share on other sites More sharing options...
0 Mael Posted October 24, 2019 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 7 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Xenduria Posted October 25, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 48 Reputation: 2 Joined: 08/05/19 Last Seen: July 19, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Balfear Posted October 25, 2019 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 256 Reputation: 245 Joined: 07/24/13 Last Seen: March 24 Share 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 Link to comment Share on other sites More sharing options...
0 Hanashi Posted October 25, 2019 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 113 Reputation: 40 Joined: 10/23/13 Last Seen: Friday at 03:54 PM Share Posted October 25, 2019 try using if/else condition check for item type Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.