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] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar

Skilled Illusionist
Joined
Jul 13, 2012
Messages
334
Reaction score
7
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

where to find max user limit in source?
 
Newbie Spellweaver
Joined
Dec 2, 2016
Messages
6
Reaction score
0
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

Please indicate clearly your not found on source zclient
 
Newbie Spellweaver
Joined
Oct 26, 2016
Messages
11
Reaction score
2
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

How to edit ip TitanAddOn.dll ?

DaoVanTrong - [Release] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar - RaGEZONE Forums
 
Junior Spellweaver
Joined
Feb 10, 2014
Messages
179
Reaction score
9
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

where to find max user limit in source?
If I'm not mistaken:
GameMain.cpp
GetPrivateProfileString("GameServerInfo", "CreateCharacter", "1", szTemp, 5, ReadConfig.ConnDataFiles[0]); gCreateCharacter = atoi(szTemp);
gServerMaxUser = GetPrivateProfileInt("GameServerInfo","NumberOfMaxUser",500, ReadConfig.ConnDataFiles[0]);


if(gServerMaxUser >= 0 && gServerMaxUser <= OBJMAXUSER)
{
LogAddTD("[Option Reload] MaxUser Settings: %d", gServerMaxUser);
} else {
gServerMaxUser=OBJMAXUSER;
LogAddTD("[Option Reload] MaxUser Settings: %d", gServerMaxUser);
}


where to find max user limit in source?
Other.cpp
// ----
char ip[] = "123.123.123.123"; // IP
WriteMemory((LPVOID)0x00E611B2, ip, sizeof(ip));

char version[] = "22749"; // Version
WriteMemory((LPVOID)0x00E61F68, version, sizeof(version));

char serial[] = "k1Pk2jcET48mxL3b"; // Serial
WriteMemory((LPVOID)0x00E61F70, serial, sizeof(serial));
// ----
 
Junior Spellweaver
Joined
Feb 10, 2014
Messages
179
Reaction score
9
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

Guys how can I remove the inscription of the Battle Zone ?
DaoVanTrong - [Release] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar - RaGEZONE Forums
 
Skilled Illusionist
Joined
Jul 13, 2012
Messages
334
Reaction score
7
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

DaoVanTrong - [Release] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar - RaGEZONE Forums



how to fix this? i got error
im using vs 2015
 
Junior Spellweaver
Joined
Feb 10, 2014
Messages
179
Reaction score
9
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

Guys how can I remove the inscription of the Battle Zone ?
DaoVanTrong - [Release] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar - RaGEZONE Forums
All ! Understood found !

Share your files :8:
DaoVanTrong - [Release] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar - RaGEZONE Forums


Files do for yourself so do not judge strictly =)
 
Put Community First
Loyal Member
Joined
Oct 2, 2014
Messages
1,115
Reaction score
833
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

Anyone got a fix for how enemies attack from far away and no exp from kills?
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

How to edit ip TitanAddOn.dll ?

DaoVanTrong - [Release] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar - RaGEZONE Forums


HxD HexEditor



DaoVanTrong - [Release] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar - RaGEZONE Forums



how to fix this? i got error
im using vs 2015

Change Platform Toolset
-v100 : Choose/Install VS2010
-v120: Choose/Install VS2012/2013
-v140: Choose/Install VS2015


Anyone got a fix for how enemies attack from far away and no exp from kills?
Monter HP need >=100
 
Put Community First
Loyal Member
Joined
Oct 2, 2014
Messages
1,115
Reaction score
833
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

Monter HP need >=100

That fixed the exp issue, thanks, but monsters still attack from far away. For example, a goblin hit me without being right next to me. They also sometimes walk past me and teleport back to the place they were walking from. Any ideas on where that is adjusted? I remember this happening in some other files years ago.

@KarLi Unfortunately that seems all skill-related, but the issue is that mobs with even basic attacks are hitting me from a distance :(. Any ideas?
 
Last edited:
(づ。◕‿‿◕。)
Loyal Member
Joined
Jun 23, 2014
Messages
1,853
Reaction score
423
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

these files arent stable at all, way too bugged and new wings doesnt work correctly, they just merged zteam client side and tt server side without checking protocols and gobjmakepreviewcharset, i would recommend to use muemu source and migrate zteam client customs, tt sources are too unstable.
 
Newbie Spellweaver
Joined
Oct 26, 2016
Messages
11
Reaction score
2
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

You need some Items before Reset!! มึนตึบ
DaoVanTrong - [Release] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar - RaGEZONE Forums
 
Junior Spellweaver
Joined
Dec 6, 2015
Messages
157
Reaction score
11
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

Mrkanya83 somewhere inside the server files you can edit the reset requirements. I just forgot where it was.
 
Newbie Spellweaver
Joined
Jun 4, 2012
Messages
87
Reaction score
12
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

Where it increases the user in the gameserver in the sources
 
Junior Spellweaver
Joined
Feb 10, 2014
Messages
179
Reaction score
9
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

@fallenfate in skill.txt can fix it and change range? if u havent tried ofcourse.
@pravednik in main.exe with hex editor if u search can change name? or other' .bmd maybe like text.bmd etc can be there too.

Found already but thanks for the help !
 
Newbie Spellweaver
Joined
Jun 4, 2012
Messages
87
Reaction score
12
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

Where it increases the user in the gameserver in the sources?
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

Where it increases the user in the gameserver in the sources?

>>>>>
GetPrivateProfileString("GameServerInfo", "CreateCharacter", "1", szTemp, 5, ReadConfig.ConnDataFiles[0]); gCreateCharacter = atoi(szTemp);
gServerMaxUser = GetPrivateProfileInt("GameServerInfo","NumberOfMaxUser",500, ReadConfig.ConnDataFiles[0]);


if(gServerMaxUser >= 0 && gServerMaxUser <= OBJMAXUSER)
{
LogAddTD("[Option Reload] MaxUser Settings: %d", gServerMaxUser);
} else {
gServerMaxUser=OBJMAXUSER;
LogAddTD("[Option Reload] MaxUser Settings: %d", gServerMaxUser);
}
 
Newbie Spellweaver
Joined
Oct 26, 2016
Messages
11
Reaction score
2
Re: [Source] Season 6 EP 3 # SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, H

How to config NPC VIP Shop & Warper1? I don't want.

DaoVanTrong - [Release] Source S6 E3 SCFMT 12.0.0.1+ Custom Wings, Jewel, HONOR RANK TITLE, HPBar - RaGEZONE Forums
 
Back
Top