Skip to content

Instantly share code, notes, and snippets.

@LucusAngel
LucusAngel / soc_actions.diff
Last active December 15, 2023 06:54
Social Actions
### Eclipse Workspace Patch 1.0
#P L2J_DataPack
Index: dist/game/data/scripts/quests/Q00413_PathOfTheShillienOracle/Q00413_PathOfTheShillienOracle.java
===================================================================
--- dist/game/data/scripts/quests/Q00413_PathOfTheShillienOracle/Q00413_PathOfTheShillienOracle.java (revision 18149)
+++ dist/game/data/scripts/quests/Q00413_PathOfTheShillienOracle/Q00413_PathOfTheShillienOracle.java (working copy)
@@ -19,12 +19,12 @@
package quests.Q00413_PathOfTheShillienOracle;
import com.l2jserver.gameserver.enums.QuestSound;
/*
* This program 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.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
@LucusAngel
LucusAngel / custom_title.diff
Created October 27, 2014 21:18
Custom title for new characters
### Eclipse Workspace Patch 1.0
#P L2J_Server_BETA
Index: java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (revision 6665)
+++ java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (working copy)
@@ -935,6 +935,8 @@
player.setNewbie(1);
// Give 20 recommendations
player.setRecomLeft(20);
### Eclipse Workspace Patch 1.0
#P L2J_DataPack_BETA
Index: dist/game/data/scripts/handlers/targethandlers/Ground.java
===================================================================
--- dist/game/data/scripts/handlers/targethandlers/Ground.java (revision 10484)
+++ dist/game/data/scripts/handlers/targethandlers/Ground.java (working copy)
@@ -52,6 +52,11 @@
continue;
}
@LucusAngel
LucusAngel / u3example2.java
Last active January 7, 2016 04:43
u3example v2
/*
* This program 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.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
@LucusAngel
LucusAngel / AbstractInstance.diff
Last active August 29, 2015 14:06
Abstract for Instances
### Eclipse Workspace Patch 1.0
#P L2J_DataPack
Index: dist/game/data/scripts/instances/ChambersOfDelusion/ChamberOfDelusionTower.java
===================================================================
--- dist/game/data/scripts/instances/ChambersOfDelusion/ChamberOfDelusionTower.java (revision 18149)
+++ dist/game/data/scripts/instances/ChambersOfDelusion/ChamberOfDelusionTower.java (working copy)
@@ -49,14 +49,9 @@
private static final int INSTANCEID = 132; // this is the client number
private static final String INSTANCE_TEMPLATE = "ChamberOfDelusionTower.xml";