GameServer 1.00.90 & DataServer 0.70.05 Source full
Full GameServer 1.00.90 & DataServer 0.70.05 decompilation source code...
DataServer: Download Dataserver.rar from Sendspace.com - send big files the easy way
GameServer: Download GameServer.rar from Sendspace.com - send big files the easy way
Credits: MSC Team, WebZen
Quote:
Originally Posted by
SmallHabit
Copy - DbgHelp.h & DbgHelp.lib into GameServer(one with .cpp files) folder
also you will need to compile GGSvr in order to make GGSvr.lib to compile GS ;)
Compiler: VS6
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
Copy - DbgHelp.h & DbgHelp.lib into GameServer(one with .cpp files) folder
also you will need to compile GGSvr in order to make GGSvr.lib to compile GS ;)
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
someone could convert to VS 2005 - 2012?
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
Please keep the thread strictly for development information and if you don't know how to use them then this thread is not for you.
I will edit the first post with more info about compilation to prevent further questions.
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
Quote:
Originally Posted by
MemBrick
someone could convert to VS 2005 - 2012?
dont be lazy do it your self, there only old c++ style errors, like
for (x =0...){...} to fix it just add int x = 0;
and some variable conversion errors like sqrt(x) to fix it just add sqrt((double)x)
and some other things, overall its easy same as take a dump...
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
If you compile with vs 2010 or other we you will have a bug in IOCP
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
I converted all functions necessary to compile in VS 10 did not change any code!
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
This GS is full: Season4.5 or maybe: Season4.6? I can see: GamblingSystem.cpp -> Moss Merchant of S4.6 xD
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
Quote:
Originally Posted by
mauro07
This GS is full: Season4.5 or maybe: Season4.6? I can see: GamblingSystem.cpp -> Moss Merchant of S4.6 xD
within the gameserver (1.00.90) existed the GamblingSystem.cpp
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
Quote:
Originally Posted by
mauro07
This GS is full: Season4.5 or maybe: Season4.6? I can see: GamblingSystem.cpp -> Moss Merchant of S4.6 xD
Default WebZen GS1.00.90 have module GamblingSystem but not full. Full ss4.6 is full GamblingSystem and support NPC MOSS, NPC Titus ( duel), and new pet, ring panda.
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
someone has the original data folder?
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
No its 4.5 full, wz start code for 4.6 , so gambling system not finished have xD
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
fix of zzzitem.cpp :
(VC++ 2012)
int Level = sqrt((double)(m_Level));
Re: GameServer 1.00.90 & DataServer 0.70.05 Source full
hello I would like to know
where in the protocol of gameserver put this function?
Protocol 0xF1
aRecv[1] -= 0x0A;
aLen = aRecv[1];
for(int i = 24; i<50; i++)
aRecv[i] = aRecv[i+10];