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 6 EP3 + Source

Newbie Spellweaver
Joined
Jan 23, 2011
Messages
23
Reaction score
6
Please Upload last client and server/source files. Thanks
 
Banned
Banned
Joined
Feb 8, 2015
Messages
108
Reaction score
19
Changet but still fail..
[GameServerInfo]
ServerName = zTeam-0
ServerCode = 0
ConnectMemberLoad = 0
ConnectMemberUpdate = 1
IsVipUpdate = 1
ConnectMemberFileLocation = "..\\VipSystem\\ConnectMember.txt"
ChangeCharacterName = 0
NonPk = 0
PkLimitFree = 1
NewServer = 1
EventOff = 0
MinUserReset = 0
MaxUserReset = 1000
FreeServer = 1


[Connection]
ServerPort = 55901
UpdatePort = 60006
JoinServerIP = 127.0.0.1
JoinServerPort = 55970
DataServer1IP = 127.0.0.1
DataServer1Port = 55960
DataServer2IP = 127.0.0.1
DataServer2Port = 55962
ExDBServerIP = 127.0.0.1
ExDBServerPort = 55906
RankingServerIP = 127.0.0.1
RankingServerPort = 44455
EventServerIP = 127.0.0.1
EventServerPort = 44456
 
Newbie Spellweaver
Joined
Jun 11, 2012
Messages
32
Reaction score
0
IFlow, you dataserver is does not config, please post file config and check firewall ports
 
Skilled Illusionist
Joined
Dec 9, 2009
Messages
373
Reaction score
42
i rewrite fully, because for me needed all configurable skill and etc. I can add auto buff and etc for wcoin and and and and and... =/ and for it me not needed open source and add new function, only add id and colddown time for buffs and etc.
And ofc its flexible then zTeam coded =/

quskevel: Are you going to share this OffExp :) ?
 
Newbie Spellweaver
Joined
Jan 23, 2011
Messages
23
Reaction score
6
BUG---
Castle siege LOT enter problem, Guild members can not enter. ( can not find C++ to start learning )
Chat Server Has to fix Mutile databases etc Mailing doesnt work.
Summoner BUG, Weapon doesnt need to be fixed.
MG Weapon bug ( 2 AD options.. need just Wizardry )
DL pets doest show in NPC SHOp ( Client Side )
Power Slash Visual doesnt work.
Party member exit ( and party visual lost )
/setmoney /skin ! command fix for GMs Admins.
Need to fix HP increase Formula
Sometimes client reconnects when in spot.
 
Newbie Spellweaver
Joined
Sep 12, 2012
Messages
60
Reaction score
16
BUG---
Castle siege LOT enter problem, Guild members can not enter. ( can not find C++ to start learning )
Chat Server Has to fix Mutile databases etc Mailing doesnt work.

create the alliance to enter the lot
mail fix:
protocol.cpp
Find the function FriendMemoListReq(aIndex);
Also replace with FriendMemoListReq((FHP_FRIEND_MEMO_LIST *)aRecv, aIndex);

edsprotocol.cpp and .h
Find the void FriendMemoListReq(int aIndex)
Replace with void FriendMemoListReq(FHP_FRIEND_MEMO_LIST * lpMsg, int aIndex)

Th3AnG3L - [Release] zTeam Season 6 EP3 + Source - RaGEZONE Forums
 
Experienced Elementalist
Joined
Sep 20, 2012
Messages
288
Reaction score
74
create the alliance to enter the lot
mail fix:


Th3AnG3L - [Release] zTeam Season 6 EP3 + Source - RaGEZONE Forums

this is not the exact fix for the mail thing but you can always get the fix from my thread as well as many other fixes, almost bugless sources
have fun and dont re-invent the wheel, most of the "bugs" posted lately have been solved a year ago lol
 
Junior Spellweaver
Joined
Oct 8, 2014
Messages
126
Reaction score
6
create the alliance to enter the lot
mail fix:


Th3AnG3L - [Release] zTeam Season 6 EP3 + Source - RaGEZONE Forums

protocol.cpp
FriendMemoListReq(aIndex);
FriendMemoListReq((FHP_FRIEND_MEMO_LIST *)aRecv, aIndex);

edsprotocol.cpp and .h
void FriendMemoListReq(int aIndex)
void FriendMemoListReq(FHP_FRIEND_MEMO_LIST * lpMsg, int aIndex)
 
Last edited:
Back
Top