Jump to content

takbardzo

Inactive Member
  • Posts

    48
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by takbardzo

  1. Huh? I'm an idiot, didnt see your post. Sorry man! [Hidden Content] item_proto
  2. I dont even have these files, i'm using NOTXT and everything is in the database. Seeking for further help, $10 is the prize by now, need this really.
  3. I do not really understand. I mean the client proto, bruv! Thanks, unfortunately I have no acess to the unpacker/packer source so I cannot verify or edit. Update: When I unpacked it using Metin2dev archiver it gave me an output of .xml, not .txt file which I was able to edit and repack later. The client worked, but some of the values (like Specular) didnt work and there was no effects of Specular etc. Seeking for further help. If it does matter, here is my SItemTable structure: DWORD dwVnum; DWORD dwVnumRange; char szName[ITEM_NAME_MAX_LEN + 1]; char szLocaleName[ITEM_NAME_MAX_LEN + 1]; BYTE bType; BYTE bSubType; BYTE bWeight; BYTE bSize; DWORD dwAntiFlags; DWORD dwFlags; DWORD dwWearFlags; DWORD dwImmuneFlag; DWORD dwIBuyItemPrice; DWORD dwISellItemPrice; TItemLimit aLimits[ITEM_LIMIT_MAX_NUM]; TItemApply aApplies[ITEM_APPLY_MAX_NUM]; long alValues[ITEM_VALUES_MAX_NUM]; long alSockets[ITEM_SOCKET_MAX_NUM]; DWORD dwRefinedVnum; WORD wRefineSet; BYTE bAlterToMagicItemPct; BYTE bSpecular; BYTE bGainSocketPct;
  4. Refresh! up. Will pay few dollars to whoever helps me! (paypal)
  5. Hello, I have a small problem when editing the client. Whenever I unpack the item_proto using EPack32 and repack it even without changing anything, I get this error. 0715 11:22:06127 :: CPythonItem::LoadItemTable: invalid item_proto[locale/pl/item_proto] STRIDE[152] != sizeof(SItemTable) 0715 11:22:06128 :: LoadLocaleData - LoadItemProto(locale/pl/item_proto) Error The game crashes. How do I fix it?
  6. hello guys, i'm having a slight problem, when using one of the slots in costume window for the mount slot. after applying all the things, the sash doesnt want to go to its own slot but tries to use mount slot instead... vid: [Hidden Content] edit, almost forgot my GameType.h #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_Acce = c_Costume_Slot_Start + 2; const DWORD c_Costume_Slot_Mount = c_Costume_Slot_Start + 3; #ifdef ENABLE_COSTUME_WEAPON const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 1; const DWORD c_Costume_Slot_Count = 5; #else const DWORD c_Costume_Slot_Count = 4; #endif const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count; #endif
  7. CHANNEL: 1 HOSTNAME: Auth01 PORT: 11000 P2P_PORT: 12000 DB_ADDR: 127.0.0.1 DB_PORT: 15007 PLAYER_SQL: 127.0.0.1 metin2 password account COMMON_SQL: 127.0.0.1 metin2 password common LOG_SQL: 127.0.0.1 metin2 password log SERVER_KEY: fIFjs5S47kdhsMUxsgjSrisTfGRB79PN4qi/D4U6yCX1LYUqBDQOxleqtAxp+cFteti2gp6fnnQ9Td2QFUWjpSuwLX/XDfCTgkCwoxYzb0P20YgIraXKDrN5FHbKYUvOl0Y69NcHUpGo+xU+Tbs2O6AEJYLrqW0BW3ggL6JeVUM* TABLE_POSTFIX: PASSES_PER_SEC: 25 PING_EVENT_SECOND_CYCLE: 180 ADMINPAGE_PASSWORD: uniquehardtoguesspasswordhere ADMINPAGE_IP: my.server.i.p AUTH_SERVER: master TRAFFIC_PROFILE: TEST_SERVER: 0     I already had it. Any other ideas? Thanks.
  8. @Edit: I just filled the iptocountry table with one random ip (3.3.3.1) and it started to work. No errors but still same things. Now when im trying to login the syslog shows it SYSERR: Jun 19 16:48:26 :: Process: FDWATCH: peer null in event: ident 21 Jun 19 16:48:28 :: AUTH_LOGIN id(1) login(admin) social_id(1234567) login_key(1704670557), client_key(37706918 232494961 1270055634 1985073105) Jun 19 16:48:30 :: [ 1400] return 0/0/0 async 0/0/0 Jun 19 16:48:31 :: Connection accepted. (host: 127.0.0.1 handle: 20 fd: 21) Jun 19 16:48:31 :: ACCEPT FROM 127.0.0.1 Jun 19 16:48:31 :: GMHOST: 25.123.234.134 Jun 19 16:48:31 :: GM: PID 1 Login admin Character exo ContactIP 25.123.234.134 ServerIP ALL Authority 5[IMPLEMENTOR] Jun 19 16:48:31 :: QUERY_BOOT : AdminInfo (Request ServerIp 25.123.234.100) Jun 19 16:48:31 :: BOOT: PACKET: 163188 Jun 19 16:48:31 :: BOOT: VERSION: 6 Jun 19 16:48:31 :: sizeof(TMobTable) = 255 Jun 19 16:48:31 :: sizeof(TItemTable) = 160 Jun 19 16:48:31 :: sizeof(TShopTable) = 529 Jun 19 16:48:31 :: sizeof(TSkillTable) = 1475 Jun 19 16:48:31 :: sizeof(TRefineTable) = 53 Jun 19 16:48:31 :: sizeof(TItemAttrTable) = 69 Jun 19 16:48:31 :: sizeof(TItemRareTable) = 69 Jun 19 16:48:31 :: sizeof(TBanwordTable) = 25 Jun 19 16:48:31 :: sizeof(TLand) = 36 Jun 19 16:48:31 :: sizeof(TObjectProto) = 96 Jun 19 16:48:31 :: sizeof(TObject) = 40 Jun 19 16:48:31 :: sizeof(tAdminInfo) = 104 * 310316159 Jun 19 16:48:31 :: sizeof(TMonarchInfo) = 304 * 310316159 Jun 19 16:48:31 :: ItemIDRange: SET 380000001 ~ 390000000 start: 380000001 Jun 19 16:48:31 :: ItemIDRange: SPARE SET 390000001 ~ 400000000 start: 390000001 Jun 19 16:48:31 :: GMHosts 25.123.234.134 Jun 19 16:48:31 :: Admin name exo ConntactIP 25.123.234.134 Jun 19 16:48:31 :: SETUP: channel 1 listen 13000 p2p 14000 count 1 Jun 19 16:48:31 :: HEADER_GD_SET_EVENT_FLAG : No Changed CClientmanager::SetEventFlag(oxevent_status 0) Jun 19 16:48:32 :: Connection closed. (host: 127.0.0.1) Jun 19 16:48:32 :: ItemIDRange: returned. 380000001 ~ 390000000 Jun 19 16:48:32 :: ItemIDRange: Build: 380000001 ~ 390000000 start:380000001 SYSERR: Jun 19 16:48:32 :: Process: FDWATCH: peer null in event: ident 21 Funnier thing: it keeps repeating itself even if im not trying to log-in XD syserr: SYSERR: Jun 19 16:50:51 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:50:57 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:51:04 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:51:10 :: Process: FDWATCH: peer null in event: ident 21 and its spamming the syslog with this: Jun 19 16:50:49 :: [ 2800] return 0/0/0 async 0/0/0 Jun 19 16:50:50 :: Connection accepted. (host: 127.0.0.1 handle: 41 fd: 21) Jun 19 16:50:50 :: ACCEPT FROM 127.0.0.1 Jun 19 16:50:50 :: GMHOST: 25.123.234.134 Jun 19 16:50:50 :: GM: PID 1 Login admin Character exo ContactIP 25.123.234.134 ServerIP ALL Authority 5[IMPLEMENTOR] Jun 19 16:50:50 :: QUERY_BOOT : AdminInfo (Request ServerIp 25.123.234.100) Jun 19 16:50:50 :: BOOT: PACKET: 163188 Jun 19 16:50:50 :: BOOT: VERSION: 6 Jun 19 16:50:50 :: sizeof(TMobTable) = 255 Jun 19 16:50:50 :: sizeof(TItemTable) = 160 Jun 19 16:50:50 :: sizeof(TShopTable) = 529 Jun 19 16:50:50 :: sizeof(TSkillTable) = 1475 Jun 19 16:50:50 :: sizeof(TRefineTable) = 53 Jun 19 16:50:50 :: sizeof(TItemAttrTable) = 69 Jun 19 16:50:50 :: sizeof(TItemRareTable) = 69 Jun 19 16:50:50 :: sizeof(TBanwordTable) = 25 Jun 19 16:50:50 :: sizeof(TLand) = 36 Jun 19 16:50:50 :: sizeof(TObjectProto) = 96 Jun 19 16:50:50 :: sizeof(TObject) = 40 Jun 19 16:50:50 :: sizeof(tAdminInfo) = 104 * 310316159 Jun 19 16:50:50 :: sizeof(TMonarchInfo) = 304 * 310316159 Jun 19 16:50:50 :: ItemIDRange: SET 800000001 ~ 810000000 start: 800000001 Jun 19 16:50:50 :: ItemIDRange: SPARE SET 810000001 ~ 820000000 start: 810000001 Jun 19 16:50:50 :: GMHosts 25.123.234.134 Jun 19 16:50:50 :: Admin name exo ConntactIP 25.123.234.134 Jun 19 16:50:50 :: SETUP: channel 1 listen 13000 p2p 14000 count 1 Jun 19 16:50:50 :: HEADER_GD_SET_EVENT_FLAG : No Changed CClientmanager::SetEventFlag(oxevent_status 0) Jun 19 16:50:51 :: Connection closed. (host: 127.0.0.1) Jun 19 16:50:51 :: ItemIDRange: returned. 800000001 ~ 810000000 Jun 19 16:50:51 :: ItemIDRange: Build: 800000001 ~ 810000000 start:800000001 SYSERR: Jun 19 16:50:51 :: Process: FDWATCH: peer null in event: ident 21 Jun 19 16:50:54 :: [ 2850] return 0/0/0 async 0/0/0 Jun 19 16:50:56 :: Connection accepted. (host: 127.0.0.1 handle: 42 fd: 21) Jun 19 16:50:56 :: ACCEPT FROM 127.0.0.1 Jun 19 16:50:56 :: GMHOST: 25.123.234.134 Jun 19 16:50:56 :: GM: PID 1 Login admin Character exo ContactIP 25.123.234.134 ServerIP ALL Authority 5[IMPLEMENTOR] Jun 19 16:50:56 :: QUERY_BOOT : AdminInfo (Request ServerIp 25.123.234.100) Jun 19 16:50:56 :: BOOT: PACKET: 163188 Jun 19 16:50:56 :: BOOT: VERSION: 6 Jun 19 16:50:56 :: sizeof(TMobTable) = 255 Jun 19 16:50:56 :: sizeof(TItemTable) = 160 Jun 19 16:50:56 :: sizeof(TShopTable) = 529 Jun 19 16:50:56 :: sizeof(TSkillTable) = 1475 Jun 19 16:50:56 :: sizeof(TRefineTable) = 53 Jun 19 16:50:56 :: sizeof(TItemAttrTable) = 69 Jun 19 16:50:56 :: sizeof(TItemRareTable) = 69 Jun 19 16:50:56 :: sizeof(TBanwordTable) = 25 Jun 19 16:50:56 :: sizeof(TLand) = 36 Jun 19 16:50:56 :: sizeof(TObjectProto) = 96 Jun 19 16:50:56 :: sizeof(TObject) = 40 Jun 19 16:50:56 :: sizeof(tAdminInfo) = 104 * 310316159 Jun 19 16:50:56 :: sizeof(TMonarchInfo) = 304 * 310316159 Jun 19 16:50:56 :: ItemIDRange: SET 820000001 ~ 830000000 start: 820000001 Jun 19 16:50:56 :: ItemIDRange: SPARE SET 830000001 ~ 840000000 start: 830000001 Jun 19 16:50:56 :: GMHosts 25.123.234.134 Jun 19 16:50:56 :: Admin name exo ConntactIP 25.123.234.134 Jun 19 16:50:56 :: SETUP: channel 1 listen 13000 p2p 14000 count 1 Jun 19 16:50:56 :: HEADER_GD_SET_EVENT_FLAG : No Changed CClientmanager::SetEventFlag(oxevent_status 0) Jun 19 16:50:57 :: Connection closed. (host: 127.0.0.1) Jun 19 16:50:57 :: ItemIDRange: returned. 820000001 ~ 830000000 Jun 19 16:50:57 :: ItemIDRange: Build: 820000001 ~ 830000000 start:820000001 SYSERR: Jun 19 16:50:57 :: Process: FDWATCH: peer null in event: ident 21 Jun 19 16:50:59 :: [ 2900] return 0/0/0 async 0/0/0 Jun 19 16:51:02 :: Connection accepted. (host: 127.0.0.1 handle: 43 fd: 21) Jun 19 16:51:02 :: ACCEPT FROM 127.0.0.1 Jun 19 16:51:02 :: GMHOST: 25.123.234.134 Jun 19 16:51:02 :: GM: PID 1 Login admin Character exo ContactIP 25.123.234.134 ServerIP ALL Authority 5[IMPLEMENTOR] Jun 19 16:51:02 :: QUERY_BOOT : AdminInfo (Request ServerIp 25.123.234.100) Jun 19 16:51:02 :: BOOT: PACKET: 163188 Jun 19 16:51:02 :: BOOT: VERSION: 6 Jun 19 16:51:02 :: sizeof(TMobTable) = 255 Jun 19 16:51:02 :: sizeof(TItemTable) = 160 Jun 19 16:51:02 :: sizeof(TShopTable) = 529 Jun 19 16:51:02 :: sizeof(TSkillTable) = 1475 Jun 19 16:51:02 :: sizeof(TRefineTable) = 53 Jun 19 16:51:02 :: sizeof(TItemAttrTable) = 69 Jun 19 16:51:02 :: sizeof(TItemRareTable) = 69 Jun 19 16:51:02 :: sizeof(TBanwordTable) = 25 Jun 19 16:51:02 :: sizeof(TLand) = 36 Jun 19 16:51:02 :: sizeof(TObjectProto) = 96 Jun 19 16:51:02 :: sizeof(TObject) = 40 Jun 19 16:51:02 :: sizeof(tAdminInfo) = 104 * 310316159 Jun 19 16:51:02 :: sizeof(TMonarchInfo) = 304 * 310316159 Jun 19 16:51:02 :: ItemIDRange: SET 840000001 ~ 850000000 start: 840000001 Jun 19 16:51:02 :: ItemIDRange: SPARE SET 850000001 ~ 860000000 start: 850000001 Jun 19 16:51:02 :: GMHosts 25.123.234.134 Jun 19 16:51:02 :: Admin name exo ConntactIP 25.123.234.134 Jun 19 16:51:02 :: SETUP: channel 1 listen 13000 p2p 14000 count 1 Jun 19 16:51:02 :: HEADER_GD_SET_EVENT_FLAG : No Changed CClientmanager::SetEventFlag(oxevent_status 0) Jun 19 16:51:03 :: Connection closed. (host: 127.0.0.1) Jun 19 16:51:03 :: ItemIDRange: returned. 840000001 ~ 850000000 Jun 19 16:51:03 :: ItemIDRange: Build: 840000001 ~ 850000000 start:840000001 SYSERR: Jun 19 16:51:04 :: Process: FDWATCH: peer null in event: ident 21 Jun 19 16:51:04 :: [ 2950] return 0/0/0 async 0/0/0 Jun 19 16:51:09 :: Connection accepted. (host: 127.0.0.1 handle: 44 fd: 21) Jun 19 16:51:09 :: ACCEPT FROM 127.0.0.1 Jun 19 16:51:09 :: GMHOST: 25.123.234.134 Jun 19 16:51:09 :: GM: PID 1 Login admin Character exo ContactIP 25.123.234.134 ServerIP ALL Authority 5[IMPLEMENTOR] Jun 19 16:51:09 :: QUERY_BOOT : AdminInfo (Request ServerIp 25.123.234.100) Jun 19 16:51:09 :: BOOT: PACKET: 163188 Jun 19 16:51:09 :: BOOT: VERSION: 6 Jun 19 16:51:09 :: sizeof(TMobTable) = 255 Jun 19 16:51:09 :: sizeof(TItemTable) = 160 Jun 19 16:51:09 :: sizeof(TShopTable) = 529 Jun 19 16:51:09 :: sizeof(TSkillTable) = 1475 Jun 19 16:51:09 :: sizeof(TRefineTable) = 53 Jun 19 16:51:09 :: sizeof(TItemAttrTable) = 69 Jun 19 16:51:09 :: sizeof(TItemRareTable) = 69 Jun 19 16:51:09 :: sizeof(TBanwordTable) = 25 Jun 19 16:51:09 :: sizeof(TLand) = 36 Jun 19 16:51:09 :: sizeof(TObjectProto) = 96 Jun 19 16:51:09 :: sizeof(TObject) = 40 Jun 19 16:51:09 :: sizeof(tAdminInfo) = 104 * 310316159 Jun 19 16:51:09 :: sizeof(TMonarchInfo) = 304 * 310316159 Jun 19 16:51:09 :: ItemIDRange: SET 860000001 ~ 870000000 start: 860000001 Jun 19 16:51:09 :: ItemIDRange: SPARE SET 870000001 ~ 880000000 start: 870000001 Jun 19 16:51:09 :: GMHosts 25.123.234.134 Jun 19 16:51:09 :: Admin name exo ConntactIP 25.123.234.134 Jun 19 16:51:09 :: SETUP: channel 1 listen 13000 p2p 14000 count 1 Jun 19 16:51:09 :: HEADER_GD_SET_EVENT_FLAG : No Changed CClientmanager::SetEventFlag(oxevent_status 0) Jun 19 16:51:09 :: [ 3000] return 0/0/0 async 0/0/0 Jun 19 16:51:10 :: Connection closed. (host: 127.0.0.1) Jun 19 16:51:10 :: ItemIDRange: returned. 860000001 ~ 870000000 Jun 19 16:51:10 :: ItemIDRange: Build: 860000001 ~ 870000000 start:860000001 SYSERR: Jun 19 16:51:10 :: Process: FDWATCH: peer null in event: ident 21 Jun 19 16:51:14 :: [ 3050] return 0/0/0 async 0/0/0 Jun 19 16:51:15 :: Connection accepted. (host: 127.0.0.1 handle: 45 fd: 21) Jun 19 16:51:15 :: ACCEPT FROM 127.0.0.1 Jun 19 16:51:15 :: GMHOST: 25.123.234.134 Jun 19 16:51:15 :: GM: PID 1 Login admin Character exo ContactIP 25.123.234.134 ServerIP ALL Authority 5[IMPLEMENTOR] Jun 19 16:51:15 :: QUERY_BOOT : AdminInfo (Request ServerIp 25.123.234.100) Jun 19 16:51:15 :: BOOT: PACKET: 163188 Jun 19 16:51:15 :: BOOT: VERSION: 6 Jun 19 16:51:15 :: sizeof(TMobTable) = 255 Jun 19 16:51:15 :: sizeof(TItemTable) = 160 Jun 19 16:51:15 :: sizeof(TShopTable) = 529 Jun 19 16:51:15 :: sizeof(TSkillTable) = 1475 Jun 19 16:51:15 :: sizeof(TRefineTable) = 53 Jun 19 16:51:15 :: sizeof(TItemAttrTable) = 69 Jun 19 16:51:15 :: sizeof(TItemRareTable) = 69 Jun 19 16:51:15 :: sizeof(TBanwordTable) = 25 Jun 19 16:51:15 :: sizeof(TLand) = 36 Jun 19 16:51:15 :: sizeof(TObjectProto) = 96 Jun 19 16:51:15 :: sizeof(TObject) = 40 Jun 19 16:51:15 :: sizeof(tAdminInfo) = 104 * 310316159 Jun 19 16:51:15 :: sizeof(TMonarchInfo) = 304 * 310316159 Jun 19 16:51:15 :: ItemIDRange: SET 880000001 ~ 890000000 start: 880000001 Jun 19 16:51:15 :: ItemIDRange: SPARE SET 890000001 ~ 900000000 start: 890000001 Jun 19 16:51:15 :: GMHosts 25.123.234.134 Jun 19 16:51:15 :: Admin name exo ConntactIP 25.123.234.134 Jun 19 16:51:15 :: SETUP: channel 1 listen 13000 p2p 14000 count 1 Jun 19 16:51:15 :: HEADER_GD_SET_EVENT_FLAG : No Changed CClientmanager::SetEventFlag(oxevent_status 0) Jun 19 16:51:16 :: Connection closed. (host: 127.0.0.1) Jun 19 16:51:16 :: ItemIDRange: returned. 880000001 ~ 890000000 Jun 19 16:51:16 :: ItemIDRange: Build: 880000001 ~ 890000000 start:880000001 SYSERR: Jun 19 16:51:16 :: Process: FDWATCH: peer null in event: ident 21 Jun 19 16:51:19 :: [ 3100] return 0/0/0 async 0/0/0 Jun 19 16:51:21 :: Connection accepted. (host: 127.0.0.1 handle: 46 fd: 21) Jun 19 16:51:21 :: ACCEPT FROM 127.0.0.1 Jun 19 16:51:21 :: GMHOST: 25.123.234.134 Jun 19 16:51:21 :: GM: PID 1 Login admin Character exo ContactIP 25.123.234.134 ServerIP ALL Authority 5[IMPLEMENTOR] Jun 19 16:51:21 :: QUERY_BOOT : AdminInfo (Request ServerIp 25.123.234.100) Jun 19 16:51:21 :: BOOT: PACKET: 163188 Jun 19 16:51:21 :: BOOT: VERSION: 6 Jun 19 16:51:21 :: sizeof(TMobTable) = 255 Jun 19 16:51:21 :: sizeof(TItemTable) = 160 Jun 19 16:51:21 :: sizeof(TShopTable) = 529 Jun 19 16:51:21 :: sizeof(TSkillTable) = 1475 Jun 19 16:51:21 :: sizeof(TRefineTable) = 53 Jun 19 16:51:21 :: sizeof(TItemAttrTable) = 69 Jun 19 16:51:21 :: sizeof(TItemRareTable) = 69 Jun 19 16:51:21 :: sizeof(TBanwordTable) = 25 Jun 19 16:51:21 :: sizeof(TLand) = 36 Jun 19 16:51:21 :: sizeof(TObjectProto) = 96 Jun 19 16:51:21 :: sizeof(TObject) = 40 Jun 19 16:51:21 :: sizeof(tAdminInfo) = 104 * 310316159 Jun 19 16:51:21 :: sizeof(TMonarchInfo) = 304 * 310316159 Jun 19 16:51:21 :: ItemIDRange: SET 900000001 ~ 910000000 start: 900000001 Jun 19 16:51:21 :: ItemIDRange: SPARE SET 910000001 ~ 920000000 start: 910000001 Jun 19 16:51:21 :: GMHosts 25.123.234.134 Jun 19 16:51:21 :: Admin name exo ConntactIP 25.123.234.134 Jun 19 16:51:21 :: SETUP: channel 1 listen 13000 p2p 14000 count 1 Jun 19 16:51:21 :: HEADER_GD_SET_EVENT_FLAG : No Changed CClientmanager::SetEventFlag(oxevent_status 0) Jun 19 16:51:22 :: Connection closed. (host: 127.0.0.1) Jun 19 16:51:22 :: ItemIDRange: returned. 900000001 ~ 910000000 Jun 19 16:51:22 :: ItemIDRange: Build: 900000001 ~ 910000000 start:900000001 SYSERR: Jun 19 16:51:23 :: Process: FDWATCH: peer null in event: ident 21 Jun 19 16:51:24 :: [ 3150] return 0/0/0 async 0/0/0 Jun 19 16:51:28 :: Connection accepted. (host: 127.0.0.1 handle: 47 fd: 21) Jun 19 16:51:28 :: ACCEPT FROM 127.0.0.1 Jun 19 16:51:28 :: GMHOST: 25.123.234.134 Jun 19 16:51:28 :: GM: PID 1 Login admin Character exo ContactIP 25.123.234.134 ServerIP ALL Authority 5[IMPLEMENTOR] Jun 19 16:51:28 :: QUERY_BOOT : AdminInfo (Request ServerIp 25.123.234.100) Jun 19 16:51:28 :: BOOT: PACKET: 163188 Jun 19 16:51:28 :: BOOT: VERSION: 6 Jun 19 16:51:28 :: sizeof(TMobTable) = 255 Jun 19 16:51:28 :: sizeof(TItemTable) = 160 Jun 19 16:51:28 :: sizeof(TShopTable) = 529 Jun 19 16:51:28 :: sizeof(TSkillTable) = 1475 Jun 19 16:51:28 :: sizeof(TRefineTable) = 53 Jun 19 16:51:28 :: sizeof(TItemAttrTable) = 69 Jun 19 16:51:28 :: sizeof(TItemRareTable) = 69 Jun 19 16:51:28 :: sizeof(TBanwordTable) = 25 Jun 19 16:51:28 :: sizeof(TLand) = 36 Jun 19 16:51:28 :: sizeof(TObjectProto) = 96 Jun 19 16:51:28 :: sizeof(TObject) = 40 Jun 19 16:51:28 :: sizeof(tAdminInfo) = 104 * 310316159 Jun 19 16:51:28 :: sizeof(TMonarchInfo) = 304 * 310316159 Jun 19 16:51:28 :: ItemIDRange: SET 920000001 ~ 930000000 start: 920000001 Jun 19 16:51:28 :: ItemIDRange: SPARE SET 930000001 ~ 940000000 start: 930000001 Jun 19 16:51:28 :: GMHosts 25.123.234.134 Jun 19 16:51:28 :: Admin name exo ConntactIP 25.123.234.134 Jun 19 16:51:28 :: SETUP: channel 1 listen 13000 p2p 14000 count 1 Jun 19 16:51:28 :: HEADER_GD_SET_EVENT_FLAG : No Changed CClientmanager::SetEventFlag(oxevent_status 0) Jun 19 16:51:29 :: Connection closed. (host: 127.0.0.1) Jun 19 16:51:29 :: ItemIDRange: returned. 920000001 ~ 930000000 Jun 19 16:51:29 :: ItemIDRange: Build: 920000001 ~ 930000000 start:920000001 SYSERR: Jun 19 16:51:29 :: Process: FDWATCH: peer null in event: ident 21 Jun 19 16:51:29 :: [ 3200] return 0/0/0 async 0/0/0
  9. I already added the iptocountry table. Now: syserr db SYSERR: Jun 19 16:32:15 :: pid_init: Start of pid: 930 SYSERR: Jun 19 16:32:15 :: Start: TABLE_POSTFIX not configured use default SYSERR: Jun 19 16:32:15 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry) SYSERR: Jun 19 16:32:25 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:32:32 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:32:38 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:32:44 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:32:50 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:32:56 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:33:02 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:33:09 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:33:16 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:33:26 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:33:32 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:33:38 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:33:44 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:33:51 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:33:57 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:03 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:09 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:15 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:21 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:27 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:34 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:41 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:47 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:53 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:34:59 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:35:05 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:35:11 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:35:18 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:35:24 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:35:30 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:35:36 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:35:42 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:35:48 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:35:59 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:36:06 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:36:12 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:36:19 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 16:36:26 :: Process: FDWATCH: peer null in event: ident 21 syslog db auth syslog SYSERR: Jun 19 16:32:19 :: pid_init: Start of pid: 934 Jun 19 16:32:19 :: SYSTEM: BINDING TCP PORT ON [11000] (fd 12) Jun 19 16:32:19 :: SYSTEM: BINDING TCP PORT ON [12000] (fd 13) Jun 19 16:32:19 :: SYSTEM: Trying to connect to 127.0.0.1:15007 Jun 19 16:32:19 :: SYSTEM: connected to server (fd 14, ptr 0x28d84600) Jun 19 16:32:19 :: Initializing Guild Jun 19 16:32:19 :: No need for auth server Jun 19 16:32:19 :: FISH: ˛Î vnum 0 prob 3000 3000 2100 2000 len 0 0 0 Jun 19 16:32:19 :: FISH: ±ÝąÝÁö vnum 50002 prob 50 50 200 200 len 0 0 0 Jun 19 16:32:19 :: FISH: ÇǶóąĚ vnum 27802 prob 2000 1800 800 2200 len 500 550 600 Jun 19 16:32:19 :: FISH: şŘľî vnum 27803 prob 1950 1600 800 700 len 1000 2500 2800 Jun 19 16:32:19 :: FISH: ˝î°ˇ¸® vnum 27804 prob 900 800 700 600 len 2000 3500 3800 Jun 19 16:32:19 :: FISH: żůĂ´şŘľî vnum 27805 prob 700 700 700 600 len 3030 3500 4300 Jun 19 16:32:19 :: FISH: Ŕ׾î vnum 27806 prob 200 300 600 800 len 4000 6000 10000 Jun 19 16:32:19 :: FISH: ż¬ľî vnum 27807 prob 200 200 500 600 len 6000 8000 10000 Jun 19 16:32:19 :: FISH: Çâľî vnum 27808 prob 100 100 250 200 len 1500 3000 3800 Jun 19 16:32:19 :: FISH: ĽŰľî vnum 27809 prob 100 100 250 350 len 5000 7000 8000 Jun 19 16:32:19 :: FISH: ąÎą°Ŕĺľî vnum 27810 prob 0 100 250 200 len 4000 5000 6000 Jun 19 16:32:19 :: FISH: ą«Áö°łĽŰľî vnum 27811 prob 0 100 250 150 len 5000 7000 8000 Jun 19 16:32:19 :: FISH: °­ĽŰľî vnum 27812 prob 0 100 250 150 len 4000 6000 7000 Jun 19 16:32:19 :: FISH: ·Żµĺ vnum 27813 prob 0 100 200 100 len 4000 6000 10000 Jun 19 16:32:19 :: FISH: ĆŰġ vnum 27814 prob 0 100 200 100 len 3000 4000 5000 Jun 19 16:32:19 :: FISH: ĹŮġ vnum 27815 prob 0 50 200 100 len 3500 5500 8000 Jun 19 16:32:19 :: FISH: ¸Ţ±â vnum 27816 prob 50 50 200 100 len 3000 5000 10000 Jun 19 16:32:19 :: FISH: ąĚ˛Ů¶óÁö vnum 27817 prob 0 25 100 50 len 1800 2200 3000 Jun 19 16:32:19 :: FISH: ąé·Ă vnum 27818 prob 50 50 200 100 len 5000 8000 10000 Jun 19 16:32:19 :: FISH: Ŕşľî vnum 27819 prob 0 25 100 50 len 1500 3000 3800 Jun 19 16:32:19 :: FISH: şůľî vnum 27820 prob 0 25 100 50 len 1500 3000 3800 Jun 19 16:32:19 :: FISH: ˝¬¸® vnum 27821 prob 0 25 100 50 len 1000 1500 2000 Jun 19 16:32:19 :: FISH: şń´ĂŔ׾î vnum 27822 prob 0 25 100 50 len 4000 6000 10000 Jun 19 16:32:19 :: FISH: Ȳ±ÝşŘľî vnum 27823 prob 0 25 100 50 len 1000 3000 3500 Jun 19 16:32:19 :: FISH: Ĺ»»öľŕ vnum 70201 prob 100 100 0 0 len 0 0 0 Jun 19 16:32:19 :: FISH: ż°»öľŕ(Čň»ö) vnum 70202 prob 85 85 0 0 len 0 0 0 Jun 19 16:32:19 :: FISH: ż°»öľŕ(±Ý»ö) vnum 70203 prob 85 85 0 0 len 0 0 0 Jun 19 16:32:19 :: FISH: ż°»öľŕ(»ˇ°Ł»ö) vnum 70204 prob 85 85 0 0 len 0 0 0 Jun 19 16:32:19 :: FISH: ż°»öľŕ(°Ą»ö) vnum 70205 prob 85 85 0 0 len 0 0 0 Jun 19 16:32:19 :: FISH: ż°»öľŕ(°ËŔş»ö) vnum 70206 prob 85 85 0 0 len 0 0 0 Jun 19 16:32:19 :: FISH: ŔşµĐŔÚŔÇ ¸ÁĹä vnum 70048 prob 25 25 200 100 len 0 0 0 Jun 19 16:32:19 :: FISH: ÇŕżîŔÇ ąÝÁö vnum 70049 prob 25 25 200 100 len 0 0 0 Jun 19 16:32:19 :: FISH: Ľ±żŐŔÇ ÁőÇĄ vnum 70050 prob 25 25 200 100 len 0 0 0 Jun 19 16:32:19 :: FISH: Ľ±żŐŔÇ Ŕĺ°© vnum 70051 prob 25 25 200 100 len 0 0 0 Jun 19 16:32:19 :: FISH: ±Ýµ˘ľî¸® vnum 80008 prob 25 25 100 100 len 0 0 0 Jun 19 16:32:19 :: FISH: Ŕşż­Ľč vnum 50009 prob 0 0 150 100 len 0 0 0 Jun 19 16:32:19 :: FISH: ±Ýż­Ľč vnum 50008 prob 0 0 100 50 len 0 0 0 Jun 19 16:32:19 :: FISH: prob table 0 9950 Jun 19 16:32:19 :: FISH: prob table 1 10100 Jun 19 16:32:19 :: FISH: prob table 2 10400 Jun 19 16:32:19 :: FISH: prob table 3 10200 Jun 19 16:32:19 :: Cube_Init locale/singapore/cube.txt Jun 19 16:32:19 :: Blend_Item_init locale/singapore/blend.txt Jun 19 16:36:12 :: SYSTEM: new connection from [25.123.234.124] fd: 16 handshake 2469556505 output input_len 0, ptr 0x28d6dc00 Jun 19 16:36:12 :: Handshake: client_time 0 server_time 232784 Jun 19 16:36:15 :: AUTH_PHASE 0x28d6dc00 Jun 19 16:36:15 :: InputAuth::Login : admin(5) desc 0x28d6dc00 Jun 19 16:36:15 :: SetLoginKey 2108916967 Jun 19 16:36:15 :: InputAuth::Login : key 2108916967:0x46a5a8c9 login admin Jun 19 16:36:15 :: QID_AUTH_LOGIN: START 2108916967 0x28d6dc00 Jun 19 16:36:15 :: WRONGPWD Jun 19 16:36:19 :: SYSTEM: new connection from [25.123.234.124] fd: 17 handshake 3188445561 output input_len 0, ptr 0x28d6e000 Jun 19 16:36:19 :: SYSTEM: closing socket. DESC #16 Jun 19 16:36:19 :: Handshake: lower than zero -22 Jun 19 16:36:19 :: Handshake: lower than zero -32 Jun 19 16:36:20 :: Handshake: lower than zero -16 Jun 19 16:36:20 :: Handshake: lower than zero -4 Jun 19 16:36:20 :: Handshake: client_time 0 server_time 240291 Jun 19 16:36:20 :: AUTH_PHASE 0x28d6e000 Jun 19 16:36:20 :: InputAuth::Login : admin(5) desc 0x28d6e000 Jun 19 16:36:20 :: SetLoginKey 2102052721 Jun 19 16:36:20 :: InputAuth::Login : key 2102052721:0x42ec878f login admin Jun 19 16:36:20 :: QID_AUTH_LOGIN: START 2102052721 0x28d6e000 Jun 19 16:36:22 :: SetRemainSecs admin 0 type 2 Jun 19 16:36:23 :: SendAuthLogin admin key 1 Jun 19 16:36:23 :: AuthLogin result 1 key 2102052721 Jun 19 16:36:23 :: SYSTEM: closing socket. DESC #17
  10. hi i just installed the 34083 sf and replaced db & game to vanilla. I fixed most problems everybody have and when i start my server and try to login im getting this: When i enter bad PASSWORD/Login "You entered wrong password or login" When i enter good password/login: "Error with connecting to server" Whats wrong? Auth syslog Jun 19 13:33:06 :: SYSTEM: new connection from [25.123.234.124] fd: 16 handshake 3889501811 output input_len 0, ptr 0x28d6dc00 Jun 19 13:33:06 :: Handshake: client_time 0 server_time 234887 Jun 19 13:33:07 :: AUTH_PHASE 0x28d6dc00 Jun 19 13:33:07 :: InputAuth::Login : admin(5) desc 0x28d6dc00 Jun 19 13:33:07 :: SetLoginKey 1134444518 Jun 19 13:33:07 :: InputAuth::Login : key 1134444518:0x12b0401a login admin Jun 19 13:33:07 :: QID_AUTH_LOGIN: START 1134444518 0x28d6dc00 Jun 19 13:33:07 :: SetRemainSecs admin 0 type 2 Jun 19 13:33:07 :: SendAuthLogin admin key 1 Jun 19 13:33:07 :: AuthLogin result 1 key 1134444518 Jun 19 13:33:07 :: SYSTEM: closing socket. DESC #16 db syslog SYSERR: Jun 19 13:29:09 :: pid_init: Start of pid: 4185 SYSERR: Jun 19 13:29:09 :: Start: TABLE_POSTFIX not configured use default SYSERR: Jun 19 13:29:10 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.iptocountry' doesn't exist query: SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry SYSERR: Jun 19 13:29:10 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry) SYSERR: Jun 19 13:29:12 :: __GetAdminInfo: __GetAdminInfo() ==> DirectQuery failed(SELECT mID,mAccount,mName,mContactIP,mServerIP,mAuthority FROM gmlist WHERE mServerIP='ALL' or mServerIP='25.123.234.100') SYSERR: Jun 19 13:29:13 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:29:18 :: __GetAdminInfo: __GetAdminInfo() ==> DirectQuery failed(SELECT mID,mAccount,mName,mContactIP,mServerIP,mAuthority FROM gmlist WHERE mServerIP='ALL' or mServerIP='25.123.234.100') SYSERR: Jun 19 13:29:19 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:29:24 :: __GetAdminInfo: __GetAdminInfo() ==> DirectQuery failed(SELECT mID,mAccount,mName,mContactIP,mServerIP,mAuthority FROM gmlist WHERE mServerIP='ALL' or mServerIP='25.123.234.100') SYSERR: Jun 19 13:29:25 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:29:30 :: __GetAdminInfo: __GetAdminInfo() ==> DirectQuery failed(SELECT mID,mAccount,mName,mContactIP,mServerIP,mAuthority FROM gmlist WHERE mServerIP='ALL' or mServerIP='25.123.234.100') SYSERR: Jun 19 13:29:31 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:29:36 :: __GetAdminInfo: __GetAdminInfo() ==> DirectQuery failed(SELECT mID,mAccount,mName,mContactIP,mServerIP,mAuthority FROM gmlist WHERE mServerIP='ALL' or mServerIP='25.123.234.100') SYSERR: Jun 19 13:29:37 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:29:42 :: __GetAdminInfo: __GetAdminInfo() ==> DirectQuery failed(SELECT mID,mAccount,mName,mContactIP,mServerIP,mAuthority FROM gmlist WHERE mServerIP='ALL' or mServerIP='25.123.234.100') SYSERR: Jun 19 13:29:44 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:29:49 :: __GetAdminInfo: __GetAdminInfo() ==> DirectQuery failed(SELECT mID,mAccount,mName,mContactIP,mServerIP,mAuthority FROM gmlist WHERE mServerIP='ALL' or mServerIP='25.123.234.100') SYSERR: Jun 19 13:29:50 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:29:55 :: __GetAdminInfo: __GetAdminInfo() ==> DirectQuery failed(SELECT mID,mAccount,mName,mContactIP,mServerIP,mAuthority FROM gmlist WHERE mServerIP='ALL' or mServerIP='25.123.234.100') SYSERR: Jun 19 13:29:56 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:01 :: __GetAdminInfo: __GetAdminInfo() ==> DirectQuery failed(SELECT mID,mAccount,mName,mContactIP,mServerIP,mAuthority FROM gmlist WHERE mServerIP='ALL' or mServerIP='25.123.234.100') SYSERR: Jun 19 13:30:02 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:08 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:14 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:21 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:27 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:33 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:39 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:46 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:52 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:30:58 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:31:04 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:31:11 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:31:17 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:31:23 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:31:29 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:31:35 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:31:41 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:31:48 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:31:54 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:00 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:07 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:13 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:20 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:26 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:32 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:39 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:45 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:51 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:32:57 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:33:04 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:33:10 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:33:17 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:33:23 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:33:30 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:33:37 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:33:43 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:33:49 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:33:55 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:02 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:08 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:14 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:20 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:27 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:33 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:39 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:45 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:52 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:34:58 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:35:04 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:35:10 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Jun 19 13:35:16 :: Process: FDWATCH: peer null in event: ident 21 auth autorun PUBLIC_IP: 25.123.234.100 interface em0 ~~~> VANILLA project rev54250 <~~~ HOSTNAME: Auth01 AsyncSQL: connected to 127.0.0.1 (reconnect 1) CommonSQL connected Setting Locale "singapore" (Path: locale/singapore) Setting DB to locale latin1 AsyncSQL: connected to 127.0.0.1 (reconnect 1) PlayerSQL connected LogSQL connected 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 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 AUTH_SERVER: I am the master ----------------------------------------------- TEST_SERVER ----------------------------------------------- MasterAuth 28 Can any1 help me?
  11. As Rapils said, i'd be best to have English / Polish.
  12. Man, i got a question. Where do i find the original TABLE item_proto? Is it there? Cuz i want to use mysql instead of this fukkin txt. Thanks!
  13. What client is able to handle everything what provides the Vanilla Core? I would try the Metin2.pl official GF client but i heard the root is unextractable so... Any other clients that will work with it?
×
×
  • 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.