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!

[Release] Ex-Team Latest Source MultiServer S6EP3

Newbie Spellweaver
Joined
Jul 1, 2018
Messages
5
Reaction score
0
I need help) how to open more Vip Option in "Buy Premium Panel"
Please Help Me!!!





so, what should i need to do for launch this GameServer.exe?

Add your license in GS Source!
 
Skilled Illusionist
Joined
Dec 9, 2009
Messages
373
Reaction score
42
GS Whit no license



and main dll


This Main.dll is removed some functions such as Premium System, the original size should be 755 kb.
 
Experienced Elementalist
Joined
Apr 2, 2009
Messages
223
Reaction score
57
The soucer are not complete.

the jewel bank appears but only a poster and can not add anything.

other things do not appear as the menu that appear in the menu.

the rest continues to appear as the offlevel ect ranking.

Does someone have the SRC Present?
 
Newbie Spellweaver
Joined
Sep 14, 2007
Messages
86
Reaction score
85
The soucer are not complete.

the jewel bank appears but only a poster and can not add anything.

other things do not appear as the menu that appear in the menu.

the rest continues to appear as the offlevel ect ranking.

Does someone have the SRC Present?
Do not say source its incomplete when you dont know how to build it.

All working what you say.
 
Newbie Spellweaver
Joined
Feb 4, 2010
Messages
11
Reaction score
0
The soucer are not complete.

the jewel bank appears but only a poster and can not add anything.

other things do not appear as the menu that appear in the menu.

the rest continues to appear as the offlevel ect ranking.

Does someone have the SRC Present?

everything is working, you need to add yourself (your mac adress and hwid) as a customer
 
Experienced Elementalist
Joined
Apr 2, 2009
Messages
223
Reaction score
57
The soucer are not complete.

the jewel bank appears but only a poster and can not add anything.

other things do not appear as the menu that appear in the menu.

the rest continues to appear as the offlevel ect ranking.

Does someone have the SRC Present?

THE CURRENT CLIENT IS NOT THE SRC

These src. they do not have the current options

No option
QE4ggo - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


BkZsIz - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


YbOSUiw - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


LUvIwTW - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


Current SRC

Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Dec 27, 2007
Messages
195
Reaction score
0
HOW TO build a DLL to work? Please show the instruction. Thank you



GS Whit no license



and main dll


Please help how to build a dll to make main work ?
 
Experienced Elementalist
Joined
Apr 2, 2009
Messages
223
Reaction score
57
Client, MuServer Package

GS Source

DLL, DS Source

Client Fully working


Disable in source DLL Ram usage
#define ENABLE_RAM_MIN 1
switch to 0

How can I disable? to not show the user stats in the top?
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


I have the following problem with the jewel of bank. when creating a new character, those accumulated jewels come out.

Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


when advancing the trunk or going back I disconnected from the server.

Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


could you help solve this?
 
Junior Spellweaver
Joined
Mar 15, 2008
Messages
121
Reaction score
44
How can I disable? to not show the user stats in the top?
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


I have the following problem with the jewel of bank. when creating a new character, those accumulated jewels come out.

Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


when advancing the trunk or going back I disconnected from the server.

Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


could you help solve this?
wtf what client you use and why do you have menu left side
 
Skilled Illusionist
Joined
Dec 9, 2009
Messages
373
Reaction score
42
It's not about client, it's about how the main.dll built. Add this under your license to active that Menu:

ExLicense.cpp

if(g_ExLicense.CheckUser(eExUB::YOURLICENSENAME))
{

#if(DEV_EXMENU_V3)
g_ExMenuV3.Load(EXMENU_NUMBER::eVERSION_NS);
#endif


}
 
Initiate Mage
Joined
May 26, 2017
Messages
4
Reaction score
0
Hi Community,

The first serious bug I found
After i put into chaos machine for creating chaos weapons client close with an error

