sevenrosuport Posted September 12, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Share Posted September 12, 2012 how to increase more than 24 characters 1 Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted September 12, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted September 12, 2012 mmo.h //Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well. #define MAX_CHARS 24 Quote Link to comment Share on other sites More sharing options...
sevenrosuport Posted September 12, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Author Share Posted September 12, 2012 It is not the number of slots char but the amount of letters that may have the name of an NPC Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted September 13, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted September 13, 2012 npc.h char name[NAME_LENGTH+1];// display name char exname[NAME_LENGTH+1];// unique npc name edit it at your own risk, since your client may crash Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 13, 2012 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 September 13, 2012 trunk/src/common/mmo.h #define NAME_LENGTH (23 + 1) Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted September 13, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted September 13, 2012 (edited) trunk/src/common/mmo.h #define NAME_LENGTH (23 + 1) that way he will mess up with every single place that uses NAME_LENGTH and he wants to mess only with npc name @edit http://rathena.org/board/topic/71004-how-to-change-the-max-npc-name-length/ Edited September 13, 2012 by EvilPuncker Quote Link to comment Share on other sites More sharing options...
sevenrosuport Posted September 13, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Author Share Posted September 13, 2012 failed Quote Link to comment Share on other sites More sharing options...
synyster Posted September 13, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 4 Joined: 09/13/12 Last Seen: November 17, 2012 Share Posted September 13, 2012 failed O que acontece? Eu testei aqui e deu certinho '-' Quote Link to comment Share on other sites More sharing options...
sevenrosuport Posted September 13, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Author Share Posted September 13, 2012 Oque vc aplicou para pode coloca os nome dos NPC mais de 24 caracteres? Quote Link to comment Share on other sites More sharing options...
synyster Posted September 13, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 4 Joined: 09/13/12 Last Seen: November 17, 2012 Share Posted September 13, 2012 Até fiz um tutorial porque sabia que mais gente ia precisar! http://rathena.org/b...pc-name-length/ Quote Link to comment Share on other sites More sharing options...
sevenrosuport Posted September 13, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Author Share Posted September 13, 2012 esta confuso de entreder teria com fazer um diff ou um patch mesmo ? Quote Link to comment Share on other sites More sharing options...
Mystery Posted September 14, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted September 14, 2012 failed O que acontece? Eu testei aqui e deu certinho '-' Oque vc aplicou para pode coloca os nome dos NPC mais de 24 caracteres? Até fiz um tutorial porque sabia que mais gente ia precisar! http://rathena.org/b...pc-name-length/ esta confuso de entreder teria com fazer um diff ou um patch mesmo ? Please refrain from talking in your language. We have a multi-language forums at the bottom of our boards for support in your language if you have a hard time speaking English. Quote Link to comment Share on other sites More sharing options...
Question
sevenrosuport
how to increase more than 24 characters
Link to comment
Share on other sites
11 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.