anyone can help me ? i cant connect my client to my server
anyone can help me ? i cant connect my client to my server
Sorry, I was offline. What IP are you using? If it's local you need to use your IPv4 address, found through Start menu -> command prompt -> ipconfig. Then you need to use that IP in zConnectServer\ServerList.txt, and zGameServer\Data\ServerInfo.dat where [ConnectServerInfo] is. Also add the IP to the UDPIp section in Settings.ini for zMultiServer1 and zMultiServer2, and make sure you use your correct SQLUser and SQLPass in those .ini files.
Last edited by MrQU3ST10N; 23-06-15 at 09:29 AM.
Was zTeam user for several month, like half year. Managed to fix everything what was possible to do without source code.
1. Problems to fix was protected client, what was necessary to fix few skill tree skills. = RF Vit buff strenghtener, SM/MG new skill tree buff, Bless buff, rest was ok, in master skill tree server side file is one free % option what can use to make default % like in gmo = correct stuns and damages.
2. Illusioin Temple not working, it gives Protection error 6 when picking up cursed water.
3. From season 8 stuff was working only New Pentagrams, what you must loot from monsters to make them work. To make them dropable you must disable in commonserver muren and etramu dropping and set new pentas drop true custom item drop rate.
4. From new season 8 accessories not working only exc damage and ign damage decreasing stuff, The rest is time working items what you must set via Xshop. For that you need proper editor, what you can get from one guy who sells it, and everything will work for you.
5. To make all work like it should use correct odbc and zteam DB, dont forget to run querys added with DB.
6. Multi server = after some while of working server, Mulitiserver 2 stuck = players dont get EXP, and dont see visualations of skills and other players seems to stuck, solutioni is close multiserver 2 and reopen it. Easy to make cron job to fix all this.
Few stuff i what need to balance that is:
Elf Arrows use too much mana = on each arrow it takes 5 mana, to prevent it can decrease mana use of triple shop.
RF damage too low = RF dont get gloves 30% bonus, need change formula of base damage by decreasing splitting by 30%.
SM mana shield formula is wrong, it take % from mana not from AGI, its easy fixable.
Summoner have bug with unlimited mana = when summoner is in pt with ee and use berseker, after elf give strenght buff sum use berseker and sums mana go max.
DL raven lag bug = with good PC no problems. I hope someone will fix this.
Shortly this is minor things what i have noticed and what should be fixed. Rest is crap, and fixable with correct configuration. But ofc DarkSim could add some bugs when publishing files :D
Also i have noticed that those files are unpublished, because there is new multi server and new customs added.
As soon as i fix my OS i will try those files.
Last edited by MrQU3ST10N; 23-06-15 at 11:39 AM.
I can not join gens, within the game
Why is that?
sure bro. anyway do you have editor item?
https://mega.co.nz/#!ldQ0XYJA!58qCRW...N-3U0SspnceeGA
thanks a lot :)
I use DbManager and MuMaker for Editing..
Here :
zDBManager
MU Maker
Last edited by Nujd; 23-06-15 at 12:38 PM.
Problem is in MoveGate.xml
![]()
I'm trying but there's an error.
I tried Njud GS but it's thesame.
I think this might be the solution?
Edit :
I fixed it.
Here's how:
Tables->Guild->
Right Click on Guild -> Design
-> Click on G_Score Column
-> Go down you'll see Default Value set it to 0
after that run this code in query
Code:UPDATE Guild SET G_Score = 0 WHERE G_Score < 0;
Last edited by MrQU3ST10N; 23-06-15 at 01:44 PM.
How to fix these errors?
Code:2 IntelliSense: cannot open source file "afx.h" 1 error C1083: Cannot open include file: 'afx.h': No such file or directory![]()