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!

Juver source+database+cfg (soon latest GS source)

Initiate Mage
Joined
Mar 30, 2021
Messages
12
Reaction score
0
When the identity runs the server, the message ERROR: CClientManager :: SendClient Client (238) ERR (10054), some players are disconnected, what is the problem?


UKnowMeKnow - Juver source+database+cfg (soon latest GS source) - RaGEZONE Forums



UKnowMeKnow - Juver source+database+cfg (soon latest GS source) - RaGEZONE Forums



[COLOR=rgba(0, 0, 0, 0.54)]
[COLOR=rgba(0, 0, 0, 0.54)]
[/COLOR]











[/COLOR]
 
Initiate Mage
Joined
Mar 30, 2021
Messages
12
Reaction score
0
I still can't fix it, the player has dropped out of the game.



UKnowMeKnow - Juver source+database+cfg (soon latest GS source) - RaGEZONE Forums



[COLOR=rgba(0, 0, 0, 0.54)]
[COLOR=rgba(0, 0, 0, 0.54)]
[/COLOR]











[/COLOR]




I still can't fix it, the player has dropped out of the game.



UKnowMeKnow - Juver source+database+cfg (soon latest GS source) - RaGEZONE Forums



[COLOR=rgba(0, 0, 0, 0.54)]
[COLOR=rgba(0, 0, 0, 0.54)]
[/COLOR]











[/COLOR]




hi now you fix this ? can you share please

I still can't fix it, the player has dropped out of the game.
 
Experienced Elementalist
Joined
Mar 22, 2011
Messages
290
Reaction score
43
I encounter bug where character head will become big and stuck on char select. All I did was "EMACTIONQUICK_SIZE change 12 to 6 ." in the source and got this bug as the result hahaha.
 
Junior Spellweaver
Joined
Oct 12, 2015
Messages
148
Reaction score
1
It says change wPass. It has a value, a numering value. which represent for gm command password. YYou should change them both on .cpp


Man how to make it work "GameClient.exe", shoud i rename it to minia.exe or what ? tia
 
Junior Spellweaver
Joined
Oct 12, 2015
Messages
148
Reaction score
1
You could use the other one. It is already MiniA.exe
GameClient folder = Gameclient.exe GameClient2 folder = MiniA.exe

may i ask what kind of build did u use. Release_A or Release



You could use the other one. It is already MiniA.exe
GameClient folder = Gameclient.exe GameClient2 folder = MiniA.exe

the old minia is from destiny. no minia on build. or minia is GameClient.exe ?
 
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
Use Release

In source(folder) you can see folder that I'm talking about [GameClient and GameClient2]. But inside the MS Visual C++ you can see the ServerGame. that is the MiniA.exe. You can modify your Configuration Manager and set ServerGame to get build.
 
Junior Spellweaver
Joined
Mar 22, 2020
Messages
159
Reaction score
110
I got stuck on server field :( Im using VPS by the way. Anybody know how to solved this one?



I already fixed the stuck on FieldServer, but another problem came up. "Server Connection Failed". Anybody knows how to fix this one?
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
anyone know this bug ?

i make classic ui but weapon B slot for extreme it bug




slot A working fine
slot B it bug no saw pic weapon when swap tap form A to B
 
Junior Spellweaver
Joined
Mar 22, 2020
Messages
159
Reaction score
110
Server Connection Failed error, please help :(
All of my servers are working on my VPS, but still I cant connect the game. When I click the connect button, it shows an error "Server Connection Failed".
I already set my IP on param.ini.



All of my ports are open. but still this "Server connection failed" error shows up.



When I tried to run the server on my pc, I can now connect to the server on my pc. But when using the VPS "server connection failed", please help :(
 
Master Summoner
Joined
Feb 6, 2019
Messages
566
Reaction score
155
GLItemdef.h
SLOT_NSIZE = 12,
SLOT_NSIZE_S = 14,
SLOT_NSIZE_2 = 19, // Normal Class
SLOT_NSIZE_S_2 = 19, // Extreme Class


increase 1 on what your using on your inventorypagewear/wearex.cpp

anyone know this bug ?

i make classic ui but weapon B slot for extreme it bug




slot A working fine
slot B it bug no saw pic weapon when swap tap form A to B
 
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
Server Connection Failed error, please help :(
All of my servers are working on my VPS, but still I cant connect the game. When I click the connect button, it shows an error "Server Connection Failed".
I already set my IP on param.ini.



All of my ports are open. but still this "Server connection failed" error shows up.



When I tried to run the server on my pc, I can now connect to the server on my pc. But when using the VPS "server connection failed", please help :(
*Make sure it is allowed by Firewall
*Port forward.
*Correct NLoginPort
*Source code.

In your source maybe you put this code in s_NetClient.cpp m_nClientNetState != NET_STATE_FIELD just remove this code.
 
Back
Top