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] X-Team Sources (S4, S6, S8)

Newbie Spellweaver
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

Can someone guide me on how to disable "Champion's Ring" and "Warrior's Ring" upon character creation on Season 8?

I can't find it in Item.txt or SQL Stored Procedure.

GET_ITEM(13,20) //Wizards Ring = Warrior's Ring
 
Newbie Spellweaver
Joined
Feb 1, 2015
Messages
68
Reaction score
5
Re: Source [MUEMU]

GET_ITEM(13,20) //Wizards Ring = Warrior's Ring
@Edwin Adato

Can you help me with this :

Season8
1. When I go in CustomArena I wanna edit this :




2. When I use DarkReaven i have alot of lag my and other players how to fix it ?
 
Newbie Spellweaver
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

@Edwin Adato

Can you help me with this :

Season8
1. When I go in CustomArena I wanna edit this :




2. When I use DarkReaven i have alot of lag my and other players how to fix it ?

edit the Text_eng.bmd

and find this

484 "Welcome to "
2324 "GM summon zone"

about dark raven i don't test yet the darkraven
 
Last edited:
Newbie Spellweaver
Joined
May 7, 2016
Messages
7
Reaction score
1
Re: Source [MUEMU]

Hello guys, I m trying to see how I can add an external image that is in client for example in the interface.
All i have found is :
DrawInterface(0x7A63,StartX,StartY,160.0f,18.0f);
wsprintf(buff,"test");
DrawInterfaceText(buff,(int)StartX,(int)(StartY+5.0f),0xFFFFFFFF,0,3,160.0f,0);
But I m not sure how I can load an external image to appear in the interface.
//main.dll
 
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
Re: Source [MUEMU]

Is there a way to disable the level gap between exp gaining? So if i want a level 400 partied with a level 1, how do i fix the exp problem
 
Newbie Spellweaver
Joined
Nov 4, 2012
Messages
6
Reaction score
0
Re: Source [MUEMU]

Converting is key to my IP


static BYTE gProtectString3[10] = {0xDD,0xC5,0xD5,0xDD,0xC5,0x9E,0xC0,0xDC,0xB0}; //"muemu.pl"
 
Experienced Elementalist
Joined
Mar 20, 2008
Messages
298
Reaction score
26
Re: Source [MUEMU]

Is there a way to disable the level gap between exp gaining? So if i want a level 400 partied with a level 1, how do i fix the exp problem

You can play with formulas in CharacterCalcExperienceParty (ObjectManager.cpp)
 
Newbie Spellweaver
Joined
Jul 9, 2011
Messages
15
Reaction score
0
Re: Source [MUEMU]

Someone have a unpacked main compatible with MuEMU EX401?
 
Initiate Mage
Joined
Apr 19, 2016
Messages
4
Reaction score
1
Re: Source [MUEMU]

how fix - MEMB_STAT - DisConnectTM = null (some users)
 
Newbie Spellweaver
Joined
Dec 14, 2007
Messages
36
Reaction score
60
Re: Source [MUEMU]

Hello everyone, this time leave the source in which I was working, I bring for the reason that maybe someone else will call more attention fix things or what you feel like doing.

Changelog:


  • Added Support Map 93/94 ( Debenter 2 and Acheron 2 )
  • Added Custom Message GM ONLINE (8)
  • Added Custom Message ADM ONLINE (32)
  • Added Custom Message when a user connects
  • Fixed Quest Gens
  • Removed License
  • PlusStatPoint FIX for ALL Class
  • Elemental Monster Fix
  • FIX Bug Cursed Tower and Monster in Maps Debenter 2 and Acheron 2
  • Fix Maps to Battle Gens
  • Fix Dissconect to extracting a seed item
  • And a couple of more things that are irrelevant...






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


I hope you learn something for their projects, is not much but it's something, those who want to give me a donation paypal is welcome;).

Greetings to all LordBilly.
 
Last edited by a moderator:
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
Re: Source [MUEMU]

anyone know anything about this errors? i want to fix them.
 

Attachments

You must be registered for see attachments list
Last edited:
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
Re: Source [MUEMU]

anyone has update project for s6 ?



someone has encounter problem in DataServer

Code:
                PROTECT_START


        CServerManager* lpServerManager = &gServerManager[index];


        lpServerManager->AddServer(index,inet_ntoa(SocketAddr.sin_addr),socket);


        PROTECT_FINAL

DataServer cant become Ready .. Maybe problem in Protect_start and Protect_Final comment solve it , but its interesting the problem

Edit:
Also Main_EX603/Main , When build it cannot start main.exe .
As far as i see it main.exe > reads Main.dll . And shows "Direct Sound Init Fail"
I use Unpacked main.exe s6 from first post. Builded Main.dll , Disabled InitHackCheck
any ideas where is the problem here?

someone can make tutorial how to run client s6 correct, with and without unpack not running.
also any option to remove this .emu files from client to use only 1 .dll from Main Build ?
 
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2013
Messages
57
Reaction score
8
Re: Source [MUEMU]

@lordbilly

I think this missing something on the client, because when I turn on the server appears the room, when you click it spends time and take dc.

I put only my GS and connects normal even using all your files, I'm thinking that the problem is in your GS



 
Last edited:
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
Re: Source [MUEMU]

@lordbilly

I think this missing something on the client, because when I turn on the server appears the room, when you click it spends time and take dc.

I put only my GS and connects normal even using all your files, I'm thinking that the problem is in your GS




if you use lordbilly release ceck serial in files the last 4 digits are changed
 
Newbie Spellweaver
Joined
Sep 22, 2013
Messages
40
Reaction score
3
Re: Source [MUEMU]

how do I change the name that is within the red round?

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

Attachments

You must be registered for see attachments list
Back
Top