Katazui Posted July 24, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 167 Reputation: 23 Joined: 11/23/11 Last Seen: May 25, 2023 Share 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 Link to comment Share on other sites More sharing options...
Jasc Posted July 24, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 270 Reputation: 20 Joined: 12/10/11 Last Seen: June 28, 2022 Share 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 Link to comment Share on other sites More sharing options...
Katazui Posted July 24, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 167 Reputation: 23 Joined: 11/23/11 Last Seen: May 25, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
Jasc Posted July 24, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 270 Reputation: 20 Joined: 12/10/11 Last Seen: June 28, 2022 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted July 24, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted July 24, 2013 http://rathena.org/wiki/@go Quote Link to comment Share on other sites More sharing options...
Katazui Posted July 25, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 167 Reputation: 23 Joined: 11/23/11 Last Seen: May 25, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
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?
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.