Jump to content
  • 0

How to add "payo2" (Old Payon) to @go


Katazui

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   22
  • Joined:  11/23/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  270
  • Reputation:   20
  • Joined:  12/10/11
  • Last Seen:  

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 by Jasc
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   22
  • Joined:  11/23/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  270
  • Reputation:   20
  • Joined:  12/10/11
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   22
  • Joined:  11/23/11
  • Last Seen:  

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 by Katazui
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...