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!

[Release] zTeam Season 8 Episode 2 (Source)

Skilled Illusionist
Joined
Jul 13, 2012
Messages
334
Reaction score
7
If you guys can't use /move crywolf
add this in your Movelist.xml
Code:
    <move id="66" money="15000" level="200" gate="114">Crywolf</move>



GuildWar Score doesn't count if you win..


guild war score its counted if you win :)
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 
Skilled Illusionist
Joined
Jul 13, 2012
Messages
334
Reaction score
7
thanks a lot :)
I use DbManager and MuMaker for Editing..

Here :


thanks bro
 
Last edited:
Joined
Jun 16, 2013
Messages
1,109
Reaction score
179
try execute db scripts in Database folder

I'm trying but there's an error.
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

I tried Njud GS but it's thesame.
I think this might be the solution?

Edit :

I fixed it.
Here's how:
Tables->Guild->
Right Click on Guild -> Design
-> Click on G_Score Column
-> Go down you'll see Default Value set it to 0
after that run this code in query
Code:
UPDATE Guild SET G_Score = 0 WHERE G_Score < 0;
 
Last edited:
Newbie Spellweaver
Joined
Aug 30, 2014
Messages
86
Reaction score
9
How to fix these errors?

Code:
2    IntelliSense: cannot open source file "afx.h"
1    error C1083: Cannot open include file: 'afx.h': No such file or directory

-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 
Skilled Illusionist
Joined
Jul 13, 2012
Messages
334
Reaction score
7
I'm trying but there's an error.
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

I tried Njud GS but it's thesame.
I think this might be the solution?

Edit :

I fixed it.
Here's how:
Tables->Guild->
Right Click on Guild -> Design
-> Click on G_Score Column
-> Go down you'll see Default Value set it to 0
after that run this code in query
Code:
UPDATE Guild SET G_Score = 0 WHERE G_Score < 0;

awh mine is fixed.



maybe tried that db query
 
Banned
Banned
Joined
Jan 9, 2008
Messages
236
Reaction score
57
1 cryptlib.lib cryptlib.obj: find compile the MSIL. Netmodule or use / GL module; is used / ltcg restart link; / ltcg added to link the command line to improve the link performance
1>LINK: LNK4075: warning ignores "/INCREMENTAL" (due to "/LTCG")
1>cryptlib.lib (cryptlib.obj): LNK2001: error void public: std: __cdecl: static: _String_base:: _Xlen (void) (_Xlen@_String_base@std@@SAXXZ)
1>cryptlib.lib (cryptlib.obj): LNK2001: error void public: std: __cdecl: static: _String_base:: _Xran (void) (_Xran@_String_base@std@@SAXXZ)
And Settings\Administrator\ fatal desktop \ZTSeason8\GameServer\Debug\zGameServer.exe: error LNK1120: 1>C:\Documents 2 can not resolve external commands
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
help build source
1>lua5.1.lib(lapi.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
1> cryptlib.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>lua5.1.lib(lapi.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
 
Newbie Spellweaver
Joined
Jun 7, 2015
Messages
29
Reaction score
13
I've detected a possible bug.. Player's can use Jewel Of Harmony in socket items. If you use your jewel will disappear and obviously the item won't get the harmony reinforcement.

I'm having problems to enable in-game commands. I can't use any commands (/Post, /move, gm commands, etc...) when i try to use i receive the msg: 'Your premium access code is wrong for this command'. Can someone pls tell me how i make to enable them? I haven't change anything in the config files.

Thx.
 
Last edited:
Joined
Jun 16, 2013
Messages
1,109
Reaction score
179
I've detected a possible bug.. Player's can use Jewel Of Harmony in socket items. If you use your jewel will disappear and obviously the item won't get the harmony reinforcement.

I'm having problems to enable in-game commands. I can't use any commands (/Post, /move, gm commands, etc...) when i try to use i receive the msg: 'Your premium access code is wrong for this command'. Can someone pls tell me how i make to enable them? I haven't change anything in the config files.

Thx.

actually it is..
but it's like putting a "Jewel of Nothing" into socketed items..
You can still put it in your store and sell it.
Even if try to restore the item it won't work..

Unlike the ancient items.
Adding Harmony won't show the result.
You can't put it in your store.
You can't trade it.
and of course you can restore the item.
 
Back
Top