Jump to content
  • 0

.diff file


Question

Posted

Hey all, i want to ask one thing.

I want to integrate religion system in my server.

But it only gives .diff file.

What should i do with it ?

Something with eclipse, or what ?

 

Please, help me.

13 answers to this question

Recommended Posts

  • 0
Posted

.Diff files can be applied in eclipse.

 

But usually , you have errors when you apply a patch , that's why it's better to install the mods manually.

  • 0
Posted

But how to know, where to put exactly ?

 

Cuz it's only gives the lines in .diff file.

 

Index: C:/workspace/L2_GameServer/java/net/sf/l2j/gameservermodel/L2Character.java
===================================================================

		if (!isTeleporting())
		{
			setIsPendingRevive(false);
	    if ((this instanceof L2PcInstance) && (((L2PcInstance) this).isdemon() && Config.RELIGION_SYSTEM_ENABLE))
	    {
		teleToLocation(73056, 142127, -3798);
	    } else
	    {
		if ((this instanceof L2PcInstance) && (((L2PcInstance) this).isangel() && Config.RELIGION_SYSTEM_ENABLE))
		{
		    teleToLocation(72954, 143363, -3798);
		}
	    }
			setIsDead(false);
			boolean restorefull = false;

  • 0
Posted

If it doesn't have + and - lines you can't install it manually.

 

Cause you don't really know what to search in order to edit them.

 

The codes that you can add manually are the ones that have ( + )  and ( - ) lines.

 

Try to apply this one and tell me if you got any errors.

  • 0
Posted

Can you tell me, what should i do with this:

Index: C:/workspace/L2_GameServer/java/net/sf/l2j/gameservermodel/L2Character.java
===================================================================

		if (!isTeleporting())
		{
			setIsPendingRevive(false);
+		    if ((this instanceof L2PcInstance) && (((L2PcInstance) this).isdemon() && Config.RELIGION_SYSTEM_ENABLE))
+		    {
+			teleToLocation(73056, 142127, -3798);
+		    } else
+		    {
+			if ((this instanceof L2PcInstance) && (((L2PcInstance) this).isangel() && Config.RELIGION_SYSTEM_ENABLE))
+			{
+			    teleToLocation(72954, 143363, -3798);
+			}
+		    }
			setIsDead(false);
			boolean restorefull = false;

  • 0
Posted

It's impossible to apply that patch automatically?

 

You can apply it like i said you before but you will have errors in eclipse.

 

Adding them manually , is the best way.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock