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

Experienced Elementalist
Joined
Jan 15, 2014
Messages
212
Reaction score
82
Re: Source [MUEMU]



Invasion ss4 event seem working fine !!
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 27, 2009
Messages
45
Reaction score
3
Re: Source [MUEMU]

Any one know this problem?



After kill mob with SM (Decay or Ice Storm) stay any monster 5-15min and you cant hit him
I thinks is visual bug

Very bad for AFK player with Helper
 
Experienced Elementalist
Joined
Jan 15, 2014
Messages
212
Reaction score
82
Re: Source [MUEMU]

Here is Main.dll includes Camera and TrayMode

-F10 = start camera
-F11 = restore
-F12 = traymode

For main 803
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 3, 2013
Messages
94
Reaction score
0
Re: Source [MUEMU]

[h=1]Protector of Acheron work on season 8 episode 3 ?[/h]
 
Newbie Spellweaver
Joined
Jul 16, 2009
Messages
89
Reaction score
21
Re: Source [MUEMU]

Any know how to remove items of Summoner and RF from Chaos Machine? I need a Season 2 with Helper
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
Re: Source [MUEMU]

dude can you share your files with me palease.......

Must first finish boring but nobody ta help would be nice if help is for everyone not just for me.
Preciso primeiro terminar de fixar porém ninguem ta ajudando seria bacana se ajudassem é para todos não só para mim.
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
Re: Source [MUEMU]

@magtjr let know how we can help...im willing to help you bit i dont know what you need help with in the first place
.






I need help to fix the error Illusion, When you start Event presents the message of the image, and ends the client. I think the error is in the main because the GS process the illusion continues when the error on the client, it is still there when he sees that do not have any player in the living room completes the event.
Note when the error shows the disconnect in all players who are at the event.

Preciso de ajuda para fixar o erro do Illusion, Ao iniciar o Evento apresenta essa mensagem da imagem, e finaliza o cliente. creio que o erro seja no main, pois no GS o processo do illusion continua quando da erro no cliente, ele continua ai quando ele vê que nao tem nenhum jogador na sala finaliza o evento.
Obs quando apresenta o erro da disconnect em todos os player que estão no evento.
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
Re: Source [MUEMU]

I am very grateful for the help, if you can also, I found a bug in the gas which in my view is well chatinho.
Almost all events as "BC, DS, CHAOS CASTLE, Illusion," to enter the event he is not consuming the entry ticket, or expensive enter part of the event and when you exit the ticket is still in inventory.
Already I tried several times as I am new in the area could not solve.

Fico muito grato pela ajuda, se puder tambem, achei um bug no gs que no meu ponto de vista é bem chatinho.
Quase todos os eventos como "BC, DS, CHAOS CASTLE, ILLusion," ao entrar no evento ele não esta consumindo o ticket de entrada, ou cara entrar participa do evento e quando sai o ticket ainda esta no inventario.
Ja tentei varias vezes mais como sou novo na area não consegui solucionar.
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
Re: Source [MUEMU]


MAIN oR GS?
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
Re: Source [MUEMU]


Good afternoon
Where was the end you made in Elemental Monster Fix, I'm trying to find the source you provided and am not finding.?
Boa tarde
Aonde foi o fix que você fez na Elemental Monster Fix, estou tentando achar na source que você disponibilizou e não estou encontrando.

already shifted this part of the monster left equal to his and does not work, does not appear in the element monsters

memcpy(lpObj->Name,lpInfo->Name,sizeof(lpObj->Name));

lpObj->Level = lpInfo->Level;
lpObj->PhysiSpeed = lpInfo->AttackSpeed;
lpObj->PhysiDamageMin = lpInfo->DamageMin;
lpObj->PhysiDamageMax = lpInfo->DamageMax;
lpObj->Defense = lpInfo->Defense;
lpObj->MagicDefense = lpInfo->MagicDefense;
lpObj->AttackSuccessRate = lpInfo->AttackRate;
lpObj->DefenseSuccessRate = lpInfo->DefenseRate;
lpObj->Life = (float)lpInfo->Life;
lpObj->MaxLife = (float)lpInfo->Life;
lpObj->Mana = (float)lpInfo->Mana;
lpObj->MaxMana = (float)lpInfo->Mana;
lpObj->MoveRange = lpInfo->MoveRange;
lpObj->MoveSpeed = lpInfo->MoveSpeed;
lpObj->MaxRegenTime = lpInfo->RegenTime*1000;
lpObj->AttackRange = lpInfo->AttackRange;
lpObj->ViewRange = lpInfo->ViewRange;
lpObj->Attribute = lpInfo->Attribute;
lpObj->AttackType = lpInfo->AttackType;
lpObj->ItemRate = lpInfo->ItemRate;
lpObj->MoneyRate = lpInfo->MoneyRate;
lpObj->Resistance[0] = ((lpInfo->Resistance[0]>255)?255:lpInfo->Resistance[0]);
lpObj->Resistance[1] = ((lpInfo->Resistance[0]>255)?255:lpInfo->Resistance[1]);
lpObj->Resistance[2] = ((lpInfo->Resistance[0]>255)?255:lpInfo->Resistance[2]);
lpObj->Resistance[3] = ((lpInfo->Resistance[0]>255)?255:lpInfo->Resistance[3]);
lpObj->Resistance[4] = ((lpInfo->Resistance[0]>255)?255:lpInfo->Resistance[4]);
lpObj->Resistance[5] = ((lpInfo->Resistance[0]>255)?255:lpInfo->Resistance[5]);
lpObj->Resistance[6] = ((lpInfo->Resistance[0]>255)?255:lpInfo->Resistance[6]);
lpObj->ScriptMaxLife = (float)lpInfo->ScriptLife;
lpObj->BasicAI = lpInfo->AINumber;
lpObj->CurrentAI = lpInfo->AINumber;
lpObj->CurrentAIState = 0;
lpObj->LastAIRunTime = 0;
lpObj->GroupNumber = 0;
lpObj->SubGroupNumber = 0;
lpObj->GroupMemberGuid = -1;
lpObj->RegenType = 0;

