OFT: Maybe there should have been a "HELP SECTION" for this thread.
ONT: Nice release my man.
Regards
Printable View
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 ?Quote:
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
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 = /
thats a lie, if you read all the comments you should see it. there was a code to edit to make the panda tradable. I saw it few days ago.. I just dont remember which season was it.. its like the hegaton thing, just need to edit the code no client editing needed.
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