Jump to content

thespeedy

Inactive Member
  • Posts

    190
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by thespeedy

  1. I search tut for vnum range for txt files
  2. #define __WJ_SHOW_MOB_INFO__ #define __NEW_ARROW_SYSTEM__
  3. mysql is running as pid 656. root@root597430:~ #
  4. Oct 8 21:49:29.741231 :: QUERY_FLUSH: INSERT INTO bootlog (time, hostname, channel) VALUES(NOW(), '1', 12) Oct 8 21:49:29.741529 :: AsyncSQL: closing mysql connection. Oct 8 21:49:29.741980 :: AsyncSQL: closing mysql connection. Oct 8 21:49:29.742188 :: AsyncSQL: closing mysql connection. Oct 8 21:49:29.742350 :: AsyncSQL: closing mysql connection. Oct 8 21:49:29.742769 :: AsyncSQL: closing mysql connection. Oct 8 21:49:30.563454 :: CLIENT_DESC [db_clientdesc] trying DBPacket() while not connected Oct 8 21:49:31.3496 :: SYSTEM: Trying to connect to localhost:15000 SYSERR: Oct 8 21:49:31.3734 :: socket_connect: HOST localhost:15000, could not connect. Oct 8 21:49:31.563457 :: CLIENT_DESC [db_clientdesc] trying DBPacket() while not connected Oct 8 21:49:32.563490 :: CLIENT_DESC [db_clientdesc] trying DBPacket() while not connected Oct 8 21:49:33.563422 :: CLIENT_DESC [db_clientdesc] trying DBPacket() while not connected Oct 8 21:49:34.3523 :: SYSTEM: Trying to connect to localhost:15000 SYSERR: Oct 8 21:49:34.3915 :: socket_connect: HOST localhost:15000, could not connect. Oct 8 21:49:34.563421 :: CLIENT_DESC [db_clientdesc] trying DBPacket() while not connected SYSERR: Oct 8 21:49:35.318884 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. Oct 8 21:49:35.322589 :: <shutdown> Starting... Oct 8 21:49:35.322636 :: <shutdown> Destroying CArenaManager... Oct 8 21:49:35.322668 :: ARENA: ArenaMap will be destroy. mapIndex(112) Oct 8 21:49:35.322715 :: ARENA: End Duel PID_A(0) vs PID_B(0) Oct 8 21:49:35.322761 :: ARENA: End Duel PID_A(0) vs PID_B(0) Oct 8 21:49:35.322779 :: ARENA: End Duel PID_A(0) vs PID_B(0) Oct 8 21:49:35.322790 :: ARENA: End Duel PID_A(0) vs PID_B(0) Oct 8 21:49:35.322897 :: <shutdown> Destroying COXEventManager... Oct 8 21:49:35.322956 :: CLIENT_DESC [db_clientdesc] trying DBPacket() while not connected Oct 8 21:49:35.322975 :: <shutdown> Disabling signal timer... Oct 8 21:49:35.323009 :: <shutdown> Shutting down CHARACTER_MANAGER... Oct 8 21:49:35.323026 :: <shutdown> Shutting down ITEM_MANAGER... Oct 8 21:49:35.323040 :: <shutdown> Flushing db_clientdesc... Oct 8 21:49:35.323052 :: <shutdown> Flushing p2p_manager... Oct 8 21:49:35.323068 :: <shutdown> Destroying CShopManager... Oct 8 21:49:35.323087 :: <shutdown> Destroying CHARACTER_MANAGER... Oct 8 21:49:35.323106 :: <shutdown> Destroying ITEM_MANAGER... Oct 8 21:49:35.323120 :: <shutdown> Destroying DESC_MANAGER... Oct 8 21:49:35.325512 :: <shutdown> Destroying quest::CQuestManager... Oct 8 21:49:35.331278 :: <shutdown> Destroying building::CManager... Oct 8 21:49:35.331413 :: <shutdown> Flushing TrafficProfiler... Oct 8 21:49:35.331430 :: <shutdown> Canceling ReloadSpamEvent... Oct 8 21:49:35.331440 :: <shutdown> regen_free()... Oct 8 21:49:35.331452 :: <shutdown> Closing sockets... Oct 8 21:49:35.331525 :: <shutdown> fdwatch_delete()... Oct 8 21:49:35.331661 :: <shutdown> event_destroy()... Oct 8 21:49:35.331681 :: <shutdown> CTextFileLoader::DestroySystem()... Oct 8 21:49:35.331694 :: <shutdown> thecore_destroy()... SYSERR: Oct 8 21:49:35.331847 :: pid_deinit: End of pid
  5. SYSERR: Oct 8 16:27:11.38315 :: pid_init: Start of pid: 1719 SYSERR: Oct 8 16:27:11.38396 :: Start: TABLE_POSTFIX not configured use default
  6. Can any help me fix error? Unknown packet header: 51, last: 1 1
  7. Who can tell me which index is where? #ifdef ENABLE_COSTUME_SYSTEM const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19; const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0; const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1; const DWORD c_Costume_Slot_Mount = c_Costume_Slot_Start + 2; const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 3; const DWORD c_Costume_Slot_ACCE = c_Costume_Slot_Start + 4; const DWORD c_Costume_Slot_Count = 5; const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count; #endif is this right or forgot?
  8. But Warnings can make Erros, better fix this
  9. compile xmas_event.cpp linking.... /usr/bin/ld: skipping incompatible ../../../extern/mysql/lib/libmysqlclient.a when searching for -lmysqlclient /usr/bin/ld: cannot find -lmysqlclient c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:242: game] Error 1 root@Public Source:~/server/source/game/src #
  10. next error: compile xmas_event.cpp linking.... /usr/bin/ld: skipping incompatible ../../../extern/mysql/lib/libmysqlclient.a when searching for -lmysqlclient /usr/bin/ld: cannot find -lmysqlclient c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:242: game] Error 1
×
×
  • 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.