• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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

Newbie Spellweaver
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?

https://prnt.sc/12k622i
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]
 
Newbie Spellweaver
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?
 
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
575
Reaction score
159
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

https://www.youtube.com/watch?v=w2_H3BsLKpM


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