lpObj->Agro.ResetAll();

#if(GAMESERVER_UPDATE>=701)
lpObj->ElementalPattern = lpInfo->ElementalPattern;
lpObj->ElementalDefense = lpInfo->ElementalDefense;
lpObj->ElementalDamageMin = lpInfo->ElementalDamageMin;
lpObj->ElementalDamageMax = lpInfo->ElementalDamageMax;
lpObj->ElementalAttackSuccessRate = lpInfo->ElementalAttackRate;
lpObj->ElementalDefenseSuccessRate = lpInfo->ElementalDefenseRate;
lpObj->ElementalAttribute = ((lpInfo->ElementalAttribute==6)?((GetLargeRand()%5)+1):lpInfo->ElementalAttribute);
#endif
 
Last edited:
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
Re: Source [MUEMU]

how to change color text notice??
To change the color just go in the Message.txt files and in line 69 change the color
69 "<FONT color='#D600E9'>[POST]%s :%s</FONT><BR>"
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Aug 4, 2015
Messages
39
Reaction score
0
Re: Source [MUEMU]

Is there a way to make tier 2 / Lucky Items (Hegatron Set) tradable?
 
Last edited:
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
Re: Source [MUEMU]

Someone is working on fix this source. I am but some things are beyond my knowledge, if someone is willing to help.
FIXED SEASON 8
Expansion 4 inventory inventories -
GM system checking to see if GM ta listed and what your level
Delete events invitation only missing invitation CashShop of illusion
Pinned entry and checks to enter the illusion temple
PlusStatPoint FIX is ALL Class - credits @lordbilly
Fixed Quest Gens - credits @lordbilly
Add the 5 spheres (Seeds Sphere)
Added message on Player and Player OFF (obs. Can turn on and off the warning)
Added message on GM and GM Off (obs. Can turn on and off the warning)
Custom Message guards. credits: I do not know for sure most think it's @Edwin Adato
Joinserver is FULL - credits @Aslhay


BUGS FOUND

Ark War - was not scheduled
Illusion Temple - 80% crash INSANE_APPLY
Ticket delete events (DS, BC, Illusion, cc)
Quest Inventory y Baul Not There
Quest Skill Tree Reset Points does not exist
Quest Week (Season 6) does not exist
DUEL - as a spectator Not Appear score or life of the player is blank.
DUEL - not of the buff of victory to the winner.
Loren Market, Click on the sales chart and go on crash Julia in main.
Priestess Veina - Quest Diarias (Season 6)
Mercenary Guild Manager Tercia - does not open anything shouldnt open (1st step of the quest upon Priestss)
Bug Move this When Loren Market.
Warewolf Quarel - When changing place (coordinate) it does not teleport to Barracks
Add 380 / Purple - When this item with socket Purple add some, you shouldnt allow the two together.
Triple Shot Getting slow to 65k, it takes out the magic
HELPER not attacking long distance with the elf with 65k, only attacks the mob attacks it
Separating the online player of the GS Player in OffAtaque or OffStore
- System "Cherry Blossom"
- Festive Event "Cherry Blossom"
Sky event
Delete guild with personal ID
Delete Char with personal ID
Season 8 box of visual bug kundus,
castle siege to purchase the doors and close the npc and back doors somen and when I try to purchase says already exists
Castle siege to buy statuas and close the npc and around the somen statuas and says that already exists when I try to buy
Custom Jewel Pack Settings does not exist source code
 
Last edited:
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
Re: Source [MUEMU]

Use Zteam ss8.2 source to compare sources with Emu and fix illusion easily.

The source of steam presents the error "MACRO PROTECTION" error in this muemu that already have fixed, but even fixing the crash of all the main entry with the error message "INSANE_APPLY"
 
Last edited by a moderator:

3cs

Newbie Spellweaver
Joined
Jul 28, 2016
Messages
10
Reaction score
0
Re: Source [MUEMU]

How to use 3d cam on Season 6? What is the key?