re: [Release] MUEMU - Files 4/6/8 FREE
Quote:
Originally Posted by
KhayLe
@
seedmaker when you're using /mreset does it also affect your master level? or have you setted only the skills will be resetted?
- - - Updated - - -
Do you know how to add that on source mate?
/mreset is Like /reset it means MasterReset :)
idont know about /mreset also but let me Check First
Bro you can Check the Settings in Command.dat ithink you can enable them :)
Yeah Maybe need a lot of Work about this xD
re: [Release] MUEMU - Files 4/6/8 FREE
How to set party level limit?
Characters lvl 1 can do party with 400 now, I want to set it max. at 150 difference levels
re: [Release] MUEMU - Files 4/6/8 FREE
Hey. Does anyone have a fix in offexp close client? No reconnect? THX!
Re: [Release] MUEMU - Files 4/6/8 FREE
Hello! how can i remove the license this files? (S6). have any guide?
Re: [Release] MUEMU - Files 4/6/8 FREE
Quote:
Originally Posted by
suRexar
Hello! how can i remove the license this files? (S6). have any guide?
Guide to create bypass: http://forum.ragezone.com/f197/relea...s4-s6-1098374/ is on the first page of this thread.
Re: [Release] MUEMU - Files 4/6/8 FREE
guys how i delete snow effect in lorencia?
Re: [Release] MUEMU - Files 4/6/8 FREE
Anyone can fixed the required level in the move list? With normal characters show the required level, but using Dark lord or MG shows a lower req level for move. Any idea?
Re: [Release] MUEMU - Files 4/6/8 FREE
Quote:
Originally Posted by
thevjfla
Anyone can fixed the required level in the move list? With normal characters show the required level, but using Dark lord or MG shows a lower req level for move. Any idea?
it always has been.
Season 6 client code:
Code:
int GetMgTeleportLevel(int mapLevel)
{
return mapLevel*2/3;//floor(mapLevel*2/3);
}
__declspec(naked) void ChangeMGLevel()
{
static DWORD TpLevel=0;
static DWORD retAddr = 0x00832ACE;
__asm
{
MOV EAX, DWORD PTR SS:[EBP-0x30]
MOV TpLevel, EAX
}
TpLevel = GetMgTeleportLevel(TpLevel);
__asm
{
MOV EAX, TpLevel
MOV DWORD PTR SS:[EBP-0x30],EAX
jmp retAddr
}
}
//Hook:
SetCompleteHook(0xE9,0x00832ABB,&ChangeMGLevel);
Re: [Release] MUEMU - Files 4/6/8 FREE
Quote:
Originally Posted by
LTPTeam
it always has been.
Season 6 client code:
Code:
int GetMgTeleportLevel(int mapLevel)
{
return mapLevel*2/3;//floor(mapLevel*2/3);
}
__declspec(naked) void ChangeMGLevel()
{
static DWORD TpLevel=0;
static DWORD retAddr = 0x00832ACE;
__asm
{
MOV EAX, DWORD PTR SS:[EBP-0x30]
MOV TpLevel, EAX
}
TpLevel = GetMgTeleportLevel(TpLevel);
__asm
{
MOV EAX, TpLevel
MOV DWORD PTR SS:[EBP-0x30],EAX
jmp retAddr
}
}
//Hook:
SetCompleteHook(0xE9,0x00832ABB,&ChangeMGLevel);
Bro, can you teach me how to enable the assistant guild for accept guild request like the guild master?
im try in server side, but without good results.
Re: [Release] MUEMU - Files 4/6/8 FREE
Quote:
Originally Posted by
thevjfla
Bro, can you teach me how to enable the assistant guild for accept guild request like the guild master?
im try in server side, but without good results.
Code:
__declspec(naked) void GuildAssistEx()
{
static DWORD GuildAssistEx_Buff;
_asm
{
mov GuildAssistEx_Buff, ecx
}
// ----
if( GuildAssistEx_Buff == 128 || GuildAssistEx_Buff == 64)
{
_asm
{
mov GuildAssistEx_Buff, 0x0078F5FD
jmp GuildAssistEx_Buff
}
}
else
{
_asm
{
mov GuildAssistEx_Buff, 0x0078F57A
jmp GuildAssistEx_Buff
}
}
}
//Hook
SetCompleteHook(0xE9,0x0078F56E,&GuildAssistEx);
Re: [Release] MUEMU - Files 4/6/8 FREE
Hello, can you share your file again? The network disk has failed
- - - Updated - - -
Quote:
Originally Posted by
MarcoNet
Hello, can you share your file again? The network disk has failed