zTeam source + fixes STABLE
Hello, since the development topic is pretty much dead and the other topics in release are not open source and bugged as hell and since my files are stable and have a lot of fixes, I decided to start a new open source thread in order to further develop these nice files :)
As of customs I've only enabled ShopPointEx , OffTrade and ConnectEx wich I've tested and work properly
CHANGELOG:
Code:
- 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)
KNOWN ISSUES:
Code:
- Mussenger Doesn't Work
- Gift Shop Doesn't Work
- Dark Side Mana Bug When No Targets
- Deathstab Skill Visual Bug // => client side bug
- Agility Bug On Some Skills
ofc some of the fixes are sloppy,but there's the source so you can optimize that sht
that's all , pls report bugs and don't spam
also credits go to :
WebZen
zTeam
Community for many fixes
and mostly Webmonkey for senting me many fixes and working together with me on some as well , dude has huge experiense :)
About zClient Source:
I'm not going to post a source since I think anyone can customize the client as he wishes to;
I'm Only going to post fixes that affect the gameplay or have an effect on GS stability.
fix visual show offtrade type (zClient.dll source) :
add this in protocol.cpp:
Code:
case 0x3F:
{
gOffTrade.RecvPShop((PMSG_ANS_BUYLIST_FROM_PSHOP*)Data);// <- here
}
break;
and then in offtrade.cpp change the wcoin check like this:
Code:
if(!strcmp(Data->szPShopText,WCOIN_SHOP))
link UPDATE (31/8/2014 - 17:00):
https://mega.co.nz/#!C9012BhC!y8luEd...aLP2TH0t6-u_ic
full client:
http://www.gamershell.com/download_83972.shtml
patch it with zClient files that you can find on other ragezone topics, dont be lazy -.-
Re: zTeam source + fixes STABLE
I moved it into development section as it's work in progress.
Please post only if you can contribute (bug reports, fixes, ideas) and ask for help in the help section!
Re: zTeam source + fixes STABLE
Nice seeing another thread with zteam.
about offtrade i think webmonkey already fixed it together with Nam4
cheers!
@ftewegw1 can you release the full server file?
Thanks!
Re: zTeam source + fixes STABLE
Indeed we have, I just skyped you the fix. Still some work left to do, but its nice to see a topic for someone who cares to help and ask for help. looking forward to merge some more of my code into your project.
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
ScriptKid
Nice seeing another thread with zteam.
about offtrade i think webmonkey already fixed it together with Nam4
cheers!
@
ftewegw1 can you release the full server file?
Thanks!
there's nothing changed in the rest of them, everything different I posted here :)
Re: zTeam source + fixes STABLE
I see. everytime i build the source the zGameserver.exe says M drive not found.
- - - Updated - - -
Update: works now my bad.
@webmonkey: could you post the fix for offtrade here?
Thanks!
Re: zTeam source + fixes STABLE
is this for Season 8 Ep2 files?
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Jack the Ripper
is this for Season 8 Ep2 files?
No. It's 6.3
Re: zTeam source + fixes STABLE
Does this include the /openware function? Thanks,
It's great if webmonkey can share the source to completely fix the /offtrade here :)
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
phgkhh
Does this include the /openware function? Thanks,
It's great if webmonkey can share the source to completely fix the /offtrade here :)
/offtrade is completely fixed and included in the sources, only thing missing is in zClient.dll some code to show zen/wcoin/soul
at the moment it only shows zen but it's only visual cause items cost wcoin or souls if its wcoin/soul shop
as for /ware, I said it before I've not included/coded almost any customs , thx and keep testing
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
ftewegw1
/offtrade is completely fixed and included in the sources, only thing missing is in zClient.dll some code to show zen/wcoin/soul
at the moment it only shows zen but it's only visual cause items cost wcoin or souls if its wcoin/soul shop
as for /ware, I said it before I've not included/coded almost any customs , thx and keep testing
Thanks for the info,
Could you also share the source of your client?
Best,
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
phgkhh
Thanks for the info,
Could you also share the source of your client?
Best,
I havent changed anything in client besides the fix that i posted for offtrade
Re: zTeam source + fixes STABLE
@webmonkey: Do you know how to add the command /ware to have multi-vault command function into this source?
Re: zTeam source + fixes STABLE
Just stop with the customs... No one gives a flying fuck for "openware" or "custom jewels" or anything like that.
These sources are NOT perfect, there are bugs. Plenty of them.
Compile the sources and test for fucks sake. I feel ashamed for this community, no wonder no one shares anything. Current moto: get as much crappy customs as possible and sellout the server to donators. I just don't even...
@ftewegw1 Organize your thread! Add a client that people could download and test. Do you want to fix bugs which arise from an incomplete client ripped from some childish website? General client (the one you use) would limit the bugs to the things you at least have sources for.
Re: zTeam source + fixes STABLE
Quote:
Originally Posted by
Wortex
Just stop with the customs... No one gives a flying fuck for "openware" or "custom jewels" or anything like that.
These sources are NOT perfect, there are bugs. Plenty of them.
Compile the sources and test for fucks sake. I feel ashamed for this community, no wonder no one shares anything. Current moto: get as much crappy customs as possible and sellout the server to donators. I just don't even...
@
ftewegw1 Organize your thread! Add a client that people could download and test. Do you want to fix bugs which arise from an incomplete client ripped from some childish website? General client (the one you use) would limit the bugs to the things you at least have sources for.
need to update know issues /if fixed -> delete if not stay and add new bugs
i dont tested now this source, but in my previous i found bug with castle siege.
If u not config CastleSiege in DB u have error with error-L2 : header error (wsJoinServerCli.cpp 295)lOfs:0, size:36
and with this error if u restart fast gs (~2-3 times) u have block join to server.
and ofc we are waiting for Nam4 release, btw it intresting how many bugs he fixed (not show in changelogs.)
and ofc soon i added all customs in this release or add code of small fixes and extensial.
First fix command:
Search for COMMAND_RESETCLASS
and add it:
case 98:
lpObj->DbClass = 98;
break;
zTeam forgot for RF >.<
and maybe we are create GitHub and give good users access to editing? it really help for fix bugs =/
in planed i rewrite all commands ... and release commands source for it.