From e680e66e5517cea0795dd5bea0f85bc66f5f6c48 Mon Sep 17 00:00:00 2001 From: Zoey76 <zoey_76@msn.com> Date: Wed, 28 Sep 2011 04:28:55 +0000 Subject: [PATCH] BETA: Datapack updates: * Added missing license to Java files. * Cleanup. * Set GPLv3 as default header for Java files. --- .../.settings/org.eclipse.jdt.ui.prefs | 3 +- .../scripts/ai/fantasy_isle/StartMCShow.java | 14 ++++++++ .../scripts/ai/group_template/DenOfEvil.java | 1 - .../group_template/L2AttackableAIScript.java | 2 -- .../scripts/ai/group_template/Monastery.java | 1 - .../BanditStrongHold/BanditStrongHold.java | 13 +++++++- .../DevastatedCastle/DevastatedCastle.java | 14 ++++++++ .../FortressOfResistance.java | 13 +++++++- .../FortressOfTheDead/FortressOfTheDead.java | 14 ++++++++ .../RainbowSpringsChateau.java | 14 ++++++++ .../dist/game/data/scripts/cron/example.java | 14 ++++++++ .../PurchaseBracelet/PurchaseBracelet.java | 1 - .../CharacterBirthday/CharacterBirthday.java | 2 -- .../scripts/events/HeavyMedal/HeavyMedal.java | 14 ++++++++ .../scripts/handlers/EffectMasterHandler.java | 13 +++++++- .../scripts/handlers/TargetMasterHandler.java | 14 ++++++-- .../admincommandhandlers/AdminBuffs.java | 14 ++++++++ .../AdminGraciaSeeds.java | 10 ------ .../admincommandhandlers/AdminLevel.java | 10 ------ .../admincommandhandlers/AdminQuest.java | 10 ------ .../admincommandhandlers/AdminShowQuests.java | 1 - .../admincommandhandlers/AdminTest.java | 10 ------ .../admincommandhandlers/AdminVitality.java | 1 - .../admincommandhandlers/AdminZone.java | 10 ------ .../bypasshandlers/ReceivePremium.java | 2 -- .../chathandlers/ChatPartyMatchRoom.java | 3 -- .../handlers/targethandlers/TargetAlly.java | 14 ++++++-- .../handlers/targethandlers/TargetArea.java | 14 ++++++-- .../targethandlers/TargetAreaCorpseMob.java | 14 ++++++-- .../targethandlers/TargetAreaSummon.java | 14 ++++++-- .../targethandlers/TargetAreaUndead.java | 14 ++++++-- .../handlers/targethandlers/TargetAura.java | 14 ++++++-- .../targethandlers/TargetAuraCorpseMob.java | 14 ++++++-- .../targethandlers/TargetBehindArea.java | 14 ++++++-- .../targethandlers/TargetBehindAura.java | 14 ++++++-- .../handlers/targethandlers/TargetClan.java | 14 ++++++-- .../targethandlers/TargetClanMember.java | 14 ++++++-- .../targethandlers/TargetCorpseAlly.java | 14 ++++++-- .../targethandlers/TargetCorpseClan.java | 14 ++++++-- .../targethandlers/TargetCorpseMob.java | 14 ++++++-- .../targethandlers/TargetCorpsePet.java | 14 ++++++-- .../targethandlers/TargetCorpsePlayer.java | 14 ++++++-- .../targethandlers/TargetEnemySummon.java | 14 ++++++-- .../targethandlers/TargetFlagPole.java | 14 ++++++-- .../targethandlers/TargetFrontArea.java | 14 ++++++-- .../targethandlers/TargetFrontAura.java | 14 ++++++-- .../handlers/targethandlers/TargetGround.java | 14 ++++++-- .../handlers/targethandlers/TargetHoly.java | 14 ++++++-- .../handlers/targethandlers/TargetOne.java | 14 ++++++-- .../targethandlers/TargetOwnerPet.java | 14 ++++++-- .../handlers/targethandlers/TargetParty.java | 14 ++++++-- .../targethandlers/TargetPartyClan.java | 14 ++++++-- .../targethandlers/TargetPartyMember.java | 14 ++++++-- .../targethandlers/TargetPartyNotMe.java | 14 ++++++-- .../targethandlers/TargetPartyOther.java | 14 ++++++-- .../handlers/targethandlers/TargetPet.java | 14 ++++++-- .../handlers/targethandlers/TargetSelf.java | 14 ++++++-- .../handlers/targethandlers/TargetSummon.java | 14 ++++++-- .../handlers/targethandlers/TargetUndead.java | 14 ++++++-- .../targethandlers/TargetUnlockable.java | 14 ++++++-- .../CrystalCaverns/CrystalCaverns.java | 33 +++++++++++++------ .../DarkCloudMansion/DarkCloudMansion.java | 14 ++++++++ .../scripts/instances/Kamaloka/Kamaloka.java | 14 ++++++++ .../NornilsGarden/NornilsGarden.java | 1 - .../Pailaka/PailakaDevilsLegacy.java | 14 ++++++++ .../Pailaka/PailakaSongOfIceAndFire.java | 14 ++++++++ .../SeedOfInfinity/HallOfSuffering.java | 14 ++++---- .../Q423_TakeYourBestShot.java | 1 - 68 files changed, 642 insertions(+), 157 deletions(-) diff --git a/L2J_DataPack_BETA/.settings/org.eclipse.jdt.ui.prefs b/L2J_DataPack_BETA/.settings/org.eclipse.jdt.ui.prefs index 514769ee62..8669b13fde 100644 --- a/L2J_DataPack_BETA/.settings/org.eclipse.jdt.ui.prefs +++ b/L2J_DataPack_BETA/.settings/org.eclipse.jdt.ui.prefs @@ -1,4 +1,4 @@ -#Tue Aug 30 12:22:30 CLST 2011 +#Wed Sep 28 00:57:38 UYT 2011 "=id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates> cleanup.add_default_serial_version_id=true cleanup.add_generated_serial_version_id=false @@ -65,3 +65,4 @@ org.eclipse.jdt.ui.keywordthis=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.overrideannotation=true org.eclipse.jdt.ui.staticondemandthreshold=99 +org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * @return the ${bare_field_name}\r\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * @param ${param} the ${bare_field_name} to set\r\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\r\n * This program is free software\: you can redistribute it and/or modify it under\r\n * the terms of the GNU General Public License as published by the Free Software\r\n * Foundation, either version 3 of the License, or (at your option) any later\r\n * version.\r\n * \r\n * This program is distributed in the hope that it will be useful, but WITHOUT\r\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r\n * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more\r\n * details.\r\n * \r\n * You should have received a copy of the GNU General Public License along with\r\n * this program. If not, see <http\://www.gnu.org/licenses/>.\r\n */</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n *\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/ai/fantasy_isle/StartMCShow.java b/L2J_DataPack_BETA/dist/game/data/scripts/ai/fantasy_isle/StartMCShow.java index fb3c445062..4416501d57 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/ai/fantasy_isle/StartMCShow.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/ai/fantasy_isle/StartMCShow.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package ai.fantasy_isle; import com.l2jserver.gameserver.instancemanager.QuestManager; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/DenOfEvil.java b/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/DenOfEvil.java index 859e3ba799..b7d74144fc 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/DenOfEvil.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/DenOfEvil.java @@ -33,7 +33,6 @@ import com.l2jserver.util.Rnd; ** ** Dummy AI for spawns/respawns only for testing. */ - public class DenOfEvil extends L2AttackableAIScript { // private static final int _buffer_id = 32656; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/L2AttackableAIScript.java b/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/L2AttackableAIScript.java index c47235df85..2b2788c90c 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/L2AttackableAIScript.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/L2AttackableAIScript.java @@ -34,10 +34,8 @@ import com.l2jserver.gameserver.templates.chars.L2NpcTemplate; import com.l2jserver.gameserver.util.Util; /** - * * Overarching Superclass for all mob AI * @author Fulminus - * */ public class L2AttackableAIScript extends QuestJython { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/Monastery.java b/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/Monastery.java index 1953e9e31e..5dd9564b1a 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/Monastery.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/ai/group_template/Monastery.java @@ -1,4 +1,3 @@ - /* * 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 diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/BanditStrongHold/BanditStrongHold.java b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/BanditStrongHold/BanditStrongHold.java index 12e9080c0b..60bf5847cf 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/BanditStrongHold/BanditStrongHold.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/BanditStrongHold/BanditStrongHold.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package conquerablehalls.BanditStrongHold; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/DevastatedCastle/DevastatedCastle.java b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/DevastatedCastle/DevastatedCastle.java index c83bab63ad..430a36b6fc 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/DevastatedCastle/DevastatedCastle.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/DevastatedCastle/DevastatedCastle.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package conquerablehalls.DevastatedCastle; import gnu.trove.TIntIntHashMap; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/FortressOfResistance/FortressOfResistance.java b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/FortressOfResistance/FortressOfResistance.java index dc571baf0b..1ecda709d0 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/FortressOfResistance/FortressOfResistance.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/FortressOfResistance/FortressOfResistance.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package conquerablehalls.FortressOfResistance; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/FortressOfTheDead/FortressOfTheDead.java b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/FortressOfTheDead/FortressOfTheDead.java index 9023a49085..f7f882c578 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/FortressOfTheDead/FortressOfTheDead.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/FortressOfTheDead/FortressOfTheDead.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package conquerablehalls.FortressOfTheDead; import gnu.trove.TIntIntHashMap; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/RainbowSpringsChateau/RainbowSpringsChateau.java b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/RainbowSpringsChateau/RainbowSpringsChateau.java index 05db5232fe..d49c67d99c 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/RainbowSpringsChateau/RainbowSpringsChateau.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/conquerablehalls/RainbowSpringsChateau/RainbowSpringsChateau.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package conquerablehalls.RainbowSpringsChateau; import gnu.trove.TIntLongHashMap; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/cron/example.java b/L2J_DataPack_BETA/dist/game/data/scripts/cron/example.java index 4e35c026d3..e65f550a92 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/cron/example.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/cron/example.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package cron; public class example diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/custom/PurchaseBracelet/PurchaseBracelet.java b/L2J_DataPack_BETA/dist/game/data/scripts/custom/PurchaseBracelet/PurchaseBracelet.java index 099d35dc9f..f72d92d2e0 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/custom/PurchaseBracelet/PurchaseBracelet.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/custom/PurchaseBracelet/PurchaseBracelet.java @@ -12,7 +12,6 @@ * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ - package custom.PurchaseBracelet; import com.l2jserver.gameserver.model.actor.L2Npc; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/events/CharacterBirthday/CharacterBirthday.java b/L2J_DataPack_BETA/dist/game/data/scripts/events/CharacterBirthday/CharacterBirthday.java index d67f00f96e..72d4bdf12a 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/events/CharacterBirthday/CharacterBirthday.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/events/CharacterBirthday/CharacterBirthday.java @@ -23,9 +23,7 @@ import com.l2jserver.gameserver.util.Util; /** * @author Gnacik. Updated to H5 by Nyaran - * */ - public class CharacterBirthday extends Quest { private static final int _npc = 32600; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/events/HeavyMedal/HeavyMedal.java b/L2J_DataPack_BETA/dist/game/data/scripts/events/HeavyMedal/HeavyMedal.java index d599d1f6a2..b59a2ed6a5 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/events/HeavyMedal/HeavyMedal.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/events/HeavyMedal/HeavyMedal.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package events.HeavyMedal; import com.l2jserver.gameserver.instancemanager.QuestManager; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/EffectMasterHandler.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/EffectMasterHandler.java index 5ec2cbf8bc..90a6859952 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/EffectMasterHandler.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/EffectMasterHandler.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/TargetMasterHandler.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/TargetMasterHandler.java index 5cb8a77555..18fb4b646b 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/TargetMasterHandler.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/TargetMasterHandler.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers; @@ -44,7 +55,6 @@ import com.l2jserver.gameserver.handler.TargetHandler; /** * @author UnAfraid - * */ public class TargetMasterHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminBuffs.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminBuffs.java index 70241c02eb..8bc14d3738 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminBuffs.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminBuffs.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package handlers.admincommandhandlers; import java.util.StringTokenizer; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminGraciaSeeds.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminGraciaSeeds.java index d981f3098e..9a6e5404ed 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminGraciaSeeds.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminGraciaSeeds.java @@ -1,14 +1,4 @@ /* - * $Header: AdminTest.java, 25/07/2005 17:15:21 luisantonioa Exp $ - * - * $Author: luisantonioa $ - * $Date: 25/07/2005 17:15:21 $ - * $Revision: 1 $ - * $Log: AdminTest.java,v $ - * Revision 1 25/07/2005 17:15:21 luisantonioa - * Added copyright notice - * - * * 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 diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminLevel.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminLevel.java index b6964e3409..2cb9282e6f 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminLevel.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminLevel.java @@ -1,14 +1,4 @@ /* - * $Header: AdminTest.java, 25/07/2005 17:15:21 luisantonioa Exp $ - * - * $Author: luisantonioa $ - * $Date: 25/07/2005 17:15:21 $ - * $Revision: 1 $ - * $Log: AdminTest.java,v $ - * Revision 1 25/07/2005 17:15:21 luisantonioa - * Added copyright notice - * - * * 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 diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminQuest.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminQuest.java index 25ec1a28f6..1f8b97ebc4 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminQuest.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminQuest.java @@ -1,14 +1,4 @@ /* - * $Header: AdminTest.java, 25/07/2005 17:15:21 luisantonioa Exp $ - * - * $Author: luisantonioa $ - * $Date: 25/07/2005 17:15:21 $ - * $Revision: 1 $ - * $Log: AdminTest.java,v $ - * Revision 1 25/07/2005 17:15:21 luisantonioa - * Added copyright notice - * - * * 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 diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminShowQuests.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminShowQuests.java index c772412ed0..252c11d731 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminShowQuests.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminShowQuests.java @@ -12,7 +12,6 @@ * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ - package handlers.admincommandhandlers; import java.sql.Connection; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminTest.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminTest.java index fe36b052a7..41771e9b58 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminTest.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminTest.java @@ -1,14 +1,4 @@ /* - * $Header: AdminTest.java, 25/07/2005 17:15:21 luisantonioa Exp $ - * - * $Author: luisantonioa $ - * $Date: 25/07/2005 17:15:21 $ - * $Revision: 1 $ - * $Log: AdminTest.java,v $ - * Revision 1 25/07/2005 17:15:21 luisantonioa - * Added copyright notice - * - * * 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 diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminVitality.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminVitality.java index 5466c9d733..19180880e6 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminVitality.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminVitality.java @@ -24,7 +24,6 @@ import com.l2jserver.gameserver.model.actor.stat.PcStat; /** * @author Psychokiller1888 */ - public class AdminVitality implements IAdminCommandHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminZone.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminZone.java index fc22255571..01df502ae1 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminZone.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminZone.java @@ -1,14 +1,4 @@ /* - * $Header: AdminTest.java, 25/07/2005 17:15:21 luisantonioa Exp $ - * - * $Author: luisantonioa $ - * $Date: 25/07/2005 17:15:21 $ - * $Revision: 1 $ - * $Log: AdminTest.java,v $ - * Revision 1 25/07/2005 17:15:21 luisantonioa - * Added copyright notice - * - * * 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 diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/bypasshandlers/ReceivePremium.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/bypasshandlers/ReceivePremium.java index ad4d80e69f..d54e26e4f3 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/bypasshandlers/ReceivePremium.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/bypasshandlers/ReceivePremium.java @@ -14,7 +14,6 @@ */ package handlers.bypasshandlers; - import com.l2jserver.gameserver.handler.IBypassHandler; import com.l2jserver.gameserver.model.L2Object.InstanceType; import com.l2jserver.gameserver.model.actor.L2Character; @@ -23,7 +22,6 @@ import com.l2jserver.gameserver.network.SystemMessageId; import com.l2jserver.gameserver.network.serverpackets.ExGetPremiumItemList; import com.l2jserver.gameserver.network.serverpackets.SystemMessage; - public class ReceivePremium implements IBypassHandler { private static final String[] COMMANDS = diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/chathandlers/ChatPartyMatchRoom.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/chathandlers/ChatPartyMatchRoom.java index 8431ca0748..2c17b87d49 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/chathandlers/ChatPartyMatchRoom.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/chathandlers/ChatPartyMatchRoom.java @@ -26,7 +26,6 @@ import com.l2jserver.gameserver.util.Util; /** * A chat handler - * * @author Gnacik */ public class ChatPartyMatchRoom implements IChatHandler @@ -38,7 +37,6 @@ public class ChatPartyMatchRoom implements IChatHandler /** * Handle chat type 'partymatchroom' - * @see net.sf.l2j.gameserver.handler.IChatHandler#handleChat(int, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, java.lang.String) */ public void handleChat(int type, L2PcInstance activeChar, String target, String text) { @@ -64,7 +62,6 @@ public class ChatPartyMatchRoom implements IChatHandler /** * Returns the chat types registered to this handler - * @see net.sf.l2j.gameserver.handler.IChatHandler#getChatTypeList() */ public int[] getChatTypeList() { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAlly.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAlly.java index d3e899010c..68b63b4969 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAlly.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAlly.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -19,7 +30,6 @@ import com.l2jserver.gameserver.model.entity.TvTEvent; /** * @author UnAfraid - * */ public class TargetAlly implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetArea.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetArea.java index 3bc4215c3a..d058c7599b 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetArea.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetArea.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -21,7 +32,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetArea implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaCorpseMob.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaCorpseMob.java index 468bc73b4a..b390a79da5 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaCorpseMob.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaCorpseMob.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -21,7 +32,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetAreaCorpseMob implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaSummon.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaSummon.java index ec57ec7bd2..82464a7806 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaSummon.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaSummon.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -20,7 +31,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetAreaSummon implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaUndead.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaUndead.java index f1456ea025..44dddb8ca8 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaUndead.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAreaUndead.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -21,7 +32,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetAreaUndead implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAura.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAura.java index c67eaa34e0..c795f08ee8 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAura.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAura.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -21,7 +32,6 @@ import com.l2jserver.gameserver.templates.skills.L2SkillType; /** * @author UnAfraid - * */ public class TargetAura implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAuraCorpseMob.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAuraCorpseMob.java index 5422616aa1..b3772a3406 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAuraCorpseMob.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetAuraCorpseMob.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -17,7 +28,6 @@ import com.l2jserver.gameserver.model.actor.L2Character; /** * @author UnAfraid - * */ public class TargetAuraCorpseMob implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetBehindArea.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetBehindArea.java index 4ab8b76e04..84fcae3f45 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetBehindArea.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetBehindArea.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -21,7 +32,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetBehindArea implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetBehindAura.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetBehindAura.java index 1150dad0d5..0ca477afae 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetBehindAura.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetBehindAura.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -21,7 +32,6 @@ import com.l2jserver.gameserver.templates.skills.L2SkillType; /** * @author UnAfraid - * */ public class TargetBehindAura implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetClan.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetClan.java index 3a838af777..56e49c8ed1 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetClan.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetClan.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -23,7 +34,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetClan implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetClanMember.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetClanMember.java index be34bfaf1a..ef17c1cf69 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetClanMember.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetClanMember.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -18,7 +29,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetClanMember implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseAlly.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseAlly.java index 679a49bf9a..b7084f0fd6 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseAlly.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseAlly.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -20,7 +31,6 @@ import com.l2jserver.gameserver.templates.skills.L2SkillType; /** * @author UnAfraid - * */ public class TargetCorpseAlly implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseClan.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseClan.java index 41020ed1c3..23ae104d82 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseClan.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseClan.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -24,7 +35,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetCorpseClan implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseMob.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseMob.java index 8f84042a06..9e46f1c403 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseMob.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpseMob.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -20,7 +31,6 @@ import com.l2jserver.gameserver.network.serverpackets.SystemMessage; /** * @author UnAfraid - * */ public class TargetCorpseMob implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpsePet.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpsePet.java index 9042b22f57..76cb7f081f 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpsePet.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpsePet.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -12,7 +23,6 @@ import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; /** * @author UnAfraid - * */ public class TargetCorpsePet implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpsePlayer.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpsePlayer.java index 7d36de289e..33f8c69656 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpsePlayer.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetCorpsePlayer.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -20,7 +31,6 @@ import com.l2jserver.gameserver.templates.skills.L2SkillType; /** * @author UnAfraid - * */ public class TargetCorpsePlayer implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetEnemySummon.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetEnemySummon.java index 086657341f..7171419803 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetEnemySummon.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetEnemySummon.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -13,7 +24,6 @@ import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; /** * @author UnAfraid - * */ public class TargetEnemySummon implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFlagPole.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFlagPole.java index fd4224644d..225455ed87 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFlagPole.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFlagPole.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -11,7 +22,6 @@ import com.l2jserver.gameserver.model.actor.L2Character; /** * @author UnAfraid - * */ public class TargetFlagPole implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFrontArea.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFrontArea.java index f4c5e0bb43..ddd365c183 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFrontArea.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFrontArea.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -21,7 +32,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetFrontArea implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFrontAura.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFrontAura.java index a4eb0b7cf4..9c4cccbd34 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFrontAura.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetFrontAura.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -21,7 +32,6 @@ import com.l2jserver.gameserver.templates.skills.L2SkillType; /** * @author UnAfraid - * */ public class TargetFrontAura implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetGround.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetGround.java index f758e4d81b..c83b1b7d81 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetGround.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetGround.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -11,7 +22,6 @@ import com.l2jserver.gameserver.model.actor.L2Character; /** * @author UnAfraid - * */ public class TargetGround implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetHoly.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetHoly.java index a6090c6686..2e88e88460 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetHoly.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetHoly.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -13,7 +24,6 @@ import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; /** * @author UnAfraid - * */ public class TargetHoly implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetOne.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetOne.java index 13cdaba059..7d99cafdf3 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetOne.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetOne.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -13,7 +24,6 @@ import com.l2jserver.gameserver.network.serverpackets.SystemMessage; /** * @author UnAfraid - * */ public class TargetOne implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetOwnerPet.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetOwnerPet.java index bec621ad5e..0672c8dff5 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetOwnerPet.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetOwnerPet.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -12,7 +23,6 @@ import com.l2jserver.gameserver.model.actor.L2Summon; /** * @author UnAfraid - * */ public class TargetOwnerPet implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetParty.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetParty.java index 0bef8dc223..d31f044dfa 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetParty.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetParty.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -17,7 +28,6 @@ import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; /** * @author UnAfraid - * */ public class TargetParty implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyClan.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyClan.java index f0685d47b0..9c9a5d2a1f 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyClan.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyClan.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -18,7 +29,6 @@ import com.l2jserver.gameserver.model.entity.TvTEvent; /** * @author UnAfraid - * */ public class TargetPartyClan implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyMember.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyMember.java index 20179a28d5..2bb9e04808 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyMember.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyMember.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -15,7 +26,6 @@ import com.l2jserver.gameserver.network.serverpackets.SystemMessage; /** * @author UnAfraid - * */ public class TargetPartyMember implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyNotMe.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyNotMe.java index 791583162b..3b79704650 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyNotMe.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyNotMe.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -18,7 +29,6 @@ import com.l2jserver.gameserver.util.Util; /** * @author UnAfraid - * */ public class TargetPartyNotMe implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyOther.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyOther.java index 4bdff8a603..37df2a763b 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyOther.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPartyOther.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -14,7 +25,6 @@ import com.l2jserver.gameserver.network.serverpackets.SystemMessage; /** * @author UnAfraid - * */ public class TargetPartyOther implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPet.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPet.java index d862169192..e3c446d251 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPet.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetPet.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -11,7 +22,6 @@ import com.l2jserver.gameserver.model.actor.L2Character; /** * @author UnAfraid - * */ public class TargetPet implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetSelf.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetSelf.java index 3011755750..49486dae1b 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetSelf.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetSelf.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -11,7 +22,6 @@ import com.l2jserver.gameserver.model.actor.L2Character; /** * @author UnAfraid - * */ public class TargetSelf implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetSummon.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetSummon.java index d91594c15f..880fc5a597 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetSummon.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetSummon.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -12,7 +23,6 @@ import com.l2jserver.gameserver.model.actor.instance.L2SummonInstance; /** * @author UnAfraid - * */ public class TargetSummon implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetUndead.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetUndead.java index 5ce97641cb..08c7be63bc 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetUndead.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetUndead.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -19,7 +30,6 @@ import com.l2jserver.gameserver.network.serverpackets.SystemMessage; /** * @author UnAfraid - * */ public class TargetUndead implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetUnlockable.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetUnlockable.java index 7a35e7f6a2..612f71c234 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetUnlockable.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/targethandlers/TargetUnlockable.java @@ -1,5 +1,16 @@ -/** +/* + * 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. * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.targethandlers; @@ -17,7 +28,6 @@ import com.l2jserver.gameserver.model.actor.instance.L2DoorInstance; /** * @author UnAfraid - * */ public class TargetUnlockable implements ISkillTargetTypeHandler { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java b/L2J_DataPack_BETA/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java index 6ed908e394..42ccaaad82 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java @@ -1,15 +1,17 @@ /* -Todo: -1. Kechi's Henchmans spawn animation is missing. -2. NPC related Traps are not supported by core, so Darnels and Lahm door trap is not working. -3. Need retail spawn for Coral Garden (EmeraldSteam/Square - done). -4. Baylor Raid is missing a lot of things -This script takes the best elements of different versions and combines them into one script to get the most optimal and retail-like experience. -Original sources: theone, L2JEmu, L2JOfficial, L2JFree -Contributing authors: TGS, Lantoc, Janiii, Gigiikun, RosT -Please maintain consistency between the Crystal Caverns scripts. + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. */ - package instances.CrystalCaverns; import java.util.List; @@ -60,6 +62,17 @@ import com.l2jserver.gameserver.network.serverpackets.ValidateLocation; import com.l2jserver.gameserver.util.Util; import com.l2jserver.util.Rnd; +/** + * TODO: + * 1. Kechi's Henchmans spawn animation is missing. + * 2. NPC related Traps are not supported by core, so Darnels and Lahm door trap is not working. + * 3. Need retail spawn for Coral Garden (EmeraldSteam/Square - done). + * 4. Baylor Raid is missing a lot of things + * This script takes the best elements of different versions and combines them into one script to get the most optimal and retail-like experience. + * Original sources: theone, L2JEmu, L2JOfficial, L2JFree + * Contributing authors: TGS, Lantoc, Janiii, Gigiikun, RosT + * Please maintain consistency between the Crystal Caverns scripts. + */ public class CrystalCaverns extends Quest { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/instances/DarkCloudMansion/DarkCloudMansion.java b/L2J_DataPack_BETA/dist/game/data/scripts/instances/DarkCloudMansion/DarkCloudMansion.java index a5a886af98..992b27ad9a 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/instances/DarkCloudMansion/DarkCloudMansion.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/instances/DarkCloudMansion/DarkCloudMansion.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package instances.DarkCloudMansion; import javolution.util.FastList; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java b/L2J_DataPack_BETA/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java index c656ee850c..e8adf79ceb 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package instances.Kamaloka; import java.util.ArrayList; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/instances/NornilsGarden/NornilsGarden.java b/L2J_DataPack_BETA/dist/game/data/scripts/instances/NornilsGarden/NornilsGarden.java index cb92b9e607..f1473dbdb1 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/instances/NornilsGarden/NornilsGarden.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/instances/NornilsGarden/NornilsGarden.java @@ -42,7 +42,6 @@ import com.l2jserver.util.Rnd; ** ** 2010-10-15 Based on official server Naia */ - public class NornilsGarden extends Quest { private class NornilsWorld extends InstanceWorld diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/instances/Pailaka/PailakaDevilsLegacy.java b/L2J_DataPack_BETA/dist/game/data/scripts/instances/Pailaka/PailakaDevilsLegacy.java index ab66b087f9..b9b3a00396 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/instances/Pailaka/PailakaDevilsLegacy.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/instances/Pailaka/PailakaDevilsLegacy.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package instances.Pailaka; import java.util.List; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/instances/Pailaka/PailakaSongOfIceAndFire.java b/L2J_DataPack_BETA/dist/game/data/scripts/instances/Pailaka/PailakaSongOfIceAndFire.java index 30f95e698d..06ea57ad20 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/instances/Pailaka/PailakaSongOfIceAndFire.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/instances/Pailaka/PailakaSongOfIceAndFire.java @@ -1,3 +1,17 @@ +/* + * 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. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + */ package instances.Pailaka; import com.l2jserver.gameserver.ThreadPoolManager; diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/instances/SeedOfInfinity/HallOfSuffering.java b/L2J_DataPack_BETA/dist/game/data/scripts/instances/SeedOfInfinity/HallOfSuffering.java index 5d83dc599a..f3e08f810b 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/instances/SeedOfInfinity/HallOfSuffering.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/instances/SeedOfInfinity/HallOfSuffering.java @@ -41,13 +41,13 @@ import com.l2jserver.gameserver.templates.skills.L2SkillType; import com.l2jserver.gameserver.util.Util; import com.l2jserver.util.Rnd; -/* -Todo: -- after 15mins mobs are despawned -- bound instance to quests - -Contributing authors: Gigiikun, ZakaX, Didldak -Please maintain consistency between the Seed scripts. +/** + * TODO: + * - after 15mins mobs are despawned + * - bound instance to quests + * + * Contributing authors: Gigiikun, ZakaX, Didldak + * Please maintain consistency between the Seed scripts. */ public class HallOfSuffering extends Quest { diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q423_TakeYourBestShot/Q423_TakeYourBestShot.java b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q423_TakeYourBestShot/Q423_TakeYourBestShot.java index 4545b0bef8..c583b6f722 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q423_TakeYourBestShot/Q423_TakeYourBestShot.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q423_TakeYourBestShot/Q423_TakeYourBestShot.java @@ -30,7 +30,6 @@ import com.l2jserver.util.Rnd; ** ** 2010-06-26 Based on official server Franz */ - public class Q423_TakeYourBestShot extends Quest { private static final String qn = "423_TakeYourBestShot"; -- GitLab