Work Perfectly on 2008 R2 as far as I tested....long time ago.
Enviado desde mi LG-H340AR mediante Tapatalk
Work Perfectly on 2008 R2 as far as I tested....long time ago.
Enviado desde mi LG-H340AR mediante Tapatalk
Does anyone fix the agility bug for elf and bk skills?
reupload please links!!
you can use TT linkserver to get a good working exdb from it.
- - - Updated - - -
On the following weeks I will share some fixes what I created for myself and for the community.
1. -> Recoded set options (possible to change the values of the item options from config, for example HP+4% to hp 40% )
2. -> Recoded character balance system, with balanced config
3. -> Recoded drop system, so if you want to make a really HARD server you can make it with it
4. -> Configured Socket Seed options (with config files where you can change the value of the item option like 1.)
5. -> Recoded Offtrade system (you can type anything into your shop name)
6. -> Recoded Reconnect system, which contains bug fixes, item duplication bug fixes, crash bug fixes.
7. -> Fixed agility bug for all of the characters on clientside
1-2 weeks and I will finish and test everything, than I will release this code parts. Only the 1,2 points is not finished at all, anothers are done.
Have nice week guys!
Please tell me what is the problem ?
When you enter your login and password the client does not go to ACC just hangs
I use Source 18.05.2015
I think it not problem from XOR keys. I have tested it. Not work, still Offline Talking :).
XOR keys 1.04D Original:
Code:this->byXorFilter[0] = 0xAB; this->byXorFilter[1] = 0x11; this->byXorFilter[2] = 0xCD; this->byXorFilter[3] = 0xFE; this->byXorFilter[4] = 0x18; this->byXorFilter[5] = 0x23; this->byXorFilter[6] = 0xC5; this->byXorFilter[7] = 0xA3; this->byXorFilter[8] = 0xCA; this->byXorFilter[9] = 0x33; this->byXorFilter[10] = 0xC1; this->byXorFilter[11] = 0xCC; this->byXorFilter[12] = 0x66; this->byXorFilter[13] = 0x67; this->byXorFilter[14] = 0x21; this->byXorFilter[15] = 0xF3; this->byXorFilter[16] = 0x32; this->byXorFilter[17] = 0x12; this->byXorFilter[18] = 0x15; this->byXorFilter[19] = 0x35; this->byXorFilter[20] = 0x29; this->byXorFilter[21] = 0xFF; this->byXorFilter[22] = 0xFE; this->byXorFilter[23] = 0x1D; this->byXorFilter[24] = 0x44; this->byXorFilter[25] = 0xEF; this->byXorFilter[26] = 0xCD; this->byXorFilter[27] = 0x41; this->byXorFilter[28] = 0x26; this->byXorFilter[29] = 0x3C; this->byXorFilter[30] = 0x4E; this->byXorFilter[31] = 0x4D;
OFT: Maybe there should have been a "HELP SECTION" for this thread.
ONT: Nice release my man.
Regards
Without any logs I cannot say anything about the problems I can give just tips, I dont see what happens on the JS / GS Screen, than how to give perfect answer? It can happens if he using bad encoder, if the xor keys are bad, if he created the acccount with editor and the editor f*cked the database table... So many thing can be the problem. Without anything I dont think anybody can give 100% right answer.
- - - Updated - - -
GM / Event GM logged in message
User.cpp
Code:if ( (lpMsg->CtlCode & 0x20 ) == 0x20 ) { lpObj->Authority = 0x20; LogAddC(2, "(%s)(%s) Set Event GM", lpObj->AccountID, lpObj->Name); cManager.ManagerAdd(lpObj->Name, lpObj->m_Index); //Here you can use CTLCODE==32 or 16 or 8 and add else messages for Event GMs or for custom ranks. char Text[256]; ZeroMemory(Text, sizeof(Text)); sprintf(Text, "[GM] %s is online!", lpObj->Name); AllSendServerMsg(Text); }
Hi guys !
Can somebody tell me how to make a connection to the client ?
I found in this release that you can connect without Common.z.
In Other.cpp enter the IP Address.
Please tell me how I can to do it correctly ?void Other::Changer(){
VMBEGIN
// ----
#ifdef __ROOT__
SetByte((PVOID)0x0095CE90, 0xEB);
SetRange((PVOID)0x0095DE51, 2, ASM::NOP);
#endif
// ----
char IP[20];
g_ScriptEncode.GetToken();
memcpy(IP, "www.exedon.net", sizeof(IP)-1);
WriteMemory((LPVOID)0x00E611B2, IP, sizeof(IP));
// ----
SetByte((PVOID)oCharColor_Loot, 8);
SetByte((PVOID)oVulcanusMove, 0);
SetByte((PVOID)(0x007AF025 + 1), 9);
SetByte((PVOID)(0x007AF2C5 + 1), 9);
SetByte((PVOID)(0x007AF645 + 1), 9);
SetByte((PVOID)(0x007B01C5 + 1), 9);
SetRange((PVOID)0x006505FB, 4, ASM::NOP);
SetDword((PVOID)(0x00405B7A+2), 401);
SetDword((PVOID)(0x0040CC3F+1), 401);
// ----
static char* LogName = "Logs\\Error.log";
static char* LogName2 = "Logs\\Error_%d.log";
static char* DumpName = "Logs\\Error.dmp";
static char* ScreenName = "Images\\Screen(%02d_%02d-%02d_%02d)-%04d.jpg";
// ----
SetDword((PVOID)(0x004D9F54+1), (DWORD)ScreenName);
SetDword((PVOID)(0x0096A8C8+1), (DWORD)LogName);
SetDword((PVOID)(0x0096A94F+1), (DWORD)LogName);
SetDword((PVOID)(0x0096A9DB+1), (DWORD)LogName2);
SetDword((PVOID)(0x004D1D0B+1), (DWORD)DumpName);
SetDword((PVOID)(0x004D9F54+1), (DWORD)ScreenName);
WriteMemory((LPVOID)0x00D26BA0, __CustomTitle, sizeof(__CustomTitle));
// ----
VMEND
}
Thanks in advance !
Anybody know how to add Hprec on DL cape?
I tried nearly everything, but not working.
Tried to add here and everywhere, I checked item.txt item.bmd itemtooltiptext, and nothink, I cant find out why hprec not appear on the item, only Additional option.Code:if(lpObj->pInventory[target].m_Option3 == 0) { if(lpObj->pInventory[target].m_Type >= ITEMGET(12,3) && lpObj->pInventory[target].m_Type <= ITEMGET(12,6) || lpObj->pInventory[target].m_Type == ITEMGET(12, 42) || lpObj->pInventory[target].m_Type == ITEMGET(12, 49)) { lpObj->pInventory[target].m_NewOption &= 0xDF; if(rand()%2) { lpObj->pInventory[target].m_NewOption |= 0x20; } } }
2nd question, anybody idea how to make for example pet panda / panda ring tradeable, without adding it as a new item?
i think somewhere in this thread its a piece of code that lets you trade the panda via pshop
Last edited by RevolGaming; 14-10-16 at 11:07 PM.
I see several men working with these files, someone good soul could share files (source, MuServer, client) new? with updates and corrections: D to this dispirited community why anyone working in team = /
Its not tradeable, its just put into the shop! Clientside blocking this items, not the serverside.
http://forum.ragezone.com/f197/zteam...ml#post8468681
You talk about this!
I want to make it trade able without adding it as a new item, ofc If I add it as a new item than it will be tradeable.
Some body have New links for this projekt?
- - - Updated - - -
New and all links;) Or full Client and full file