I try but always the same thing with magic hand mu. "Corrupted itemtooltip_eng.bmd"
Does any one fix it and want to share?
I try but always the same thing with magic hand mu. "Corrupted itemtooltip_eng.bmd"
Does any one fix it and want to share?
Download BMD Fixer
http://forum.ragezone.com/f197/bmdfi...ecksum-805001/
eledoradoevent.cpp
to work it should be like this :
case 0:
strcat(szTemp, lMsg.Get(MSGGET(7, 208)));
AllSendServerMsg("Golden Dragon Invasion Lorencia !!!");
break;
case 2:
strcat(szTemp, lMsg.Get(MSGGET(7, 210)));
AllSendServerMsg("Golden Dragon Invasion Devias !!!");
break;
case 3:
strcat(szTemp, lMsg.Get(MSGGET(7, 211)));
AllSendServerMsg("Golden Dragon Invasion Noria!!!");
break;
}
strcat(szTemp, lMsg.Get(MSGGET(4, 134)));
AllSendServerMsg("Golden Dragon Invasion !!!");
}
Fixed
![]()
Can't trade full items, how to dissable this???
Socket system buged
Seed earth OK
![]()
What client u use?
zteam client, and i fix bmd files! who can help me disable chat system on zclient?
Can you share your bmd files, item_eng, item.txt (server) and itemtooltip_eng?