Katazui Posted July 24, 2013 Posted July 24, 2013 I'm having a couple issues with eAthena's @go command. So, I'm in atcommand.c and I just added the payo2 map, but when I compiled it, errors came up about that 2 script of line I added. "MAP_PAYO2": undeclared identifier. initizlizer is not a constant. Help? Quote
Jasc Posted July 24, 2013 Posted July 24, 2013 (edited) Means you have to define the map in another source code file. I think its in map.h, just add the mapname in there, you will see other @go maps like prontera, aldebaren defined in that file as well Edited July 24, 2013 by Jasc Quote
Katazui Posted July 24, 2013 Author Posted July 24, 2013 Means you have to define the map in another source code file. I think its in map.h, just add the mapname in there, you will see other @go maps like prontera, aldebaren defined in that file as well Alright, so I finally defined it, not errors. But, when I log in it said in the map- chrif_authok: Data size mismatch! 34276 != 34280 Quote
Jasc Posted July 24, 2013 Posted July 24, 2013 It is no longer a source code error, it is probably a map error or client error that can't process map properly. Did you make this map yourself? or has someone tested it before giving you it? Quote
Katazui Posted July 25, 2013 Author Posted July 25, 2013 (edited) http://rathena.org/wiki/@go I got that part. Thanks! I love your designs, btw :3 It is no longer a source code error, it is probably a map error or client error that can't process map properly. Did you make this map yourself? or has someone tested it before giving you it? It's a map that I want to be hometown. http://rathena.org/board/topic/73836-old-payon/ I walked on the map, sat on the map, before I recompiled it. All I want is the @go 0 command change to "payo2, 77, 128". But, I already got that part down with no error in Visual Studios. But, the error now is when logging in, I get that source error. Somebody? Edited July 25, 2013 by Katazui Quote
Question
Katazui
I'm having a couple issues with eAthena's @go command. So, I'm in atcommand.c and I just added the payo2 map, but when I compiled it, errors came up about that 2 script of line I added.
"MAP_PAYO2": undeclared identifier.
initizlizer is not a constant.
Help?
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.