Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

zTeam Sources Last

Newbie Spellweaver
Joined
Jan 11, 2013
Messages
38
Reaction score
83
zTeam Season 6.3 (1.0.0.99 Last One)
Gift from China, zTeam Season 6.3 Last Sources :D

Pass:
Big thanks to vzkj.com

Also if this post will get 200 likes, I will upload zClient and other poop.
Good luck to all zTeam client with backdoors.
 
Last edited by a moderator:
Newbie Spellweaver
Joined
May 29, 2012
Messages
58
Reaction score
104
Wortex,
Search for
Code:
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)

And add
CreateDirectory("Log", NULL);

before
LoadString(hInstance, IDS_APP_TITLE, szTitle, 100);
 
Experienced Elementalist
Joined
Nov 26, 2008
Messages
253
Reaction score
67
Here's the latest package of zTeam (05_02_2014) - GameServer isn't cracked.
Database should be included if I recall correctly.

 
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
Dankend - zTeam Sources Last - RaGEZONE Forums


connected with original zTeam client :cool:
 
Joined
Jun 27, 2010
Messages
940
Reaction score
1,195
ashlay What source changes have you made to get this to work?

//#define LICENSE
//#define VMPROTECT
// ------------------------------------------------------------------------------

#define __CUSTOMS__ 1
// ------------------------------------------------------------------------------

#define __ROOT__ 1
//#define __BEREZNUK__ 2
//#define __MIX__ 4
//#define __WHITE__ 6
//#define __LEGEND__ 7
//#define __ESSIN__ 8
//#define __REEDLAN__ 9
//#define __MUANGEL__ 10
//#define __MEGAMU__ 14
//#define __ALIEN__ 16
//#define __VIRNET__ 19
 
Experienced Elementalist
Joined
Nov 26, 2008
Messages
253
Reaction score
67
//#define LICENSE
//#define VMPROTECT
// ------------------------------------------------------------------------------

#define __CUSTOMS__ 1
// ------------------------------------------------------------------------------

#define __ROOT__ 1
//#define __BEREZNUK__ 2
//#define __MIX__ 4
//#define __WHITE__ 6
//#define __LEGEND__ 7
//#define __ESSIN__ 8
//#define __REEDLAN__ 9
//#define __MUANGEL__ 10
//#define __MEGAMU__ 14
//#define __ALIEN__ 16
//#define __VIRNET__ 19

Made the same changes but my gameserver crashes for no apparent reason.
Anyhow, how did you create an account?
 
Experienced Elementalist
Joined
Nov 26, 2008
Messages
253
Reaction score
67
Execute this on dbo.Character:
Code:
ALTER TABLE dbo.Character ADD
    OffExp int NULL
GO

It hangs on character enter because it lacks OffExp column.
Query above fixes that problem.
 
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
Execute this on dbo.Character:
Code:
ALTER TABLE dbo.Character ADD
    OffExp int NULL
GO

It hangs on character enter because it lacks OffExp column.
Query above fixes that problem.
this was missing thx, but still the same after select char , same error, i know its database problem but i dont have sql 2008 so i can build you people right db for sql 2000 ;[
 
Newbie Spellweaver
Joined
Jan 11, 2013
Messages
38
Reaction score
83
GrandResets and OffExp need create int 4 not null
 
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
your sql code has 1 mistake, but i fix it about the Exdb when i finish it i will update my release

Result with the fix:

Dankend - zTeam Sources Last - RaGEZONE Forums

Dankend - zTeam Sources Last - RaGEZONE Forums
 
Back
Top