Hallo
ich hab bei meinem test server versucht einzuloggen und der char connectet nicht zur world ich hab die cleane source genommen und nix garan geändert nur den Profiler ausgeschalten über das define
buffer.h
#define HEADERMARK '^' // Normal message header
#define SYSHEADERMARK '%' // System message header
connections.ini von Toms Antihack
[connection]
; The IP of the server, which is running the cache server
server_ip="localhost"
; The port the cache server is using (CacheServer.ini), may not be same as client_port
server_port=5400
; The port the client connects to
client_port=5401
; Maximum connections per IP (0 = infinite connections allowed)
max_ip_connections=3
; Maximum amount of connection attempts of a specific IP per minute (0 = infinite)
ip_connections_per_minute=5
; The leading byte of all packets. Edit it here if you did so in the FlyFF server. Else LEAVE IT at 0x5e.
leading_byte=0x5e
; Do not change if you don't know, what you do!
max_recv=70000
max_recv_space=10000
Stringtable der Neuz
IDS_SERVER_IP "127.0.0.1"
IDS_LANG "1"
IDS_SUBLANG "0"
IDS_ENCRYPTPWD "1"
IDS_FAKEFULLMODE "1"
IDS_MSGVER "20070712"
IDS_CACHE_PORT "5401"
IDS_SHOUTLIMIT_SECOND "5000"
IDS_SHOUTLIMIT_COUNT "5"
IDS_CODEPAGE "1252"
IDS_2ND_PASSWORD "0"
CacheServer.ini
Core "127.0.0.1"
Port "5400"
AccountServer.ini
TEST
AddTail( -1, 1, "TestServer", "127.0.0.1", 0, 1, 0 );
AddTail( 1, 1, "Channel 1-1", "127.0.0.1", 1, 1, 1200 );
DSN_NAME_LOGIN "login"
DB_ADMIN_ID_LOGIN "sa"
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "sa"
MSG_VER "20070712"
SKIP_TRACKING
//NOT_RELOADPRO
//NOLOG
// 6
DB_PWD_LOGIN ""
DB_PWD_LOG ""
LoginServer.ini
DB "127.0.0.1"
Core "127.0.0.1"
// CACHE
AddCache( "127.0.0.1" );
MSG_VER "20070712"
error.txt
2011/ 9/ 4 21:43:32 CEnvironment::LoadScript - Script Load Failed
2011/ 9/ 4 21:43:32 OP: 274605641, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
eh.txt
2011/ 9/ 4 21:43:32
CWorld::AddObj world id:202 x:1343.000000 y:94.000000 z:1215.000000
2011/ 9/ 4 21:43:32
CWorld::AddObj world id:202 x:1288.000000 y:98.000000 z:1356.000000
2011/ 9/ 4 21:43:33
CWorld::AddObj world id:1 x:4496.000000 y:60.000000 z:3846.000000
2011/ 9/ 4 21:43:33
CWorld::AddObj world id:1 x:4080.000000 y:30.000000 z:3711.000000
2011/ 9/ 4 21:43:33
CWorld::AddObj world id:1 x:3512.000000 y:117.000000 z:2190.000000
2011/ 9/ 4 21:43:33
CWorld::AddObj world id:203 x:601.000000 y:89.000000 z:1509.000000
2011/ 9/ 4 21:43:40
CWorld::AddObj world id:1 x:6971.983887 y:100.000000 z:3336.884033
network.log ( Im Client )
Sun Sep 04 21:43:37 2011
0 - CERT_CONNECTED
Sun Sep 04 21:43:37 2011
2 - CERT_SRVR_LIST
Sun Sep 04 21:43:37 2011
4 - LOGIN_CONNECTED
Sun Sep 04 21:43:37 2011
8 - LOGIN_CACHE_ADDR
Sun Sep 04 21:43:37 2011
15 - CERT_DISCONNECT
network error:64
Sun Sep 04 21:43:38 2011
6 - LOGIN_PLAYER_LIST
Sun Sep 04 21:43:38 2011
9 - CACHE_CONNECTED
Sun Sep 04 21:43:40 2011
11 - LOGIN_REQ_PREJOIN
Sun Sep 04 21:43:40 2011
12 - LOGIN_ACK_PREJOIN
Hat vll einer ne Idee?