re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
i need an Editor for "item_eng.bmd" Season8 Epi 3 Mu Emu Files, Ty! guys and for "item_tooltip.bmd" I proobed anothers editor but always "file corrupted"
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Shared fix master_reset in game?
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
I found bug in season 6 , out of nowhere I was declared and accepted a soccer with a clan that does not exist, also not members of the clan to sand teleported.
http://fotos.subefotos.com/1b3076c67...f443a510co.jpg
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Season 6:
Zen: drops shows 4m+ but when obtained becomes hundred millions..is this a bug? here's some screenshot
http://i.imgur.com/lc019yY.jpg
http://i.imgur.com/KUvJciL.jpg
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Quote:
Originally Posted by
darkjano
You can give me more information about this?
Is random? Or you declare a battle soccer vs other clan?
- - - Updated - - -
Quote:
Originally Posted by
samsunggon
BUG in Season6ep3 MuEMU release by jumbogram
if you change the exp rate in common.dat
after i click server selection im disconnected to the server.
but if you use only the default settings like that "AddExperienceRate_AL0 = 1"
no problem
;==================================================
; Experience Settings
;==================================================
AddExperienceRate_AL0 = 1 i try to change this to 1000,4000,5000,9999 still disconnected
AddExperienceRate_AL1 = 1
AddExperienceRate_AL2 = 1
AddExperienceRate_AL3 = 1
AddMasterExperienceRate_AL0 = 1i try to change this to 1000,4000,5000,9999 still disconnected
AddMasterExperienceRate_AL1 = 1
AddMasterExperienceRate_AL2 = 1
AddMasterExperienceRate_AL3 = 1
MinMasterExperienceMonsterLevel_AL0 = 95
MinMasterExperienceMonsterLevel_AL1 = 95
MinMasterExperienceMonsterLevel_AL2 = 95
MinMasterExperienceMonsterLevel_AL3 = 95
AddEventExperienceRate_AL0 = 1
AddEventExperienceRate_AL1 = 1
AddEventExperienceRate_AL2 = 1
AddEventExperienceRate_AL3 = 1
AddQuestExperienceRate_AL0 = 1
AddQuestExperienceRate_AL1 = 1
AddQuestExperienceRate_AL2 = 1
AddQuestExperienceRate_AL3 = 1
1 or 0, not other num.
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
What can be the reasons that my client stuck at loading screen?
I have firewall disabled, re-checked ips, ports too many times.... But when its time to show the server list, its like the client dont sent the request to the connectserver... Just keep at loading screen, no usefull logs...
NOTE!: MHPServer disconnect my ip only if i close the client..
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
MuEmu x401
I don't know if it is a bug but I don't change drop settings as of the moment.
1.) Zen drops OK, Zen picked OK, Zen in inventory xmore of what i've picked
2.) the zen limit of 2,000,000,000 still can sell items in npc and pick zen drops which is not right
3.) Quest items got multiple drops
http://i.imgur.com/H2yIBBx.jpg
- - - Updated - - -
Did some make it working and fix x401 minimap bug?
Quote:
Fix MiniMap EX401
Coloque esse Patch no client =
https://mega.nz/#!ogsxzDiI!MIdIn2gqY...TxEUMXqN5gOZ0k
Abra a Source Client_EX401
->Minimap.ccp
-> Substitua tudo pela Source abaixo
Code:
#include "stdafx.h"#include "MiniMap.h"
#include "Offset.h"
#include "Util.h"
bool MiniMapTable[MAX_MINI_MAP];
void InitMiniMap() // OK
{
memset(MiniMapTable,0,sizeof(MiniMapTable));
MemorySet(0x0060139B,0x90,0x02);
MemorySet(0x006C7F22,0x90,0x1E);
SetCompleteHook(0xFF,0x005D768A,&MiniMapCore);
SetCompleteHook(0xE8,0x006C7F22,&MiniMapLoad);
SetCompleteHook(0xFF,0x006C5FCA,&MiniMapCheck);
SetCompleteHook(0xFF,0x0071198A,&MiniMapCheck);
}
void MiniMapCore() // OK
{
((void(*)())0x005D2F16)();
MiniMapLoad();
}
void MiniMapLoad() // OK
{
if(*(int*)(MAIN_CURRENT_MAP) < MAX_MINI_MAP)
{
char buff[32];
wsprintf(buff,"Minimap\\World%d\\Map1.jpg",(*(int*)(MAIN_CURRENT_MAP)+1));
if(MiniMapFileCheck(*(int*)(MAIN_CURRENT_MAP)) != 0)
{
MiniMapTable[*(int*)(MAIN_CURRENT_MAP)] = 1;
((bool(*)(char*,DWORD,DWORD,DWORD,BYTE))0x006A92BE)(buff,0x7B69,0x2601,0x2900,1);
}
}
}
bool MiniMapCheck(int map) // OK
{
if(map == 30 || (map < MAX_MINI_MAP && MiniMapTable[map] != 0))
{
return 1;
}
else
{
return 0;
}
}
bool MiniMapFileCheck(int map) // OK
{
if(map == 30){return 1;}
char buff[64];
wsprintf(buff,".\\Data\\Minimap\\World%d\\Map1.ozj",(map+1));
FILE* file;
if(fopen_s(&file,buff,"r") != 0)
{
return 0;
}
else
{
fclose(file);
return 1;
}
}
http://i.imgur.com/U5LRCCQ.jpg
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Quote:
Originally Posted by
ahmetoz27
Season 8 Dark Raven die sooo quick, and dark lord lags....
anyone got fix on this? experiencing the same...
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Good afternoon or evening, I wish some explain to me, because in the MU EMU X603 in selection of player can not delete any this level 1 ?, I put the account password as requested and will not let me delete the player.
If someone can help me I would be so thankful.
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Quote:
Originally Posted by
MiniMun
Good afternoon or evening, I wish some explain to me, because in the MU EMU X603 in selection of player can not delete any this level 1 ?, I put the account password as requested and will not let me delete the player.
If someone can help me I would be so thankful.
I think you can disable the personal code check so it will accept even no personal code inserted.
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Does anyone have the illusion fix the temple?
I'm looking for the source code, please have someone help us.
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Quote:
Originally Posted by
cambio28
I think you can disable the personal code check so it will accept even no personal code inserted.
Thank u very much friend
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Quote:
Originally Posted by
MiniMun
Thank u very much friend
no problem dude :8:
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
Anyone has latest/updated source for season 6?, i cant find in any thread hm....
re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).
I will hire a programmer to fix bugs Season 6 Episode 3, anyone can report all bugs .