-
Re: zTeam source + fixes STABLE
Is it bug master level and experience not gaining Master experience?
-
Re: zTeam source + fixes STABLE
only these bug fixed?
- Fixed Poison/Ice Strengthener
- Fixed Gens Msg Display Error
- Fixed Soul Bug Offtrade
- Fixed Sphere LVL 1 Drop
- Fixed Some Annoying Logs When CS Not Running
- Added Config For Luck/Skill Drop
- Fixed IT (client ttlci.dll)
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
S1lvik
only these bug fixed?
- Fixed Poison/Ice Strengthener
- Fixed Gens Msg Display Error
- Fixed Soul Bug Offtrade
- Fixed Sphere LVL 1 Drop
- Fixed Some Annoying Logs When CS Not Running
- Added Config For Luck/Skill Drop
- Fixed IT (client ttlci.dll)
the correct way to put it is only these bugs exist (to my knowledge):
-gift shop
-mussenger
-a bunch of visual sht
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
ftewegw1
the correct way to put it is only these bugs exist (to my knowledge):
-gift shop
-mussenger
-a bunch of visual sht
Bro can you check the MasterLevel Experience did not give Exp not levelup the MasterLevel
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Prototypex
Bro can you check the MasterLevel Experience did not give Exp not levelup the MasterLevel
u can configure ml xp in mastersystem
if usemonsterlist = 1 u gain xp only from monsters in mastersystemmonster
else if usemonsterlist = 0 then u gain xp from monsters >= monsterminlvl
its simple
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Prototypex
Is it bug master level and experience not gaining Master experience?
Check masterlevel.txt , master exp is only aquired from some maps or mobs, or from mobs with higher lvl than x, settings are on the file.
-
Re: zTeam source + fixes STABLE
-
Re: zTeam source + fixes STABLE
@quskevel,ftewegw1, can you post your github repo here guys because having a repo is much easier to track changes compared to no repository at all. Thanks and job well done guys.
-
Re: zTeam source + fixes STABLE
how to trade the Tier 2 item ? like hegaton ?
- - - Updated - - -
hello guys im using zteam season 6 episode 3 i have problem in PK , max PK is lvl 3 only i want to change in unlimited pk Can you help me please .
//=====================================// PK System//=====================================PKTIME = 15PKItemDrop = 0PKLevelIncreaseOff = 0PKEnableSelfDefense = 1
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
goldenfox
@quskevel,ftewegw1, can you post your github repo here guys because having a repo is much easier to track changes compared to no repository at all. Thanks and job well done guys.
I hope that the authors will not be mad at me, here it is link:
https://github.com/MuSeason6FixTeam/zTeamS6.3
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
aecrimch
is it the latest bro with all the fix they made, there is another source also the Community Edition
-
Re: zTeam source + fixes STABLE
Sir aecrimch
Help me.
im using zteam season 6 episode 3 i have problem in PK , max PK is lvl 3 only i want to change in unlimited pk Can you help me please .
//=====================================// PK System//=====================================
PKTIME = 15
PKItemDrop = 0
PKLevelIncreaseOff = 0
PKEnableSelfDefense = 1
-
Re: zTeam source + fixes STABLE
Fix for level req on wings:
Search for if( gItem.IsCustomWings(lpItem->ItemID, false) )
above it you found lpItem->ReqLevel = *(short*)(ItemAttr + 60);
delete it and add after:
if( gItem.IsCustomWings(lpItem->ItemID, false) )
{
:
lpItem->ReqLevel = *(short*)(ItemAttr + 60);
your function look like this:
void Item::SetOption(ObjectItem * lpItem, BYTE Option, BYTE Special, BYTE Value)
{
pSetItemOption(lpItem, Option, Special, Value);
// ----
int ItemAttr = *(DWORD*)0x8128AC0 + 84 * lpItem->ItemID; //item.bmd reader
int SpecialValue = GET_ITEMOPT0(Option) + 4 * (GET_ITEMOPT16(Special) >> 6);
// ----
if( gItem.IsCustomWings(lpItem->ItemID, false) )
{
lpItem->ReqLevel = *(short*)(ItemAttr + 60);
-
Re: zTeam source + fixes STABLE
How to edit options in new wings?
Как изменить опции на новых вингах? таких как Defence, absorb и т.д. ?
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
cocs55
How to edit options in new wings?
Как изменить опции на новых вингах? таких как Defence, absorb и т.д. ?
Wrong question , this repack is without customs :)
-
Re: zTeam source + fixes STABLE
HELP Guys . what is best GameGuard or Anti hack in Files ? Because my other player have hacks like Bypass :( Help me. what is compatible in Zteam.
-
Re: zTeam source + fixes STABLE
Have you guys encountered this error message in exDB?
"Friend DB Set ODBC connect fail"
What might be the cause of this?
-
Re: zTeam source + fixes STABLE
Can anyone confirm that Jewel of harmony on ancient is fixed in this release
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Prototypex
Can anyone confirm that Jewel of harmony on ancient is fixed in this release
Maybe you mean harmony on socket? bcz i dont have bug with ancient and anc+exe.
-
Re: zTeam source + fixes STABLE
Ok now bro need to recompile the source. @quskevel how can I change background color and text of gs server sorry not good in c
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Prototypex
Ok now bro need to recompile the source. @
quskevel how can I change background color and text of gs server sorry not good in c
Why would you do that?
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Wortex
Why would you do that?
I mean the console window of GS usually it is white
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Prototypex
I mean the console window of GS usually it is white
Yes. It is. Why would you change the color?
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Wortex
Yes. It is. Why would you change the color?
Because I want to change in different color
-
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Prototypex
Because I want to change in different color
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.