Jump to content

Koneko

Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

About Koneko

Informations

  • Gender
    Something else

Recent Profile Visitors

850 profile views

Koneko's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Okay but in the Archive there are 3 different server sources here are the service.h maybe there are one that match for the client ? and what i can make for fixing the auth im realy into this i wanna make that run because i need a good basic and i cant pay for the marty source so i have do somenthing.. ;D "or if i cant make this source runnin can u say me good basic files that i can work with from the zero beginning ?" First service.h #ifndef __INC_SERVICE_H__ #define __INC_SERVICE_H__ #define __PET_SYSTEM__ #define __UDP_BLOCK__ //#define L3_EAZY #define ENABLE_WHISPER_ADMIN_SYSTEM #define RUBINU_NO_POTIONS #define RUBINUM_NO_RANDOM_6TH_SKILL #define ENABLE_MINIGAME_RUMI #define ENABLE_ACCE_COSTUME_SYSTEM #define __HIGHLIGHT_SYSTEM__ #define ENABLE_MAGIC_REDUCTION_SYSTEM #define NON_CHECK_DS_QUALIFIED #define RB_SHAM_ASSA_ATT_BONUS 15 #define ENABLE_PRIVATESHOP_SEARCH_SYSTEM #define DISABLE_PRIVATE_SHOP_SEARCH_NEED_ITEM #define ENABLE_PRIVATESHOP_SYSTEM_ALWAYS_SILK #define ENABLE_678TH_SKILL #define ENABLE_CHAOS_DUNGEON_HEALERS #define ENABLE_MAGIC_REDUCTION_SYSTEM #define RB2011_ATTACK_FROM_ALL_HORSE #define ENABLE_BLOCK_ACTION_WITH_PID #define ENABLE_CHECK_SIZE_MESSAGE_STAFF #define ENABLE_ERROR_MEMBER_BLOCK_CHAT #define ENABLE_STOP_BLEEDING_DAMAGE #define ENABLE_REMOVE_ONLY_ONE_STONE #define __SEND_TARGET_INFO__ #endif second server source service.h #ifndef __INC_SERVICE_H__ #define __INC_SERVICE_H__ #define __PET_SYSTEM__ #define __UDP_BLOCK__ //#define L3_EAZY #define ENABLE_WHISPER_ADMIN_SYSTEM #define RUBINU_NO_POTIONS #define RUBINUM_NO_RANDOM_6TH_SKILL #define ENABLE_MINIGAME_RUMI #define ENABLE_ACCE_COSTUME_SYSTEM #define __HIGHLIGHT_SYSTEM__ #define ENABLE_MAGIC_REDUCTION_SYSTEM #define NON_CHECK_DS_QUALIFIED #define RB_SHAM_ASSA_ATT_BONUS 15 #define ENABLE_PRIVATESHOP_SEARCH_SYSTEM #define DISABLE_PRIVATE_SHOP_SEARCH_NEED_ITEM #define ENABLE_PRIVATESHOP_SYSTEM_ALWAYS_SILK #define ENABLE_678TH_SKILL #define ENABLE_CHAOS_DUNGEON_HEALERS #define ENABLE_MAGIC_REDUCTION_SYSTEM #define RB2011_ATTACK_FROM_ALL_HORSE #define __SEND_TARGET_INFO__ #endif 3'nd service.h in the archive.tgz <<<<<<< HEAD #ifndef __INC_SERVICE_H__ #define __INC_SERVICE_H__ #define __PET_SYSTEM__ #define __UDP_BLOCK__ //#define L3_EAZY #define ENABLE_WHISPER_ADMIN_SYSTEM #define RUBINU_NO_POTIONS #define RUBINUM_NO_RANDOM_6TH_SKILL #define ENABLE_MINIGAME_RUMI #define ENABLE_ACCE_COSTUME_SYSTEM #define __HIGHLIGHT_SYSTEM__ #define ENABLE_MAGIC_REDUCTION_SYSTEM #define NON_CHECK_DS_QUALIFIED #define RB_SHAM_ASSA_ATT_BONUS 15 #define ENABLE_PRIVATESHOP_SEARCH_SYSTEM #define DISABLE_PRIVATE_SHOP_SEARCH_NEED_ITEM #define ENABLE_PRIVATESHOP_SYSTEM_ALWAYS_SILK #define ENABLE_678TH_SKILL #define ENABLE_CHAOS_DUNGEON_HEALERS #define ENABLE_MAGIC_REDUCTION_SYSTEM #define RB2011_ATTACK_FROM_ALL_HORSE #define __SEND_TARGET_INFO__ #endif ======= #ifndef __INC_SERVICE_H__ #define __INC_SERVICE_H__ #define __PET_SYSTEM__ #define __UDP_BLOCK__ //#define L3_EAZY #define ENABLE_WHISPER_ADMIN_SYSTEM #define RUBINU_NO_POTIONS #define RUBINUM_NO_RANDOM_6TH_SKILL #define ENABLE_MINIGAME_RUMI #define ENABLE_ACCE_COSTUME_SYSTEM #define __HIGHLIGHT_SYSTEM__ #define ENABLE_MAGIC_REDUCTION_SYSTEM #define NON_CHECK_DS_QUALIFIED #define RB_SHAM_ASSA_ATT_BONUS 15 #define ENABLE_PRIVATESHOP_SEARCH_SYSTEM #define DISABLE_PRIVATE_SHOP_SEARCH_NEED_ITEM #define ENABLE_PRIVATESHOP_SYSTEM_ALWAYS_SILK #define ENABLE_678TH_SKILL #define ENABLE_CHAOS_DUNGEON_HEALERS #define ENABLE_MAGIC_REDUCTION_SYSTEM #define RB2011_ATTACK_FROM_ALL_HORSE #define __SEND_TARGET_INFO__ #endif >>>>>>> 65c27f3c95168abbdd2e1ac7712f71742063952c and the auth problem here are a config file i can change the ip to mine and give the tables a new name for it so it should work <?xml encoding="utf8" version="1.0"?> <Global> <Tickrate>25</Tickrate> <Version>91068840</Version> <DBCache address="127.0.0.1" port="15000"/> </Global> <db> <SQL_ACCOUNT address="10.0.52.2" user="metin2" password="wLfStdklmyTY3upZf9u9" database="rb_account_dev" port="3306"/> <SQL_PLAYER address="10.0.52.2" user="metin2" password="wLfStdklmyTY3upZf9u9" database="rb_player_dev" port="3306"/> <SQL_COMMON address="10.0.52.2" user="metin2" password="wLfStdklmyTY3upZf9u9" database="rb_common_dev" port="3306"/> <SQL_LOG address="10.0.52.2" user="metin2" password="wLfStdklmyTY3upZf9u9" database="rb_log_dev" port="3306"/> </db> <dbcache> <Server bindip="0.0.0.0" port="15000">DBCache</Server> </dbcache> <auth> <Server bindip="0.0.0.0" port="1">auth hostname</Server> <Database>@db</Database> </auth> <core1> <Server bindip="0.0.0.0" port="2" p2p="20" publicip="127.0.0.1">core1 hostname</Server> <Database>@db</Database> <MapAllow>10</MapAllow> </core1> <core2> <Server bindip="0.0.0.0" port="3" p2p="30" publicip="127.0.0.1">core2 hostname</Server> <Database>@db</Database> <MapAllow>20</MapAllow> </core2> <core99> <Server bindip="0.0.0.0" port="4" p2p="40" publicip="127.0.0.1">core99 hostname</Server> <Database>@db</Database> <MapAllow>30</MapAllow> </core99> and the locale_inc.h from the client source if somenthing not match i can disable them and i hate cython i disable them instantly.. xD #define LOCALE_SERVICE_EUROPE #define LSS_SECURITY_KEY "LV,ZEuzy5A_[{LF!" #define ENABLE_COSTUME_SYSTEM #define ENABLE_ENERGY_SYSTEM #define ENABLE_DRAGON_SOUL_SYSTEM #define ENABLE_NEW_EQUIPMENT_SYSTEM #define APP_VERSION "91068840" #define NEEDED_COMMAND_ARGUMENT "--patcher-key" #define DISTRIBUTE_CYTHON #ifdef DISTRIBUTE_CYTHON #define __USE_CYTHON__ #endif #define ENABLE_678TH_SKILL #define ENABLE_WOLFMAN_CHARACTER //#define ENABLE_PLAYER_PER_ACCOUNT5 #define ENABLE_PLAYER_PER_ACCOUNT5 #ifdef ENABLE_PLAYER_PER_ACCOUNT5 #define PLAYER_PER_ACCOUNT 5 #else #define PLAYER_PER_ACCOUNT 4 #endif // ENABLE_PLAYER_PER_ACCOUNT5 #define ENABLE_ACCE_COSTUME_SYSTEM #define NON_CHECK_DRAGON_SOUL_QUALIFIED #define ENABLE_MOUNT_COSTUME_SYSTEM #define ENABLE_ENVIRONMENT_EFFECT_OPTION #define WJ_SHOW_ACCE_ONOFF #define WJ_SHOW_SHOP_CONTROLLER #define WJ_SHOW_MOB_INFO //#define ENABLE_GUILDRENEWAL_SYSTEM #define ENABLE_MINI_GAME_RUMI //#define ENABLE_SHOP_EFFECT_SYSTEM //#define ENABLE_TRADE_EFFECT_SYSTEM //#define ENABLE_SAFEBOX_EFFECT_SYSTEM #define ENABLE_PRIVATESHOP_SEARCH_SYSTEM //#define WJ_ENABLE_TRADABLE_ICON //#define ENABLE_ERROR_MEMBER_BLOCK_CHAT #define ENABLE_MARKING_MISSING_ITEMS_RED #define ENABLE_WHISPER_ADMIN_SYSTEM #define ENABLE_SEND_TARGET_INFO #define WJ_ENABLE_PICKUP_ITEM_EFFECT #define ENABLE_ACCE_SECOND_COSTUME_SYSTEM #define ENABLE_CHANGELOOK_SYSTEM
  2. because of what something that i should know ? its realy tricky to compile that Source but i like to do it but there are 2 directorys that are empty.. and how i remove the git revision's check ? im not the C++ professional like many others here but i try to learn it everyday hope somebody have the time to help me out by that ^-^ /home/rubinum-game/extern/thirdparty_src/tinyxml2 /home/rubinum-game/extern/thirdparty_src/cryptopp
  3. Hey i try to compile the Rubinum Source and i have a little problem right now and hope somebody can help me out i try to make "cmake /home/rubinum-game/" and get the following output root@SG:/home/rubinum-game # cmake /home/rubinum-game -- The C compiler identification is GNU 4.2.1 -- The CXX compiler identification is GNU 4.2.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/CC -- Check for working CXX compiler: /usr/bin/CC -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- cotire 1.7.6 loaded. -- Found MySQL: /usr/local/include/mysql, /usr/local/lib/mysql/libmysqlclient.so -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Boost version: 1.62.0 -- Found the following Boost libraries: -- system -- thread -- chrono -- date_time -- atomic CMake Error at CMakeLists.txt:66 (add_subdirectory): The source directory /home/rubinum-game/extern/thirdparty_src/tinyxml2 does not contain a CMakeLists.txt file. CMake Error at CMakeLists.txt:67 (add_subdirectory): The source directory /home/rubinum-game/extern/thirdparty_src/cryptopp does not contain a CMakeLists.txt file. -- Performing Test COMPILER_SUPPORTS_CXX14 -- Performing Test COMPILER_SUPPORTS_CXX14 - Failed -- Performing Test COMPILER_SUPPORTS_CXX11 -- Performing Test COMPILER_SUPPORTS_CXX11 - Failed -- Performing Test COMPILER_SUPPORTS_CXX0X -- Performing Test COMPILER_SUPPORTS_CXX0X - Failed -- The compiler /usr/bin/CC has no C++11 support. Please use a different C++ compiler. CMake Error at source/server/game/CMakeLists.txt:7 (message): get_git_revision(): can not get git revision. log followed: fatal: Not a git repository (or any of the parent directories): .git -- Configuring incomplete, errors occurred! See also "/home/rubinum-game/CMakeFiles/CMakeOutput.log". See also "/home/rubinum-game/CMakeFiles/CMakeError.log". How i can remove the Git Revision's Check and there are 2 directorys that are empty.. and the last error but i think i can solve them by myself ..
  4. Hey i have a Question like many others.. xD Here is my little problem i put PUBLIC_IP: x.x.x.x <(i replace the x with my IP) in Auth and all Channels but i still get in autorun.log all working fine only this problem appears ^^
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.