Skip to content

Instantly share code, notes, and snippets.

### Eclipse Workspace Patch 1.0
#P L2J_DataPack
Index: dist/game/data/scripts/handlers/effecthandlers/MagicalAttackMp.java
===================================================================
--- dist/game/data/scripts/handlers/effecthandlers/MagicalAttackMp.java (revision 18804)
+++ dist/game/data/scripts/handlers/effecthandlers/MagicalAttackMp.java (working copy)
@@ -47,6 +47,10 @@
{
return false;
}
### Eclipse Workspace Patch 1.0
#P L2J_Server
Index: java/com/l2jserver/gameserver/model/drops/strategy/IGroupedItemDropCalculationStrategy.java
===================================================================
--- java/com/l2jserver/gameserver/model/drops/strategy/IGroupedItemDropCalculationStrategy.java (revision 10651)
+++ java/com/l2jserver/gameserver/model/drops/strategy/IGroupedItemDropCalculationStrategy.java (working copy)
@@ -66,7 +66,7 @@
for (GeneralDropItem item2 : normalized.getItems())
{
// Grouped item chance rates should not be modified (the whole magic was already done by normalizing thus the items' chance sum is always 100%).
### Eclipse Workspace Patch 1.0
#P L2J_Server
Index: java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (revision 10651)
+++ java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (working copy)
@@ -431,7 +431,7 @@
private long _expBeforeDeath;
/** The Karma of the L2PcInstance (if higher than 0, the name of the L2PcInstance appears in red) */
/*
* Copyright (C) 2004-2015 L2J DataPack
*
* This file is part of L2J DataPack.
*
* L2J DataPack is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
### Eclipse Workspace Patch 1.0
#P L2J_DataPack_BETA
Index: dist/game/data/scripts/quests/Q00129_PailakaDevilsLegacy/32498-06.htm
===================================================================
--- dist/game/data/scripts/quests/Q00129_PailakaDevilsLegacy/32498-06.htm (revision 10434)
+++ dist/game/data/scripts/quests/Q00129_PailakaDevilsLegacy/32498-06.htm (working copy)
@@ -3,5 +3,5 @@
But most think, as I do, that you should find an ally once you cross over.<br>
We just don't know the specifics! Stay alert and you'll do fine.<br>
Now then, we've talked long enough! Ready to go?<br>
### Eclipse Workspace Patch 1.0
#P L2J_DataPack_BETA
Index: dist/game/data/scripts.cfg
===================================================================
--- dist/game/data/scripts.cfg (revision 10487)
+++ dist/game/data/scripts.cfg (working copy)
@@ -313,3 +313,4 @@
#events/FreyaCelebration/FreyaCelebration.java
#events/MasterOfEnchanting/MasterOfEnchanting.java
#events/LoveYourGatekeeper/LoveYourGatekeeper.java
### Eclipse Workspace Patch 1.0
#P L2J_Server_BETA
Index: java/com/l2jserver/L2DatabaseFactory.java
===================================================================
--- java/com/l2jserver/L2DatabaseFactory.java (revision 6602)
+++ java/com/l2jserver/L2DatabaseFactory.java (working copy)
@@ -26,7 +26,6 @@
import java.util.logging.Level;
import java.util.logging.Logger;
### Eclipse Workspace Patch 1.0
#P L2J_Server_BETA
Index: .classpath
===================================================================
--- .classpath (revision 6599)
+++ .classpath (working copy)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="java" />
### Eclipse Workspace Patch 1.0
#P L2J_Server_BETA
Index: java/com/l2jserver/gameserver/model/zone/type/L2SwampZone.java
===================================================================
--- java/com/l2jserver/gameserver/model/zone/type/L2SwampZone.java (revision 6602)
+++ java/com/l2jserver/gameserver/model/zone/type/L2SwampZone.java (working copy)
@@ -18,24 +18,30 @@
*/
package com.l2jserver.gameserver.model.zone.type;
### Eclipse Workspace Patch 1.0
#P L2J_Server_BETA
Index: java/com/l2jserver/gameserver/model/zone/type/L2SwampZone.java
===================================================================
--- java/com/l2jserver/gameserver/model/zone/type/L2SwampZone.java (revision 6599)
+++ java/com/l2jserver/gameserver/model/zone/type/L2SwampZone.java (working copy)
@@ -24,17 +24,18 @@
import com.l2jserver.gameserver.model.entity.Castle;
import com.l2jserver.gameserver.model.zone.L2ZoneType;
import com.l2jserver.gameserver.model.zone.ZoneId;