Jump to content

AinsLord

Members
  • Posts

    794
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by AinsLord

  1. how to disable it using nemo??
  2. then change it on the src from re to pre?? Even on pre re i can create DOram class???
  3. thnx man there are 2 iteminfo.lua one is from RE forlder and other is PRE so if im going to use PRE ill just paste the iteminfo.lua of PRE on system folder??
  4. thats what i did i put it on my grf then its fine and running but the descriptions and the name of items are in korean text
  5. the data folder ryt? why korean??
  6. nope i dunno i just DL the client here dunno how to fix this T_T some member here give me this link to DL 2015 client i just want to test the option system that 2015 has hahaha and its other features hahaha
  7. do i need like the 2017 kro for it?? and i try my best to run it up and do a nemo on unpacked ragexe this what happen 1st error 2nd error 3rd error and the last error im able to log in but everytime this error show thnx for the help
  8. i have this error upon opening the client thnx for the help i dunno if im doing wrong on patching it on nemo if anyone have like patched already can share it thnx
  9. so ill just modify this using NEMO ryt??
  10. thnx man really helps a lot now i can try to make my own server
  11. thnx man any link where can i download that?? i need the unpacked so ill just modify it with nemo?? another question do i need to edit something on the packets or add something to it??
  12. is it practical to use 2017 client?? or ill just stick to 20120410 client?? how bout 2015 client is it cool to use?? sorry to have like a lot of questions i really wanted to make my own private server thnx for reply
  13. im not installing it on windows im using VPS to install it well thnx for the info
  14. yes but my question is does it affect the custom changes i made
  15. example i changed something on my rathena like mostly on src area and i made a git pull will it revert my changes back to original or it wont affect any changes i made??? and is this the correct command for getting the latest git of rathena?? git clone https://github.com/rathena/rathena.git thnx for the response 1st time doing the git im used to svn co https://github.com/rathena/rathena.git
  16. ill try this asap thnx
  17. how can i install new version of gcc/g++ on my VPS?? im using centOS 6.7 i think thats the version 5 of gcc/g++ ??? thnx for the help
  18. what if i dont do the 2nd step??? amd i got this error compiling make[1]: Leaving directory `/root/rathena.git/trunk/3rdparty/libconfig' make[1]: Entering directory `/root/rathena.git/trunk/src/common' MKDIR obj CXX core.cpp make[1]: CXX@: Command not found make[1]: *** [obj/core.o] Error 127 make[1]: Leaving directory `/root/rathena.git/trunk/src/common' make: *** [common] Error 2 well i works with this kind of errors?? src/node_data.cpp:64:47: warning: declaration of ‘tag’ shadows a member of 'this' [-Wshadow] void node_data::set_tag(const std::string& tag) { m_tag = tag; } ^ src/node_data.cpp: In member function ‘void YAML::detail::node_data::set_style(YAML::EmitterStyle::value)’: src/node_data.cpp:66:52: warning: declaration of ‘style’ shadows a member of 'this' [-Wshadow] void node_data::set_style(EmitterStyle::value style) { m_style = style; } ^ src/node_data.cpp: In member function ‘void YAML::detail::node_data::set_scalar(const string&)’: src/node_data.cpp:73:53: warning: declaration of ‘scalar’ shadows a member of 'this' [-Wshadow] void node_data::set_scalar(const std::string& scalar) { ^ CXX src/parser.cpp CXX src/exp.cpp CXX src/exceptions.cpp ^Cmake[1]: *** [obj/src/exceptions.o] Interrupt make: *** [yaml-cpp] Interrupt
  19. i did that it gives the 4.4 something version ill try it again im gonna rebuild my server and use that im using CentOS 6.7 [root@localhost ~]# sudo yum install gcc-c++ Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: centos.mirror.colo-serv.net * extras: centos.mirror.globo.tech * updates: mirror.csclub.uwaterloo.ca Package gcc-c++-4.4.7-18.el6.x86_64 already installed and latest version Nothing to do [root@localhost ~]# gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-18) Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. that what happens after i typed the commands checking some threads here i found this it works but i got some errors like this src/node_data.cpp:64:47: warning: declaration of ‘tag’ shadows a member of 'this' [-Wshadow] void node_data::set_tag(const std::string& tag) { m_tag = tag; } ^ src/node_data.cpp: In member function ‘void YAML::detail::node_data::set_style(YAML::EmitterStyle::value)’: src/node_data.cpp:66:52: warning: declaration of ‘style’ shadows a member of 'this' [-Wshadow] void node_data::set_style(EmitterStyle::value style) { m_style = style; } ^ src/node_data.cpp: In member function ‘void YAML::detail::node_data::set_scalar(const string&)’: src/node_data.cpp:73:53: warning: declaration of ‘scalar’ shadows a member of 'this' [-Wshadow] void node_data::set_scalar(const std::string& scalar) { ^ shadows something
  20. i think i have 4.4 something how can i install the latest gcc?? i used this code sudo yum install gcc-c++ i get that one sudo yum install gcc-c++ Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile epel/metalink | 11 kB 00:00 * base: centos.mirror.colo-serv.net * epel: mirror.cogentco.com * extras: centos.mirror.globo.tech * updates: centos.mirror.colo-serv.net base | 3.7 kB 00:00 extras | 3.4 kB 00:00 updates | 3.4 kB 00:00 Package gcc-c++-4.4.7-18.el6.x86_64 already installed and latest version Nothing to do
  21. centOS 6.7 and yes im using the latest rathena emu on github
  22. MKDIR obj CC grammar.c CC libconfig.c CC scanctx.c CC scanner.c CC strbuf.c AR obj/libconfig.a make[1]: Leaving directory `/root/rathena.git/trunk/3rdparty/libconfig' make[1]: Entering directory `/root/rathena.git/trunk/src/common' MKDIR obj CXX core.cpp make[1]: CXX@: Command not found make[1]: *** [obj/core.o] Error 127 make[1]: Leaving directory `/root/rathena.git/trunk/src/common' make: *** [common] Error 2 got this error after compiling ./configure make clean make server
  23. do i need to edit something once i've changed the #define PACKETVER 20151104 to 20120410 ? this is my packet.h right now // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_PACKETS_H_ #define _CONFIG_PACKETS_H_ /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #ifndef PACKETVER #define PACKETVER 20120410 #endif #ifndef PACKETVER_RE /// From this point on only kRO RE clients are supported #if PACKETVER > 20151104 #define PACKETVER_RE #endif #endif #if PACKETVER >= 20110817 /// Comment to disable the official packet obfuscation support. /// This requires PACKETVER 2011-08-17 or newer. // #ifndef PACKET_OBFUSCATION //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption //#define PACKET_OBFUSCATION_WARN #endif #else // #if defined(PACKET_OBFUSCATION) #error You enabled packet obfuscation for a version which is too old. Minimum supported client is 2011-08-17. #endif #endif #ifndef DUMP_UNKNOWN_PACKET //#define DUMP_UNKNOWN_PACKET #endif #ifndef DUMP_INVALID_PACKET //#define DUMP_INVALID_PACKET #endif /** * No settings past this point **/ /// Check if the specified packetversion supports the pincode system #define PACKETVER_SUPPORTS_PINCODE PACKETVER >= 20110309 /// Check if the client needs delete_date as remaining time and not the actual delete_date (actually it was tested for clients since 2013) #define PACKETVER_CHAR_DELETEDATE (PACKETVER > 20130000 && PACKETVER <= 20141022) || PACKETVER >= 20150513 /// Check if the specified packetvresion supports the cashshop sale system #define PACKETVER_SUPPORTS_SALES PACKETVER >= 20131223 #endif // _CONFIG_PACKETS_H_ is this correct?? and i got this error on console after doing the make server command thnx for helping make[1]: Entering directory `/root/rathena.git/trunk/3rdparty/mt19937ar' CC mt19937ar.c make[1]: Leaving directory `/root/rathena.git/trunk/3rdparty/mt19937ar' make[1]: Entering directory `/root/rathena.git/trunk/3rdparty/libconfig' MKDIR obj CC grammar.c CC libconfig.c CC scanctx.c CC scanner.c CC strbuf.c AR obj/libconfig.a make[1]: Leaving directory `/root/rathena.git/trunk/3rdparty/libconfig' make[1]: Entering directory `/root/rathena.git/trunk/src/common' MKDIR obj CXX core.cpp make[1]: CXX@: Command not found make[1]: *** [obj/core.o] Error 127 make[1]: Leaving directory `/root/rathena.git/trunk/src/common' make: *** [common] Error 2
  24. so this mean new rathena dont support 20120410 pre-re?? or supported?
  25. what about the mmo.h?? ill just edit this line #ifndef PACKETVER #define PACKETVER 20151104 // change this to 20120410 something like that?? #endif
×
×
  • Create New...