Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Wortex
Dude, I know. I mean what purpose will it serve you? I've seen people reselling gameservers with the same features but different colors. I won't help you if your intentions are the same.
I just want to customize only I can change the bgcolor of form but when data loads it backs to white background. I'm not selling
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Prototypex
Because I want to change in different color
skype with me i have sent you list needed items and try to change for you color.
SKype: arc.dd (United Kingdom)
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
aecrimch
Here files with bug's and Crash's!
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
BenQ
Here files with bug's and Crash's!
what bugs and what crashes?
Re: zTeam source + fixes STABLE
I'm sorry guys, great test files coming! I just attacked viruses Where to get the full client with all castum's and models of new wings and all the new things?
Once again I ask for false accusations!
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
ftewegw1
what bugs and what crashes?
Crash found today, on castle siege day (castle attack time) all member of guild (except GM, AGM, BM) who register on castle siege get crash client.
Re: zTeam source + fixes STABLE
How to fix Swell of Bk in party, If BK or BM Swell his party member got negative vitality or die
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Prototypex
How to fix Swell of Bk in party, If BK or BM Swell his party member got negative vitality or die
no such bug dude
quskevel can u explain more?
what exactly did u do
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
ftewegw1
no such bug dude
quskevel can u explain more?
what exactly did u do
ok, i tested it today bug not in server, bug not in client src, bug with missing items in client... i search it today
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
quskevel
ok, i tested it today bug not in server, bug not in client src, bug with missing items in client... i search it today
you have an online test server? i'd like to test my client too...
Re: zTeam source + fixes STABLE
Quote:
ok, i tested it today bug not in server, bug not in client src, bug with missing items in client... i search it today
I already test yesterday in my Server not crash GS only problem DL can't summon inside the castle
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
ftewegw1
no such bug dude
quskevel can u explain more?
what exactly did u do
can you give me your skype in pm? it faster way for found and fix it...
Re: zTeam source + fixes STABLE
Fixed all RF skill's, updated github, thank you ashlay for some code.
https://github.com/MuSeason6FixTeam/zTeamS6.3/
Re: zTeam source + fixes STABLE
Bro How can I make all party members not hitting each other during PVP, same like in engine their is config
[COMMON]
AllowPKPartyMembers = 0 //0-NoPK Party Members, 1-PK Party Members
Re: zTeam source + fixes STABLE
hi all ! what bugs have these sources? only castle siege?
https://github.com/MuSeason6FixTeam/zTeamS6.3/
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
S1lvik
theres nothing wrong with castle siege, there are some minor bugs(mainly visuals) and some things that are not implemented (gift shop)
other stuff is configuration mistakes and some formulas that are not correct but were corrected in the repository i guess
Re: zTeam source + fixes STABLE
how to fix offtrade soul ? gameserver crash...
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
S1lvik
how to fix offtrade soul ? gameserver crash...
what files are u using? I've already fixed this
Re: zTeam source + fixes STABLE
https://github.com/MuSeason6FixTeam/zTeamS6.3/ these files
i'm oppening store to sell item for 15s and if i have bounded 30s when i try to buy that item server is crashing
Re: zTeam source + fixes STABLE
Castle Siege Working, problem is when GM use hide command GM also hit by other players like SM even they invisible mode
1 Attachment(s)
Re: zTeam source + fixes STABLE
After the castle siege event, the server crash.
If anyone has this problem, here the fix:
PHP Code:
if(bSetRemainMsec != FALSE)
{
time_t ttSTime; // old code = long ttSTime
time_t ttETime; // old code = long ttETime
tm tmETime;
double dResultSecond;
memset(&tmETime,0x00,sizeof(tmETime));
tmETime.tm_year = m_tmEndDate.wYear - 1900;
tmETime.tm_mon = m_tmEndDate.wMonth - 1;
tmETime.tm_mday = m_tmEndDate.wDay;
ttETime = mktime(&tmETime);
time(&ttSTime); // old code = time((time_t*)&ttSTime);
dResultSecond = difftime(ttETime,ttSTime);
this->m_iCS_REMAIN_MSEC = dResultSecond * (double)1000.0;
}
The CastleSiege.cpp file with this update: Attachment 148144
1 Attachment(s)
Re: zTeam source + fixes STABLE
PHP Code:
// Fix for the bug of the friendly fire in the Castle Siege event
if(g_CastleSiege.GetCastleState()==CASTLESIEGE_STATE_STARTSIEGE) {
if(lpTargetObj->Type == OBJ_USER && lpObj->Type == OBJ_USER) {
if( lpObj->GuildNumber!=0 && lpTargetObj->GuildNumber!=0 ) {
// same guild
if(lpObj->GuildNumber == lpTargetObj->GuildNumber) {
return false;
}
// same union
if(lpObj->lpGuild->GetGuildUnion()!=0) {
if(lpObj->lpGuild->GetGuildUnion()==lpTargetObj->lpGuild->GetGuildUnion()) {
return false;
}
}
}
}
}
ObjAttack.cpp file with this update: Attachment 148185
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
apyrupa_master
PHP Code:
// Fix for the bug of the friendly fire in the Castle Siege event
if(g_CastleSiege.GetCastleState()==CASTLESIEGE_STATE_STARTSIEGE) {
if(lpTargetObj->Type == OBJ_USER && lpObj->Type == OBJ_USER) {
if( lpObj->GuildNumber!=0 && lpTargetObj->GuildNumber!=0 ) {
// same guild
if(lpObj->GuildNumber == lpTargetObj->GuildNumber) {
return false;
}
// same union
if(lpObj->lpGuild->GetGuildUnion()!=0) {
if(lpObj->lpGuild->GetGuildUnion()==lpTargetObj->lpGuild->GetGuildUnion()) {
return false;
}
}
}
}
}
ObjAttack.cpp file with this update:
Attachment 148185
gj on that dude but friendly fire exists in muonline from aoe spells in CS so if thats what u changed its not a bug, many have those ridiculous requests though so gj again
Re: zTeam source + fixes STABLE
Jewel of elevation for lucky item not working? @bro how about party no pk when you are in party you can hit also your party member
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
ftewegw1
gj on that dude but friendly fire exists in muonline from aoe spells in CS so if thats what u changed its not a bug, many have those ridiculous requests though so gj again
Ok, you're right. We can then put as an optional feature?