Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

Play4Free™
Joined
Aug 8, 2007
Messages
469
Reaction score
277
Title: IA Julia Season 4.6 ENG + Improvements + Fixes+ Source
Latest version: 06.05.2013
The programming language (IDE): Visual C + + (Visual Studio 2012)
Distribution Type: Free
Minimum system requirements: Dual Core Processor, 512Mb Ram, Windows Server 2003 R2.


Description: Much more fixes, much more stability and much more speed.

copyrights:
Killbrum
Imagination Arts
Ulfsark
Jacubb
Youaremyangel
DexxTeR
KristiansJ
MarceliinGT

Orginal sourcse code taken from here


Server Files + Source:

Client:
-
-
 
Last edited:
Nothing Better
Joined
Jul 3, 2008
Messages
551
Reaction score
92
what the "Much more fixes, much more stability and much more speed" that you have done ?
 
Custom Title Activated
Loyal Member
Joined
Nov 25, 2010
Messages
1,171
Reaction score
403
You will never run it with 512mb ram. :D

There was also missing fix for GSCS.

Code:
#else
		case 0xF1:
		{
			if(aRecv[3] == 0x01)
			{ 
					OffProtocol.ICSPJoinIdPassRequest(aRecv,aIndex);
					return true;  
			}
		}
 
Newbie Spellweaver
Joined
Sep 10, 2011
Messages
11
Reaction score
0
Tам полно вируссов! удачи в закачке o_O
www.JPG - [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
May 6, 2013
Messages
2
Reaction score
0
How i fix that?
ERROR - [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Play4Free™
Joined
Aug 8, 2007
Messages
469
Reaction score
277
what the "Much more fixes, much more stability and much more speed" that you have done ?
take Araxis file manager and compare =) i dont do any ingame fixes. Only speed and stability

You will never run it with 512mb ram. :D

There was also missing fix for GSCS.

Code:
#else
        case 0xF1:
        {
            if(aRecv[3] == 0x01)
            { 
                    OffProtocol.ICSPJoinIdPassRequest(aRecv,aIndex);
                    return true;  
            }
        }
thanks

Little attention. In this sources you can only find much cleaner code with a lot of security/stability fixes, nothing else.

Why i made this topic? At original code you can see a lot of bugs and logic mistakes. Something like that:

if (Val == NULL || Val == 0)
{

}

this is logic mistake. No point to check Value two times (NULL = 0). So i trying to remove all this mistakes, nothing else.

P.S. i dont need any copyrights so feel free
 
Junior Spellweaver
Joined
Oct 30, 2011
Messages
101
Reaction score
44
he take a source with a jpn protocol..., if you are a pro in security/stability, fix the crash packet... make a try/catch idk in monster.cpp :S
 
Initiate Mage
Joined
May 6, 2013
Messages
2
Reaction score
0
How i fix that error?!?!?

ERROR - [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
Nov 25, 2010
Messages
1,171
Reaction score
403
he take a source with a jpn protocol..., if you are a pro in security/stability, fix the crash packet... make a try/catch idk in monster.cpp :S

You need a pro antihack to use this server, with packet encryptation.
 
Play4Free™
Joined
Aug 8, 2007
Messages
469
Reaction score
277
he take a source with a jpn protocol..., if you are a pro in security/stability, fix the crash packet... make a try/catch idk in monster.cpp :S
please tell me more about this crash
 
Custom Title Activated
Loyal Member
Joined
Nov 25, 2010
Messages
1,171
Reaction score
403
please tell me more about this crash



ihacks . pl :)

It's a problem with proxy. Protection can be built server-side as well altough using an antihack with packet encryptation seems to be doing the work as well.
 
Junior Spellweaver
Joined
Oct 30, 2011
Messages
101
Reaction score
44
You will never run it with 512mb ram. :D

There was also missing fix for GSCS.

Code:
#else
		case 0xF1:
		{
			if(aRecv[3] == 0x01)
			{ 
					OffProtocol.ICSPJoinIdPassRequest(aRecv,aIndex);
					return true;  
			}
		}

For what is that fix?
 
Skilled Illusionist
Joined
Jun 5, 2010
Messages
375
Reaction score
7
Awesome release, but what I see here, is that you just took ulfshark's server files and changed it to P4F...
Any MORE details?
 
Play4Free™
Joined
Aug 8, 2007
Messages
469
Reaction score
277
Awesome release, but what I see here, is that you just took ulfshark's server files and changed it to P4F...
Any MORE details?
no =) you can to this. I dont want to change configs or add some new features. I want to clean up this code, fix crashes and make this server more stable and faster
 
Back
Top