Re: MuOnline ex700Plus Server Files [b.5]
Quote:
Originally Posted by
dantuzzu2
Thanks man :D i have 5 question
1) mu official helper don't work?
2) in windows quest, when i click "give quest" DC hoh fix this?
3) i can edit drop zen? because i never drop zen :(
4) how add a good free antihack? in the muserver start up i have tda is good?
5) when i active cash shop, in the gameserver i have error
i use this server
ps
I have edit text.bmd with magichand and it work at 100%, i have edit name server, but in the window login i see "vahllah" (name server) in the bmd i have edit it... how edit name server? in the game i see my name server but in the login no
dantuzzu2, the helper might not work cus the files are still on developement , same with quest bug and cash shop , also about the zen check commonserver.dat and raise AddZen or something. TDA is okay i guess just for starter's antihack for free
PS: u edited text.bmd or text_eng.bmd ?
i guess you need to go to data\local\eng\ and edit text_eng.bmd
then it will be fine .
Re: MuOnline ex700Plus Server Files [b.5]
i don't find addZen or other opt for zen...
Yes i have edit data\local\text_eng.bmd but name server is same... the other edit work... only name server...
Re: MuOnline ex700Plus Server Files [b.5]
Try serverlist.bmd or serverinfo.bmd in local somewhere or in data\ocal\eng\ there
Re: MuOnline ex700Plus Server Files [b.5]
i have serverlist.bmd but this file is empty :(
Re: MuOnline ex700Plus Server Files [b.5]
it have virus in muserver. when setup pc very slow.
Re: MuOnline ex700Plus Server Files [b.5]
when i use the patch for client the main.exe will disappear but when i didnt update the patch it said new version is required anyone can help me?
Re: MuOnline ex700Plus Server Files [b.5]
I have error..CloseClient - Invalid Socket
Re: MuOnline ex700Plus Server Files [b.5]
Hi ! Please Help me !
I install and run game okie but I want delete character but not password.
http://www.upsieutoc.com/images/2014..._character.png
Thanks for Support !
Re: MuOnline ex700Plus Server Files [b.5]
Re: MuOnline ex700Plus Server Files [b.5]
**There are limit on 50 players on server, also I deleted Castle Siege part(will be added soon)
has not this limit increases as players? paran boot log up in a room 800, or 500 in a boot that has as limit room?
Re: MuOnline ex700Plus Server Files [b.5]
@test2010
thats default from webzen , and in case you edit the text at your eng_text.bmd in data\local\eng folder i guess.
also just write 111111111 and click enter and it should work , or if it requires pass then its ur pass :P
Re: MuOnline ex700Plus Server Files [b.5]
the Mu Helper was bug because i think that server files was base on season 4
Re: MuOnline ex700Plus Server Files [b.5]
Quote:
Originally Posted by
caothuphutho
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 :(
Re: MuOnline ex700Plus Server Files [b.5]
Re: MuOnline ex700Plus Server Files [b.5]
but how ? :( i dont know where to put that shop source code :(