Code:
Connection Closed, dwIoSize == 0 (Index:14000)
11:02:57 (venom)(Venom) Skill Save Complete 0 57
11:02:57 (venom)(Venom) Skill Save Complete 1 73
11:02:57 (venom)(Venom) Skill Save Complete 2 67
11:02:57 (venom)(Venom) Skill Save Complete 3 68
11:02:57 (venom)(Venom) Skill Save Complete 4 69
11:02:57 (venom)(Venom) Skill Save Complete 5 70
11:02:57 (venom)(Venom) Skill Save Complete 6 71
11:02:57 (venom)(Venom) Skill Save Complete 7 56
11:02:57 [ChaosBoxItemList][Lost ItemList] [venom][Venom] [5,Ancient Stick,8,0,0,1] Serial:[126803][93] Ex:[0,0,0,0,0,0,0] Set:[0] 380:[0] HO:[0,0]
11:02:57 [ChaosBoxItemList][Lost ItemList] [venom][Venom] [17,Jewel of Chaos,0,0,0,0] Serial:[111421][0] Ex:[0,0,0,0,0,0,0] Set:[0] 380:[0] HO:[0,0]
error-L1 : CloseClient INVALID_SOCKET
error-L1 : CloseClient INVALID_SOCKET
error-L1 : CloseClient INVALID_SOCKET
error-L1 : CloseClient INVALID_SOCKET

Someone has found or will help deal with this error.

Thank for files
 
Newbie Spellweaver
Joined
Sep 14, 2007
Messages
86
Reaction score
85
Hi Community,

The first serious bug I found
After i put into chaos machine for creating chaos weapons client close with an error

Code:
Connection Closed, dwIoSize == 0 (Index:14000)
11:02:57 (venom)(Venom) Skill Save Complete 0 57
11:02:57 (venom)(Venom) Skill Save Complete 1 73
11:02:57 (venom)(Venom) Skill Save Complete 2 67
11:02:57 (venom)(Venom) Skill Save Complete 3 68
11:02:57 (venom)(Venom) Skill Save Complete 4 69
11:02:57 (venom)(Venom) Skill Save Complete 5 70
11:02:57 (venom)(Venom) Skill Save Complete 6 71
11:02:57 (venom)(Venom) Skill Save Complete 7 56
11:02:57 [ChaosBoxItemList][Lost ItemList] [venom][Venom] [5,Ancient Stick,8,0,0,1] Serial:[126803][93] Ex:[0,0,0,0,0,0,0] Set:[0] 380:[0] HO:[0,0]
11:02:57 [ChaosBoxItemList][Lost ItemList] [venom][Venom] [17,Jewel of Chaos,0,0,0,0] Serial:[111421][0] Ex:[0,0,0,0,0,0,0] Set:[0] 380:[0] HO:[0,0]
error-L1 : CloseClient INVALID_SOCKET
error-L1 : CloseClient INVALID_SOCKET
error-L1 : CloseClient INVALID_SOCKET
error-L1 : CloseClient INVALID_SOCKET

Someone has found or will help deal with this error.

Thank for files

Wrong mix.bmd

Dowload this mix.bmd and copy into client/data/local/


:blush:

AC7sA00 - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums

kEtdyKu - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums

4IU5uEW - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums

 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
May 26, 2017
Messages
4
Reaction score
0
Ohhh Pyke you hero, thank you for file fix.
you can share this menu :) ?
 
Last edited:
Experienced Elementalist
Joined
Apr 2, 2009
Messages
223
Reaction score
57
Dataserver error

Code:
(2) SQLSTATE:42000, Diagnosis:[Microsoft][ODBC SQL Server Driver][SQL Server]The function or procedure EX_MEMB_INFO_SAVE has too many arguments

(2) SQLSTATE:42000, Diagnosis:[Microsoft][ODBC SQL Server Driver][SQL Server]The function or procedure EX_OFFLINEMODE_SAVE  has too many arguments
 
Back
Top