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)

(づ。◕‿‿◕。)
Loyal Member
Joined
Jun 23, 2014
Messages
1,853
Reaction score
422
Oh, strange, CtlCode 8 makes GM as well, haha. I'll try 32, thanks man.
ye i tried that ctlcode once too but im not sure what that message is for, but the 32 works without problems



btw anyone knows how to fix the error for new items?, you can use them but you cant store them and the model in the inventory cant be seen

-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jun 19, 2015
Messages
17
Reaction score
18
ye i tried that ctlcode once too but im not sure what that message is for, but the 32 works without problems



btw anyone knows how to fix the error for new items?, you can use them but you cant store them and the model in the inventory cant be seen

-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
you need edit ItemTRSData.bmd for display model
 
Newbie Spellweaver
Joined
Jul 3, 2015
Messages
34
Reaction score
3
hello its my 1st post. i used file released by fallen and test it in a live server. the excellent dropping rate was too high and the stats requirements from the items is mismatch from the client. somebody got more fix repack.
 
(づ。◕‿‿◕。)
Loyal Member
Joined
Jun 23, 2014
Messages
1,853
Reaction score
422
View attachment 152498

hmmm the itemcode where you take it out?
dont use the zfilemanager from fallenfate repack, compile the one with the sources.

item.bmd -> select category-> create and fill the info



hello its my 1st post. i used file released by fallen and test it in a live server. the excellent dropping rate was too high and the stats requirements from the items is mismatch from the client. somebody got more fix repack.
just edit the excellent frop in commonserver.cfg, and edit the item.bmd to match the server side



you need edit ItemTRSData.bmd for display model
what should i add in item code?
 
Experienced Elementalist
Joined
Jan 15, 2014
Messages
212
Reaction score
82
any 1 know how to access database from server?

case Command::BanUser: //Need DB request for set new ctrlcode
{
MsgOutput(lpUser->m_Index, "Command temporarily not working");
return;
/*LPSTR UserName = this->GetTokenString();
// ----
if( UserName == 0 )
{
MsgOutput(lpUser->m_Index, "Syntax error in command");
return;
}
// ----
LPOBJ lpTarget = this->GetUserInfo(lpUser, UserName);
// ----
if( !lpTarget )
{
return;
}
// ----
lpTarget->Authority = 1;*/
}
 
Newbie Spellweaver
Joined
Mar 26, 2011
Messages
44
Reaction score
7
normal full client stable main + starter
 
Experienced Elementalist
Joined
Jan 15, 2014
Messages
212
Reaction score
82
Lol for some reason the rf set already has a cool effect on this main :)


qEgPggU - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

nNS5ytx - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums




p/s: Looking for RF new weapon ...
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 2, 2005
Messages
33
Reaction score
0
Which may be the problem MU AMERICA - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 15, 2013
Messages
51
Reaction score
13
Somone asked black bgcolour GS, so its been late but i just got home. Here u Go

i marked to changes also u can go and play with RGP colors at linked below web.
www.tayloredmktg.com/rgb/
 
Last edited:
Experienced Elementalist
Joined
Jan 15, 2014
Messages
212
Reaction score
82
Any 1 know how to make MG RF DL move map requirements as same level as others?
 
Junior Spellweaver
Joined
Jul 13, 2012
Messages
103
Reaction score
13
Lol for some reason the rf set already has a cool effect on this main :)


qEgPggU - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

nNS5ytx - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums




p/s: Looking for RF new weapon ...

How to add new items?
 

Attachments

You must be registered for see attachments list
Back
Top