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!

MuOnline ex700Plus Server Files [b.5]

-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
the Mu Helper was bug because i think that server files was base on season 4
 
Skilled Illusionist
Joined
Apr 14, 2014
Messages
315
Reaction score
11
source code for shop ex :

Shop.h
Code:
#ifndef SHOPS_H
#define SHOPS_H


#define ShopExcellentMod_Hook1 0x00566974    // ex700plus
#define ShopExcellentMod_Exit1 0x0056697F
#define ShopExcellentMod_Hook2 0x00565EA5
#define ShopExcellentMod_Exit2 0x00565EAA


void AssemblyExcShops();


#endif

Shop.cpp
Code:
#include "stdafx.h"
//#include "Shops.h"
//#include "MemScript.h"


DWORD Exc;


// CODIGO TOTALMENTE LEECHADO DA SCFMT


__declspec(naked) void ExcShop()
{
    Exc=0;


    _asm
    {
        MOV EDI,CWzMemScript::GetNumber
        CALL EDI
        MOV DWORD PTR SS:[EBP-0xBC],EAX
        LEA ECX,DWORD PTR SS:[EBP-0x9C]
        MOV EDI,CWzMemScript::GetToken
        CALL EDI
        MOV DWORD PTR SS:[EBP-0xA0],EAX
        LEA ECX,DWORD PTR SS:[EBP-0x9C]
        MOV EDI,CWzMemScript::GetNumber
        CALL EDI
        MOV Exc,EAX
        MOV EDI,ShopExcellentMod_Exit1 
        JMP EDI
    }
}


__declspec(naked) void ExcShopAdd()
{
    _asm
    {
        PUSH Exc
        MOV AL,BYTE PTR SS:[EBP+0x20]
        MOV EDI,ShopExcellentMod_Exit2
        JMP EDI
    }
}


void AssemblyExcShops()
{
    *(DWORD*)((ShopExcellentMod_Hook1+ 1)) = (DWORD)&ExcShop - (ShopExcellentMod_Hook1+ 5); 
    *(BYTE*)(ShopExcellentMod_Hook1) = 0xE9;
        
    *(DWORD*)((ShopExcellentMod_Hook2+ 1)) = (DWORD)&ExcShopAdd - (ShopExcellentMod_Hook2+ 5); 
    *(BYTE*)(ShopExcellentMod_Hook2) = 0xE9;
}

sir where can i see Shop h and Shop.cpp ? please help :(
 
Newbie Spellweaver
Joined
May 24, 2014
Messages
69
Reaction score
12
If small habit continue to dev it good! Because now we have MU Engine s6 ep3 source code + Ex 700 client! it really good!
 
Initiate Mage
Joined
Dec 21, 2011
Messages
4
Reaction score
0
GM Commands are not working, when i type this on Open Chat /item 1 0 0 0 0 0 0 0 0 0 nothing happen..
please help me with this boss, im about to open a private server with my friends and relatives, thank you.
 
Initiate Mage
Joined
Dec 21, 2011
Messages
4
Reaction score
0
Guys please help me.. newbie here...

GameServer - MuOnline ex700Plus Server Files [b.5] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Dec 21, 2011
Messages
4
Reaction score
0
/makeitem 1 0

Thank you for your help, Yes it does work!
but where can i find other GM commands for this version? my Main.exe version is 1.04.17, EX700 b1,
I hope you will still help me, Thank you.
 
Initiate Mage
Joined
Apr 14, 2014
Messages
1
Reaction score
0
Is ther working EX 702 server?
i know thet soon will be season 9!
So what about this??
 
Back
Top