loveomg, just use google translate, I bet korean and chinese aren't that far like english and chinese. I was unlucky when searching the client, but I will help you fix the dMap files issue. please try to run your msn.
Everything I works will share with u
But, after working complete all these servers.. you have to walk your way
Also I have some plan to operate my server^^
Ah... Forcer and everyone, could u help me something?
I can't login to AcountServer
MD5, password(), old_password... every function useless
Please make some solution about this prablem
This is the chacter size of ID, PW
// max size define
const int _MAX_MSGSIZE =1024;
const int _MAX_ACCOUNTSIZE =16; <-- Char(16)
const int _MAX_NAMESIZE =16; <-- Char(16)
const int _MAX_PSWSIZE =16; <-- Char(16)
const int _MAX_WORDSSIZE =256;
const int _MAX_EMOTIONSIZE =16;
const int _MAX_IPSIZE =16;
Everything I works will share with u
But, after working complete all these servers.. you have to walk your way
Also I have some plan to operate my server^^
Ah... Forcer and everyone, could u help me something?
I can't login to AcountServer
MD5, password(), old_password... every function useless
Please make some solution about this prablem
This is the chacter size of ID, PW
// max size define
const int _MAX_MSGSIZE =1024;
const int _MAX_ACCOUNTSIZE =16; <-- Char(16)
const int _MAX_NAMESIZE =16; <-- Char(16)
const int _MAX_PSWSIZE =16; <-- Char(16)
const int _MAX_WORDSSIZE =256;
const int _MAX_EMOTIONSIZE =16;
const int _MAX_IPSIZE =16;
what exactly is ur prob???and btw i wanna join ur team if u start a server....
It says "琅뵀츰샀왯즈댄" or "鑒앴욋댄轎" or "륩蛟포챈헝빅"
I think it cause from Password incorrect
So I want to know which password should be saved in account DB
MD5 or password() or old_password() or any other???
Please test varius password as you can
then let me know the correct password usage
In LoginThread.cpp these codes are...
RefuseLogin(nIndex, cMsg.m_pInfo->szAccount, c_errPassword, "琅뵀츰샀왯즈댄");
RefuseLogin(nIndex, cMsg.m_pInfo->szAccount, c_errUnknown, "鑒앴욋댄轎");
RefuseLogin(nIndex, cMsg.m_pInfo->szAccount, c_errServerBusy, "륩蛟포챈헝빅");
for old source, I think built-in mysql function is used:
Code:
SELECT id,name,type,point,pointtime,online,licence,netbar_ip,ip_mask FROM account as t1 left join %s as t2 on t2.account_id = t1.id WHERE name = '%s' AND password = PASSWORD('%s')
Well loveomg, here is two simple querys to insert 2 types of accounts for the old account server[Non-Md5(like CO].
Quote:
insert into account (name,password,reg_date) values ('test','test',now());
#This will make you the account
#username: test
#password: test
and for the new one [Md5] with user test pass test try the two and they should work.
Quote:
insert into account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
#This will make you the account
#username: test
#password: test
for spy520 and rexes13 please if you have anything usefull to say do it other wise please don't post now.
you gotta use mysql 4.0 exactly 4.0 not more if you are looking for it just download it it comes with wamp ^^.
Well loveomg, here is two simple querys to insert 2 types of accounts for the old account server[Non-Md5(like CO].
I have covered this with my previous post already.
Also, there is no plaintext password used in any EO Account Server.
Account server that we use in present does use MD5 with salt (example in my previous post)
Old account server that we have source codes of, is using MySQL PASSWORD() hashing function that returns 16 character hash.
Loveomg, if you read this, please really contact me on msn or any other communication method that you prefer, it's really important to cooperate in this case.
didn't notice ypur post beside i gave simpler querys .
well on co there is i just say to him to try no more.
he already mentioned his msn i will add him is he offline all the time?
didn't notice ypur post beside i gave simpler querys .
well on co there is i just say to him to try no more.
he already mentioned his msn i will add him is he offline all the time?
I think u live in USA or Latin America
Your time zone is 12hours differ from mine
And for I'm a graduate school student, I have little time for loging MSN
Ya.. I have tested so many things for liging to the server without error
So now I'm neer to the olution
Most of the server sources are analized
Sooner or later I can solve thi problem
Please wait some days..
Finishing thi work, I'll upload it here with some explanations
No need to sorry, take your time, it is for sure important for future development, but it's not more important that your study. Weekend is comming shortly, I believe that you will have more time for this. To be honest, I'm not so good in c++ like you, getting the experience you have in short time is impossible, so I just need to wait
BTW I live in Europe, so my time zone is GMT+1
I think u live in USA or Latin America
Your time zone is 12hours differ from mine
And for I'm a graduate school student, I have little time for loging MSN
Ya.. I have tested so many things for liging to the server without error
So now I'm neer to the olution
Most of the server sources are analized
Sooner or later I can solve thi problem
Please wait some days..
Finishing thi work, I'll upload it here with some explanations
[GREAT RELEASE]PyroCo 3.0 Source w/ Client Edits!!! 11/24/2010 - CO2 PServer Guides & Releases - 20 Replies I'm officially releasing the source I worked on for fun since TQ
pissed me off (again). This specific source has never been used for a public
server and it's the absolute best for ENGLISH people who dont
want to waste 10 hours fixing bad grammar in the sources. I've
modified almost all shops to sell things that actually make sence.
Changed almost every NPC dialog, fixed NPCs that didnt work,
added 30+ new NPCs (only about 7-8 made by me). There's alot
to see!! The source runs fine, no...
[RELEASE] Client Source (Pseudocode) 07/14/2010 - Metin2 PServer Guides & Strategies - 22 Replies Hello,
Same as in my Old Thread with the Game Source here i give you the Client Source it's pure Pseudocode and like the Game Source not compile able.
The Function names aren't good because of my IDA settings.
But i think you can still use it.
It's attached in this Thread.
V5095 Client For The New Source Release! 06/14/2009 - CO2 PServer Guides & Releases - 11 Replies Here is a co client patched to 5095
Lots of thanks to high6's 5089 decrypted server.dat & exe
Just Need to Edit THe server.dat to your ip etc.
Note: Run Conquer.exe Not Play.exe
[Release] Eo Source Codes [Maybe New] 04/29/2009 - EO PServer Guides & Releases - 6 Replies I have found those source codes on net idk if they are newer or more worse or the same as Forcer's one or no
----Download Links----
New EO Source.rar
Regards
Spy520