• 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.

[Release] X-Team Sources (S4, S6, S8)

Newbie Spellweaver
Joined
Feb 19, 2016
Messages
34
Reaction score
0
Re: Source [MUEMU]

i want to know how to do, i need to write long sentence in game i can write 20words in my main right now i need 40 50 word
--------
OFFSET
 
Newbie Spellweaver
Joined
Dec 14, 2007
Messages
36
Reaction score
60
Re: Source [MUEMU]

This is fix for Bonus Point

In CObjectManager::CharacterLevelUp

Code:
if(gMasterSkillTree.CheckMasterLevel(lpObj) == 0)
    {
        if(lpObj->Level >= MAX_CHARACTER_LEVEL)
        {
            gNotice.GCNoticeSend(lpObj->Index,1,0,0,0,0,0,gMessage.GetMessage(266));
            return 1;
        }


        if((lpObj->Experience+AddExperience) < lpObj->NextExperience)
        {
            lpObj->Experience += AddExperience;
            return 0;
        }


        while(true)
        {
            lpObj->Level++;


            lpObj->LevelUpPoint += gServerInfo.m_LevelUpPoint[lpObj->Class];


            //FIX PlusStatPoint


            lpObj->LevelUpPoint += ((lpObj->Level>1)?((gQuest.CheckQuestListState(lpObj,2,QUEST_FINISH)==0)?0:gServerInfo.m_PlusStatPoint):0);


            AddExperience -= (((--MaxLevelUp)==0)?AddExperience:(lpObj->NextExperience-lpObj->Experience));


            lpObj->Experience = lpObj->NextExperience;


            gObjCalcExperience(lpObj);


            if(lpObj->Level >= MAX_CHARACTER_LEVEL)
            {
                AddExperience = 0;
                break;
            }

Enjoy
:thumbup1:
 
Last edited:
Newbie Spellweaver
Joined
Oct 24, 2014
Messages
22
Reaction score
2
Re: Source [MUEMU]

someone know how add russian support in chat?! season 8
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
Re: Source [MUEMU]

Hi guys if its possible that the chat of gameserver and gameservercs will combined? they will see each other?
 
Newbie Spellweaver
Joined
Dec 14, 2007
Messages
36
Reaction score
60
Re: Source [MUEMU]

Hi guys if its possible that the chat of gameserver and gameservercs will combined? they will see each other?

Is possible only in command /post , search this in all GS and GS_CS , GameServerInfo - Command.dat

Code:
[GameServerInfo]
;==================================================
; Post Command Settings
;==================================================
CommandPostSwitch = 1
[COLOR=#ff0000]CommandPostType = [/COLOR][COLOR=#00ff00]5[/COLOR][COLOR=#ff0000][/COLOR]
CommandPostEnable_AL0 = 1
CommandPostEnable_AL1 = 1
CommandPostEnable_AL2 = 1
CommandPostEnable_AL3 = 1

This CommandPostType change 0 to 5

In both GS you should be equal the same number

Enjoy!
 
Newbie Spellweaver
Joined
Mar 22, 2016
Messages
7
Reaction score
0
Re: Source [MUEMU]

Is possible only in command /post , search this in all GS and GS_CS , GameServerInfo - Command.dat

Code:
[GameServerInfo]
;==================================================
; Post Command Settings
;==================================================
CommandPostSwitch = 1
[COLOR=#ff0000]CommandPostType = [/COLOR][COLOR=#00ff00]5[/COLOR]
CommandPostEnable_AL0 = 1
CommandPostEnable_AL1 = 1
CommandPostEnable_AL2 = 1
CommandPostEnable_AL3 = 1

This CommandPostType change 0 to 5

In both GS you should be equal the same number

Enjoy!

didnt work for me... only can see post from CS server, people from CS server cant see post from Game server
 
Joined
Mar 25, 2010
Messages
527
Reaction score
43
Re: Source [MUEMU]

Hi i try to use this source and compile it
in season8 all working good.
but in season6ep3 after i click server select i Disconnected
check 3x serial,ip,port. still dc. already try Jumbogram,mithc28 release and still dc

Can anyone help thanks
 
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
542
Reaction score
131
Re: Source [MUEMU]

i want to know how to do, i need to write long sentence in game i can write 20words in my main right now i need 40 50 word
--------
OFFSET

You dont need offset main.exe. You can fix this in GS and DataServe sources.
 
Last edited by a moderator:
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
Re: Source [MUEMU]

anyone try to setup specific map for the Master Level?
 
Newbie Spellweaver
Joined
Mar 28, 2009
Messages
46
Reaction score
0
Re: Source [MUEMU]

X-Shop Hawk Figurine Buy
but not insert Inventory
how to fix?
 
Newbie Spellweaver
Joined
Nov 4, 2012
Messages
6
Reaction score
0
Re: Source [MUEMU]

Could someone help me recreate the AuthServer?

AuthServer.ini? and Db System?
ethondev - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums
 
Banned
Banned
Joined
Dec 14, 2005
Messages
157
Reaction score
36
Re: Source [MUEMU]

Could someone help me recreate the AuthServer?

AuthServer.ini? and Db System?
ethondev - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums
Change AuthServer.ini to
[AuthServerInfo]
AuthServerODBC = Server1
AuthServerUSER = sqlID
AuthServerPASS = sqlPASS
AuthServerPort = 1256
MaxIpConnection = 50
 
Newbie Spellweaver
Joined
Jun 8, 2014
Messages
84
Reaction score
1
Re: Source [MUEMU]

Custom Jewels Season 8 dont work(
 
Newbie Spellweaver
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

@lordbilly help

any got the same problem with the quest 20/20/20 8.3

rYhrWg7 - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

thanks buddy @Bakuya..

i got other question how we can add blink in global notice to all, what i mean the message in notice to all will blink

Code:
void CNotice::GCNoticeSendToAll(BYTE type,BYTE count,BYTE opacity,WORD delay,DWORD color,BYTE speed,char* message,...) // OK
{
    char buff[256] = {0};

    va_list arg;
    va_start(arg,message);
    vsprintf_s(buff,message,arg);
    va_end(arg);

    int size = strlen(buff);

    size = ((size>MAX_MESSAGE_SIZE)?MAX_MESSAGE_SIZE:size);

    PMSG_NOTICE_SEND pMsg;

    pMsg.header.set(0x0D,(sizeof(pMsg)-(sizeof(pMsg.message)-(size+1))));

    pMsg.type = type;

    pMsg.count = count;

    pMsg.opacity = opacity;

    pMsg.delay = delay;

    pMsg.color = color;

    pMsg.speed = speed;

    memcpy(pMsg.message,buff,size);

    pMsg.message[size] = 0;

    for(int n=OBJECT_START_USER;n < MAX_OBJECT;n++)
    {
        if(gObjIsConnectedGP(n) != 0)
        {
            DataSend(n,(BYTE*)&pMsg,pMsg.header.size);
        }
    }
}
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Nov 4, 2012
Messages
6
Reaction score
0
Re: Source [MUEMU]

Change AuthServer.ini to
[AuthServerInfo]
AuthServerODBC = Server1
AuthServerUSER = sqlID
AuthServerPASS = sqlPASS
AuthServerPort = 1256
MaxIpConnection = 50

More columns which I create in SQL ? evniar would like me to DB ?
 
Back
Top