Jump to content
  • 0

Using 20100730 on updated svn version


iZeal

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  06/09/14
  • Last Seen:  

Hi guys I'm trying to use an Old version 20100730 for a pre-re setup and everytime i set the client date on mmo.h I always get a bunch of compiling errors on char.c :(

 

svn latest version

c:\users\asus\desktop\svn\rathena\src\char\char.c(1434): error C2065: 'char_db' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1434): error C2065: 'start_zeny' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.map' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2198: 'mapindex_id2name' : too few arguments for call
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.x' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.y' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.map' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2198: 'mapindex_id2name' : too few arguments for call
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.x' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.y' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(2722): error C2065: 'pincode_config' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(2722): error C2224: left of '.pincode_enabled' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(2724): error C2065: 'pincode_config' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(2724): error C2224: left of '.pincode_enabled' must have struct/union type
  char_clif.c
c:\users\asus\desktop\svn\rathena\src\char\char_clif.c(823): error C2198: 'char_make_new_char_sql' : too few arguments for call
  char_cnslif.c
  char_logif.c
  char_mapif.c
  int_auction.c
  int_elemental.c
  int_guild.c
  int_homun.c
  int_mail.c
  int_mercenary.c
  int_party.c
  int_pet.c
  int_quest.c
  Generating Code...
  Compiling...
  int_storage.c
  inter.c
  Generating Code...
------ Build started: Project: mapcache, Configuration: Debug Win32 ------
  core.c
  des.c
  grfio.c
  malloc.c
  showmsg.c
  strlib.c
  utils.c
  mapcache.c
  Generating Code...
  mapcache.vcxproj -> C:\Users\ASUS\Desktop\SVN\rathena\vcproj-10\..\mapcache.exe
========== Build: 3 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


need help what else should i change?


with error on char server

i changed mmo.h

#ifndef PACKETVER
	#define PACKETVER 20100730
	//#define PACKETVER 20120410
#endif

post-26609-0-87981500-1402372368_thumb.png

Edited by iZeal
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

1. get the rA from GIT, not SVN :http://rathena.org/wiki/Installation_on_Windows#GIT_Clone

2. Follow the rest of the guide. (make sure you're setting the RO database thing.

3. When you login, do not use the ID with 'accountid'=1 or if you're logging in with your ID, make sure the gender is NOT S, but M or F.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  06/09/14
  • Last Seen:  

@Winz yes it's from GIT i use Git Clone no problems there.

but when i change mmo.h to:

//        7 - 2005-04-11aSakexe+   - 0x229, 0x22a, 0x22b, 0x22c
// see conf/battle/client.conf for other version

#ifndef PACKETVER
	#define PACKETVER 20100730
	//#define PACKETVER 20120410
#endif

///Remove/Comment this line to disable sc_data saving. [Skotlex]

after that i recompile them but i get a bunch of error on char.c

c:\users\asus\desktop\svn\rathena\src\char\char.c(1434): error C2065: 'char_db' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1434): error C2065: 'start_zeny' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.map' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2198: 'mapindex_id2name' : too few arguments for call
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.x' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.y' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.map' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2198: 'mapindex_id2name' : too few arguments for call
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.x' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.y' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(2722): error C2065: 'pincode_config' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(2722): error C2224: left of '.pincode_enabled' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(2724): error C2065: 'pincode_config' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(2724): error C2224: left of '.pincode_enabled' must have struct/union type
  char_clif.c
c:\users\asus\desktop\svn\rathena\src\char\char_clif.c(823): error C2198: 'char_make_new_char_sql' : too few arguments for call
  char_cnslif.c
  char_logif.c
  char_mapif.c
  int_auction.c
  int_elemental.c
  int_guild.c
  int_homun.c
  int_mail.c
  int_mercenary.c
  int_party.c
  int_pet.c
  int_quest.c
  Generating Code...
  Compiling...
  int_storage.c
  inter.c
  Generating Code...
------ Build started: Project: mapcache, Configuration: Debug Win32 ------
  core.c
  des.c
  grfio.c
  malloc.c
  showmsg.c
  strlib.c
  utils.c
  mapcache.c
  Generating Code...
  mapcache.vcxproj -> C:\Users\ASUS\Desktop\SVN\rathena\vcproj-10\..\mapcache.exe
========== Build: 3 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
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...