Jump to content

Benhero

Inactive Member
  • Posts

    165
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Benhero

  1. Maybe it doesn't save it correct in Database?... Revieve your Horse. Close the Server and watch in "player.player" at horse_hp & horse_stamina. Is it set to 0 or less then something went wrong by saving the values. Greatz
  2. Maybe it is this HERE. Greatz Benhero
  3. I want to create a Command which will chance a Effect with "ch->RemoveAffect(xxx)" from all players on my actuall map. I don't know how go through all player on my acutal map. I think the soulution for my question is in here: struct notice_map_packet_func { const char* m_str; int m_mapIndex; bool m_bBigFont; notice_map_packet_func(const char* str, int idx, bool bBigFont) : m_str(str), m_mapIndex(idx), m_bBigFont(bBigFont) { } void operator() (LPDESC d) { if (d->GetCharacter() == NULL) return; if (d->GetCharacter()->GetMapIndex() != m_mapIndex) return; d->GetCharacter()->ChatPacket(m_bBigFont == true ? CHAT_TYPE_BIG_NOTICE : CHAT_TYPE_NOTICE, "%s", m_str); } }; void SendNoticeMap(const char* c_pszBuf, int nMapIndex, bool bBigFont) { const DESC_MANAGER::DESC_SET & c_ref_set = DESC_MANAGER::instance().GetClientSet(); std::for_each(c_ref_set.begin(), c_ref_set.end(), notice_map_packet_func(c_pszBuf, nMapIndex, bBigFont)); } But i can't find it.. Please help
  4. Go into "char_horse.cpp" Search for "if (GetHorseHealth() <= 0)" in Line ~185 And use a Chat Funktion to check whether this function is triggered. If yes. Somewhere the HorseHealt() will be Change <= 0 Greatz
  5. Hallo M2Dev Com, Ich wollte mir eben einen neuen GM Command erstellen. 2 Funktionieren auch soweit ohne Probleme. Ledegleich beim 3 bzw. 4 Stoße ich aktuell an meine Grenzen. Wie schaffe ich es auf jeden Spieler auf der Aktuellen Map zuzugreifen und seine Daten abzufangen. z.B. ch->GetName(). Ich habe schon versucht mir das von anderen Funktionen abzuschauen (z.B. notice_map, notice ...) Jedoch habe in diesem zusammenhang den Content nicht ganz verstanden. Ich vermute ja, das die Lösung hier liegt: struct notice_map_packet_func { const char* m_str; int m_mapIndex; bool m_bBigFont; notice_map_packet_func(const char* str, int idx, bool bBigFont) : m_str(str), m_mapIndex(idx), m_bBigFont(bBigFont) { } void operator() (LPDESC d) { if (d->GetCharacter() == NULL) return; if (d->GetCharacter()->GetMapIndex() != m_mapIndex) return; d->GetCharacter()->ChatPacket(m_bBigFont == true ? CHAT_TYPE_BIG_NOTICE : CHAT_TYPE_NOTICE, "%s", m_str); } }; void SendNoticeMap(const char* c_pszBuf, int nMapIndex, bool bBigFont) { const DESC_MANAGER::DESC_SET & c_ref_set = DESC_MANAGER::instance().GetClientSet(); std::for_each(c_ref_set.begin(), c_ref_set.end(), notice_map_packet_func(c_pszBuf, nMapIndex, bBigFont)); } Aber leider verstehe ich es nicht so ganz. Ich hoffe sehr ihr könnt mir helfen! Mit freundlichen Grüßen Benhero
  6. Hey, Everything works fine for me. Just 1 Fail (I`ll hope so) still is there. I can't login into Game. After i Select Charakter i get Kicked of. This is Syserr in Chanell1 Core1 (where i try to login) SYSERR: Jan 13 01:16:19 :: GetValidLocation: cannot find sectree_map by map index 9 SYSERR: Jan 13 01:16:19 :: PlayerLoad: InputDB::PlayerLoad : cannot find valid location 0 x 0 (name: ) I have search for a fix but doens't find anyone. Please help Thanks a lot! :3 Greatz Benhero
  7. I does not use txt. I use Proto... I use this release: [Hidden Content] NO error:
  8. Hey with you help i have solved to compile game and db. Everythings works well. I Try to Start Server. AUTH & DB starts Fine. (For Info: I use Mainline_released) But Channels does not start. What i already try: - BIND_IP (localhost & network adress) CH1 CORE1 Syserr: SYSERR: Jan 10 17:01:57 :: pid_init: Start of pid: 2337 SYSERR: Jan 10 17:01:57 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_sg1.dat SYSERR: Jan 10 17:01:58 :: Boot: item table size error SYSERR: Jan 10 17:01:58 :: SpawnEventHelper: cannot get map base position 1 SYSERR: Jan 10 17:01:58 :: SpawnEventHelper: cannot get map base position 3 SYSERR: Jan 10 17:01:58 :: SpawnEventHelper: cannot get map base position 21 SYSERR: Jan 10 17:01:58 :: SpawnEventHelper: cannot get map base position 23 SYSERR: Jan 10 17:01:58 :: SpawnEventHelper: cannot get map base position 41 SYSERR: Jan 10 17:01:58 :: SpawnEventHelper: cannot get map base position 43 SYSERR: Jan 10 17:01:59 :: pid_deinit: End of pid DB Syserr: SYSERR: Jan 10 17:15:32 :: pid_init: Start of pid: 2425 SYSERR: Jan 10 17:15:32 :: Start: TABLE_POSTFIX not configured use default SYSERR: Jan 10 17:15:32 :: Load: DirectQuery failed(SELECT login FROM block_exception) SYSERR: Jan 10 17:15:38 :: Process: FDWATCH: peer null in event: ident 20 SYSERR: Jan 10 17:15:39 :: Process: FDWATCH: peer null in event: ident 21 AUTH Syserr: SYSERR: Jan 10 17:15:38 :: pid_init: Start of pid: 2431 SYSERR: Jan 10 17:15:38 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_sg1.dat Putty Start: Real Server Log Offlog_file_delete_old: stat: No such file or directory AsyncSQL: connected to localhost (reconnect 1) Success PLAYER AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) Success ACCOUNT AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) Success COMMON AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) Success HOTBACKUP AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) Loading mob_proto from MySQL Complete! 1469/1469 Mobs loaded. Loading item_proto from MySQL Complete! 8467 Items loaded. IP ~~~HIDE~~~ HOSTNAME: channel1_core1 AsyncSQL: connected to localhost (reconnect 1) CommonSQL connected Setting Locale "germany" (Path: locale/germany) Setting DB to locale latin1 AsyncSQL: connected to localhost (reconnect 1) PlayerSQL connected LogSQL connected AsyncSQL: connected to localhost (reconnect 1) SKILL_POWER_BY_LEVEL 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 0 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 AsyncSQL: connected to localhost (reconnect 1) SKILL_POWER_BY_JOB 1 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 AsyncSQL: connected to localhost (reconnect 1) SKILL_POWER_BY_JOB 2 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 3 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 4 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 5 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 6 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 7 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 MAP ALLOW 1 MAP ALLOW 3 MAP ALLOW 21 MAP ALLOW 23 MAP ALLOW 41 MAP ALLOW 43 MAP ALLOW 500 PLAYER_MAX_LEVEL: 99 LocaleService locale/germany/locale_string.txt log_file_delete_old: stat: No such file or directory IP ~~~HIDE~~~ HOSTNAME: channel1_core2 AsyncSQL: connected to localhost (reconnect 1) CommonSQL connected Setting Locale "germany" (Path: locale/germany) Setting DB to locale latin1 AsyncSQL: connected to localhost (reconnect 1) PlayerSQL connected AsyncSQL: connected to localhost (reconnect 1) LogSQL connected AsyncSQL: connected to localhost (reconnect 1) SKILL_POWER_BY_LEVEL 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 AsyncSQL: connected to localhost (reconnect 1) SKILL_POWER_BY_JOB 0 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 1 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 2 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 3 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 4 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 5 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 6 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 7 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 MAP ALLOW 10 MAP ALLOW 11 MAP ALLOW 12 MAP ALLOW 13 MAP ALLOW 14 MAP ALLOW 15 MAP ALLOW 16 MAP ALLOW 17 MAP ALLOW 18 MAP ALLOW 19 MAP ALLOW 20 MAP ALLOW 22 MAP ALLOW 24 MAP ALLOW 25 MAP ALLOW 26 MAP ALLOW 27 PLAYER_MAX_LEVEL: 99 LocaleService locale/germany/locale_string.txt log_file_delete_old: stat: No such file or directory IP ~~~HIDE~~~ HOSTNAME: auth AsyncSQL: connected to localhost (reconnect 1) CommonSQL connected Setting Locale "germany" (Path: locale/germany) Setting DB to locale latin1 AsyncSQL: connected to localhost (reconnect 1) PlayerSQL connected LogSQL connected AsyncSQL: connected to localhost (reconnect 1) SKILL_POWER_BY_LEVEL 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 0 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 1 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 2 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 AsyncSQL: connected to localhost (reconnect 1) SKILL_POWER_BY_JOB 3 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 AsyncSQL: connected to localhost (reconnect 1) SKILL_POWER_BY_JOB 4 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 5 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 6 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 SKILL_POWER_BY_JOB 7 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125 AUTH_SERVER: I am the master log_file_delete_old: stat: No such file or directory MasterAuth 6connect: Can't assign requested address
  9. Game is okay... But now i have error with "db". If i try to Compile it i get this error: /usr/bin/ld: skipping incompatible ../../libmysql/5.x-5.1.35/libmysqlclient.a when searching for -lmysqlclient /usr/bin/ld: cannot find -lmysqlclient Makefile:51: recipe for target '../db_r1337' failed gmake: *** [../db_r1337] Error 1 try diffrent ways (other libmysql, change 5.x-5.1.35 to an other (7.x...) but nothing works... and also i try to compile everything else (sql, thecore, ..) nothing happens.. also i can't connect with the game. CH1, AUTH, DB start but when i try to connect. I can't. Please help. Thanks
  10. Game is Compiled! And Server Starts (CH1, AUTH, DB) Does i have any Problems with 64bit? how can i strip the game? Greatz
  11. Hallo M2Dev Com, I Finaly Compile the Mainline(-Released) but i got still 1 ERROR left (i think) This is the Error: I Try to install MYSQL but don't work. Must i compile something else before Compile game? I hope you can help me! possible about Skype or teamviewer! Thanks a Lot! Greatz Benhero
  12. root@exosec:/usr/src/novaline/Server/game/src # gmake clean gmake: Warning: File 'Makefile' has modification time 3261 s in the future gmake: warning: Clock skew detected. Your build may be incomplete. root@exosec:/usr/src/novaline/Server/game/src # gmake -j20 gmake: Warning: File 'Makefile' has modification time 3254 s in the future compile MarkConvert.cpp compile FSM.cpp compile TrafficProfiler.cpp compile MarkManager.cpp compile BattleArena.cpp compile OXEvent.cpp compile MarkImage.cpp compile arena.cpp compile banword.cpp compile blend_item.cpp compile battle.cpp In file included from FSM.cpp:4:0: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ compile block_country.cpp compile building.cpp compile castle.cpp compile char_affect.cpp Makefile:129: recipe for target 'OBJDIR/FSM.o' failed gmake: *** [OBJDIR/FSM.o] Error 1 gmake: *** Waiting for unfinished jobs.... compile char.cpp compile buffer_manager.cpp compile char_change_empire.cpp compile char_battle.cpp compile ani.cpp In file included from debug_allocator.h:4:0, from stdafx.h:7, from MarkManager.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from blend_item.cpp:10: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from TrafficProfiler.cpp:10: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from MarkConvert.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from block_country.cpp:10: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from MarkImage.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from buffer_manager.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ Makefile:129: recipe for target 'OBJDIR/MarkImage.o' failed gmake: *** [OBJDIR/MarkImage.o] Error 1 Makefile:129: recipe for target 'OBJDIR/MarkConvert.o' failed gmake: *** [OBJDIR/MarkConvert.o] Error 1 Makefile:129: recipe for target 'OBJDIR/TrafficProfiler.o' failed gmake: *** [OBJDIR/TrafficProfiler.o] Error 1 Makefile:129: recipe for target 'OBJDIR/MarkManager.o' failed gmake: *** [OBJDIR/MarkManager.o] Error 1 Makefile:129: recipe for target 'OBJDIR/buffer_manager.o' failed gmake: *** [OBJDIR/buffer_manager.o] Error 1 Makefile:129: recipe for target 'OBJDIR/block_country.o' failed gmake: *** [OBJDIR/block_country.o] Error 1 Makefile:129: recipe for target 'OBJDIR/blend_item.o' failed gmake: *** [OBJDIR/blend_item.o] Error 1 In file included from debug_allocator.h:4:0, from stdafx.h:7, from BattleArena.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from castle.cpp:12: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from banword.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from arena.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from char_change_empire.cpp:2: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from OXEvent.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from char_affect.cpp:2: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from ani.cpp:10: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from char_battle.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from building.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from battle.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ char.cpp:7234:3: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] return 2500000000; ^ In file included from debug_allocator.h:4:0, from stdafx.h:7, from char.cpp:1: /usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128' inline __int128 ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from banword.h:5, from banword.cpp:3: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from char.h:4, from castle.cpp:21: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from questmanager.h:4, from arena.cpp:8: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from char.h:4, from BattleArena.cpp:6: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from char.h:4, from char_change_empire.cpp:4: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from char.h:4, from char_affect.cpp:5: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from questmanager.h:4, from OXEvent.cpp:4: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from char.h:4, from ani.cpp:11: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from desc_manager.h:4, from char_battle.cpp:5: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ Makefile:129: recipe for target 'OBJDIR/banword.o' failed gmake: *** [OBJDIR/banword.o] Error 1 In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from char.h:4, from building.cpp:8: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from char.h:4, from char.cpp:6: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ In file included from ../../../Extern/include/boost/limits.hpp:19:0, from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16, from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15, from ../../../Extern/include/boost/functional/hash/hash.hpp:15, from ../../../Extern/include/boost/functional/hash.hpp:6, from ../../../Extern/include/boost/unordered/unordered_map.hpp:17, from ../../../Extern/include/boost/unordered_map.hpp:16, from char.h:4, from battle.cpp:5: /usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid struct numeric_limits<__int128> ^ /usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid struct numeric_limits<unsigned __int128> ^ Makefile:129: recipe for target 'OBJDIR/castle.o' failed gmake: *** [OBJDIR/castle.o] Error 1 Makefile:129: recipe for target 'OBJDIR/ani.o' failed gmake: *** [OBJDIR/ani.o] Error 1 Makefile:129: recipe for target 'OBJDIR/char_change_empire.o' failed gmake: *** [OBJDIR/char_change_empire.o] Error 1 Makefile:129: recipe for target 'OBJDIR/arena.o' failed gmake: *** [OBJDIR/arena.o] Error 1 Makefile:129: recipe for target 'OBJDIR/char_affect.o' failed gmake: *** [OBJDIR/char_affect.o] Error 1 Makefile:129: recipe for target 'OBJDIR/BattleArena.o' failed gmake: *** [OBJDIR/BattleArena.o] Error 1 Makefile:129: recipe for target 'OBJDIR/OXEvent.o' failed gmake: *** [OBJDIR/OXEvent.o] Error 1 Makefile:129: recipe for target 'OBJDIR/battle.o' failed gmake: *** [OBJDIR/battle.o] Error 1 char_battle.cpp: In member function 'void CHARACTER::Reward(bool)': char_battle.cpp:775:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (GetLevel() - pkAttacker->GetLevel() >= -10) ^ Makefile:129: recipe for target 'OBJDIR/building.o' failed gmake: *** [OBJDIR/building.o] Error 1 char.cpp: In member function 'int CHARACTER::GetPolymorphPoint(BYTE) const': char.cpp:2871:57: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (GetJob() == JOB_SHAMAN || GetJob() == JOB_SURA && GetSkillGroup() == 2) ^ char.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)': char.cpp:3079:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (amount < 0 && exp < -amount) ^ char.cpp: In member function 'void CHARACTER::SetTarget(LPCHARACTER)': char.cpp:5116:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (m_pkChrTarget->IsPC() && !m_pkChrTarget->IsPolymorphed() || m_pkChrTarget->GetMaxHP() <= 0) ^ Makefile:129: recipe for target 'OBJDIR/char_battle.o' failed gmake: *** [OBJDIR/char_battle.o] Error 1 char.cpp: In member function 'bool CHARACTER::CanSummon(int)': char.cpp:6301:49: warning: suggest parentheses around '&&' within '||' [-Wparentheses] return (iLeaderShip >= 20 || iLeaderShip >= 12 && m_dwLastDeadTime + 180 > get_dword_time()); ^ Makefile:129: recipe for target 'OBJDIR/char.o' failed gmake: *** [OBJDIR/char.o] Error 1
  13. monsters are not placed with WorldEditor. MonsterAreaInfo means that there can Spawn monster. (I think it is the oposit to savezon? Not Sure.) Greatz
  14. <type 'exceptions.KeyError'>:'LM_LogsGroupBox' says enough. There went something wrong at hotkey set or so.
  15. Jep. All Quest Commands don't read the [ ] Chrakters. You have to edit the source to Change it Or insert a new row in the account table with name "isVip" and use a ENUM as selection or Boolean. (1/0 - True/false) Greatz
×
×
  • 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.