[info]: GM 'admin' logged in. (AID/CID: '2000000/150001', Packet Ver: '26', IP:
'175.143.164.237', GM Level '99').
[info]: GM Character 'admin' logged off.
this one for map server, and others seems fine.
Which client and data folder(lub) are stable and good to use ? can someone give me the downloadable link for that ? am using the http://3ceam.googlecode.com/svn/trunk/ for my setting. really appreciate it. thanks.
well, all seems to be correct, when i try at my own pc with localhost, all run with no error. but, after i change to dedicated ip and run it in dedicated server, that error appear.
ah, i see. okay then, thank you.
[info]: Attempt to connect to login-server...
[status]: Connecting to serverip:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
i try to run to dedicated server, but this error appear. can someone help me with this error ?
YOURE mmo.h
you must set define packetver into your clients date which is 2011-03-15
#definepacketver 20110315
then packet_db_ver: default
then copy luafile514 in to the data folder and make a new grf
how about that chatbox ? why all the text seems not to be appear ?
http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/ < how about this one ? for lua files.
http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/ < this one for client.
which one would i choose ?
still the same.
here is my setting
packet_db.txt
// Main packet version of the DB to use (default = max available version)
// Client detection is faster when all clients use this version.
// Version 23 is the latest Sakexe (above versions are for Renewal clients)
//packet_db_ver: 26
packet_db_ver: default
mmo.h
#ifndef PACKETVER
//#define PACKETVER 20120618
#define PACKETVER 20120410
#endif
// backward compatible PACKETVER 8 and 9
#if PACKETVER == 8
#undef PACKETVER
#define PACKETVER 20070521
#endif
#if PACKETVER == 9
#undef PACKETVER
#define PACKETVER 20071106
#endif
clif.h
// packet DB
#define MAX_PACKET_DB 0x980
#define MAX_PACKET_VER 26
#define MAX_PACKET_POS 20