# Upgrading to version '1.0.1.300':
Quote:
1. Support files: Credit.bmd, Filter.bmd, FilterName.bmd;
2. Fixed found bugs.
P.S. -> In me again awakened a desire to improve the program =)
Printable View
# Upgrading to version '1.0.1.300':
Quote:
1. Support files: Credit.bmd, Filter.bmd, FilterName.bmd;
2. Fixed found bugs.
P.S. -> In me again awakened a desire to improve the program =)
In Mu Connectserver, can you make Login - Maximum length 50 or 100 characters?
# English:
Hi.
I can not make the long user more than 10 characters.
The message is sent GameServer (GS) this is not intended.
# Russian:
Привет.
Я не могу сделать длину имени пользователя больше чем 10 символов.
Сообщение отправляемое GameServer (GS) на это не рассчитано.
Code:typedef struct
{
PBMSG_HEAD h; // 0
BYTE subcode; // 3
char Id[10]; // 4
char Pass[10]; // E
DWORD TickCount; // 18
BYTE CliVersion[5]; // 1C
BYTE CliSerial[16]; // 21
} PMSG_IDPASS, *LPPMSG_IDPASS;
da.. tam poxodu i v SQL nada budet koviratsa =(
lutshe zdelat kak Webzen GMO kak login ispolzivatj Web AccountID =)
ENG: thank you!
I get this error in CS window (# Version: 1.0.8.145).
Code:"[9:28:50 AM] The client sent the wrong package; IP-Address: 118.101.220.11"
thanks for this,great tools!
when i change text in text.bmd and save it and go in the client my whole text in the client is changed :S very wierd like this http://i49.tinypic.com/2j0idn8.jpg only the whole client is changed even the char names like Blade Knightt is Elf :S help please
Upload to http://sendspace.com/ please your Text.bmd.
- And from what Season is this main?
Help please!
Try this release: MST_v1.0.0.410;
P.S. -> Wait answer.
thnx testing right now!
EDIT still the same :(
tests :)
tanks alot!
- Try this version: MST_v1.0.1.430_Pack.exe;
P.S. -> Wait result;
@MuForum.info - are you gonna expand the type of bmd-s to edit ?
I can help you in some XOR keys and how they are structured (socketitem.bmd, masterskilltree.bmd and ItemAddOption.bmd).
hello :)
these options doesnt work oreginaly on the softwear or i have some thing wrong on my pc ?
http://i46.tinypic.com/2v29lzs.jpg
help !
thanks
---------- Post added at 07:25 AM ---------- Previous post was at 07:24 AM ----------
and i had this same proplem with s4 ep2 files " every thing got mmissed up "
It will be great if you do:
.att <(encode) - (decode)> .bmp (image file that can be edited)
and save it to CLIENT or Server SIDE
This will help you.
Credits to Cyberlove from SkyTeam ..Code:int EncodeATT(unsigned char *OutData,const unsigned char *InData,char Num, int Len, int Type)
{
unsigned char XorData[]={0xD1,0x73,0x52,0xF6,0xD2,0x9A,0xCB,0x27,0x3E,0xAF,0x59,0x31,0x37,0xB3,0xE7,0xA2};
unsigned char cl=0x5E;
unsigned char tmp1[65540],tmp2[131076],tmpData1[65540],tmpData2[131076];
int i,j;
if (Len!=65536) return -1;
if (Type!=1)
{
tmp1[0]=0x00;
tmp1[1]=Num;
tmp1[2]=0xFF;
tmp1[3]=0xFF;
memcpy(&tmp1[4],InData,65536);
XorFCCFAB(tmpData1,tmp1,65540);
for(i=0;i<65540;i++)
{
j=i%16;
tmp1[i]=(tmpData1[i]+cl)^XorData[j];
cl=tmp1[i]+0x3D;
}
memcpy(OutData,tmp1,65540);
return 0;
}
else
{
tmp2[0]=0x00;
tmp2[1]=Num;
tmp2[2]=0xFF;
tmp2[3]=0xFF;
memcpy(&tmp1[4],InData,65536);
for(i=0;i<65536;i++)
{
tmp2[i*2+4]=tmp1[i];
}
XorFCCFAB(tmpData2,tmp2,131076);
for(i=0;i<131076;i++)
{
j=i%16;
tmp2[i]=(tmpData1[i]+cl)^XorData[j];
cl=tmp2[i]+0x3D;
}
memcpy(OutData,tmp2,131076);
return 0;
}
}
int DecodeATT(unsigned char *OutData,const unsigned char *InData, int Len, int Type)
{
unsigned char XorData[]={0xD1,0x73,0x52,0xF6,0xD2,0x9A,0xCB,0x27,0x3E,0xAF,0x59,0x31,0x37,0xB3,0xE7,0xA2};
unsigned char cl=0x5E;
unsigned char tmp1[65540],tmp2[131076],tmpData1[65540],tmpData2[131076];
int i,j;
unsigned char a,b,c,d,e,f;
if (Type!=1)
{
if (Len!=65540) return -1;
for(i=0;i<Len;i++)
{
j=i%16;
a = InData[i];
b = XorData[j];
c = (a^b);
d = c - cl;
tmp1[i] = d;
cl=InData[i]+0x3D;
}
XorFCCFAB(tmpData1,tmp1,Len);
memcpy(OutData,&tmpData1[4],65536);
return 0;
}
else
{
if (Len!=131076) return -1;
for(i=0;i<Len;i++)
{
j=i%16;
tmp2[i]=(InData[i]^XorData[j])-cl;
cl=InData[i]+0x3D;
}
XorFCCFAB(tmpData2,tmp2,Len);
for(i=0;i<65536;i++)
{
OutData[i]=tmpData2[(i*2)+4];
}
return 0;
}
return 0;
}
void XorFCCFAB(unsigned char *OutData,const unsigned char *InData, int Len)
{
unsigned char XorData[]={0xFC,0xCF,0xAB};
int i,j;
for (i=0;i<Len;i++)
{
j=i%3;
OutData[i]=InData[i]^XorData[j];
}
}
# for all: Update to version "1.0.1.450".
# Download:Quote:
1. List of editable table-style fiels:
- # Server Files:
-- Gate.txt: Up to Season-4;
-- Monster.txt: Up to Season-4;
-- MoveReq.txt: Up to Season-4;
- # Client Files:
-- Gate.bmd: Up to Season-4;
-- Credit.bmd: Up to Season-4;
-- Filter.bmd: Up to Season-4;
-- FilterName.bmd: Up to Season-4;
-- MoveReq.bmd: Up to Season-4;
-- Text.bmd: Up to Season-4;
Quote:
please upload the Update to version "1.0.1.450 again
re-upload link please :(