where is main.exe serial i couldnt find it '(
where is main.exe serial i couldnt find it '(
anyone help when opening gameserver.exe
have error rankingserver
help tnx
all ip config all
Dead thread =/
Fix potions and Sign of lord
__declspec(naked) void Season3ItemFixDbItemSetInByte()
{
_asm
{
CMP DWORD PTR SS:[EBP-0x0C],0x1C23;
JL IllusionTicket;
CMP DWORD PTR SS:[EBP-0x0C],0x1C25;
JG IllusionTicket;
JMP Jump1;
Jump1:
FLD DWORD PTR SS:[EBP-0x98];
FCOMP DWORD PTR DS:[0x6B3D50];
FSTSW AX;
TEST AH,40;
JE Jump2;
MOV DWORD PTR SS:[EBP-0x98],0x3F800000;
Jump2:
FLD DWORD PTR SS:[EBP-0x98];
FCOMP DWORD PTR DS:[0x6B6874];
FSTSW AX;
TEST AH,41;
JNZ Function1;
Function1:
MOV EDI,0x004D3152
JMP EDI
//IllusionTicket:
//CMP DWORD PTR SS:[EBP-0x0C],0x1A33;
//JL NextFunction; //Original
////JG NextFunction; // Fix Sign Of Lord
//JMP Jump3;
IllusionTicket:
CMP DWORD PTR SS:[EBP-0x0C],0x1A33;
JE NextFunction; //Original
//JG NextFunction; // Fix Sign Of Lord
CMP DWORD PTR SS:[EBP-0x0C],0x1C43;
JL NextFunction; //Original
JMP Jump3;
Jump3:
FLD DWORD PTR SS:[EBP-0x98];
FCOMP DWORD PTR DS:[0x6B3D50];
FSTSW AX;
TEST AH,40;
JE Jump4;
MOV DWORD PTR SS:[EBP-0x98],0x3F800000;
Jump4:
FLD DWORD PTR SS:[EBP-0x98];
FCOMP DWORD PTR DS:[0x6B6874];
FSTSW AX;
TEST AH,41;
JNZ Function2;
MOV DWORD PTR SS:[EBP-0x98],0x3F800000
Function2:
MOV EDI,0x004D30FA
JMP EDI
NextFunction:
MOV EDI,0x004D30FC
JMP EDI
}
}
i can't get excellent items to drop as i want, with excitemdropper 1 or 2000 they don't drop, can somebody explain how does the exc drop works?
i couldn't find main.exe serial where is main serial ?
when will release more updates?
when i die in stadium this send me to black map how i can fix this?
Try this one. http://forum.ragezone.com/f195/modified-stadium-991908/
hi all. maybe you can tell me what files you need to write the global IP, and where 127.0.0.1? Because when i start the server I connect to it through a local IP.
Last edited by Evaldas Jawol; 20-12-14 at 09:04 PM.
Yeah! :D add me to project, sorry my bad english xD
All my files were deleted on a fault with my HDD, but now I see the retaken project (project which was basing my server), I would like to help.
The idea is to fix bugs and server failures currently like this, to be consistent and work without any problem, after solving all problems can be adding extra features.
Why so? This is because if you are adding more features and functions, perhaps to try to fix bugs, is more complicated. Well I'm not a programmer, but I'm maintainer and a program works like a machine, a mistake leads to another.
All my support for the project, just start downloading the files (since I have a slow internet 3G 100 kbps xD or a little more) furnishes solutions.
See, what is the version of the GS, 1.00.18?
i want to know if you can put in query that have not done so error
I want to do that in conjunction with the RESET player to get credit, so I added the following query. if you can fix what's wrong?
Sql.Format("UPDATE MEMB_CREDITS SET credits = credits+1 WHERE Name = '%s'",Name);
Moreover if there is a lesson where and how it is to decompilate in gameserver.exevoid CMuOnline::UpdateResets(char Name[11])
{
CString Sql;
if(conf.log.debugenable == 1)
{
Log.Info("[DEBUG] UPDATE RESETS (GUARD)");
}
Sql.Format("UPDATE Character SET Resets = Resets+1, dtp = dtp+1, mtp = mtp+1 WHERE Name = '%s'",Name);
Sql.Format("UPDATE MEMB_CREDITS SET Credits = Credits+1 WHERE Name = '%s'",Name);
if(Query.Exec(Sql) == false)
{
Query.Clear();
return;
}
Query.Clear();
}
Last edited by Evaldas Jawol; 22-12-14 at 07:51 AM. Reason: source
no update?