Jump to content

iZeal

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by iZeal

  1. I already added it on mmo.h but error occurs saying im using an incorrect version. I also declared on clientinfo.xml as version 25. Please tell me what other steps to do.. Thanks in advance
  2. 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
×
×
  • Create New...