Valcars Posted December 22, 2021 Posted December 22, 2021 (edited) hi everyone for the first time this error happened to me does anyone know how I can solve it? Edited December 22, 2021 by Valcars Quote
0 WhiteEagle Posted December 22, 2021 Posted December 22, 2021 As the error message says, the name contains too many letters. Quote
0 Secrets Posted December 23, 2021 Posted December 23, 2021 3 hours ago, M a p l e said: https://github.com/rathena/rathena/blob/master/src/common/mmo.hpp#L111 #define NAME_LENGTH (23 + 1) change to: #define NAME_LENGTH (29 + 1) NAME_LENGTH is used in other checks as well as in some arrays. Don’t change it if you don’t know what you’re doing. Quote
0 Valcars Posted December 23, 2021 Author Posted December 23, 2021 Oh thanks when compiling I always get this error how can I solve it? Quote
0 Secrets Posted December 23, 2021 Posted December 23, 2021 4 hours ago, Valcars said: when compiling I always get this error how can I solve it? Don't change NAME_LENGTH value if you don't know what you're doing. Quote
0 adrielx2 Posted January 28, 2022 Posted January 28, 2022 I have the same problem, I make the changes. However, when I move the mouse cursor over the character, the hexed automatically stops responding. Quote
-1 M a p l e Posted December 23, 2021 Posted December 23, 2021 4 hours ago, Valcars said: hi everyone for the first time this error happened to me does anyone know how I can solve it? https://github.com/rathena/rathena/blob/master/src/common/mmo.hpp#L111 #define NAME_LENGTH (23 + 1) change to: #define NAME_LENGTH (29 + 1) Quote
Question
Valcars
hi everyone for the first time this error happened to me does anyone know how I can solve it?

Edited by Valcars6 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.