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!

[Development] Community Edition Season6 Episode3 z-Team

Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
New bug, Jewel of Harmony dont use on items.:
GS:
error-L3: CharName return protocol.cpp 13402 14 Jewel of Harmony

Update: bug with Aliennation.ini
if HarmonyOptionOnSocket = 0 harmony work
if HarmonyOptionOnSocket = 1 harmony dont work
Maybe not fully coded harmony on socket?
 
Last edited:
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
542
Reaction score
131
New bug, Jewel of Harmony dont use on items.:
GS:
error-L3: CharName return protocol.cpp 13402 14 Jewel of Harmony

Update: bug with Aliennation.ini
if HarmonyOptionOnSocket = 0 harmony work
if HarmonyOptionOnSocket = 1 harmony dont work
Maybe not fully coded harmony on socket?

your game server crash sometimes? or stable?
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
your game server crash sometimes? or stable?
Stable about 3days no crash
Im using Update0.2 + my customs work like w4 wings
And today after sleep im add to my source Craft
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
You can release you sources? please.



because the source of this theme are bugged, occasionally crash the server.
maybe it is related to windows? What windows you use for server?
and what compiler you use for compile server (works ONLY with 2012 visual studio)
 
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
542
Reaction score
131
maybe it is related to windows? What windows you use for server?
and what compiler you use for compile server (works ONLY with 2012 visual studio)

I'm using windows 2008 server, tried to compile in 2012 and in 2010 the studio.
Maybe you lay out your sources?
I will try them and tell you thank you)



When i'm compile with 2012 Visual Studio - GameServer crash when i'm try to login in account. =(
 
Junior Spellweaver
Joined
Jul 18, 2005
Messages
124
Reaction score
74
files were meant to be compiled with vs2008, if you want to use a more recent version of visual studio you have to make some changes to code. source from this post are are no good, OP "cleaned" the code removing stuff that was not supposed to be removed, added fixes that cause even more problems, etc. If anyone is serious about getting working files, start with the original release of the source and add fixes one by one. there's a TON of things to be fixed, I'm one month in fixing stuff and I'm nowhere near done.
 
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
542
Reaction score
131
Thanks, I understand that - but I would like to take advantage of a full source code
For "Socket Item System" - need to configure the client side, so the required configuration:

Client\Data\Custom\SocketItem.ini



This system is used to add new things 400 level (with the possibility of installing them on the socket options).
I am sorry for my english :)

 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
oh lol my issues source work with 2010///

any one have problem with teleport to Kanturu Remains?
 
Newbie Spellweaver
Joined
Mar 29, 2013
Messages
74
Reaction score
8
i have a problem.
tried with or without socketitem.cpp .h in zclient.dll


a socketed item dropped in raklion , i take it in inventory , drop it or sell it evertything ok

i switch character and then i get this error : Strengthened items can't be stored or can't be sold..

after 5 minutes or 2-3 switches i can drop it or sell it and so on...
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
Release you sources
Im use source with last update noone changed in BUGS only added my customs from s4.6...


KantruRemains uses with client<-> server if MAPID - 24 in movereq
 
Custom Title Activated
Loyal Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
@cocs55 : stop asking for peoples sources.dude....we're all basically working with same things.....
I already stated that the crash you mention, i dont have it....using sources posted here.....
 
Newbie Spellweaver
Joined
Jun 30, 2014
Messages
6
Reaction score
1

thank you, and you can declare an identifier?
I would appreciate :):

1>dllmain.cpp(89): error C2065: gSocketItem: необъявленный идентификатор
1>dllmain.cpp(89): error C2228: выражение слева от ".Load" должно представлять класс, структуру или объединение

dllmain.cpp

// ----
LoadLibrary("ttlci.dll");
// ----
gSocketItem.Load();
VMEND
 
Junior Spellweaver
Joined
Aug 3, 2006
Messages
104
Reaction score
2
The Main.exe no open in w8.1 x64, but in compatibility mode yes open.
which is the IP and Serial Main to change?
When entry with the client, the server does not appear to click.
 
Back
Top