From e02ede58da072bc3c3cc32ddb959e62027938f03 Mon Sep 17 00:00:00 2001 From: ronancpl Date: Sun, 26 May 2019 15:17:53 -0300 Subject: [PATCH 1/7] Normalize credit comments --- docs/feature_list.md | 6 +++--- docs/mychanges_ptbr.txt | 5 ++++- scripts/npc/1012114.js | 2 +- scripts/npc/1032102.js | 2 +- scripts/npc/1061100.js | 2 +- scripts/npc/1090000.js | 2 +- scripts/npc/1092019.js | 2 +- scripts/npc/2040030.js | 2 +- scripts/npc/2042000.js | 2 +- scripts/npc/2042001.js | 2 +- scripts/npc/2042002.js | 2 +- scripts/npc/2100007.js | 2 +- scripts/npc/2110005.js | 2 +- scripts/npc/2131000.js | 2 +- scripts/npc/2131002.js | 2 +- scripts/npc/2132000.js | 2 +- scripts/npc/9201006.js | 2 +- scripts/npc/9201007.js | 2 +- scripts/npc/9201009.js | 2 +- scripts/npc/9201010.js | 2 +- scripts/npc/9201014.js | 2 +- scripts/quest/20408.js | 2 +- scripts/reactor/8098000.js | 2 +- src/client/MapleCharacter.java | 6 +++--- src/client/MapleMount.java | 2 +- src/client/inventory/Equip.java | 2 +- .../manipulator/MapleInventoryManipulator.java | 4 ++-- src/client/processor/FredrickProcessor.java | 2 +- src/constants/EquipSlot.java | 2 +- src/constants/ServerConstants.java | 6 +++--- src/net/mina/MaplePacketDecoder.java | 2 +- src/net/server/channel/handlers/MesoDropHandler.java | 2 +- .../channel/handlers/MobDamageMobFriendlyHandler.java | 2 +- .../channel/handlers/MonsterCarnivalHandler.java | 2 +- .../channel/handlers/PlayerInteractionHandler.java | 2 +- .../server/channel/handlers/RemoteStoreHandler.java | 2 +- src/net/server/channel/handlers/RingActionHandler.java | 4 ++-- .../server/channel/handlers/SummonDamageHandler.java | 2 +- .../server/channel/handlers/UseCashItemHandler.java | 2 +- .../server/channel/handlers/UseGachaExpHandler.java | 4 +++- src/net/server/channel/handlers/UseSolomonHandler.java | 4 +++- src/net/server/channel/handlers/WeddingHandler.java | 2 +- src/net/server/world/World.java | 2 +- src/scripting/npc/NPCConversationManager.java | 2 +- src/server/MapleItemInformationProvider.java | 10 +++++++--- src/server/MapleTrade.java | 2 +- src/server/maps/MapleTVEffect.java | 2 +- src/server/partyquest/MapleCarnivalFactory.java | 2 +- src/server/partyquest/MonsterCarnival.java | 2 +- src/tools/MaplePacketCreator.java | 4 ++-- src/tools/packets/Wedding.java | 4 +++- tools/SpiderDropFetcher/src/dropspider/Main.java | 2 +- 52 files changed, 76 insertions(+), 63 deletions(-) diff --git a/docs/feature_list.md b/docs/feature_list.md index 35b5017b61..2b247a965e 100644 --- a/docs/feature_list.md +++ b/docs/feature_list.md @@ -184,8 +184,8 @@ Server potentials: * Implemented old GMS AP assigning for novices level 10 or below. Usage of the edited localhost is mandatory on this. * Implemented SP capping for players that passed the job upgrade level. After upgrading jobs, the missing SP amount is replenished. * Bypassable PIN/PIC system for players that were already authenticated and are currently loggedin and active. -* Accounts can be created automatically when trying to login on an inexistent account -- credits to shavit. -* Usage of Bcrypt (up-to-date) as the main password hashing algorithm, replacing old SHA's -- credits to shavit. +* Accounts can be created automatically when trying to login on an inexistent account - credits to shavit. +* Usage of Bcrypt (up-to-date) as the main password hashing algorithm, replacing old SHA's - credits to shavit. Custom NPCs: @@ -203,7 +203,7 @@ Server Commands: * Spawn Zakum/Horntail/Pinkbean. * Several new commands. * Rank command highlighting users either by world or server-wide. -* Revamped command files layout -- thanks Arthur L. +* Revamped command files layout - thanks Arthur L. * Optimized Search command, caching search range contents and added map search functionality. External tools: diff --git a/docs/mychanges_ptbr.txt b/docs/mychanges_ptbr.txt index 5a1d1fa2ce..4c5584f724 100644 --- a/docs/mychanges_ptbr.txt +++ b/docs/mychanges_ptbr.txt @@ -1871,4 +1871,7 @@ Implementado convite de Party Search sensível ao mapa onde os jogadores líder Corrigido pets sendo indevidamente removido da DB ao realizar operações de retirada do inventário. 15 Maio 2019, -Revisado, via testes unitários, robustez dos registros/buscas de jogadores e fluidez do sistema de Party Search. \ No newline at end of file +Revisado, via testes unitários, robustez dos registros/buscas de jogadores e fluidez do sistema de Party Search. + +26 Maio 2019, +Normalizado comentários de créditos. \ No newline at end of file diff --git a/scripts/npc/1012114.js b/scripts/npc/1012114.js index f077c3a636..9318bf1b05 100644 --- a/scripts/npc/1012114.js +++ b/scripts/npc/1012114.js @@ -1,7 +1,7 @@ /* Growlie (that fatass uhh.. hungry lion or whatever) - FightDesign @RageZONE + @author FightDesign (RageZONE) @author Ronan */ diff --git a/scripts/npc/1032102.js b/scripts/npc/1032102.js index fc5020fa67..f21adf1da7 100644 --- a/scripts/npc/1032102.js +++ b/scripts/npc/1032102.js @@ -1,5 +1,5 @@ /* - Made by RMZero213 of RaGEZONE forums. + @author RMZero213 (RaGEZONE) Just keep this header here and don't claim that you made it. */ diff --git a/scripts/npc/1061100.js b/scripts/npc/1061100.js index 321aebbaac..fe97b0f069 100644 --- a/scripts/npc/1061100.js +++ b/scripts/npc/1061100.js @@ -25,7 +25,7 @@ -- By --------------------------------------------------------------------------------------------- Unknown -- Version Info ----------------------------------------------------------------------------------- - 1.3 - More Cleanup by Moogra (12/17/09) + 1.3 - More Cleanup by Moogra - 12/17/09 1.2 - Cleanup and Statement fix by Moogra 1.1 - Statement fix [Information] 1.0 - First Version by Unknown diff --git a/scripts/npc/1090000.js b/scripts/npc/1090000.js index 60b573219d..480692d19e 100644 --- a/scripts/npc/1090000.js +++ b/scripts/npc/1090000.js @@ -36,7 +36,7 @@ jobType = 5; var advQuest = 0; function start() { if (cm.isQuestStarted(6330)) { - if (cm.getEventInstance() != null) { // missing script for skill test found thanks to Lost(tm) + if (cm.getEventInstance() != null) { // missing script for skill test found thanks to Lost™ advQuest = 5; // string visibility thanks to iPunchEm & Glvelturall cm.sendNext("Not bad at all. Let's discuss this outside!"); cm.setQuestProgress(6330, 0, 1); diff --git a/scripts/npc/1092019.js b/scripts/npc/1092019.js index f0152d9b94..48e61e6c3a 100644 --- a/scripts/npc/1092019.js +++ b/scripts/npc/1092019.js @@ -59,7 +59,7 @@ function action(mode, type, selection) { else status--; - if (status == 0) { // missing script for skill test found thanks to Lost(tm) + if (status == 0) { // missing script for skill test found thanks to Lost™ if (!cm.isQuestStarted(6400)) { cm.sendOk("Who are you talking to me? If you're just bored, go bother somebody else."); cm.dispose(); diff --git a/scripts/npc/2040030.js b/scripts/npc/2040030.js index 16724ce257..ca362dd3f8 100644 --- a/scripts/npc/2040030.js +++ b/scripts/npc/2040030.js @@ -1,4 +1,4 @@ -/* Author: aaroncsn - MapleSea Like, Need to add creation of minigame +/* Author: aaroncsn NPC Name: Wisp Map(s): Ludibrium: Eos Tower Entrance(220000400) Description: Pet Master diff --git a/scripts/npc/2042000.js b/scripts/npc/2042000.js index e6bf0728c6..010bdd7d89 100644 --- a/scripts/npc/2042000.js +++ b/scripts/npc/2042000.js @@ -2,7 +2,7 @@ -- Version Info ----------------------------------------------------------------------------------- 1.0 - First Version by Drago (MapleStorySA) 2.0 - Second Version by Ronan (HeavenMS) - 3.0 - Third Version by Jayd - translated CPQ contents to English & added Pirate items + 3.0 - Third Version by Jayd - translated CPQ contents to English and added Pirate items Special thanks to 頼晏 (ryantpayton) for also stepping in to translate CPQ scripts. --------------------------------------------------------------------------------------------------- **/ diff --git a/scripts/npc/2042001.js b/scripts/npc/2042001.js index d055d281e2..35c7190b56 100644 --- a/scripts/npc/2042001.js +++ b/scripts/npc/2042001.js @@ -2,7 +2,7 @@ -- Version Info ----------------------------------------------------------------------------------- 1.0 - First Version by Drago (MapleStorySA) 2.0 - Second Version by Ronan (HeavenMS) - 3.0 - Third Version by Jayd - translated CPQ contents to English & added Pirate items + 3.0 - Third Version by Jayd - translated CPQ contents to English and added Pirate items --------------------------------------------------------------------------------------------------- **/ diff --git a/scripts/npc/2042002.js b/scripts/npc/2042002.js index dac501d13b..4a24bb8a19 100644 --- a/scripts/npc/2042002.js +++ b/scripts/npc/2042002.js @@ -2,7 +2,7 @@ -- Version Info ----------------------------------------------------------------------------------- 1.0 - First Version by Drago (MapleStorySA) 2.0 - Second Version by Ronan (HeavenMS) - 3.0 - Third Version by Jayd - translated CPQ contents to English & added Pirate items + 3.0 - Third Version by Jayd - translated CPQ contents to English and added Pirate items --------------------------------------------------------------------------------------------------- **/ diff --git a/scripts/npc/2100007.js b/scripts/npc/2100007.js index 55a32b25c3..e3931f5ec4 100644 --- a/scripts/npc/2100007.js +++ b/scripts/npc/2100007.js @@ -1,4 +1,4 @@ -/* Author: aaroncsn - MapleSea Like, Incomplete, Needs skin id +/* Author: aaroncsn NPC Name: Laila Map(s): The Burning Road: Ariant(2600000000) Description: Skin Care Specialist diff --git a/scripts/npc/2110005.js b/scripts/npc/2110005.js index 5c3c3de363..37aecf9d55 100644 --- a/scripts/npc/2110005.js +++ b/scripts/npc/2110005.js @@ -26,7 +26,7 @@ 1.3 - Actually fixed by Alan (SharpAceX) 1.2 - Fixed and recoded by Moogra 1.1 - Shortened by Moogra - 1.0 - First Version by Maple4U, who actually can't code at all + 1.0 - First Version by Maple4U - who stepped up and coded first version of several Magatia NPCs --------------------------------------------------------------------------------------------------- */ diff --git a/scripts/npc/2131000.js b/scripts/npc/2131000.js index 09beb06a21..5c0180bd25 100644 --- a/scripts/npc/2131000.js +++ b/scripts/npc/2131000.js @@ -1,4 +1,4 @@ -/* Author: aaroncsn - MapleSea Like, Incomplete +/* Author: aaroncsn NPC Name: Athena Pierce Map(s): Altair Camp: Conference Hall(300000010) Description: Unknown diff --git a/scripts/npc/2131002.js b/scripts/npc/2131002.js index 9d32980e37..b6f86ad3b1 100644 --- a/scripts/npc/2131002.js +++ b/scripts/npc/2131002.js @@ -1,4 +1,4 @@ -/* Author: aaroncsn - MapleSea Like, Incomplete +/* Author: aaroncsn NPC Name: Euryth Map(s): Elin Forest:Altair Camp(300000000) Description: Unknown diff --git a/scripts/npc/2132000.js b/scripts/npc/2132000.js index d6a5376d15..e85d945797 100644 --- a/scripts/npc/2132000.js +++ b/scripts/npc/2132000.js @@ -1,4 +1,4 @@ -/* Author: aaroncsn - MapleSea Like, Incomplete +/* Author: aaroncsn NPC Name: Kanderun Map(s): Elin Forest:Entrance to Rocky Mountain(300010400) Description: Unknown diff --git a/scripts/npc/9201006.js b/scripts/npc/9201006.js index 761cc2fa19..93d4b07e5a 100644 --- a/scripts/npc/9201006.js +++ b/scripts/npc/9201006.js @@ -22,7 +22,7 @@ /** Debbie -- By --------------------------------------------------------------------------------------------- - Angel (get31720 ragezone) + Angel (get31720) -- Version Info ----------------------------------------------------------------------------------- 1.0 - First Version by Angel 2.0 - Second Version by happydud3 & XotiCraze diff --git a/scripts/npc/9201007.js b/scripts/npc/9201007.js index 077c98b2b4..63517179a1 100644 --- a/scripts/npc/9201007.js +++ b/scripts/npc/9201007.js @@ -22,7 +22,7 @@ /** Assistant Nancy -- By --------------------------------------------------------------------------------------------- - Angel (get31720 ragezone) + Angel (get31720) -- Version Info ----------------------------------------------------------------------------------- 1.0 - First Version by Angel 2.0 - Second Version by happydud3 & XotiCraze diff --git a/scripts/npc/9201009.js b/scripts/npc/9201009.js index 815aa0ad92..1f46fff691 100644 --- a/scripts/npc/9201009.js +++ b/scripts/npc/9201009.js @@ -22,7 +22,7 @@ /** Assistant Nancy -- By --------------------------------------------------------------------------------------------- - Angel (get31720 ragezone) + Angel (get31720) -- Version Info ----------------------------------------------------------------------------------- 1.0 - First Version by Angel 2.0 - Second Version by happydud3 & XotiCraze diff --git a/scripts/npc/9201010.js b/scripts/npc/9201010.js index 2ba82e7726..f2041d2d3c 100644 --- a/scripts/npc/9201010.js +++ b/scripts/npc/9201010.js @@ -22,7 +22,7 @@ /** Assistant Travis -- By --------------------------------------------------------------------------------------------- - Angel (get31720 ragezone) + Angel (get31720) -- Version Info ----------------------------------------------------------------------------------- 1.0 - First Version by Angel 2.0 - Second Version by happydud3 & XotiCraze diff --git a/scripts/npc/9201014.js b/scripts/npc/9201014.js index 8fd5c1d715..879884b108 100644 --- a/scripts/npc/9201014.js +++ b/scripts/npc/9201014.js @@ -22,7 +22,7 @@ /** Pila Present -- By --------------------------------------------------------------------------------------------- - Angel (get31720 ragezone) + get31720 (RaGEZONE) -- Version Info ----------------------------------------------------------------------------------- 1.0 - First Version by Angel 2.0 - Second Version by happydud3 & XotiCraze diff --git a/scripts/quest/20408.js b/scripts/quest/20408.js index c30be527c4..b788af7791 100644 --- a/scripts/quest/20408.js +++ b/scripts/quest/20408.js @@ -20,7 +20,7 @@ var status = -1; -function start(mode, type, selection) { // missing script for questid found thanks to Lost(tm) +function start(mode, type, selection) { // missing script for questid found thanks to Lost™ if (mode == -1) { qm.dispose(); } else { diff --git a/scripts/reactor/8098000.js b/scripts/reactor/8098000.js index 1e9927cf16..c9c357bb74 100644 --- a/scripts/reactor/8098000.js +++ b/scripts/reactor/8098000.js @@ -21,7 +21,7 @@ */ /* * @author RMZero213 - base - * @author Moogra - fixed, clean up + * @author Moogra - fixed and clean up */ function act() { var map = rm.getPlayer().getMapId(); diff --git a/src/client/MapleCharacter.java b/src/client/MapleCharacter.java index 8e134781f5..906d02c5b2 100644 --- a/src/client/MapleCharacter.java +++ b/src/client/MapleCharacter.java @@ -2153,7 +2153,7 @@ public class MapleCharacter extends AbstractMapleCharacterObject { public static boolean deleteCharFromDB(MapleCharacter player, int senderAccId) { int cid = player.getId(); - if(!Server.getInstance().haveCharacterEntry(senderAccId, cid)) { // thanks zera (EpiphanyMS) for pointing a critical exploit with non-authored character deletion request + if(!Server.getInstance().haveCharacterEntry(senderAccId, cid)) { // thanks zera (EpiphanyMS) for pointing a critical exploit with non-authed character deletion request return false; } @@ -3156,7 +3156,7 @@ public class MapleCharacter extends AbstractMapleCharacterObject { } } - public boolean canHoldMeso(int gain) { // thanks lucasziron found pointing out a need to check space availability for mesos on player transactions + public boolean canHoldMeso(int gain) { // thanks lucasziron for pointing out a need to check space availability for mesos on player transactions long nextMeso = (long) meso.get() + gain; return nextMeso <= Integer.MAX_VALUE; } @@ -9599,7 +9599,7 @@ public class MapleCharacter extends AbstractMapleCharacterObject { if (!mquest.isSameDayRepeatable() && !MapleQuest.isExploitableQuest(questid)) { awardQuestPoint(ServerConstants.QUEST_POINT_PER_QUEST_COMPLETE); } - quest.setCompleted(quest.getCompleted() + 1); // count quest completed Jayd's idea + quest.setCompleted(quest.getCompleted() + 1); // Jayd's idea - count quest completed announce(MaplePacketCreator.completeQuest(questid, quest.getCompletionTime())); } else if (quest.getStatus().equals(MapleQuestStatus.Status.NOT_STARTED)) { diff --git a/src/client/MapleMount.java b/src/client/MapleMount.java index 52f4bd1e3a..41934014c1 100644 --- a/src/client/MapleMount.java +++ b/src/client/MapleMount.java @@ -22,7 +22,7 @@ package client; /** - * @author PurpleMadness Patrick :O + * @author PurpleMadness (Patrick) :O */ public class MapleMount { private int itemid; diff --git a/src/client/inventory/Equip.java b/src/client/inventory/Equip.java index ec5c6941ae..71a600f547 100644 --- a/src/client/inventory/Equip.java +++ b/src/client/inventory/Equip.java @@ -309,7 +309,7 @@ public class Equip extends Item { } private boolean isNotWeaponAffinity(StatUpgrade name) { - // WATK/MATK expected gains lessens outside of weapon affinity (physical/magic): Vcoc's idea + // Vcoc's idea - WATK/MATK expected gains lessens outside of weapon affinity (physical/magic) if (ItemConstants.isWeapon(this.getItemId())) { if (name.equals(StatUpgrade.incPAD)) { diff --git a/src/client/inventory/manipulator/MapleInventoryManipulator.java b/src/client/inventory/manipulator/MapleInventoryManipulator.java index ccc3646161..3427402004 100644 --- a/src/client/inventory/manipulator/MapleInventoryManipulator.java +++ b/src/client/inventory/manipulator/MapleInventoryManipulator.java @@ -48,7 +48,7 @@ import tools.MaplePacketCreator; /** * * @author Matze - * @author Ronan - improved check space feature & removed redundant object calls + * @author Ronan - improved check space feature and removed redundant object calls */ public class MapleInventoryManipulator { @@ -427,7 +427,7 @@ public class MapleInventoryManipulator { announceModifyInventory(c, item, fromDrop, allowZero); } else { int petid = item.getPetId(); - if (petid > -1) { // thanks Vcoc for finding a d/c issue with equipped pets & pets remaining on DB here + if (petid > -1) { // thanks Vcoc for finding a d/c issue with equipped pets and pets remaining on DB here int petIdx = chr.getPetIndex(petid); if(petIdx > -1) { MaplePet pet = chr.getPet(petIdx); diff --git a/src/client/processor/FredrickProcessor.java b/src/client/processor/FredrickProcessor.java index 429000e075..7c86a44a3e 100644 --- a/src/client/processor/FredrickProcessor.java +++ b/src/client/processor/FredrickProcessor.java @@ -50,7 +50,7 @@ import tools.Pair; /** * - * @author RonanLana - synchronization of Fredrick modules & operation results + * @author RonanLana - synchronization of Fredrick modules and operation results */ public class FredrickProcessor { diff --git a/src/constants/EquipSlot.java b/src/constants/EquipSlot.java index e1fb37c835..178759d1d3 100644 --- a/src/constants/EquipSlot.java +++ b/src/constants/EquipSlot.java @@ -2,7 +2,7 @@ package constants; /** * - * @author The Spookster + * @author The Spookster (The Real Spookster) */ public enum EquipSlot { diff --git a/src/constants/ServerConstants.java b/src/constants/ServerConstants.java index 1d6cb3ae55..2092456d12 100644 --- a/src/constants/ServerConstants.java +++ b/src/constants/ServerConstants.java @@ -104,7 +104,7 @@ public class ServerConstants { public static final boolean USE_ERASE_UNTRADEABLE_DROP = true; //Forces flagged untradeable items to disappear when dropped. public static final boolean USE_ERASE_PET_ON_EXPIRATION = false;//Forces pets to be removed from inventory when expire time comes, rather than converting it to a doll. public static final boolean USE_BUFF_MOST_SIGNIFICANT = true; //When applying buffs, the player will stick with the highest stat boost among the listed, rather than overwriting stats. - public static final boolean USE_BUFF_EVERLASTING = false; //Every applied buff on players holds expiration time so high it'd be considered permanent. Suggestion thanks to Vcoc. + public static final boolean USE_BUFF_EVERLASTING = false; //Every applied buff on players holds expiration time so high it'd be considered permanent. Thanks Vcoc for this suggestion. public static final boolean USE_MULTIPLE_SAME_EQUIP_DROP = true;//Enables multiple drops by mobs of the same equipment, number of possible drops based on the quantities provided at the drop data. public static final boolean USE_BANISHABLE_TOWN_SCROLL = true; //Enables town scrolls to act as if it's a "player banish", rendering the antibanish scroll effect available. public static final boolean USE_ENABLE_FULL_RESPAWN = true; //At respawn task, always respawn missing mobs when they're available. Spawn count doesn't depend on how many players are currently there. @@ -202,9 +202,9 @@ public class ServerConstants { public static final boolean USE_ULTRA_THREE_SNAILS = true; //Massive damage on shell toss. //Other Skills Configuration - public static final boolean USE_FULL_ARAN_SKILLSET = false; //Enables starter availability to all Aran job skills. Suggestion thanks to Masterrulax. + public static final boolean USE_FULL_ARAN_SKILLSET = false; //Enables starter availability to all Aran job skills. Thanks Masterrulax for this suggestion. public static final boolean USE_FAST_REUSE_HERO_WILL = true;//Greatly reduce cooldown on Hero's Will. - public static final boolean USE_ANTI_IMMUNITY_CRASH = true; //Crash skills additionally removes the mob's invincibility buffs. Suggestion thanks to Celestial. + public static final boolean USE_ANTI_IMMUNITY_CRASH = true; //Crash skills additionally removes the mob's invincibility buffs. Thanks Celestial for this suggestion. public static final boolean USE_UNDISPEL_HOLY_SHIELD = true;//Holy shield buff also prevents players from suffering dispel from mobs. //Character Configuration diff --git a/src/net/mina/MaplePacketDecoder.java b/src/net/mina/MaplePacketDecoder.java index 0acffa2881..782406ba62 100644 --- a/src/net/mina/MaplePacketDecoder.java +++ b/src/net/mina/MaplePacketDecoder.java @@ -75,7 +75,7 @@ public class MaplePacketDecoder extends CumulativeProtocolDecoder { rcvdCrypto.crypt(decryptedPacket); MapleCustomEncryption.decryptData(decryptedPacket); out.write(decryptedPacket); - if (ServerConstants.USE_DEBUG_SHOW_PACKET){ // packet traffic log: Atoot's idea, applied using auto-identation thanks to lrenex + if (ServerConstants.USE_DEBUG_SHOW_PACKET){ // Atoot's idea: packet traffic log, applied using auto-identation thanks to lrenex int packetLen = decryptedPacket.length; int pHeader = readFirstShort(decryptedPacket); String pHeaderStr = Integer.toHexString(pHeader).toUpperCase(); diff --git a/src/net/server/channel/handlers/MesoDropHandler.java b/src/net/server/channel/handlers/MesoDropHandler.java index a7c5bfed43..e401d00582 100644 --- a/src/net/server/channel/handlers/MesoDropHandler.java +++ b/src/net/server/channel/handlers/MesoDropHandler.java @@ -43,7 +43,7 @@ public final class MesoDropHandler extends AbstractMaplePacketHandler { slea.skip(4); int meso = slea.readInt(); - if (c.tryacquireClient()) { // thanks imbee for noticing players not being able to throw mesos too fast, dampening gameplay of some classes + if (c.tryacquireClient()) { // thanks imbee for noticing players not being able to throw mesos too fast try { if (meso <= player.getMeso() && meso > 9 && meso < 50001) { player.gainMeso(-meso, false, true, false); diff --git a/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java b/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java index 672c2496f9..2ef5516842 100644 --- a/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java +++ b/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java @@ -31,7 +31,7 @@ import client.MapleClient; /** * - * @author Xotic & BubblesDev + * @author Xotic (XoticStory) & BubblesDev */ public final class MobDamageMobFriendlyHandler extends AbstractMaplePacketHandler { diff --git a/src/net/server/channel/handlers/MonsterCarnivalHandler.java b/src/net/server/channel/handlers/MonsterCarnivalHandler.java index 9c5aaace66..9b723af165 100644 --- a/src/net/server/channel/handlers/MonsterCarnivalHandler.java +++ b/src/net/server/channel/handlers/MonsterCarnivalHandler.java @@ -40,7 +40,7 @@ import tools.data.input.SeekableLittleEndianAccessor; /** - *@author Drago/Dragohe4rt + *@author Drago (Dragohe4rt) */ public final class MonsterCarnivalHandler extends AbstractMaplePacketHandler { diff --git a/src/net/server/channel/handlers/PlayerInteractionHandler.java b/src/net/server/channel/handlers/PlayerInteractionHandler.java index cc0d4c9ba3..cb86025992 100644 --- a/src/net/server/channel/handlers/PlayerInteractionHandler.java +++ b/src/net/server/channel/handlers/PlayerInteractionHandler.java @@ -53,7 +53,7 @@ import java.sql.SQLException; /** * * @author Matze - * @author Ronan - concurrency safety & reviewed minigames + * @author Ronan - concurrency safety and reviewed minigames */ public final class PlayerInteractionHandler extends AbstractMaplePacketHandler { public enum Action { diff --git a/src/net/server/channel/handlers/RemoteStoreHandler.java b/src/net/server/channel/handlers/RemoteStoreHandler.java index 2c74a687ce..0a24fe84d7 100644 --- a/src/net/server/channel/handlers/RemoteStoreHandler.java +++ b/src/net/server/channel/handlers/RemoteStoreHandler.java @@ -31,7 +31,7 @@ import tools.data.input.SeekableLittleEndianAccessor; /** * - * @author kevintjuh93 :3 + * @author kevintjuh93 - :3 */ public class RemoteStoreHandler extends AbstractMaplePacketHandler { @Override diff --git a/src/net/server/channel/handlers/RingActionHandler.java b/src/net/server/channel/handlers/RingActionHandler.java index 36e632c1cb..dc7676c39a 100644 --- a/src/net/server/channel/handlers/RingActionHandler.java +++ b/src/net/server/channel/handlers/RingActionHandler.java @@ -48,7 +48,7 @@ import tools.packets.Wedding; /** * @author Jvlaple * @author Ronan - major overhaul on Ring handling mechanics - * @author Drago/Dragohe4rt - on Wishlist + * @author Drago (Dragohe4rt) - on Wishlist */ public final class RingActionHandler extends AbstractMaplePacketHandler { private static int getBoxId(int useItemId) { @@ -466,7 +466,7 @@ public final class RingActionHandler extends AbstractMaplePacketHandler { case 9: try { - // By Drago/Dragohe4rt + // By -- Drago (Dragohe4rt) // Groom and Bride's Wishlist MapleCharacter player = c.getPlayer(); diff --git a/src/net/server/channel/handlers/SummonDamageHandler.java b/src/net/server/channel/handlers/SummonDamageHandler.java index 5604eee16a..ef67108f08 100644 --- a/src/net/server/channel/handlers/SummonDamageHandler.java +++ b/src/net/server/channel/handlers/SummonDamageHandler.java @@ -76,7 +76,7 @@ public final class SummonDamageHandler extends AbstractDealDamageHandler { List allDamage = new ArrayList<>(); byte direction = slea.readByte(); int numAttacked = slea.readByte(); - slea.skip(8); //Thanks Gerald :D, I failed lol (mob x,y and summon x,y) + slea.skip(8); // I failed lol (mob x,y and summon x,y), Thanks Gerald for (int x = 0; x < numAttacked; x++) { int monsterOid = slea.readInt(); // attacked oid slea.skip(18); diff --git a/src/net/server/channel/handlers/UseCashItemHandler.java b/src/net/server/channel/handlers/UseCashItemHandler.java index 929637f2da..11e8a63ca8 100644 --- a/src/net/server/channel/handlers/UseCashItemHandler.java +++ b/src/net/server/channel/handlers/UseCashItemHandler.java @@ -317,7 +317,7 @@ public final class UseCashItemHandler extends AbstractMaplePacketHandler { break; } remove(c, position, itemId); - } else if (itemType == 508) { // graduation banner, thanks to tmskdl12. Also, thanks ratency for first pointing lack of Kite handling + } else if (itemType == 508) { // thanks tmskdl12 for graduation banner; thanks ratency for first pointing lack of Kite handling MapleKite kite = new MapleKite(player, slea.readMapleAsciiString(), itemId); if (!GameConstants.isFreeMarketRoom(player.getMapId())) { diff --git a/src/net/server/channel/handlers/UseGachaExpHandler.java b/src/net/server/channel/handlers/UseGachaExpHandler.java index 514539d67e..61b8c27bf5 100644 --- a/src/net/server/channel/handlers/UseGachaExpHandler.java +++ b/src/net/server/channel/handlers/UseGachaExpHandler.java @@ -30,7 +30,9 @@ import tools.data.input.SeekableLittleEndianAccessor; /** * - * @author kevintjuh93; modified by Ronan + * @author kevintjuh93 + * + * Modified by -- Ronan - concurrency protection */ public class UseGachaExpHandler extends AbstractMaplePacketHandler { diff --git a/src/net/server/channel/handlers/UseSolomonHandler.java b/src/net/server/channel/handlers/UseSolomonHandler.java index 68a89f3d11..972e7dc69a 100644 --- a/src/net/server/channel/handlers/UseSolomonHandler.java +++ b/src/net/server/channel/handlers/UseSolomonHandler.java @@ -34,7 +34,9 @@ import tools.data.input.SeekableLittleEndianAccessor; /** * - * @author XoticStory; modified by kevintjuh93, Ronan + * @author XoticStory + * + * Modified by -- kevintjuh93, Ronan */ public final class UseSolomonHandler extends AbstractMaplePacketHandler { diff --git a/src/net/server/channel/handlers/WeddingHandler.java b/src/net/server/channel/handlers/WeddingHandler.java index 1dae1aa6e6..c0526d614c 100644 --- a/src/net/server/channel/handlers/WeddingHandler.java +++ b/src/net/server/channel/handlers/WeddingHandler.java @@ -26,7 +26,7 @@ import java.util.List; /** * - * @author By Drago/Dragohe4rt + * @author Drago (Dragohe4rt) */ public final class WeddingHandler extends AbstractMaplePacketHandler { diff --git a/src/net/server/world/World.java b/src/net/server/world/World.java index db516bca89..28881d22f4 100644 --- a/src/net/server/world/World.java +++ b/src/net/server/world/World.java @@ -100,7 +100,7 @@ import net.server.coordinator.MaplePartySearchCoordinator; /** * * @author kevintjuh93 - * @author Ronan - thread-oriented world schedules, guild queue, marriages & party chars + * @author Ronan - thread-oriented (world schedules + guild queue + marriages + party chars) */ public class World { diff --git a/src/scripting/npc/NPCConversationManager.java b/src/scripting/npc/NPCConversationManager.java index b8c1dedeef..f341b4b77c 100644 --- a/src/scripting/npc/NPCConversationManager.java +++ b/src/scripting/npc/NPCConversationManager.java @@ -622,7 +622,7 @@ public class NPCConversationManager extends AbstractPlayerInteraction { return sbe != SkillBookEntry.UNAVAILABLE ? " Obtainable through #rquestline#k." : ""; } - // By Drago/Dragohe4rt CPQ + WED + // (CPQ + WED wishlist) by -- Drago (Dragohe4rt) public int cpqCalcAvgLvl(int map) { int num = 0; int avg = 0; diff --git a/src/server/MapleItemInformationProvider.java b/src/server/MapleItemInformationProvider.java index 8758e6797e..af56453398 100644 --- a/src/server/MapleItemInformationProvider.java +++ b/src/server/MapleItemInformationProvider.java @@ -910,10 +910,14 @@ public class MapleItemInformationProvider { } } } - + + /* + Issue with clean slate found thanks to Masterrulax + Vicious added in the clean slate check thanks to Crypter (CrypterDEV) + */ public boolean canUseCleanSlate(Equip nEquip) { Map eqstats = this.getEquipStats(nEquip.getItemId()); - return ServerConstants.USE_ENHANCED_CLNSLATE || nEquip.getUpgradeSlots() < (byte) (eqstats.get("tuc") + nEquip.getVicious()); // issue with clean slate found thanks to Masterrulax, vicious added in the check thanks to Crypter (CrypterDEV) + return ServerConstants.USE_ENHANCED_CLNSLATE || nEquip.getUpgradeSlots() < (byte) (eqstats.get("tuc") + nEquip.getVicious()); } public Item scrollEquipWithId(Item equip, int scrollId, boolean usingWhiteScroll, int vegaItemId, boolean isGM) { @@ -1522,7 +1526,7 @@ public class MapleItemInformationProvider { } } - public Pair> getItemReward(int itemId) {//Thanks Celino, used some stuffs :) + public Pair> getItemReward(int itemId) {//Thanks Celino - used some stuffs :) if (rewardCache.containsKey(itemId)) { return rewardCache.get(itemId); } diff --git a/src/server/MapleTrade.java b/src/server/MapleTrade.java index bba71f378e..911cb0caec 100644 --- a/src/server/MapleTrade.java +++ b/src/server/MapleTrade.java @@ -44,7 +44,7 @@ import tools.Pair; /** * * @author Matze - * @author Ronan - concurrency safety & check available slots & trade results + * @author Ronan - concurrency safety + check available slots + trade results */ public class MapleTrade { diff --git a/src/server/maps/MapleTVEffect.java b/src/server/maps/MapleTVEffect.java index 3e87d53c5e..6198dd6e26 100644 --- a/src/server/maps/MapleTVEffect.java +++ b/src/server/maps/MapleTVEffect.java @@ -29,7 +29,7 @@ import tools.MaplePacketCreator; /* * MapleTVEffect - * @author MrXotic + * @author MrXotic (XoticStory) * @author Ronan - made MapleTV mechanics synchronous */ public class MapleTVEffect { diff --git a/src/server/partyquest/MapleCarnivalFactory.java b/src/server/partyquest/MapleCarnivalFactory.java index 7f006f1714..1ee329aae3 100644 --- a/src/server/partyquest/MapleCarnivalFactory.java +++ b/src/server/partyquest/MapleCarnivalFactory.java @@ -14,7 +14,7 @@ import provider.MapleDataTool; import server.life.MobSkill; /** - *@author Drago/Dragohe4rt + *@author Drago (Dragohe4rt) */ public class MapleCarnivalFactory { diff --git a/src/server/partyquest/MonsterCarnival.java b/src/server/partyquest/MonsterCarnival.java index 19ecefd217..3363fcea8f 100644 --- a/src/server/partyquest/MonsterCarnival.java +++ b/src/server/partyquest/MonsterCarnival.java @@ -14,7 +14,7 @@ import server.maps.MapleReactor; import tools.MaplePacketCreator; /** - * @author Drago/Dragohe4rt + * @author Drago (Dragohe4rt) */ public class MonsterCarnival { diff --git a/src/tools/MaplePacketCreator.java b/src/tools/MaplePacketCreator.java index a04f087288..4e4d9f56eb 100644 --- a/src/tools/MaplePacketCreator.java +++ b/src/tools/MaplePacketCreator.java @@ -2205,7 +2205,7 @@ public class MaplePacketCreator { mplew.write(game.getGameType().getValue()); mplew.writeInt(game.getObjectId()); // gameid/shopid mplew.writeMapleAsciiString(game.getDescription()); // desc - mplew.writeBool(!game.getPassword().isEmpty()); // password here, thanks GabrielSin! + mplew.writeBool(!game.getPassword().isEmpty()); // password here, thanks GabrielSin mplew.write(game.getPieceType()); mplew.write(ammount); mplew.write(2); //player capacity @@ -2219,7 +2219,7 @@ public class MaplePacketCreator { mplew.writeInt(hm.getObjectId()); mplew.writeMapleAsciiString(hm.getDescription()); mplew.write(hm.getItemId() % 100); - mplew.write(roomInfo); // visitor capacity here, thanks GabrielSin! + mplew.write(roomInfo); // visitor capacity here, thanks GabrielSin } public static byte[] updateHiredMerchantBox(MapleHiredMerchant hm) { diff --git a/src/tools/packets/Wedding.java b/src/tools/packets/Wedding.java index 437892b2d1..9374bb5c71 100644 --- a/src/tools/packets/Wedding.java +++ b/src/tools/packets/Wedding.java @@ -17,7 +17,9 @@ import tools.data.output.MaplePacketLittleEndianWriter; /** * CField_Wedding, CField_WeddingPhoto, CWeddingMan, OnMarriageResult, and all Wedding/Marriage enum/structs. * - * @author Eric edited by Drago/Dragohe4rt on Wishlist + * @author Eric + * + * Edited wishlists by -- Drago (Dragohe4rt) */ public class Wedding extends MaplePacketCreator { private static final short MARRIAGE_REQUEST = 0x48; diff --git a/tools/SpiderDropFetcher/src/dropspider/Main.java b/tools/SpiderDropFetcher/src/dropspider/Main.java index 1d0ae2dfa6..0476000c3c 100644 --- a/tools/SpiderDropFetcher/src/dropspider/Main.java +++ b/tools/SpiderDropFetcher/src/dropspider/Main.java @@ -226,7 +226,7 @@ public class Main { ArrayList item_ids = DataTool.itemIdsFromName(item_name); if(scroll && item_ids.isEmpty()) { - // Try adding on the % again. Thanks nexon... + // Try adding on the % again. Ty nexon... if(scrollType == 0) item_name += " 100%"; if(scrollType == 1) item_name += " 60%"; if(scrollType == 2) item_name += " 10%"; From a1fb28b481f3aaf3bd19319ab3899bc7c794f3fe Mon Sep 17 00:00:00 2001 From: ronancpl Date: Sun, 26 May 2019 15:43:43 -0300 Subject: [PATCH 2/7] Update current year --- scripts/NPC Base.js | 2 +- scripts/QUEST Base.js | 2 +- scripts/REACT Base.js | 2 +- scripts/event/3rdJob_bowman.js | 2 +- scripts/event/3rdJob_magician.js | 2 +- scripts/event/3rdJob_mount.js | 2 +- scripts/event/3rdJob_pirate.js | 2 +- scripts/event/3rdJob_thief.js | 2 +- scripts/event/3rdJob_warrior.js | 2 +- scripts/event/4jaerial.js | 2 +- scripts/event/4jship.js | 2 +- scripts/event/4jsuper.js | 2 +- scripts/event/AmoriaPQ.js | 2 +- scripts/event/Aran_2ndmount.js | 2 +- scripts/event/Aran_3rdmount.js | 2 +- scripts/event/BalrogBattle.js | 2 +- scripts/event/BalrogBattle_Easy.js | 2 +- scripts/event/BalrogQuest.js | 2 +- scripts/event/BossRushPQ.js | 2 +- scripts/event/CWKPQ.js | 2 +- scripts/event/CafePQ_1.js | 2 +- scripts/event/CafePQ_2.js | 2 +- scripts/event/CafePQ_3.js | 2 +- scripts/event/CafePQ_4.js | 2 +- scripts/event/CafePQ_5.js | 2 +- scripts/event/CafePQ_6.js | 2 +- scripts/event/DelliBattle.js | 2 +- scripts/event/ElementalBattle.js | 2 +- scripts/event/EllinPQ.js | 2 +- scripts/event/ElnathPQ.js | 2 +- scripts/event/GuildQuest.js | 2 +- scripts/event/HenesysPQ.js | 2 +- scripts/event/HolidayPQ_1.js | 2 +- scripts/event/HolidayPQ_2.js | 2 +- scripts/event/HolidayPQ_3.js | 2 +- scripts/event/HorntailBattle.js | 2 +- scripts/event/HorntailPQ.js | 2 +- scripts/event/KerningPQ.js | 2 +- scripts/event/LatanicaBattle.js | 2 +- scripts/event/LudiMazePQ.js | 2 +- scripts/event/LudiPQ.js | 2 +- scripts/event/MagatiaPQ_A.js | 2 +- scripts/event/MagatiaPQ_Z.js | 2 +- scripts/event/MahaBattle.js | 2 +- scripts/event/OrbisPQ.js | 2 +- scripts/event/PapulatusBattle.js | 2 +- scripts/event/PinkBeanBattle.js | 2 +- scripts/event/PiratePQ.js | 2 +- scripts/event/ScargaBattle.js | 2 +- scripts/event/ShowaBattle.js | 2 +- scripts/event/TD_Battle1.js | 2 +- scripts/event/TD_Battle2.js | 2 +- scripts/event/TD_Battle3.js | 2 +- scripts/event/TD_Battle4.js | 2 +- scripts/event/TD_Battle5.js | 2 +- scripts/event/TreasurePQ.js | 2 +- scripts/event/WeddingCathedral.js | 2 +- scripts/event/WeddingChapel.js | 2 +- scripts/event/ZakumBattle.js | 2 +- scripts/event/ZakumPQ.js | 2 +- scripts/map/onUserEnter/108010600.js | 2 +- scripts/map/onUserEnter/108010610.js | 2 +- scripts/map/onUserEnter/108010620.js | 2 +- scripts/map/onUserEnter/108010630.js | 2 +- scripts/map/onUserEnter/108010640.js | 2 +- scripts/map/onUserEnter/926000010.js | 2 +- scripts/npc/1040000.js | 2 +- scripts/npc/1052013.js | 2 +- scripts/npc/1052014.js | 2 +- scripts/npc/1052015.js | 2 +- scripts/npc/1092008.js | 2 +- scripts/npc/1092015.js | 2 +- scripts/npc/1092018.js | 2 +- scripts/npc/1092019.js | 2 +- scripts/npc/1095000.js | 2 +- scripts/npc/11000.js | 2 +- scripts/npc/1103000.js | 2 +- scripts/npc/1104002.js | 2 +- scripts/npc/1104100.js | 2 +- scripts/npc/1104101.js | 2 +- scripts/npc/1104102.js | 2 +- scripts/npc/1104103.js | 2 +- scripts/npc/1104104.js | 2 +- scripts/npc/1104200.js | 2 +- scripts/npc/1104201.js | 2 +- scripts/npc/1104202.js | 2 +- scripts/npc/1104203.js | 2 +- scripts/npc/1104204.js | 2 +- scripts/npc/1104205.js | 2 +- scripts/npc/1104206.js | 2 +- scripts/npc/1104207.js | 2 +- scripts/npc/1300001.js | 2 +- scripts/npc/1300006.js | 2 +- scripts/npc/1300012.js | 2 +- scripts/npc/2012023.js | 2 +- scripts/npc/2012027.js | 2 +- scripts/npc/2012028.js | 2 +- scripts/npc/2012029.js | 2 +- scripts/npc/2012030.js | 2 +- scripts/npc/2012031.js | 2 +- scripts/npc/2012032.js | 2 +- scripts/npc/2012033.js | 2 +- scripts/npc/2013000.js | 2 +- scripts/npc/2030006.js | 2 +- scripts/npc/2030014.js | 2 +- scripts/npc/2041024.js | 2 +- scripts/npc/2041026.js | 2 +- scripts/npc/2043000.js | 2 +- scripts/npc/2050014.js | 2 +- scripts/npc/2050015.js | 2 +- scripts/npc/2050016.js | 2 +- scripts/npc/2050017.js | 2 +- scripts/npc/2050018.js | 2 +- scripts/npc/2050019.js | 2 +- scripts/npc/2082004.js | 2 +- scripts/npc/2082014_script.js | 2 +- scripts/npc/2083001.js | 2 +- scripts/npc/2091005.js | 2 +- scripts/npc/2094000.js | 2 +- scripts/npc/2095000.js | 2 +- scripts/npc/2103000.js | 2 +- scripts/npc/2103002.js | 2 +- scripts/npc/2103003.js | 2 +- scripts/npc/2103004.js | 2 +- scripts/npc/2103005.js | 2 +- scripts/npc/2103006.js | 2 +- scripts/npc/2103009.js | 2 +- scripts/npc/2103010.js | 2 +- scripts/npc/2103011.js | 2 +- scripts/npc/2103012.js | 2 +- scripts/npc/2111010.js | 2 +- scripts/npc/2111013.js | 2 +- scripts/npc/2111014.js | 2 +- scripts/npc/2111015.js | 2 +- scripts/npc/2111017.js | 2 +- scripts/npc/2111018.js | 2 +- scripts/npc/2111019.js | 2 +- scripts/npc/2111020.js | 2 +- scripts/npc/2111021.js | 2 +- scripts/npc/2111022.js | 2 +- scripts/npc/2111023.js | 2 +- scripts/npc/2112003.js | 2 +- scripts/npc/2112004.js | 2 +- scripts/npc/2112007.js | 2 +- scripts/npc/2112016.js | 2 +- scripts/npc/2133000.js | 2 +- scripts/npc/9000007.js | 2 +- scripts/npc/9000017.js | 2 +- scripts/npc/9000036.js | 2 +- scripts/npc/9000037.js | 2 +- scripts/npc/9000038.js | 2 +- scripts/npc/9000040.js | 2 +- scripts/npc/9000041.js | 2 +- scripts/npc/9020000.js | 2 +- scripts/npc/9040000.js | 2 +- scripts/npc/9105004.js | 2 +- scripts/npc/9105005.js | 2 +- scripts/npc/9120102.js | 2 +- scripts/npc/9120103.js | 2 +- scripts/npc/9201033.js | 2 +- scripts/npc/9201048.js | 2 +- scripts/npc/9201084.js | 2 +- scripts/npc/9201096.js | 2 +- scripts/npc/9201106.js | 2 +- scripts/npc/9201123.js | 2 +- scripts/npc/9201124.js | 2 +- scripts/npc/9201125.js | 2 +- scripts/npc/9201126.js | 2 +- scripts/npc/9201127.js | 2 +- scripts/npc/9209000.js | 2 +- scripts/npc/9220018.js | 2 +- scripts/npc/9220019.js | 2 +- scripts/npc/9220020.js | 2 +- scripts/npc/9977777.js | 2 +- scripts/npc/rank_user.js | 2 +- scripts/portal/08_xmas_out.js | 2 +- scripts/portal/PPinkOut.js | 2 +- scripts/portal/Pinkin.js | 2 +- scripts/portal/ariant_Agit.js | 2 +- scripts/portal/ariant_queens.js | 2 +- scripts/portal/enterDisguise1.js | 2 +- scripts/portal/enterDisguise2.js | 2 +- scripts/portal/enterDisguise3.js | 2 +- scripts/portal/enterDisguise4.js | 2 +- scripts/portal/enterDisguise5.js | 2 +- scripts/portal/guyfawkes0_esc.js | 2 +- scripts/portal/guyfawkes0_floor.js | 2 +- scripts/portal/magatia_alc0.js | 2 +- scripts/portal/q3366in.js | 2 +- scripts/portal/q3366out.js | 2 +- scripts/portal/q3367in.js | 2 +- scripts/portal/q3367out.js | 2 +- scripts/portal/q3368in.js | 2 +- scripts/portal/q3368out.js | 2 +- scripts/portal/s4mind_end.js | 2 +- scripts/portal/s4ship_out.js | 2 +- scripts/portal/s4super_out.js | 2 +- scripts/portal/secretDoor.js | 2 +- scripts/portal/skyrom.js | 2 +- scripts/quest/20400.js | 2 +- scripts/quest/20401.js | 2 +- scripts/quest/20405.js | 2 +- scripts/quest/20406.js | 2 +- scripts/quest/20408.js | 2 +- scripts/quest/20527.js | 2 +- scripts/quest/21303.js | 2 +- scripts/quest/21600.js | 2 +- scripts/quest/21604.js | 2 +- scripts/quest/21613.js | 2 +- scripts/quest/21618.js | 2 +- scripts/quest/21728.js | 2 +- scripts/quest/21729.js | 2 +- scripts/quest/21733.js | 2 +- scripts/quest/21734.js | 2 +- scripts/quest/21735.js | 2 +- scripts/quest/21736.js | 2 +- scripts/quest/21738.js | 2 +- scripts/quest/21739.js | 2 +- scripts/quest/21740.js | 2 +- scripts/quest/21741.js | 2 +- scripts/quest/21742.js | 2 +- scripts/quest/21746.js | 2 +- scripts/quest/21747.js | 2 +- scripts/quest/21748.js | 2 +- scripts/quest/21749.js | 2 +- scripts/quest/21750.js | 2 +- scripts/quest/21753.js | 2 +- scripts/quest/21754.js | 2 +- scripts/quest/21757.js | 2 +- scripts/quest/2214.js | 2 +- scripts/quest/2215.js | 2 +- scripts/quest/2216.js | 2 +- scripts/quest/2217.js | 2 +- scripts/quest/2218.js | 2 +- scripts/quest/2219.js | 2 +- scripts/quest/2228.js | 2 +- scripts/quest/2238.js | 2 +- scripts/quest/2245.js | 2 +- scripts/quest/2257.js | 2 +- scripts/quest/2258.js | 2 +- scripts/quest/2259.js | 2 +- scripts/quest/2260.js | 2 +- scripts/quest/2291.js | 2 +- scripts/quest/2338.js | 2 +- scripts/quest/28004.js | 2 +- scripts/quest/3108.js | 2 +- scripts/quest/3114.js | 2 +- scripts/quest/3311.js | 2 +- scripts/quest/3314.js | 2 +- scripts/quest/3320.js | 2 +- scripts/quest/3321.js | 2 +- scripts/quest/3345.js | 2 +- scripts/quest/3353.js | 2 +- scripts/quest/3354.js | 2 +- scripts/quest/3529.js | 2 +- scripts/quest/3714.js | 2 +- scripts/quest/3926.js | 2 +- scripts/quest/3929.js | 2 +- scripts/quest/3933.js | 2 +- scripts/quest/3941.js | 2 +- scripts/quest/3953.js | 2 +- scripts/quest/6030.js | 2 +- scripts/quest/6031.js | 2 +- scripts/quest/6032.js | 2 +- scripts/quest/6033.js | 2 +- scripts/quest/6036.js | 2 +- scripts/quest/6410.js | 2 +- scripts/quest/7103.js | 2 +- scripts/reactor/1020000.js | 2 +- scripts/reactor/1020001.js | 2 +- scripts/reactor/1020002.js | 2 +- scripts/reactor/1021000.js | 2 +- scripts/reactor/1021001.js | 2 +- scripts/reactor/1021002.js | 2 +- scripts/reactor/1022000.js | 2 +- scripts/reactor/1022001.js | 2 +- scripts/reactor/1032000.js | 2 +- scripts/reactor/1200000.js | 2 +- scripts/reactor/1209000.js | 2 +- scripts/reactor/200000.js | 2 +- scripts/reactor/200001.js | 2 +- scripts/reactor/200002.js | 2 +- scripts/reactor/200003.js | 2 +- scripts/reactor/200004.js | 2 +- scripts/reactor/200005.js | 2 +- scripts/reactor/200006.js | 2 +- scripts/reactor/200007.js | 2 +- scripts/reactor/200008.js | 2 +- scripts/reactor/200009.js | 2 +- scripts/reactor/2052001.js | 2 +- scripts/reactor/2112015.js | 2 +- scripts/reactor/6741001.js | 2 +- scripts/reactor/6741015.js | 2 +- scripts/reactor/6742014.js | 2 +- scripts/reactor/9400300.js | 2 +- scripts/reactor/9400301.js | 2 +- src/client/AbstractCharacterListener.java | 2 +- src/client/AbstractMapleCharacterObject.java | 2 +- src/client/command/Command.java | 2 +- src/client/command/CommandsExecutor.java | 2 +- src/client/command/RegisteredCommand.java | 2 +- src/client/command/commands/gm0/BuyBackCommand.java | 2 +- src/client/command/commands/gm0/ChangeLanguageCommand.java | 2 +- src/client/command/commands/gm0/DisposeCommand.java | 2 +- src/client/command/commands/gm0/DropLimitCommand.java | 2 +- src/client/command/commands/gm0/EnableAuthCommand.java | 2 +- src/client/command/commands/gm0/EquipLvCommand.java | 2 +- src/client/command/commands/gm0/GachaCommand.java | 2 +- src/client/command/commands/gm0/GmCommand.java | 2 +- src/client/command/commands/gm0/HelpCommand.java | 2 +- src/client/command/commands/gm0/JoinEventCommand.java | 2 +- src/client/command/commands/gm0/LeaveEventCommand.java | 2 +- src/client/command/commands/gm0/MapOwnerClaimCommand.java | 2 +- src/client/command/commands/gm0/OnlineCommand.java | 2 +- src/client/command/commands/gm0/RanksCommand.java | 2 +- src/client/command/commands/gm0/RatesCommand.java | 2 +- src/client/command/commands/gm0/ReportBugCommand.java | 2 +- src/client/command/commands/gm0/ShowRatesCommand.java | 2 +- src/client/command/commands/gm0/StaffCommand.java | 2 +- src/client/command/commands/gm0/StatDexCommand.java | 2 +- src/client/command/commands/gm0/StatIntCommand.java | 2 +- src/client/command/commands/gm0/StatLukCommand.java | 2 +- src/client/command/commands/gm0/StatStrCommand.java | 2 +- src/client/command/commands/gm0/TimeCommand.java | 2 +- src/client/command/commands/gm0/ToggleExpCommand.java | 2 +- src/client/command/commands/gm0/UptimeCommand.java | 2 +- src/client/command/commands/gm1/BossHpCommand.java | 2 +- src/client/command/commands/gm1/BuffMeCommand.java | 2 +- src/client/command/commands/gm1/GotoCommand.java | 2 +- src/client/command/commands/gm1/MobHpCommand.java | 2 +- src/client/command/commands/gm1/WhatDropsFromCommand.java | 2 +- src/client/command/commands/gm1/WhoDropsCommand.java | 2 +- src/client/command/commands/gm2/ApCommand.java | 2 +- src/client/command/commands/gm2/BombCommand.java | 2 +- src/client/command/commands/gm2/BuffCommand.java | 2 +- src/client/command/commands/gm2/BuffMapCommand.java | 2 +- src/client/command/commands/gm2/ClearDropsCommand.java | 2 +- src/client/command/commands/gm2/ClearSavedLocationsCommand.java | 2 +- src/client/command/commands/gm2/ClearSlotCommand.java | 2 +- src/client/command/commands/gm2/DcCommand.java | 2 +- src/client/command/commands/gm2/EmpowerMeCommand.java | 2 +- src/client/command/commands/gm2/GmShopCommand.java | 2 +- src/client/command/commands/gm2/HealCommand.java | 2 +- src/client/command/commands/gm2/HideCommand.java | 2 +- src/client/command/commands/gm2/ItemCommand.java | 2 +- src/client/command/commands/gm2/ItemDropCommand.java | 2 +- src/client/command/commands/gm2/JailCommand.java | 2 +- src/client/command/commands/gm2/JobCommand.java | 2 +- src/client/command/commands/gm2/LevelCommand.java | 2 +- src/client/command/commands/gm2/LevelProCommand.java | 2 +- src/client/command/commands/gm2/MaxSkillCommand.java | 2 +- src/client/command/commands/gm2/MaxStatCommand.java | 2 +- src/client/command/commands/gm2/ReachCommand.java | 2 +- src/client/command/commands/gm2/RechargeCommand.java | 2 +- src/client/command/commands/gm2/ResetSkillCommand.java | 2 +- src/client/command/commands/gm2/SearchCommand.java | 2 +- src/client/command/commands/gm2/SetStatCommand.java | 2 +- src/client/command/commands/gm2/SpCommand.java | 2 +- src/client/command/commands/gm2/SummonCommand.java | 2 +- src/client/command/commands/gm2/UnBugCommand.java | 2 +- src/client/command/commands/gm2/UnHideCommand.java | 2 +- src/client/command/commands/gm2/UnJailCommand.java | 2 +- src/client/command/commands/gm2/WarpAreaCommand.java | 2 +- src/client/command/commands/gm2/WarpCommand.java | 2 +- src/client/command/commands/gm2/WarpMapCommand.java | 2 +- src/client/command/commands/gm2/WhereaMiCommand.java | 2 +- src/client/command/commands/gm3/BanCommand.java | 2 +- src/client/command/commands/gm3/ChatCommand.java | 2 +- src/client/command/commands/gm3/CheckDmgCommand.java | 2 +- src/client/command/commands/gm3/ClosePortalCommand.java | 2 +- src/client/command/commands/gm3/DebuffCommand.java | 2 +- src/client/command/commands/gm3/EndEventCommand.java | 2 +- src/client/command/commands/gm3/ExpedsCommand.java | 2 +- src/client/command/commands/gm3/FaceCommand.java | 2 +- src/client/command/commands/gm3/FameCommand.java | 2 +- src/client/command/commands/gm3/FlyCommand.java | 2 +- src/client/command/commands/gm3/GiveMesosCommand.java | 2 +- src/client/command/commands/gm3/GiveNxCommand.java | 2 +- src/client/command/commands/gm3/GiveVpCommand.java | 2 +- src/client/command/commands/gm3/HairCommand.java | 2 +- src/client/command/commands/gm3/HealMapCommand.java | 2 +- src/client/command/commands/gm3/HealPersonCommand.java | 2 +- src/client/command/commands/gm3/HpMpCommand.java | 2 +- src/client/command/commands/gm3/HurtCommand.java | 2 +- src/client/command/commands/gm3/IgnoreCommand.java | 2 +- src/client/command/commands/gm3/IgnoredCommand.java | 2 +- src/client/command/commands/gm3/InMapCommand.java | 2 +- src/client/command/commands/gm3/KillAllCommand.java | 2 +- src/client/command/commands/gm3/KillCommand.java | 2 +- src/client/command/commands/gm3/KillMapCommand.java | 2 +- src/client/command/commands/gm3/MaxEnergyCommand.java | 2 +- src/client/command/commands/gm3/MaxHpMpCommand.java | 2 +- src/client/command/commands/gm3/MonitorCommand.java | 2 +- src/client/command/commands/gm3/MonitorsCommand.java | 2 +- src/client/command/commands/gm3/MusicCommand.java | 2 +- src/client/command/commands/gm3/MuteMapCommand.java | 2 +- src/client/command/commands/gm3/NightCommand.java | 2 +- src/client/command/commands/gm3/NoticeCommand.java | 2 +- src/client/command/commands/gm3/NpcCommand.java | 2 +- src/client/command/commands/gm3/OnlineTwoCommand.java | 2 +- src/client/command/commands/gm3/OpenPortalCommand.java | 2 +- src/client/command/commands/gm3/PeCommand.java | 2 +- src/client/command/commands/gm3/PosCommand.java | 2 +- src/client/command/commands/gm3/QuestCompleteCommand.java | 2 +- src/client/command/commands/gm3/QuestResetCommand.java | 2 +- src/client/command/commands/gm3/QuestStartCommand.java | 2 +- src/client/command/commands/gm3/ReloadDropsCommand.java | 2 +- src/client/command/commands/gm3/ReloadEventsCommand.java | 2 +- src/client/command/commands/gm3/ReloadMapCommand.java | 2 +- src/client/command/commands/gm3/ReloadPortalsCommand.java | 2 +- src/client/command/commands/gm3/ReloadShopsCommand.java | 2 +- src/client/command/commands/gm3/RipCommand.java | 2 +- src/client/command/commands/gm3/SeedCommand.java | 2 +- src/client/command/commands/gm3/SpawnCommand.java | 2 +- src/client/command/commands/gm3/StartEventCommand.java | 2 +- src/client/command/commands/gm3/StartMapEventCommand.java | 2 +- src/client/command/commands/gm3/StopMapEventCommand.java | 2 +- src/client/command/commands/gm3/TimerAllCommand.java | 2 +- src/client/command/commands/gm3/TimerCommand.java | 2 +- src/client/command/commands/gm3/TimerMapCommand.java | 2 +- src/client/command/commands/gm3/ToggleCouponCommand.java | 2 +- src/client/command/commands/gm3/UnBanCommand.java | 2 +- src/client/command/commands/gm4/BossDropRateCommand.java | 2 +- src/client/command/commands/gm4/CakeCommand.java | 2 +- src/client/command/commands/gm4/DropRateCommand.java | 2 +- src/client/command/commands/gm4/ExpRateCommand.java | 2 +- src/client/command/commands/gm4/FishingRateCommand.java | 2 +- src/client/command/commands/gm4/ForceVacCommand.java | 2 +- src/client/command/commands/gm4/HorntailCommand.java | 2 +- src/client/command/commands/gm4/ItemVacCommand.java | 2 +- src/client/command/commands/gm4/MesoRateCommand.java | 2 +- src/client/command/commands/gm4/PapCommand.java | 2 +- src/client/command/commands/gm4/PianusCommand.java | 2 +- src/client/command/commands/gm4/PinkbeanCommand.java | 2 +- src/client/command/commands/gm4/PlayerNpcCommand.java | 2 +- src/client/command/commands/gm4/PlayerNpcRemoveCommand.java | 2 +- src/client/command/commands/gm4/PmobCommand.java | 2 +- src/client/command/commands/gm4/PmobRemoveCommand.java | 2 +- src/client/command/commands/gm4/PnpcCommand.java | 2 +- src/client/command/commands/gm4/PnpcRemoveCommand.java | 2 +- src/client/command/commands/gm4/ProItemCommand.java | 2 +- src/client/command/commands/gm4/QuestRateCommand.java | 2 +- src/client/command/commands/gm4/ServerMessageCommand.java | 2 +- src/client/command/commands/gm4/SetEqStatCommand.java | 2 +- src/client/command/commands/gm4/TravelRateCommand.java | 2 +- src/client/command/commands/gm4/ZakumCommand.java | 2 +- src/client/command/commands/gm5/DebugCommand.java | 2 +- src/client/command/commands/gm5/IpListCommand.java | 2 +- src/client/command/commands/gm5/SetCommand.java | 2 +- src/client/command/commands/gm5/ShowMoveLifeCommand.java | 2 +- src/client/command/commands/gm5/ShowPacketsCommand.java | 2 +- src/client/command/commands/gm5/ShowSessionsCommand.java | 2 +- src/client/command/commands/gm6/ClearQuestCacheCommand.java | 2 +- src/client/command/commands/gm6/ClearQuestCommand.java | 2 +- src/client/command/commands/gm6/DCAllCommand.java | 2 +- src/client/command/commands/gm6/EraseAllPNpcsCommand.java | 2 +- src/client/command/commands/gm6/GetAccCommand.java | 2 +- src/client/command/commands/gm6/MapPlayersCommand.java | 2 +- src/client/command/commands/gm6/SaveAllCommand.java | 2 +- src/client/command/commands/gm6/ServerAddChannelCommand.java | 2 +- src/client/command/commands/gm6/ServerAddWorldCommand.java | 2 +- src/client/command/commands/gm6/ServerRemoveChannelCommand.java | 2 +- src/client/command/commands/gm6/ServerRemoveWorldCommand.java | 2 +- src/client/command/commands/gm6/SetGmLevelCommand.java | 2 +- src/client/command/commands/gm6/ShutdownCommand.java | 2 +- src/client/command/commands/gm6/SpawnAllPNpcsCommand.java | 2 +- src/client/command/commands/gm6/SupplyRateCouponCommand.java | 2 +- src/client/command/commands/gm6/WarpWorldCommand.java | 2 +- src/client/creator/CharacterFactory.java | 2 +- src/client/creator/CharacterFactoryRecipe.java | 2 +- src/client/creator/novice/BeginnerCreator.java | 2 +- src/client/creator/novice/LegendCreator.java | 2 +- src/client/creator/novice/NoblesseCreator.java | 2 +- src/client/creator/veteran/BowmanCreator.java | 2 +- src/client/creator/veteran/MagicianCreator.java | 2 +- src/client/creator/veteran/PirateCreator.java | 2 +- src/client/creator/veteran/ThiefCreator.java | 2 +- src/client/creator/veteran/WarriorCreator.java | 2 +- src/client/inventory/MapleInventoryProof.java | 2 +- src/client/inventory/manipulator/MapleCashidGenerator.java | 2 +- src/client/inventory/manipulator/MapleKarmaManipulator.java | 2 +- src/client/newyear/NewYearCardRecord.java | 2 +- src/client/processor/AssignAPProcessor.java | 2 +- src/client/processor/AssignSPProcessor.java | 2 +- src/client/processor/BuybackProcessor.java | 2 +- src/client/processor/DueyProcessor.java | 2 +- src/client/processor/FredrickProcessor.java | 2 +- src/client/processor/MakerProcessor.java | 2 +- src/client/processor/SpawnPetProcessor.java | 2 +- src/constants/EquipType.java | 2 +- src/constants/OpcodeConstants.java | 2 +- src/net/server/audit/LockCollector.java | 2 +- src/net/server/audit/ThreadTracker.java | 2 +- src/net/server/audit/locks/MonitoredLockType.java | 2 +- src/net/server/audit/locks/MonitoredReadLock.java | 2 +- src/net/server/audit/locks/MonitoredReentrantLock.java | 2 +- src/net/server/audit/locks/MonitoredReentrantReadWriteLock.java | 2 +- src/net/server/audit/locks/MonitoredWriteLock.java | 2 +- src/net/server/audit/locks/active/TrackerReadLock.java | 2 +- src/net/server/audit/locks/active/TrackerReentrantLock.java | 2 +- src/net/server/audit/locks/active/TrackerWriteLock.java | 2 +- src/net/server/audit/locks/empty/EmptyReadLock.java | 2 +- src/net/server/audit/locks/empty/EmptyReentrantLock.java | 2 +- src/net/server/audit/locks/empty/EmptyWriteLock.java | 2 +- .../server/audit/locks/factory/MonitoredReadLockFactory.java | 2 +- .../audit/locks/factory/MonitoredReentrantLockFactory.java | 2 +- .../server/audit/locks/factory/MonitoredWriteLockFactory.java | 2 +- src/net/server/channel/handlers/CashShopSurpriseHandler.java | 2 +- src/net/server/channel/handlers/CouponCodeHandler.java | 2 +- src/net/server/channel/handlers/DenyAllianceRequestHandler.java | 2 +- src/net/server/channel/handlers/GrenadeEffectHandler.java | 2 +- src/net/server/channel/handlers/MobBanishPlayerHandler.java | 2 +- src/net/server/channel/handlers/NewYearCardHandler.java | 2 +- src/net/server/channel/handlers/OwlWarpHandler.java | 2 +- src/net/server/channel/handlers/PetAutoPotHandler.java | 2 +- src/net/server/channel/handlers/PlayerMapTransitionHandler.java | 2 +- src/net/server/channel/handlers/TransferNameHandler.java | 2 +- src/net/server/channel/handlers/TransferNameResultHandler.java | 2 +- src/net/server/channel/handlers/TransferWorldHandler.java | 2 +- src/net/server/channel/handlers/UseMapleLifeHandler.java | 2 +- src/net/server/channel/handlers/UseOwlOfMinervaHandler.java | 2 +- src/net/server/channel/handlers/WeddingTalkHandler.java | 2 +- src/net/server/channel/handlers/WeddingTalkMoreHandler.java | 2 +- src/net/server/channel/worker/BaseScheduler.java | 2 +- src/net/server/channel/worker/EventScheduler.java | 2 +- src/net/server/channel/worker/FaceExpressionScheduler.java | 2 +- src/net/server/channel/worker/MobAnimationScheduler.java | 2 +- src/net/server/channel/worker/MobClearSkillScheduler.java | 2 +- src/net/server/channel/worker/MobMistScheduler.java | 2 +- src/net/server/channel/worker/MobStatusScheduler.java | 2 +- src/net/server/channel/worker/OverallScheduler.java | 2 +- src/net/server/channel/worker/SchedulerListener.java | 2 +- src/net/server/coordinator/LoginStorage.java | 2 +- src/net/server/coordinator/MapleEventRecallCoordinator.java | 2 +- src/net/server/coordinator/MapleInviteCoordinator.java | 2 +- src/net/server/coordinator/MapleLoginBypassCoordinator.java | 2 +- src/net/server/coordinator/MapleMatchCheckerCoordinator.java | 2 +- src/net/server/coordinator/MapleMonsterAggroCoordinator.java | 2 +- src/net/server/coordinator/MaplePartySearchCoordinator.java | 2 +- src/net/server/coordinator/MapleSessionCoordinator.java | 2 +- .../coordinator/matchchecker/AbstractMatchCheckerListener.java | 2 +- .../coordinator/matchchecker/MatchCheckerListenerFactory.java | 2 +- .../coordinator/matchchecker/MatchCheckerListenerRecipe.java | 2 +- .../matchchecker/listener/MatchCheckerCPQChallenge.java | 2 +- .../matchchecker/listener/MatchCheckerGuildCreation.java | 2 +- .../server/coordinator/partysearch/PartySearchCharacter.java | 2 +- src/net/server/coordinator/partysearch/PartySearchEchelon.java | 2 +- src/net/server/coordinator/partysearch/PartySearchStorage.java | 2 +- src/net/server/worker/BaseWorker.java | 2 +- src/net/server/worker/CharacterAutosaverWorker.java | 2 +- src/net/server/worker/CharacterDiseaseWorker.java | 2 +- src/net/server/worker/CouponWorker.java | 2 +- src/net/server/worker/EventRecallCoordinatorWorker.java | 2 +- src/net/server/worker/FishingWorker.java | 2 +- src/net/server/worker/FredrickWorker.java | 2 +- src/net/server/worker/HiredMerchantWorker.java | 2 +- src/net/server/worker/InvitationWorker.java | 2 +- src/net/server/worker/LoginCoordinatorWorker.java | 2 +- src/net/server/worker/LoginStorageWorker.java | 2 +- src/net/server/worker/MapOwnershipWorker.java | 2 +- src/net/server/worker/MountTirednessWorker.java | 2 +- src/net/server/worker/PartySearchWorker.java | 2 +- src/net/server/worker/PetFullnessWorker.java | 2 +- src/net/server/worker/RankingCommandWorker.java | 2 +- src/net/server/worker/ReleaseLockWorker.java | 2 +- src/net/server/worker/ServerMessageWorker.java | 2 +- src/net/server/worker/TimedMapObjectWorker.java | 2 +- src/scripting/event/EventScheduledFuture.java | 2 +- src/scripting/event/worker/EventScriptScheduler.java | 2 +- src/server/MapleMarriage.java | 2 +- src/server/MapleSkillbookInformationProvider.java | 2 +- src/server/MapleStorageInventory.java | 2 +- src/server/ThreadManager.java | 2 +- src/server/life/MaplePlayerNPCFactory.java | 2 +- src/server/life/positioner/MaplePlayerNPCPodium.java | 2 +- src/server/life/positioner/MaplePlayerNPCPositioner.java | 2 +- src/server/loot/MapleLootInventory.java | 2 +- src/server/loot/MapleLootManager.java | 2 +- src/server/maps/MapleDoorObject.java | 2 +- src/server/maps/MapleMiniDungeon.java | 2 +- src/server/partyquest/AriantColiseum.java | 2 +- src/server/quest/actions/PetSpeedAction.java | 2 +- src/server/quest/actions/PetTamenessAction.java | 2 +- src/server/quest/requirements/BuffExceptRequirement.java | 2 +- src/server/quest/requirements/BuffRequirement.java | 2 +- src/server/quest/requirements/MesoRequirement.java | 2 +- src/tools/exceptions/EventInstanceInProgressException.java | 2 +- src/tools/packets/Fishing.java | 2 +- .../src/maplearrowfetcher/MapleArrowFetcher.java | 2 +- .../src/maplebosshpbarfetcher/MapleBossHpBarFetcher.java | 2 +- .../maplecashcosmeticschecker/MapleCashCosmeticsChecker.java | 2 +- .../maplecashcosmeticsfetcher/MapleCashCosmeticsFetcher.java | 2 +- .../src/maplecashdropfetcher/MapleCashDropFetcher.java | 2 +- .../src/maplecashvegachecker/MapleCashVegaChecker.java | 2 +- .../src/maplecodecoupongenerator/MapleCodeCouponGenerator.java | 2 +- .../src/maplecouponinstaller/MapleCouponInstaller.java | 2 +- tools/MapleDojoUpdater/src/mapledojoupdate/MapleDojoUpdate.java | 2 +- .../src/mapleemptyitemwzchecker/MapleEmptyItemWzChecker.java | 2 +- .../mapleequipmentomnileveler/MapleEquipmentOmnileveler.java | 2 +- .../src/mapleeventmethodfiller/MapleEventMethodFiller.java | 2 +- .../MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java | 2 +- .../src/maplenoitemidfetcher/MapleNoItemIdFetcher.java | 2 +- .../src/maplenoitemnamefetcher/MapleNoItemNameFetcher.java | 2 +- .../src/maplemapinforetriever/MapleMapInfoRetriever.java | 2 +- .../MapleMesoFetcher/src/maplemesofetcher/MapleMesoFetcher.java | 2 +- .../src/maplemobbookindexer/MapleMobBookIndexer.java | 2 +- .../src/maplemobbookupdate/MapleMobBookUpdate.java | 2 +- .../maplequestitemcountfetcher/MapleQuestItemCountFetcher.java | 2 +- .../src/maplequestitemfetcher/MapleQuestItemFetcher.java | 2 +- .../src/maplequestmesofetcher/MapleQuestMesoFetcher.java | 2 +- .../src/maplequestlinefetcher/MapleQuestlineFetcher.java | 2 +- .../src/maplereactordropfetcher/MapleReactorDropFetcher.java | 2 +- .../src/mapleskillmakerfetcher/MapleMakerItemEntry.java | 2 +- .../src/mapleskillmakerfetcher/MapleSkillMakerFetcher.java | 2 +- .../MapleSkillMakerReagentIndexer.java | 2 +- .../MapleSkillbookChanceFetcher.java | 2 +- .../mapleskillbookstackupdate/MapleSkillbookStackUpdate.java | 2 +- .../src/mapleworldmapchecker/MapleWorldmapChecker.java | 2 +- 618 files changed, 618 insertions(+), 618 deletions(-) diff --git a/scripts/NPC Base.js b/scripts/NPC Base.js index fdd33d0fff..a5281e22ac 100644 --- a/scripts/NPC Base.js +++ b/scripts/NPC Base.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/QUEST Base.js b/scripts/QUEST Base.js index e8f88444ac..3800372313 100644 --- a/scripts/QUEST Base.js +++ b/scripts/QUEST Base.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/REACT Base.js b/scripts/REACT Base.js index 8771d047c6..a119b537f1 100644 --- a/scripts/REACT Base.js +++ b/scripts/REACT Base.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/3rdJob_bowman.js b/scripts/event/3rdJob_bowman.js index 447ae673d7..583e4db8a9 100644 --- a/scripts/event/3rdJob_bowman.js +++ b/scripts/event/3rdJob_bowman.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/3rdJob_magician.js b/scripts/event/3rdJob_magician.js index aa244b5114..cd11b6d427 100644 --- a/scripts/event/3rdJob_magician.js +++ b/scripts/event/3rdJob_magician.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/3rdJob_mount.js b/scripts/event/3rdJob_mount.js index cd366824ed..bc9bd937b1 100644 --- a/scripts/event/3rdJob_mount.js +++ b/scripts/event/3rdJob_mount.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/3rdJob_pirate.js b/scripts/event/3rdJob_pirate.js index ef18f1dc31..e79e1e2551 100644 --- a/scripts/event/3rdJob_pirate.js +++ b/scripts/event/3rdJob_pirate.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/3rdJob_thief.js b/scripts/event/3rdJob_thief.js index 285c4d0484..9ed7e979fc 100644 --- a/scripts/event/3rdJob_thief.js +++ b/scripts/event/3rdJob_thief.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/3rdJob_warrior.js b/scripts/event/3rdJob_warrior.js index f3b7f0bf97..86cd6b9e5b 100644 --- a/scripts/event/3rdJob_warrior.js +++ b/scripts/event/3rdJob_warrior.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/4jaerial.js b/scripts/event/4jaerial.js index d4dc9708d7..43a0149526 100644 --- a/scripts/event/4jaerial.js +++ b/scripts/event/4jaerial.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/4jship.js b/scripts/event/4jship.js index ddb0da2502..bd7d4370dd 100644 --- a/scripts/event/4jship.js +++ b/scripts/event/4jship.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/4jsuper.js b/scripts/event/4jsuper.js index 565d7c6f27..835a79db80 100644 --- a/scripts/event/4jsuper.js +++ b/scripts/event/4jsuper.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/AmoriaPQ.js b/scripts/event/AmoriaPQ.js index 87c07429f6..6ad982a942 100644 --- a/scripts/event/AmoriaPQ.js +++ b/scripts/event/AmoriaPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/Aran_2ndmount.js b/scripts/event/Aran_2ndmount.js index 1be6114b18..81cb47b67b 100644 --- a/scripts/event/Aran_2ndmount.js +++ b/scripts/event/Aran_2ndmount.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/Aran_3rdmount.js b/scripts/event/Aran_3rdmount.js index 04e135d0b8..aab415b92d 100644 --- a/scripts/event/Aran_3rdmount.js +++ b/scripts/event/Aran_3rdmount.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/BalrogBattle.js b/scripts/event/BalrogBattle.js index 6c6c426cb5..35f4af113b 100644 --- a/scripts/event/BalrogBattle.js +++ b/scripts/event/BalrogBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/BalrogBattle_Easy.js b/scripts/event/BalrogBattle_Easy.js index 40cfb3cc14..e345319546 100644 --- a/scripts/event/BalrogBattle_Easy.js +++ b/scripts/event/BalrogBattle_Easy.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/BalrogQuest.js b/scripts/event/BalrogQuest.js index fcef456bf4..161aeb9d26 100644 --- a/scripts/event/BalrogQuest.js +++ b/scripts/event/BalrogQuest.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/BossRushPQ.js b/scripts/event/BossRushPQ.js index aefed0ef34..ad1bc34473 100644 --- a/scripts/event/BossRushPQ.js +++ b/scripts/event/BossRushPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/CWKPQ.js b/scripts/event/CWKPQ.js index 6ca1130023..c10d12ada7 100644 --- a/scripts/event/CWKPQ.js +++ b/scripts/event/CWKPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/CafePQ_1.js b/scripts/event/CafePQ_1.js index 47d9a747b6..c0f3945d0a 100644 --- a/scripts/event/CafePQ_1.js +++ b/scripts/event/CafePQ_1.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/CafePQ_2.js b/scripts/event/CafePQ_2.js index 3f3d7a9737..7f3108eb6b 100644 --- a/scripts/event/CafePQ_2.js +++ b/scripts/event/CafePQ_2.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/CafePQ_3.js b/scripts/event/CafePQ_3.js index 3912da0f27..b9b11b3fff 100644 --- a/scripts/event/CafePQ_3.js +++ b/scripts/event/CafePQ_3.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/CafePQ_4.js b/scripts/event/CafePQ_4.js index d342f2ae60..8802c50b38 100644 --- a/scripts/event/CafePQ_4.js +++ b/scripts/event/CafePQ_4.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/CafePQ_5.js b/scripts/event/CafePQ_5.js index b6b3c6867b..9029263719 100644 --- a/scripts/event/CafePQ_5.js +++ b/scripts/event/CafePQ_5.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/CafePQ_6.js b/scripts/event/CafePQ_6.js index ce7a70e0f7..00ecbd9956 100644 --- a/scripts/event/CafePQ_6.js +++ b/scripts/event/CafePQ_6.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/DelliBattle.js b/scripts/event/DelliBattle.js index ef3869e124..241ebc7970 100644 --- a/scripts/event/DelliBattle.js +++ b/scripts/event/DelliBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/ElementalBattle.js b/scripts/event/ElementalBattle.js index 00a2a18dee..3052293046 100644 --- a/scripts/event/ElementalBattle.js +++ b/scripts/event/ElementalBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/EllinPQ.js b/scripts/event/EllinPQ.js index 0ca98f1161..0ccda9903c 100644 --- a/scripts/event/EllinPQ.js +++ b/scripts/event/EllinPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/ElnathPQ.js b/scripts/event/ElnathPQ.js index 35ea949375..fd4d56a424 100644 --- a/scripts/event/ElnathPQ.js +++ b/scripts/event/ElnathPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/GuildQuest.js b/scripts/event/GuildQuest.js index d4d3fa00f8..4a942f1407 100644 --- a/scripts/event/GuildQuest.js +++ b/scripts/event/GuildQuest.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/HenesysPQ.js b/scripts/event/HenesysPQ.js index 74ce27aa94..e9ae26ac9f 100644 --- a/scripts/event/HenesysPQ.js +++ b/scripts/event/HenesysPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/HolidayPQ_1.js b/scripts/event/HolidayPQ_1.js index 74c0f183fa..56a8538067 100644 --- a/scripts/event/HolidayPQ_1.js +++ b/scripts/event/HolidayPQ_1.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/HolidayPQ_2.js b/scripts/event/HolidayPQ_2.js index dd03f36993..a01aa60782 100644 --- a/scripts/event/HolidayPQ_2.js +++ b/scripts/event/HolidayPQ_2.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/HolidayPQ_3.js b/scripts/event/HolidayPQ_3.js index b217933f05..afb2cc7459 100644 --- a/scripts/event/HolidayPQ_3.js +++ b/scripts/event/HolidayPQ_3.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/HorntailBattle.js b/scripts/event/HorntailBattle.js index f31c2cdb06..3aced02c62 100644 --- a/scripts/event/HorntailBattle.js +++ b/scripts/event/HorntailBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/HorntailPQ.js b/scripts/event/HorntailPQ.js index ccc5fdfe97..7dddb408f9 100644 --- a/scripts/event/HorntailPQ.js +++ b/scripts/event/HorntailPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/KerningPQ.js b/scripts/event/KerningPQ.js index c57817fde9..81837f319b 100644 --- a/scripts/event/KerningPQ.js +++ b/scripts/event/KerningPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/LatanicaBattle.js b/scripts/event/LatanicaBattle.js index b953335aff..f9d82b4df9 100644 --- a/scripts/event/LatanicaBattle.js +++ b/scripts/event/LatanicaBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/LudiMazePQ.js b/scripts/event/LudiMazePQ.js index a7a1df4665..183e2d4cda 100644 --- a/scripts/event/LudiMazePQ.js +++ b/scripts/event/LudiMazePQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/LudiPQ.js b/scripts/event/LudiPQ.js index 4a4079ba06..6e9e4577f5 100644 --- a/scripts/event/LudiPQ.js +++ b/scripts/event/LudiPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/MagatiaPQ_A.js b/scripts/event/MagatiaPQ_A.js index 312980d2a8..663e0ef781 100644 --- a/scripts/event/MagatiaPQ_A.js +++ b/scripts/event/MagatiaPQ_A.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/MagatiaPQ_Z.js b/scripts/event/MagatiaPQ_Z.js index fe88d4af3d..3dea1423b2 100644 --- a/scripts/event/MagatiaPQ_Z.js +++ b/scripts/event/MagatiaPQ_Z.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/MahaBattle.js b/scripts/event/MahaBattle.js index 08698a3994..40f731315f 100644 --- a/scripts/event/MahaBattle.js +++ b/scripts/event/MahaBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/OrbisPQ.js b/scripts/event/OrbisPQ.js index 397e205a5b..326ce442f9 100644 --- a/scripts/event/OrbisPQ.js +++ b/scripts/event/OrbisPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/PapulatusBattle.js b/scripts/event/PapulatusBattle.js index 3a1528a296..39f1b253d3 100644 --- a/scripts/event/PapulatusBattle.js +++ b/scripts/event/PapulatusBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/PinkBeanBattle.js b/scripts/event/PinkBeanBattle.js index b29e631378..d4fd895408 100644 --- a/scripts/event/PinkBeanBattle.js +++ b/scripts/event/PinkBeanBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/PiratePQ.js b/scripts/event/PiratePQ.js index 9d43d72678..89e857b9bb 100644 --- a/scripts/event/PiratePQ.js +++ b/scripts/event/PiratePQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/ScargaBattle.js b/scripts/event/ScargaBattle.js index d7d4b9ff1d..3ab4a5c2a7 100644 --- a/scripts/event/ScargaBattle.js +++ b/scripts/event/ScargaBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/ShowaBattle.js b/scripts/event/ShowaBattle.js index f3504671a3..180066cc91 100644 --- a/scripts/event/ShowaBattle.js +++ b/scripts/event/ShowaBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/TD_Battle1.js b/scripts/event/TD_Battle1.js index b76ff75d6e..8a315f875c 100644 --- a/scripts/event/TD_Battle1.js +++ b/scripts/event/TD_Battle1.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/TD_Battle2.js b/scripts/event/TD_Battle2.js index 13dff5306b..288af85fe5 100644 --- a/scripts/event/TD_Battle2.js +++ b/scripts/event/TD_Battle2.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/TD_Battle3.js b/scripts/event/TD_Battle3.js index 8531792fc8..6589961695 100644 --- a/scripts/event/TD_Battle3.js +++ b/scripts/event/TD_Battle3.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/TD_Battle4.js b/scripts/event/TD_Battle4.js index 8c501f64db..6f8dee69d4 100644 --- a/scripts/event/TD_Battle4.js +++ b/scripts/event/TD_Battle4.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/TD_Battle5.js b/scripts/event/TD_Battle5.js index 7628080374..53f0f2b88d 100644 --- a/scripts/event/TD_Battle5.js +++ b/scripts/event/TD_Battle5.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/TreasurePQ.js b/scripts/event/TreasurePQ.js index 2353434249..5624044b7e 100644 --- a/scripts/event/TreasurePQ.js +++ b/scripts/event/TreasurePQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/WeddingCathedral.js b/scripts/event/WeddingCathedral.js index 2bf92e039a..3bc5eacdf9 100644 --- a/scripts/event/WeddingCathedral.js +++ b/scripts/event/WeddingCathedral.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/WeddingChapel.js b/scripts/event/WeddingChapel.js index 37a44bd953..4b53b39df6 100644 --- a/scripts/event/WeddingChapel.js +++ b/scripts/event/WeddingChapel.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/ZakumBattle.js b/scripts/event/ZakumBattle.js index 47b979b565..c52de1b557 100644 --- a/scripts/event/ZakumBattle.js +++ b/scripts/event/ZakumBattle.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/event/ZakumPQ.js b/scripts/event/ZakumPQ.js index 1c5b2c36d9..9f69ca4476 100644 --- a/scripts/event/ZakumPQ.js +++ b/scripts/event/ZakumPQ.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/map/onUserEnter/108010600.js b/scripts/map/onUserEnter/108010600.js index 2b1b2c6227..6d052cbc76 100644 --- a/scripts/map/onUserEnter/108010600.js +++ b/scripts/map/onUserEnter/108010600.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/map/onUserEnter/108010610.js b/scripts/map/onUserEnter/108010610.js index da3af18719..2ec610e06c 100644 --- a/scripts/map/onUserEnter/108010610.js +++ b/scripts/map/onUserEnter/108010610.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/map/onUserEnter/108010620.js b/scripts/map/onUserEnter/108010620.js index ae0f7dbf4a..1857cb2d51 100644 --- a/scripts/map/onUserEnter/108010620.js +++ b/scripts/map/onUserEnter/108010620.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/map/onUserEnter/108010630.js b/scripts/map/onUserEnter/108010630.js index 9cc91eaa62..9fa161fb75 100644 --- a/scripts/map/onUserEnter/108010630.js +++ b/scripts/map/onUserEnter/108010630.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/map/onUserEnter/108010640.js b/scripts/map/onUserEnter/108010640.js index 0d02abcd99..3fc2fbb334 100644 --- a/scripts/map/onUserEnter/108010640.js +++ b/scripts/map/onUserEnter/108010640.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/map/onUserEnter/926000010.js b/scripts/map/onUserEnter/926000010.js index aecec3cd48..f37e236d1d 100644 --- a/scripts/map/onUserEnter/926000010.js +++ b/scripts/map/onUserEnter/926000010.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1040000.js b/scripts/npc/1040000.js index cf6a84799a..8c01f43c33 100644 --- a/scripts/npc/1040000.js +++ b/scripts/npc/1040000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1052013.js b/scripts/npc/1052013.js index e521c4ac44..9bb2a58908 100644 --- a/scripts/npc/1052013.js +++ b/scripts/npc/1052013.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1052014.js b/scripts/npc/1052014.js index ec0aee2287..57b40e6290 100644 --- a/scripts/npc/1052014.js +++ b/scripts/npc/1052014.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1052015.js b/scripts/npc/1052015.js index 461f0299b8..b8f5f412f8 100644 --- a/scripts/npc/1052015.js +++ b/scripts/npc/1052015.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1092008.js b/scripts/npc/1092008.js index d845f6be0a..d23a355f2b 100644 --- a/scripts/npc/1092008.js +++ b/scripts/npc/1092008.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1092015.js b/scripts/npc/1092015.js index f08dbb0c95..d7192da1c6 100644 --- a/scripts/npc/1092015.js +++ b/scripts/npc/1092015.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1092018.js b/scripts/npc/1092018.js index 0f2a3c6ee9..27ce827069 100644 --- a/scripts/npc/1092018.js +++ b/scripts/npc/1092018.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1092019.js b/scripts/npc/1092019.js index 48e61e6c3a..e80b1b24c2 100644 --- a/scripts/npc/1092019.js +++ b/scripts/npc/1092019.js @@ -4,7 +4,7 @@ Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 diff --git a/scripts/npc/1095000.js b/scripts/npc/1095000.js index 153219bef8..f458b27de8 100644 --- a/scripts/npc/1095000.js +++ b/scripts/npc/1095000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/11000.js b/scripts/npc/11000.js index f2f73935a2..36f780f994 100644 --- a/scripts/npc/11000.js +++ b/scripts/npc/11000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1103000.js b/scripts/npc/1103000.js index 67e606791f..88c0e59e7d 100644 --- a/scripts/npc/1103000.js +++ b/scripts/npc/1103000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104002.js b/scripts/npc/1104002.js index 903fe7481d..6c486cb10f 100644 --- a/scripts/npc/1104002.js +++ b/scripts/npc/1104002.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104100.js b/scripts/npc/1104100.js index 415c1d44b3..c06a406909 100644 --- a/scripts/npc/1104100.js +++ b/scripts/npc/1104100.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104101.js b/scripts/npc/1104101.js index 2f38b06e33..5f5583723b 100644 --- a/scripts/npc/1104101.js +++ b/scripts/npc/1104101.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104102.js b/scripts/npc/1104102.js index 3d7b1af5f0..1cfb03eabc 100644 --- a/scripts/npc/1104102.js +++ b/scripts/npc/1104102.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104103.js b/scripts/npc/1104103.js index ff07de9bea..c714175c66 100644 --- a/scripts/npc/1104103.js +++ b/scripts/npc/1104103.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104104.js b/scripts/npc/1104104.js index f00f9d9107..aa95603b72 100644 --- a/scripts/npc/1104104.js +++ b/scripts/npc/1104104.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104200.js b/scripts/npc/1104200.js index 46fe5a106d..4f9ca3b2f3 100644 --- a/scripts/npc/1104200.js +++ b/scripts/npc/1104200.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104201.js b/scripts/npc/1104201.js index 38b68df694..e4c22783ad 100644 --- a/scripts/npc/1104201.js +++ b/scripts/npc/1104201.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104202.js b/scripts/npc/1104202.js index e5600f02ab..1171ff2387 100644 --- a/scripts/npc/1104202.js +++ b/scripts/npc/1104202.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104203.js b/scripts/npc/1104203.js index e5600f02ab..1171ff2387 100644 --- a/scripts/npc/1104203.js +++ b/scripts/npc/1104203.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104204.js b/scripts/npc/1104204.js index e5600f02ab..1171ff2387 100644 --- a/scripts/npc/1104204.js +++ b/scripts/npc/1104204.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104205.js b/scripts/npc/1104205.js index e5600f02ab..1171ff2387 100644 --- a/scripts/npc/1104205.js +++ b/scripts/npc/1104205.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104206.js b/scripts/npc/1104206.js index e5600f02ab..1171ff2387 100644 --- a/scripts/npc/1104206.js +++ b/scripts/npc/1104206.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1104207.js b/scripts/npc/1104207.js index e5600f02ab..1171ff2387 100644 --- a/scripts/npc/1104207.js +++ b/scripts/npc/1104207.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1300001.js b/scripts/npc/1300001.js index 6478b9c7e0..9a81a3eb4b 100644 --- a/scripts/npc/1300001.js +++ b/scripts/npc/1300001.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1300006.js b/scripts/npc/1300006.js index ad16701629..2e6a5b0ea0 100644 --- a/scripts/npc/1300006.js +++ b/scripts/npc/1300006.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/1300012.js b/scripts/npc/1300012.js index 0290ddf1b1..500b1fe35d 100644 --- a/scripts/npc/1300012.js +++ b/scripts/npc/1300012.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2012023.js b/scripts/npc/2012023.js index f782abfaf0..6ebaa66e10 100644 --- a/scripts/npc/2012023.js +++ b/scripts/npc/2012023.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2012027.js b/scripts/npc/2012027.js index 7c43a161ba..dbc5a36f9e 100644 --- a/scripts/npc/2012027.js +++ b/scripts/npc/2012027.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2012028.js b/scripts/npc/2012028.js index 90e0006589..c242fd8d69 100644 --- a/scripts/npc/2012028.js +++ b/scripts/npc/2012028.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2012029.js b/scripts/npc/2012029.js index 41b10d0867..7371a28642 100644 --- a/scripts/npc/2012029.js +++ b/scripts/npc/2012029.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2012030.js b/scripts/npc/2012030.js index 3e9dfb80e9..f0a7eed991 100644 --- a/scripts/npc/2012030.js +++ b/scripts/npc/2012030.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2012031.js b/scripts/npc/2012031.js index 4e8946e69a..5f06ac6ba2 100644 --- a/scripts/npc/2012031.js +++ b/scripts/npc/2012031.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2012032.js b/scripts/npc/2012032.js index 949480f276..41b41a45c2 100644 --- a/scripts/npc/2012032.js +++ b/scripts/npc/2012032.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2012033.js b/scripts/npc/2012033.js index 98c196d054..d066394cb3 100644 --- a/scripts/npc/2012033.js +++ b/scripts/npc/2012033.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2013000.js b/scripts/npc/2013000.js index 415f0f5137..4ff0c6b40c 100644 --- a/scripts/npc/2013000.js +++ b/scripts/npc/2013000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2030006.js b/scripts/npc/2030006.js index f05dfb3945..43382598cb 100644 --- a/scripts/npc/2030006.js +++ b/scripts/npc/2030006.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2030014.js b/scripts/npc/2030014.js index 0501e9e25c..42045d9764 100644 --- a/scripts/npc/2030014.js +++ b/scripts/npc/2030014.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2041024.js b/scripts/npc/2041024.js index de64516268..a71412356e 100644 --- a/scripts/npc/2041024.js +++ b/scripts/npc/2041024.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2041026.js b/scripts/npc/2041026.js index ac4d479224..15546c86cb 100644 --- a/scripts/npc/2041026.js +++ b/scripts/npc/2041026.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2043000.js b/scripts/npc/2043000.js index a57b352854..08f557db18 100644 --- a/scripts/npc/2043000.js +++ b/scripts/npc/2043000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2050014.js b/scripts/npc/2050014.js index 5a43f0112e..30c337d789 100644 --- a/scripts/npc/2050014.js +++ b/scripts/npc/2050014.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2050015.js b/scripts/npc/2050015.js index 5a43f0112e..30c337d789 100644 --- a/scripts/npc/2050015.js +++ b/scripts/npc/2050015.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2050016.js b/scripts/npc/2050016.js index 5a43f0112e..30c337d789 100644 --- a/scripts/npc/2050016.js +++ b/scripts/npc/2050016.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2050017.js b/scripts/npc/2050017.js index 5a43f0112e..30c337d789 100644 --- a/scripts/npc/2050017.js +++ b/scripts/npc/2050017.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2050018.js b/scripts/npc/2050018.js index 5a43f0112e..30c337d789 100644 --- a/scripts/npc/2050018.js +++ b/scripts/npc/2050018.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2050019.js b/scripts/npc/2050019.js index 5a43f0112e..30c337d789 100644 --- a/scripts/npc/2050019.js +++ b/scripts/npc/2050019.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2082004.js b/scripts/npc/2082004.js index 44fd4e6dcc..b30854f31e 100644 --- a/scripts/npc/2082004.js +++ b/scripts/npc/2082004.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2082014_script.js b/scripts/npc/2082014_script.js index 9f5c0c9264..b15e251c2b 100644 --- a/scripts/npc/2082014_script.js +++ b/scripts/npc/2082014_script.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2083001.js b/scripts/npc/2083001.js index 0aa28a81d2..a39772aa07 100644 --- a/scripts/npc/2083001.js +++ b/scripts/npc/2083001.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2091005.js b/scripts/npc/2091005.js index 24cf9806cc..65cfa36f5d 100644 --- a/scripts/npc/2091005.js +++ b/scripts/npc/2091005.js @@ -3,7 +3,7 @@ Copyright (C) 2008 Patrick Huy Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2094000.js b/scripts/npc/2094000.js index 0a35405ade..58976aacf5 100644 --- a/scripts/npc/2094000.js +++ b/scripts/npc/2094000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2095000.js b/scripts/npc/2095000.js index faafa64a3c..bb83a6c357 100644 --- a/scripts/npc/2095000.js +++ b/scripts/npc/2095000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103000.js b/scripts/npc/2103000.js index f64485569e..2784b55ff9 100644 --- a/scripts/npc/2103000.js +++ b/scripts/npc/2103000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103002.js b/scripts/npc/2103002.js index eaf066d340..5ef7f0c1e3 100644 --- a/scripts/npc/2103002.js +++ b/scripts/npc/2103002.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103003.js b/scripts/npc/2103003.js index 9b8040167f..50286a9e9f 100644 --- a/scripts/npc/2103003.js +++ b/scripts/npc/2103003.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103004.js b/scripts/npc/2103004.js index 5891f00078..f75ae50dbc 100644 --- a/scripts/npc/2103004.js +++ b/scripts/npc/2103004.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103005.js b/scripts/npc/2103005.js index 01dc956858..8455762360 100644 --- a/scripts/npc/2103005.js +++ b/scripts/npc/2103005.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103006.js b/scripts/npc/2103006.js index a25d62b4ac..df5c0e26a8 100644 --- a/scripts/npc/2103006.js +++ b/scripts/npc/2103006.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103009.js b/scripts/npc/2103009.js index 12d3129e1a..dfa158a39f 100644 --- a/scripts/npc/2103009.js +++ b/scripts/npc/2103009.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103010.js b/scripts/npc/2103010.js index 80f599e5bd..f3026eab3c 100644 --- a/scripts/npc/2103010.js +++ b/scripts/npc/2103010.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103011.js b/scripts/npc/2103011.js index fdbb1a86ee..57d4b461fd 100644 --- a/scripts/npc/2103011.js +++ b/scripts/npc/2103011.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2103012.js b/scripts/npc/2103012.js index 13a9f0bc9d..f520329490 100644 --- a/scripts/npc/2103012.js +++ b/scripts/npc/2103012.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111010.js b/scripts/npc/2111010.js index 2a072de25b..caec1a1afc 100644 --- a/scripts/npc/2111010.js +++ b/scripts/npc/2111010.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111013.js b/scripts/npc/2111013.js index 3d897e4788..551ba5f46a 100644 --- a/scripts/npc/2111013.js +++ b/scripts/npc/2111013.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111014.js b/scripts/npc/2111014.js index 503554188a..a39a0c2c3a 100644 --- a/scripts/npc/2111014.js +++ b/scripts/npc/2111014.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111015.js b/scripts/npc/2111015.js index 502d617075..ca329ad95f 100644 --- a/scripts/npc/2111015.js +++ b/scripts/npc/2111015.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111017.js b/scripts/npc/2111017.js index f5ac4961fd..49a8458d4d 100644 --- a/scripts/npc/2111017.js +++ b/scripts/npc/2111017.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111018.js b/scripts/npc/2111018.js index baf03db33d..6065064c69 100644 --- a/scripts/npc/2111018.js +++ b/scripts/npc/2111018.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111019.js b/scripts/npc/2111019.js index 71da66886d..bde977fafc 100644 --- a/scripts/npc/2111019.js +++ b/scripts/npc/2111019.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111020.js b/scripts/npc/2111020.js index f9f07e7b09..bc49a9de13 100644 --- a/scripts/npc/2111020.js +++ b/scripts/npc/2111020.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111021.js b/scripts/npc/2111021.js index 7b8336eb75..6f46abc299 100644 --- a/scripts/npc/2111021.js +++ b/scripts/npc/2111021.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111022.js b/scripts/npc/2111022.js index a6cca05dc7..4fd1ebb28f 100644 --- a/scripts/npc/2111022.js +++ b/scripts/npc/2111022.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2111023.js b/scripts/npc/2111023.js index 0ea72a461e..e8cb68005a 100644 --- a/scripts/npc/2111023.js +++ b/scripts/npc/2111023.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2112003.js b/scripts/npc/2112003.js index bbf907d813..fcf7eca6a3 100644 --- a/scripts/npc/2112003.js +++ b/scripts/npc/2112003.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2112004.js b/scripts/npc/2112004.js index 02b02a895a..1b4c8510ff 100644 --- a/scripts/npc/2112004.js +++ b/scripts/npc/2112004.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2112007.js b/scripts/npc/2112007.js index b834919a47..f6505f4c1e 100644 --- a/scripts/npc/2112007.js +++ b/scripts/npc/2112007.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2112016.js b/scripts/npc/2112016.js index d0f7d16d83..dd9db1bf18 100644 --- a/scripts/npc/2112016.js +++ b/scripts/npc/2112016.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/2133000.js b/scripts/npc/2133000.js index 68ec447716..c342d6e69a 100644 --- a/scripts/npc/2133000.js +++ b/scripts/npc/2133000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9000007.js b/scripts/npc/9000007.js index b250fb2838..3772715b71 100644 --- a/scripts/npc/9000007.js +++ b/scripts/npc/9000007.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9000017.js b/scripts/npc/9000017.js index 57e58dde3c..7f94db6a5d 100644 --- a/scripts/npc/9000017.js +++ b/scripts/npc/9000017.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9000036.js b/scripts/npc/9000036.js index 255befc3fd..1bcc769423 100644 --- a/scripts/npc/9000036.js +++ b/scripts/npc/9000036.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9000037.js b/scripts/npc/9000037.js index 7fa0cbab9c..45e3fd9921 100644 --- a/scripts/npc/9000037.js +++ b/scripts/npc/9000037.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9000038.js b/scripts/npc/9000038.js index fb3a27d29c..55119f47d9 100644 --- a/scripts/npc/9000038.js +++ b/scripts/npc/9000038.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9000040.js b/scripts/npc/9000040.js index 004ba79aab..c1ed3286b3 100644 --- a/scripts/npc/9000040.js +++ b/scripts/npc/9000040.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9000041.js b/scripts/npc/9000041.js index 1d2cc250ef..93fd16a9e7 100644 --- a/scripts/npc/9000041.js +++ b/scripts/npc/9000041.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9020000.js b/scripts/npc/9020000.js index a5e8aa3707..74eae3bbae 100644 --- a/scripts/npc/9020000.js +++ b/scripts/npc/9020000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9040000.js b/scripts/npc/9040000.js index 5b8c60d199..79db553ec3 100644 --- a/scripts/npc/9040000.js +++ b/scripts/npc/9040000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9105004.js b/scripts/npc/9105004.js index eb128a35c7..5fe3edd1ff 100644 --- a/scripts/npc/9105004.js +++ b/scripts/npc/9105004.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9105005.js b/scripts/npc/9105005.js index ccac6a8b3c..5a9fad2bbf 100644 --- a/scripts/npc/9105005.js +++ b/scripts/npc/9105005.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9120102.js b/scripts/npc/9120102.js index 52b1e7d27a..e701f867ad 100644 --- a/scripts/npc/9120102.js +++ b/scripts/npc/9120102.js @@ -4,7 +4,7 @@ Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 diff --git a/scripts/npc/9120103.js b/scripts/npc/9120103.js index 97641fe734..b8ba082c2a 100644 --- a/scripts/npc/9120103.js +++ b/scripts/npc/9120103.js @@ -4,7 +4,7 @@ Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 diff --git a/scripts/npc/9201033.js b/scripts/npc/9201033.js index 53b3b61d62..6bc3f304be 100644 --- a/scripts/npc/9201033.js +++ b/scripts/npc/9201033.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9201048.js b/scripts/npc/9201048.js index 15ba31bb15..7e2538525c 100644 --- a/scripts/npc/9201048.js +++ b/scripts/npc/9201048.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9201084.js b/scripts/npc/9201084.js index 0290ddf1b1..500b1fe35d 100644 --- a/scripts/npc/9201084.js +++ b/scripts/npc/9201084.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9201096.js b/scripts/npc/9201096.js index 3ced465fdb..4d775d90fa 100644 --- a/scripts/npc/9201096.js +++ b/scripts/npc/9201096.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9201106.js b/scripts/npc/9201106.js index 54be6df326..cc8c6b2df4 100644 --- a/scripts/npc/9201106.js +++ b/scripts/npc/9201106.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9201123.js b/scripts/npc/9201123.js index d88c282fb8..aa645916cc 100644 --- a/scripts/npc/9201123.js +++ b/scripts/npc/9201123.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9201124.js b/scripts/npc/9201124.js index 8a88f420d9..bf287043db 100644 --- a/scripts/npc/9201124.js +++ b/scripts/npc/9201124.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9201125.js b/scripts/npc/9201125.js index 043316878b..4b46ded9ab 100644 --- a/scripts/npc/9201125.js +++ b/scripts/npc/9201125.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9201126.js b/scripts/npc/9201126.js index 98e4a1cd20..03e55ec555 100644 --- a/scripts/npc/9201126.js +++ b/scripts/npc/9201126.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9201127.js b/scripts/npc/9201127.js index 273a394437..6c7c9851f1 100644 --- a/scripts/npc/9201127.js +++ b/scripts/npc/9201127.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9209000.js b/scripts/npc/9209000.js index 2ae7c3c082..ee99d66428 100644 --- a/scripts/npc/9209000.js +++ b/scripts/npc/9209000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9220018.js b/scripts/npc/9220018.js index fb9b631601..fb71ce3731 100644 --- a/scripts/npc/9220018.js +++ b/scripts/npc/9220018.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9220019.js b/scripts/npc/9220019.js index 77cfc95eb3..08fc4e5278 100644 --- a/scripts/npc/9220019.js +++ b/scripts/npc/9220019.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9220020.js b/scripts/npc/9220020.js index 6c712c30a0..4c0a9a131b 100644 --- a/scripts/npc/9220020.js +++ b/scripts/npc/9220020.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/9977777.js b/scripts/npc/9977777.js index 35cd83b79b..46f94db9e2 100644 --- a/scripts/npc/9977777.js +++ b/scripts/npc/9977777.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/npc/rank_user.js b/scripts/npc/rank_user.js index 323702e518..61e8c1b70c 100644 --- a/scripts/npc/rank_user.js +++ b/scripts/npc/rank_user.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/08_xmas_out.js b/scripts/portal/08_xmas_out.js index 265ddde47b..3ea19ef655 100644 --- a/scripts/portal/08_xmas_out.js +++ b/scripts/portal/08_xmas_out.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/PPinkOut.js b/scripts/portal/PPinkOut.js index 3a1e669fed..ebcc81d9c8 100644 --- a/scripts/portal/PPinkOut.js +++ b/scripts/portal/PPinkOut.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/Pinkin.js b/scripts/portal/Pinkin.js index 08e1b26048..543553d91e 100644 --- a/scripts/portal/Pinkin.js +++ b/scripts/portal/Pinkin.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/ariant_Agit.js b/scripts/portal/ariant_Agit.js index 4b9dedd287..12cc6b18da 100644 --- a/scripts/portal/ariant_Agit.js +++ b/scripts/portal/ariant_Agit.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/ariant_queens.js b/scripts/portal/ariant_queens.js index 8092d4c1c1..d12a8f5283 100644 --- a/scripts/portal/ariant_queens.js +++ b/scripts/portal/ariant_queens.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/enterDisguise1.js b/scripts/portal/enterDisguise1.js index d7a5ddcab8..5524e9bfc9 100644 --- a/scripts/portal/enterDisguise1.js +++ b/scripts/portal/enterDisguise1.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/enterDisguise2.js b/scripts/portal/enterDisguise2.js index b242657cfc..731b5f6a2c 100644 --- a/scripts/portal/enterDisguise2.js +++ b/scripts/portal/enterDisguise2.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/enterDisguise3.js b/scripts/portal/enterDisguise3.js index cf0b2c64a6..73431335a8 100644 --- a/scripts/portal/enterDisguise3.js +++ b/scripts/portal/enterDisguise3.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/enterDisguise4.js b/scripts/portal/enterDisguise4.js index 929887d851..f5eac73ebf 100644 --- a/scripts/portal/enterDisguise4.js +++ b/scripts/portal/enterDisguise4.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/enterDisguise5.js b/scripts/portal/enterDisguise5.js index ddc080000a..63a31832ca 100644 --- a/scripts/portal/enterDisguise5.js +++ b/scripts/portal/enterDisguise5.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/guyfawkes0_esc.js b/scripts/portal/guyfawkes0_esc.js index 3548d865a7..841eb4236c 100644 --- a/scripts/portal/guyfawkes0_esc.js +++ b/scripts/portal/guyfawkes0_esc.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/guyfawkes0_floor.js b/scripts/portal/guyfawkes0_floor.js index 0628329f26..fbca14d691 100644 --- a/scripts/portal/guyfawkes0_floor.js +++ b/scripts/portal/guyfawkes0_floor.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/magatia_alc0.js b/scripts/portal/magatia_alc0.js index 1ebccfa85d..15fafa8d42 100644 --- a/scripts/portal/magatia_alc0.js +++ b/scripts/portal/magatia_alc0.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/q3366in.js b/scripts/portal/q3366in.js index 039c87b3dc..0fd61c7228 100644 --- a/scripts/portal/q3366in.js +++ b/scripts/portal/q3366in.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/q3366out.js b/scripts/portal/q3366out.js index 6bd3d529ef..9d241586b5 100644 --- a/scripts/portal/q3366out.js +++ b/scripts/portal/q3366out.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/q3367in.js b/scripts/portal/q3367in.js index 05ec7966d1..0e2819c85a 100644 --- a/scripts/portal/q3367in.js +++ b/scripts/portal/q3367in.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/q3367out.js b/scripts/portal/q3367out.js index eecf2db303..cafc8dde7b 100644 --- a/scripts/portal/q3367out.js +++ b/scripts/portal/q3367out.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/q3368in.js b/scripts/portal/q3368in.js index f532878608..6e9164fd9c 100644 --- a/scripts/portal/q3368in.js +++ b/scripts/portal/q3368in.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/q3368out.js b/scripts/portal/q3368out.js index 96b36725f5..af430f9866 100644 --- a/scripts/portal/q3368out.js +++ b/scripts/portal/q3368out.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/s4mind_end.js b/scripts/portal/s4mind_end.js index 39007482c2..72ce8d568d 100644 --- a/scripts/portal/s4mind_end.js +++ b/scripts/portal/s4mind_end.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/s4ship_out.js b/scripts/portal/s4ship_out.js index 0400da3c62..23d70fd5e5 100644 --- a/scripts/portal/s4ship_out.js +++ b/scripts/portal/s4ship_out.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/s4super_out.js b/scripts/portal/s4super_out.js index 0400da3c62..23d70fd5e5 100644 --- a/scripts/portal/s4super_out.js +++ b/scripts/portal/s4super_out.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/secretDoor.js b/scripts/portal/secretDoor.js index 9748d0d367..a1f00a0145 100644 --- a/scripts/portal/secretDoor.js +++ b/scripts/portal/secretDoor.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/portal/skyrom.js b/scripts/portal/skyrom.js index 6473e4e458..d461b1241c 100644 --- a/scripts/portal/skyrom.js +++ b/scripts/portal/skyrom.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/20400.js b/scripts/quest/20400.js index 461973890c..e4d664ef40 100644 --- a/scripts/quest/20400.js +++ b/scripts/quest/20400.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/20401.js b/scripts/quest/20401.js index c69c702155..5834f0f2b1 100644 --- a/scripts/quest/20401.js +++ b/scripts/quest/20401.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/20405.js b/scripts/quest/20405.js index e61bf79baf..6bb95a4f27 100644 --- a/scripts/quest/20405.js +++ b/scripts/quest/20405.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/20406.js b/scripts/quest/20406.js index 98e0fcc3fb..3975ac055d 100644 --- a/scripts/quest/20406.js +++ b/scripts/quest/20406.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/20408.js b/scripts/quest/20408.js index b788af7791..feb72988a7 100644 --- a/scripts/quest/20408.js +++ b/scripts/quest/20408.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/20527.js b/scripts/quest/20527.js index feaf651d3a..ef0a578caf 100644 --- a/scripts/quest/20527.js +++ b/scripts/quest/20527.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21303.js b/scripts/quest/21303.js index f55376b1d3..c8f5f9f502 100644 --- a/scripts/quest/21303.js +++ b/scripts/quest/21303.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21600.js b/scripts/quest/21600.js index 7d5f2e1c3d..8c59614bd3 100644 --- a/scripts/quest/21600.js +++ b/scripts/quest/21600.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21604.js b/scripts/quest/21604.js index 611ebbd6ed..3d5d4165c0 100644 --- a/scripts/quest/21604.js +++ b/scripts/quest/21604.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21613.js b/scripts/quest/21613.js index cc99db89f4..04b7e3de2e 100644 --- a/scripts/quest/21613.js +++ b/scripts/quest/21613.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21618.js b/scripts/quest/21618.js index 1f606ef1cd..fb37fd1269 100644 --- a/scripts/quest/21618.js +++ b/scripts/quest/21618.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21728.js b/scripts/quest/21728.js index 4795cf915e..d5ff8db4fd 100644 --- a/scripts/quest/21728.js +++ b/scripts/quest/21728.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21729.js b/scripts/quest/21729.js index cdb2afab67..dc0605940c 100644 --- a/scripts/quest/21729.js +++ b/scripts/quest/21729.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21733.js b/scripts/quest/21733.js index 5f00ad6dab..db01dd4d68 100644 --- a/scripts/quest/21733.js +++ b/scripts/quest/21733.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21734.js b/scripts/quest/21734.js index a5fa4b7f96..f0880766f7 100644 --- a/scripts/quest/21734.js +++ b/scripts/quest/21734.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21735.js b/scripts/quest/21735.js index 3d4cd3a6de..ce4e9ffd77 100644 --- a/scripts/quest/21735.js +++ b/scripts/quest/21735.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21736.js b/scripts/quest/21736.js index b9bda8727c..fbde8021e3 100644 --- a/scripts/quest/21736.js +++ b/scripts/quest/21736.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21738.js b/scripts/quest/21738.js index 5e19fd7a27..22d58a79c3 100644 --- a/scripts/quest/21738.js +++ b/scripts/quest/21738.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21739.js b/scripts/quest/21739.js index 94f544f74f..ea97e9556b 100644 --- a/scripts/quest/21739.js +++ b/scripts/quest/21739.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21740.js b/scripts/quest/21740.js index f5f4fd3b8a..767e00f67a 100644 --- a/scripts/quest/21740.js +++ b/scripts/quest/21740.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21741.js b/scripts/quest/21741.js index e591800988..25285e520d 100644 --- a/scripts/quest/21741.js +++ b/scripts/quest/21741.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21742.js b/scripts/quest/21742.js index d77ade41dd..26fb246773 100644 --- a/scripts/quest/21742.js +++ b/scripts/quest/21742.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21746.js b/scripts/quest/21746.js index d7a641e604..2c6100cd43 100644 --- a/scripts/quest/21746.js +++ b/scripts/quest/21746.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21747.js b/scripts/quest/21747.js index c09bd38375..848ec5b90a 100644 --- a/scripts/quest/21747.js +++ b/scripts/quest/21747.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21748.js b/scripts/quest/21748.js index f3044454d2..f244269c66 100644 --- a/scripts/quest/21748.js +++ b/scripts/quest/21748.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21749.js b/scripts/quest/21749.js index e628d27071..bb1af79100 100644 --- a/scripts/quest/21749.js +++ b/scripts/quest/21749.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21750.js b/scripts/quest/21750.js index ea2dd7cd7f..5ea00ec93b 100644 --- a/scripts/quest/21750.js +++ b/scripts/quest/21750.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21753.js b/scripts/quest/21753.js index e59a01ca8a..6fb029d8d0 100644 --- a/scripts/quest/21753.js +++ b/scripts/quest/21753.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21754.js b/scripts/quest/21754.js index b38f50f135..6646219116 100644 --- a/scripts/quest/21754.js +++ b/scripts/quest/21754.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/21757.js b/scripts/quest/21757.js index 71dcf57805..8e6c249739 100644 --- a/scripts/quest/21757.js +++ b/scripts/quest/21757.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2214.js b/scripts/quest/2214.js index e76ce9d2ef..e94aa34c8e 100644 --- a/scripts/quest/2214.js +++ b/scripts/quest/2214.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2215.js b/scripts/quest/2215.js index 4f0070edbe..457c38fa8a 100644 --- a/scripts/quest/2215.js +++ b/scripts/quest/2215.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2216.js b/scripts/quest/2216.js index 0816921512..d3df6a730e 100644 --- a/scripts/quest/2216.js +++ b/scripts/quest/2216.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2217.js b/scripts/quest/2217.js index 72b4e81f33..30c62de83d 100644 --- a/scripts/quest/2217.js +++ b/scripts/quest/2217.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2218.js b/scripts/quest/2218.js index 80d8ee7748..54cd1c9fcc 100644 --- a/scripts/quest/2218.js +++ b/scripts/quest/2218.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2219.js b/scripts/quest/2219.js index ee04b77db9..6bfc5de0f5 100644 --- a/scripts/quest/2219.js +++ b/scripts/quest/2219.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2228.js b/scripts/quest/2228.js index fe7a66086c..ecc2a60265 100644 --- a/scripts/quest/2228.js +++ b/scripts/quest/2228.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2238.js b/scripts/quest/2238.js index 7ea10eb440..ad63d088a8 100644 --- a/scripts/quest/2238.js +++ b/scripts/quest/2238.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2245.js b/scripts/quest/2245.js index f5d503c153..1eba8bc811 100644 --- a/scripts/quest/2245.js +++ b/scripts/quest/2245.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2257.js b/scripts/quest/2257.js index 94a483926f..3b43326858 100644 --- a/scripts/quest/2257.js +++ b/scripts/quest/2257.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2258.js b/scripts/quest/2258.js index 78ae395217..e65390eb4d 100644 --- a/scripts/quest/2258.js +++ b/scripts/quest/2258.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2259.js b/scripts/quest/2259.js index ac59e7278f..11c961a070 100644 --- a/scripts/quest/2259.js +++ b/scripts/quest/2259.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2260.js b/scripts/quest/2260.js index 0603161acd..2eb8d976ca 100644 --- a/scripts/quest/2260.js +++ b/scripts/quest/2260.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2291.js b/scripts/quest/2291.js index d9d6588f57..a002a5ad52 100644 --- a/scripts/quest/2291.js +++ b/scripts/quest/2291.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/2338.js b/scripts/quest/2338.js index b2d909564d..dd29f51031 100644 --- a/scripts/quest/2338.js +++ b/scripts/quest/2338.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/28004.js b/scripts/quest/28004.js index f5db1d4a01..72186d520c 100644 --- a/scripts/quest/28004.js +++ b/scripts/quest/28004.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3108.js b/scripts/quest/3108.js index 71e60da7c9..b12838b03e 100644 --- a/scripts/quest/3108.js +++ b/scripts/quest/3108.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3114.js b/scripts/quest/3114.js index 46883d9ee5..11b3c7d0f0 100644 --- a/scripts/quest/3114.js +++ b/scripts/quest/3114.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3311.js b/scripts/quest/3311.js index ee0f6e054e..f244fb5b26 100644 --- a/scripts/quest/3311.js +++ b/scripts/quest/3311.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3314.js b/scripts/quest/3314.js index 576717e7dc..2d8c7591b6 100644 --- a/scripts/quest/3314.js +++ b/scripts/quest/3314.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3320.js b/scripts/quest/3320.js index 107d5c19ef..4c091cc6bc 100644 --- a/scripts/quest/3320.js +++ b/scripts/quest/3320.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3321.js b/scripts/quest/3321.js index 577995ea74..8daca5d652 100644 --- a/scripts/quest/3321.js +++ b/scripts/quest/3321.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3345.js b/scripts/quest/3345.js index 83cb1b74ac..a4350cdf98 100644 --- a/scripts/quest/3345.js +++ b/scripts/quest/3345.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3353.js b/scripts/quest/3353.js index 62498918b4..d3583c6b50 100644 --- a/scripts/quest/3353.js +++ b/scripts/quest/3353.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3354.js b/scripts/quest/3354.js index 64721224b5..bd35c4755d 100644 --- a/scripts/quest/3354.js +++ b/scripts/quest/3354.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3529.js b/scripts/quest/3529.js index 7e2c07ba54..c2dd001165 100644 --- a/scripts/quest/3529.js +++ b/scripts/quest/3529.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3714.js b/scripts/quest/3714.js index 7868cb80bc..f168dc4d7e 100644 --- a/scripts/quest/3714.js +++ b/scripts/quest/3714.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3926.js b/scripts/quest/3926.js index 4a6bf56015..a358b11be6 100644 --- a/scripts/quest/3926.js +++ b/scripts/quest/3926.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3929.js b/scripts/quest/3929.js index 205cd60561..fdbe2dddde 100644 --- a/scripts/quest/3929.js +++ b/scripts/quest/3929.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3933.js b/scripts/quest/3933.js index 86dc102299..01dc695301 100644 --- a/scripts/quest/3933.js +++ b/scripts/quest/3933.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3941.js b/scripts/quest/3941.js index 93be8f435f..c0eb4219e7 100644 --- a/scripts/quest/3941.js +++ b/scripts/quest/3941.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/3953.js b/scripts/quest/3953.js index d338f06545..f45a2643c1 100644 --- a/scripts/quest/3953.js +++ b/scripts/quest/3953.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/6030.js b/scripts/quest/6030.js index b9f4cfaa97..1b7bd18e9b 100644 --- a/scripts/quest/6030.js +++ b/scripts/quest/6030.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/6031.js b/scripts/quest/6031.js index 0372bffbd0..f1e210549c 100644 --- a/scripts/quest/6031.js +++ b/scripts/quest/6031.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/6032.js b/scripts/quest/6032.js index 0a7a52ee17..d9dfe6700d 100644 --- a/scripts/quest/6032.js +++ b/scripts/quest/6032.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/6033.js b/scripts/quest/6033.js index a44563086f..e410a971f7 100644 --- a/scripts/quest/6033.js +++ b/scripts/quest/6033.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/6036.js b/scripts/quest/6036.js index b04c3e9c85..4e8767ca57 100644 --- a/scripts/quest/6036.js +++ b/scripts/quest/6036.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/6410.js b/scripts/quest/6410.js index cf9ae4054a..76b732b50b 100644 --- a/scripts/quest/6410.js +++ b/scripts/quest/6410.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/quest/7103.js b/scripts/quest/7103.js index a9a4a35dad..4dbd337649 100644 --- a/scripts/quest/7103.js +++ b/scripts/quest/7103.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1020000.js b/scripts/reactor/1020000.js index a68d191a7f..01b97d8ee3 100644 --- a/scripts/reactor/1020000.js +++ b/scripts/reactor/1020000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1020001.js b/scripts/reactor/1020001.js index e429663b33..114fc11f74 100644 --- a/scripts/reactor/1020001.js +++ b/scripts/reactor/1020001.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1020002.js b/scripts/reactor/1020002.js index 72cde24501..21951fdb4a 100644 --- a/scripts/reactor/1020002.js +++ b/scripts/reactor/1020002.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1021000.js b/scripts/reactor/1021000.js index ed9383ef78..b6b1c18bdf 100644 --- a/scripts/reactor/1021000.js +++ b/scripts/reactor/1021000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1021001.js b/scripts/reactor/1021001.js index 36c8761480..573a42416b 100644 --- a/scripts/reactor/1021001.js +++ b/scripts/reactor/1021001.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1021002.js b/scripts/reactor/1021002.js index a57e1cf176..b9849e9958 100644 --- a/scripts/reactor/1021002.js +++ b/scripts/reactor/1021002.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1022000.js b/scripts/reactor/1022000.js index 0039d5fffb..c77ef1975c 100644 --- a/scripts/reactor/1022000.js +++ b/scripts/reactor/1022000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1022001.js b/scripts/reactor/1022001.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/1022001.js +++ b/scripts/reactor/1022001.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1032000.js b/scripts/reactor/1032000.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/1032000.js +++ b/scripts/reactor/1032000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1200000.js b/scripts/reactor/1200000.js index 948fb8c383..71f6f61320 100644 --- a/scripts/reactor/1200000.js +++ b/scripts/reactor/1200000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/1209000.js b/scripts/reactor/1209000.js index 4f830d783f..2533d11888 100644 --- a/scripts/reactor/1209000.js +++ b/scripts/reactor/1209000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200000.js b/scripts/reactor/200000.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200000.js +++ b/scripts/reactor/200000.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200001.js b/scripts/reactor/200001.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200001.js +++ b/scripts/reactor/200001.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200002.js b/scripts/reactor/200002.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200002.js +++ b/scripts/reactor/200002.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200003.js b/scripts/reactor/200003.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200003.js +++ b/scripts/reactor/200003.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200004.js b/scripts/reactor/200004.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200004.js +++ b/scripts/reactor/200004.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200005.js b/scripts/reactor/200005.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200005.js +++ b/scripts/reactor/200005.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200006.js b/scripts/reactor/200006.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200006.js +++ b/scripts/reactor/200006.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200007.js b/scripts/reactor/200007.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200007.js +++ b/scripts/reactor/200007.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200008.js b/scripts/reactor/200008.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200008.js +++ b/scripts/reactor/200008.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/200009.js b/scripts/reactor/200009.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/200009.js +++ b/scripts/reactor/200009.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/2052001.js b/scripts/reactor/2052001.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/2052001.js +++ b/scripts/reactor/2052001.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/2112015.js b/scripts/reactor/2112015.js index aba1ec101f..9164bc5e7a 100644 --- a/scripts/reactor/2112015.js +++ b/scripts/reactor/2112015.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/6741001.js b/scripts/reactor/6741001.js index 2d1a4b5df5..55e3907680 100644 --- a/scripts/reactor/6741001.js +++ b/scripts/reactor/6741001.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/6741015.js b/scripts/reactor/6741015.js index 72ff27e2ea..7921155ad1 100644 --- a/scripts/reactor/6741015.js +++ b/scripts/reactor/6741015.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/6742014.js b/scripts/reactor/6742014.js index 6ea47b163f..bd99f2b43d 100644 --- a/scripts/reactor/6742014.js +++ b/scripts/reactor/6742014.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/9400300.js b/scripts/reactor/9400300.js index aae65913c1..227fd6b170 100644 --- a/scripts/reactor/9400300.js +++ b/scripts/reactor/9400300.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/reactor/9400301.js b/scripts/reactor/9400301.js index 9f5d20212a..cc6b75543a 100644 --- a/scripts/reactor/9400301.js +++ b/scripts/reactor/9400301.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/AbstractCharacterListener.java b/src/client/AbstractCharacterListener.java index 439d52a07d..53c9794ca0 100644 --- a/src/client/AbstractCharacterListener.java +++ b/src/client/AbstractCharacterListener.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/AbstractMapleCharacterObject.java b/src/client/AbstractMapleCharacterObject.java index b584987590..74655e5cf1 100644 --- a/src/client/AbstractMapleCharacterObject.java +++ b/src/client/AbstractMapleCharacterObject.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/Command.java b/src/client/command/Command.java index 874c9a36a6..7cd309e6af 100644 --- a/src/client/command/Command.java +++ b/src/client/command/Command.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/CommandsExecutor.java b/src/client/command/CommandsExecutor.java index 196853b703..c0c9bdaef1 100644 --- a/src/client/command/CommandsExecutor.java +++ b/src/client/command/CommandsExecutor.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/RegisteredCommand.java b/src/client/command/RegisteredCommand.java index 6bbe94e184..0a37b8ddc6 100644 --- a/src/client/command/RegisteredCommand.java +++ b/src/client/command/RegisteredCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/BuyBackCommand.java b/src/client/command/commands/gm0/BuyBackCommand.java index a08b578690..67b0cd835f 100644 --- a/src/client/command/commands/gm0/BuyBackCommand.java +++ b/src/client/command/commands/gm0/BuyBackCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/ChangeLanguageCommand.java b/src/client/command/commands/gm0/ChangeLanguageCommand.java index 729adfd926..c56aef7bf9 100644 --- a/src/client/command/commands/gm0/ChangeLanguageCommand.java +++ b/src/client/command/commands/gm0/ChangeLanguageCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/DisposeCommand.java b/src/client/command/commands/gm0/DisposeCommand.java index a11d97d87f..01e2b7de68 100644 --- a/src/client/command/commands/gm0/DisposeCommand.java +++ b/src/client/command/commands/gm0/DisposeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/DropLimitCommand.java b/src/client/command/commands/gm0/DropLimitCommand.java index 7f10a7dd2c..1e579b93cc 100644 --- a/src/client/command/commands/gm0/DropLimitCommand.java +++ b/src/client/command/commands/gm0/DropLimitCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/EnableAuthCommand.java b/src/client/command/commands/gm0/EnableAuthCommand.java index 55f8c460ba..f8ed615b88 100644 --- a/src/client/command/commands/gm0/EnableAuthCommand.java +++ b/src/client/command/commands/gm0/EnableAuthCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/EquipLvCommand.java b/src/client/command/commands/gm0/EquipLvCommand.java index 38d230ad49..382c838a6c 100644 --- a/src/client/command/commands/gm0/EquipLvCommand.java +++ b/src/client/command/commands/gm0/EquipLvCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/GachaCommand.java b/src/client/command/commands/gm0/GachaCommand.java index a5f604c14f..667a37bed2 100644 --- a/src/client/command/commands/gm0/GachaCommand.java +++ b/src/client/command/commands/gm0/GachaCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/GmCommand.java b/src/client/command/commands/gm0/GmCommand.java index 38b4ae02e1..d3a294bedd 100644 --- a/src/client/command/commands/gm0/GmCommand.java +++ b/src/client/command/commands/gm0/GmCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/HelpCommand.java b/src/client/command/commands/gm0/HelpCommand.java index 42c195e95c..fa42cfe9e3 100644 --- a/src/client/command/commands/gm0/HelpCommand.java +++ b/src/client/command/commands/gm0/HelpCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/JoinEventCommand.java b/src/client/command/commands/gm0/JoinEventCommand.java index 5b0b66eace..74f78b1159 100644 --- a/src/client/command/commands/gm0/JoinEventCommand.java +++ b/src/client/command/commands/gm0/JoinEventCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/LeaveEventCommand.java b/src/client/command/commands/gm0/LeaveEventCommand.java index 2269f938c2..8b28660a54 100644 --- a/src/client/command/commands/gm0/LeaveEventCommand.java +++ b/src/client/command/commands/gm0/LeaveEventCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/MapOwnerClaimCommand.java b/src/client/command/commands/gm0/MapOwnerClaimCommand.java index eac30717e6..5818b1c5ff 100644 --- a/src/client/command/commands/gm0/MapOwnerClaimCommand.java +++ b/src/client/command/commands/gm0/MapOwnerClaimCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/OnlineCommand.java b/src/client/command/commands/gm0/OnlineCommand.java index 4944b085a8..e4e8d8a524 100644 --- a/src/client/command/commands/gm0/OnlineCommand.java +++ b/src/client/command/commands/gm0/OnlineCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/RanksCommand.java b/src/client/command/commands/gm0/RanksCommand.java index fbe368f44d..de2aa12921 100644 --- a/src/client/command/commands/gm0/RanksCommand.java +++ b/src/client/command/commands/gm0/RanksCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/RatesCommand.java b/src/client/command/commands/gm0/RatesCommand.java index 378923e632..8498efaa23 100644 --- a/src/client/command/commands/gm0/RatesCommand.java +++ b/src/client/command/commands/gm0/RatesCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/ReportBugCommand.java b/src/client/command/commands/gm0/ReportBugCommand.java index eeae357f7b..2df4cb1dda 100644 --- a/src/client/command/commands/gm0/ReportBugCommand.java +++ b/src/client/command/commands/gm0/ReportBugCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/ShowRatesCommand.java b/src/client/command/commands/gm0/ShowRatesCommand.java index 0db9088efd..9b7b95dfa1 100644 --- a/src/client/command/commands/gm0/ShowRatesCommand.java +++ b/src/client/command/commands/gm0/ShowRatesCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/StaffCommand.java b/src/client/command/commands/gm0/StaffCommand.java index 525bbac64b..5113bb4ec6 100644 --- a/src/client/command/commands/gm0/StaffCommand.java +++ b/src/client/command/commands/gm0/StaffCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/StatDexCommand.java b/src/client/command/commands/gm0/StatDexCommand.java index 8bd0fd97d6..065d89fd92 100644 --- a/src/client/command/commands/gm0/StatDexCommand.java +++ b/src/client/command/commands/gm0/StatDexCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/StatIntCommand.java b/src/client/command/commands/gm0/StatIntCommand.java index f28233636f..6a39f4030c 100644 --- a/src/client/command/commands/gm0/StatIntCommand.java +++ b/src/client/command/commands/gm0/StatIntCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/StatLukCommand.java b/src/client/command/commands/gm0/StatLukCommand.java index 1ec1ae8366..c5567febb8 100644 --- a/src/client/command/commands/gm0/StatLukCommand.java +++ b/src/client/command/commands/gm0/StatLukCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/StatStrCommand.java b/src/client/command/commands/gm0/StatStrCommand.java index 512ea226a4..1b7a782ba5 100644 --- a/src/client/command/commands/gm0/StatStrCommand.java +++ b/src/client/command/commands/gm0/StatStrCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/TimeCommand.java b/src/client/command/commands/gm0/TimeCommand.java index 9e4941dcf6..9a9351c392 100644 --- a/src/client/command/commands/gm0/TimeCommand.java +++ b/src/client/command/commands/gm0/TimeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/ToggleExpCommand.java b/src/client/command/commands/gm0/ToggleExpCommand.java index d7e6ab5e0f..7a911cccbf 100644 --- a/src/client/command/commands/gm0/ToggleExpCommand.java +++ b/src/client/command/commands/gm0/ToggleExpCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm0/UptimeCommand.java b/src/client/command/commands/gm0/UptimeCommand.java index 6329cae360..7e319f3a69 100644 --- a/src/client/command/commands/gm0/UptimeCommand.java +++ b/src/client/command/commands/gm0/UptimeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm1/BossHpCommand.java b/src/client/command/commands/gm1/BossHpCommand.java index 5174fa903b..11dcb86c35 100644 --- a/src/client/command/commands/gm1/BossHpCommand.java +++ b/src/client/command/commands/gm1/BossHpCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm1/BuffMeCommand.java b/src/client/command/commands/gm1/BuffMeCommand.java index 9103972c0d..f973af37b1 100644 --- a/src/client/command/commands/gm1/BuffMeCommand.java +++ b/src/client/command/commands/gm1/BuffMeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm1/GotoCommand.java b/src/client/command/commands/gm1/GotoCommand.java index 2824929435..8ced9abf25 100644 --- a/src/client/command/commands/gm1/GotoCommand.java +++ b/src/client/command/commands/gm1/GotoCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm1/MobHpCommand.java b/src/client/command/commands/gm1/MobHpCommand.java index 3398dfd1fa..7866531f86 100644 --- a/src/client/command/commands/gm1/MobHpCommand.java +++ b/src/client/command/commands/gm1/MobHpCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm1/WhatDropsFromCommand.java b/src/client/command/commands/gm1/WhatDropsFromCommand.java index 1ef0f045be..14747c0679 100644 --- a/src/client/command/commands/gm1/WhatDropsFromCommand.java +++ b/src/client/command/commands/gm1/WhatDropsFromCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm1/WhoDropsCommand.java b/src/client/command/commands/gm1/WhoDropsCommand.java index 955c1a1b83..449f20e731 100644 --- a/src/client/command/commands/gm1/WhoDropsCommand.java +++ b/src/client/command/commands/gm1/WhoDropsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/ApCommand.java b/src/client/command/commands/gm2/ApCommand.java index aaecf00dff..d408e3cec6 100644 --- a/src/client/command/commands/gm2/ApCommand.java +++ b/src/client/command/commands/gm2/ApCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/BombCommand.java b/src/client/command/commands/gm2/BombCommand.java index 18795b6767..8144591479 100644 --- a/src/client/command/commands/gm2/BombCommand.java +++ b/src/client/command/commands/gm2/BombCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/BuffCommand.java b/src/client/command/commands/gm2/BuffCommand.java index 2e2210ce19..c4eb80a577 100644 --- a/src/client/command/commands/gm2/BuffCommand.java +++ b/src/client/command/commands/gm2/BuffCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/BuffMapCommand.java b/src/client/command/commands/gm2/BuffMapCommand.java index c9f35f3fb8..a472d52f7b 100644 --- a/src/client/command/commands/gm2/BuffMapCommand.java +++ b/src/client/command/commands/gm2/BuffMapCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/ClearDropsCommand.java b/src/client/command/commands/gm2/ClearDropsCommand.java index 27cdfc0e60..3be859381e 100644 --- a/src/client/command/commands/gm2/ClearDropsCommand.java +++ b/src/client/command/commands/gm2/ClearDropsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/ClearSavedLocationsCommand.java b/src/client/command/commands/gm2/ClearSavedLocationsCommand.java index 8f069ea686..ad8954b63b 100644 --- a/src/client/command/commands/gm2/ClearSavedLocationsCommand.java +++ b/src/client/command/commands/gm2/ClearSavedLocationsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/ClearSlotCommand.java b/src/client/command/commands/gm2/ClearSlotCommand.java index 314ad9d45b..3923208cdb 100644 --- a/src/client/command/commands/gm2/ClearSlotCommand.java +++ b/src/client/command/commands/gm2/ClearSlotCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/DcCommand.java b/src/client/command/commands/gm2/DcCommand.java index 48c41a3ce2..833a872a3f 100644 --- a/src/client/command/commands/gm2/DcCommand.java +++ b/src/client/command/commands/gm2/DcCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/EmpowerMeCommand.java b/src/client/command/commands/gm2/EmpowerMeCommand.java index a901ad1b19..753d88a446 100644 --- a/src/client/command/commands/gm2/EmpowerMeCommand.java +++ b/src/client/command/commands/gm2/EmpowerMeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/GmShopCommand.java b/src/client/command/commands/gm2/GmShopCommand.java index 4eb870054c..54fcb1f7b7 100644 --- a/src/client/command/commands/gm2/GmShopCommand.java +++ b/src/client/command/commands/gm2/GmShopCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/HealCommand.java b/src/client/command/commands/gm2/HealCommand.java index 1c9884a3e5..e01ce20a21 100644 --- a/src/client/command/commands/gm2/HealCommand.java +++ b/src/client/command/commands/gm2/HealCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/HideCommand.java b/src/client/command/commands/gm2/HideCommand.java index 654136c9b6..5d99d09e81 100644 --- a/src/client/command/commands/gm2/HideCommand.java +++ b/src/client/command/commands/gm2/HideCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/ItemCommand.java b/src/client/command/commands/gm2/ItemCommand.java index 3d05313ec2..e0e38a7b2e 100644 --- a/src/client/command/commands/gm2/ItemCommand.java +++ b/src/client/command/commands/gm2/ItemCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/ItemDropCommand.java b/src/client/command/commands/gm2/ItemDropCommand.java index 8a4ff185c7..4a35be2207 100644 --- a/src/client/command/commands/gm2/ItemDropCommand.java +++ b/src/client/command/commands/gm2/ItemDropCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/JailCommand.java b/src/client/command/commands/gm2/JailCommand.java index afea582f87..122dc79c43 100644 --- a/src/client/command/commands/gm2/JailCommand.java +++ b/src/client/command/commands/gm2/JailCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/JobCommand.java b/src/client/command/commands/gm2/JobCommand.java index a66f91d99c..41a37857a4 100644 --- a/src/client/command/commands/gm2/JobCommand.java +++ b/src/client/command/commands/gm2/JobCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/LevelCommand.java b/src/client/command/commands/gm2/LevelCommand.java index e0b0b7392e..5d1037652b 100644 --- a/src/client/command/commands/gm2/LevelCommand.java +++ b/src/client/command/commands/gm2/LevelCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/LevelProCommand.java b/src/client/command/commands/gm2/LevelProCommand.java index bb6e674009..04fd24ebbf 100644 --- a/src/client/command/commands/gm2/LevelProCommand.java +++ b/src/client/command/commands/gm2/LevelProCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/MaxSkillCommand.java b/src/client/command/commands/gm2/MaxSkillCommand.java index d80e068f77..ced85b9562 100644 --- a/src/client/command/commands/gm2/MaxSkillCommand.java +++ b/src/client/command/commands/gm2/MaxSkillCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/MaxStatCommand.java b/src/client/command/commands/gm2/MaxStatCommand.java index af770b4fe2..e7586c8f66 100644 --- a/src/client/command/commands/gm2/MaxStatCommand.java +++ b/src/client/command/commands/gm2/MaxStatCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/ReachCommand.java b/src/client/command/commands/gm2/ReachCommand.java index 331114fd9f..57fbb2f49e 100644 --- a/src/client/command/commands/gm2/ReachCommand.java +++ b/src/client/command/commands/gm2/ReachCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/RechargeCommand.java b/src/client/command/commands/gm2/RechargeCommand.java index 17e2245a94..56bb6c3b0d 100644 --- a/src/client/command/commands/gm2/RechargeCommand.java +++ b/src/client/command/commands/gm2/RechargeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/ResetSkillCommand.java b/src/client/command/commands/gm2/ResetSkillCommand.java index 8a429e4260..4c8b4450d9 100644 --- a/src/client/command/commands/gm2/ResetSkillCommand.java +++ b/src/client/command/commands/gm2/ResetSkillCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/SearchCommand.java b/src/client/command/commands/gm2/SearchCommand.java index 81640584d4..2d7f3f2ff6 100644 --- a/src/client/command/commands/gm2/SearchCommand.java +++ b/src/client/command/commands/gm2/SearchCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/SetStatCommand.java b/src/client/command/commands/gm2/SetStatCommand.java index 7efb7584e9..eaa420392f 100644 --- a/src/client/command/commands/gm2/SetStatCommand.java +++ b/src/client/command/commands/gm2/SetStatCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/SpCommand.java b/src/client/command/commands/gm2/SpCommand.java index 5b217b62c4..57e9d2502e 100644 --- a/src/client/command/commands/gm2/SpCommand.java +++ b/src/client/command/commands/gm2/SpCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/SummonCommand.java b/src/client/command/commands/gm2/SummonCommand.java index 1e413b392e..97d60e48d2 100644 --- a/src/client/command/commands/gm2/SummonCommand.java +++ b/src/client/command/commands/gm2/SummonCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/UnBugCommand.java b/src/client/command/commands/gm2/UnBugCommand.java index 06bd0cdf5f..aa5c47df86 100644 --- a/src/client/command/commands/gm2/UnBugCommand.java +++ b/src/client/command/commands/gm2/UnBugCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/UnHideCommand.java b/src/client/command/commands/gm2/UnHideCommand.java index 9826d8b887..c54357b22c 100644 --- a/src/client/command/commands/gm2/UnHideCommand.java +++ b/src/client/command/commands/gm2/UnHideCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/UnJailCommand.java b/src/client/command/commands/gm2/UnJailCommand.java index b8381bca18..e208be44b8 100644 --- a/src/client/command/commands/gm2/UnJailCommand.java +++ b/src/client/command/commands/gm2/UnJailCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/WarpAreaCommand.java b/src/client/command/commands/gm2/WarpAreaCommand.java index 1ec42d97b8..22b090bbf7 100644 --- a/src/client/command/commands/gm2/WarpAreaCommand.java +++ b/src/client/command/commands/gm2/WarpAreaCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/WarpCommand.java b/src/client/command/commands/gm2/WarpCommand.java index 80a6807275..9ccceca703 100644 --- a/src/client/command/commands/gm2/WarpCommand.java +++ b/src/client/command/commands/gm2/WarpCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/WarpMapCommand.java b/src/client/command/commands/gm2/WarpMapCommand.java index d4d1760ae9..85ea22f4d0 100644 --- a/src/client/command/commands/gm2/WarpMapCommand.java +++ b/src/client/command/commands/gm2/WarpMapCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm2/WhereaMiCommand.java b/src/client/command/commands/gm2/WhereaMiCommand.java index 7a50cefc7f..8559397a68 100644 --- a/src/client/command/commands/gm2/WhereaMiCommand.java +++ b/src/client/command/commands/gm2/WhereaMiCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/BanCommand.java b/src/client/command/commands/gm3/BanCommand.java index 414a3d66e8..cbc2d1087e 100644 --- a/src/client/command/commands/gm3/BanCommand.java +++ b/src/client/command/commands/gm3/BanCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/ChatCommand.java b/src/client/command/commands/gm3/ChatCommand.java index 0e8967ed27..e6bc0c87bc 100644 --- a/src/client/command/commands/gm3/ChatCommand.java +++ b/src/client/command/commands/gm3/ChatCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/CheckDmgCommand.java b/src/client/command/commands/gm3/CheckDmgCommand.java index 08f5ae6545..98369de7f5 100644 --- a/src/client/command/commands/gm3/CheckDmgCommand.java +++ b/src/client/command/commands/gm3/CheckDmgCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/ClosePortalCommand.java b/src/client/command/commands/gm3/ClosePortalCommand.java index 7836d195ec..8d53a8260a 100644 --- a/src/client/command/commands/gm3/ClosePortalCommand.java +++ b/src/client/command/commands/gm3/ClosePortalCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/DebuffCommand.java b/src/client/command/commands/gm3/DebuffCommand.java index eaba92ecfc..e10e7d29b9 100644 --- a/src/client/command/commands/gm3/DebuffCommand.java +++ b/src/client/command/commands/gm3/DebuffCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/EndEventCommand.java b/src/client/command/commands/gm3/EndEventCommand.java index 9fc6de5c40..f0a5c9f28a 100644 --- a/src/client/command/commands/gm3/EndEventCommand.java +++ b/src/client/command/commands/gm3/EndEventCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/ExpedsCommand.java b/src/client/command/commands/gm3/ExpedsCommand.java index b8eda3c1a2..fd993067f5 100644 --- a/src/client/command/commands/gm3/ExpedsCommand.java +++ b/src/client/command/commands/gm3/ExpedsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/FaceCommand.java b/src/client/command/commands/gm3/FaceCommand.java index 64c52c03be..7b9496805f 100644 --- a/src/client/command/commands/gm3/FaceCommand.java +++ b/src/client/command/commands/gm3/FaceCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/FameCommand.java b/src/client/command/commands/gm3/FameCommand.java index 78e1738c77..ec4be73785 100644 --- a/src/client/command/commands/gm3/FameCommand.java +++ b/src/client/command/commands/gm3/FameCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/FlyCommand.java b/src/client/command/commands/gm3/FlyCommand.java index 5f7c115729..255a3689c7 100644 --- a/src/client/command/commands/gm3/FlyCommand.java +++ b/src/client/command/commands/gm3/FlyCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/GiveMesosCommand.java b/src/client/command/commands/gm3/GiveMesosCommand.java index 10d6fe63a9..fe51fb97e3 100644 --- a/src/client/command/commands/gm3/GiveMesosCommand.java +++ b/src/client/command/commands/gm3/GiveMesosCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/GiveNxCommand.java b/src/client/command/commands/gm3/GiveNxCommand.java index cae5b4bf0e..31f1ebdeae 100644 --- a/src/client/command/commands/gm3/GiveNxCommand.java +++ b/src/client/command/commands/gm3/GiveNxCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/GiveVpCommand.java b/src/client/command/commands/gm3/GiveVpCommand.java index 20135a57f2..36f656ed0c 100644 --- a/src/client/command/commands/gm3/GiveVpCommand.java +++ b/src/client/command/commands/gm3/GiveVpCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/HairCommand.java b/src/client/command/commands/gm3/HairCommand.java index 3bc17f3566..5d08e8dec9 100644 --- a/src/client/command/commands/gm3/HairCommand.java +++ b/src/client/command/commands/gm3/HairCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/HealMapCommand.java b/src/client/command/commands/gm3/HealMapCommand.java index a3b06d5073..8614b57992 100644 --- a/src/client/command/commands/gm3/HealMapCommand.java +++ b/src/client/command/commands/gm3/HealMapCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/HealPersonCommand.java b/src/client/command/commands/gm3/HealPersonCommand.java index 73a6a05c0d..2b8698805b 100644 --- a/src/client/command/commands/gm3/HealPersonCommand.java +++ b/src/client/command/commands/gm3/HealPersonCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/HpMpCommand.java b/src/client/command/commands/gm3/HpMpCommand.java index f1a808d8da..5b80a78698 100644 --- a/src/client/command/commands/gm3/HpMpCommand.java +++ b/src/client/command/commands/gm3/HpMpCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/HurtCommand.java b/src/client/command/commands/gm3/HurtCommand.java index 1324dbcc3a..0c34380113 100644 --- a/src/client/command/commands/gm3/HurtCommand.java +++ b/src/client/command/commands/gm3/HurtCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/IgnoreCommand.java b/src/client/command/commands/gm3/IgnoreCommand.java index fb13a76a4d..bf71c3516e 100644 --- a/src/client/command/commands/gm3/IgnoreCommand.java +++ b/src/client/command/commands/gm3/IgnoreCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/IgnoredCommand.java b/src/client/command/commands/gm3/IgnoredCommand.java index e66880caac..66b4adc7ff 100644 --- a/src/client/command/commands/gm3/IgnoredCommand.java +++ b/src/client/command/commands/gm3/IgnoredCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/InMapCommand.java b/src/client/command/commands/gm3/InMapCommand.java index e2406f486d..830fc08013 100644 --- a/src/client/command/commands/gm3/InMapCommand.java +++ b/src/client/command/commands/gm3/InMapCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/KillAllCommand.java b/src/client/command/commands/gm3/KillAllCommand.java index 533a471573..0301bde1ac 100644 --- a/src/client/command/commands/gm3/KillAllCommand.java +++ b/src/client/command/commands/gm3/KillAllCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/KillCommand.java b/src/client/command/commands/gm3/KillCommand.java index 041826ce69..10efc9db8e 100644 --- a/src/client/command/commands/gm3/KillCommand.java +++ b/src/client/command/commands/gm3/KillCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/KillMapCommand.java b/src/client/command/commands/gm3/KillMapCommand.java index cc922f739c..9f62cfe890 100644 --- a/src/client/command/commands/gm3/KillMapCommand.java +++ b/src/client/command/commands/gm3/KillMapCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/MaxEnergyCommand.java b/src/client/command/commands/gm3/MaxEnergyCommand.java index 595e7d2fb8..fb22a9f6dc 100644 --- a/src/client/command/commands/gm3/MaxEnergyCommand.java +++ b/src/client/command/commands/gm3/MaxEnergyCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/MaxHpMpCommand.java b/src/client/command/commands/gm3/MaxHpMpCommand.java index 8971665454..a53f6317c6 100644 --- a/src/client/command/commands/gm3/MaxHpMpCommand.java +++ b/src/client/command/commands/gm3/MaxHpMpCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/MonitorCommand.java b/src/client/command/commands/gm3/MonitorCommand.java index b6127d2055..59f641ba7d 100644 --- a/src/client/command/commands/gm3/MonitorCommand.java +++ b/src/client/command/commands/gm3/MonitorCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/MonitorsCommand.java b/src/client/command/commands/gm3/MonitorsCommand.java index 23ab6c0870..d7e90a1986 100644 --- a/src/client/command/commands/gm3/MonitorsCommand.java +++ b/src/client/command/commands/gm3/MonitorsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/MusicCommand.java b/src/client/command/commands/gm3/MusicCommand.java index 988a3574e9..2dc0cb4e12 100644 --- a/src/client/command/commands/gm3/MusicCommand.java +++ b/src/client/command/commands/gm3/MusicCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/MuteMapCommand.java b/src/client/command/commands/gm3/MuteMapCommand.java index 8e879cb5c3..966b8bbfa0 100644 --- a/src/client/command/commands/gm3/MuteMapCommand.java +++ b/src/client/command/commands/gm3/MuteMapCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/NightCommand.java b/src/client/command/commands/gm3/NightCommand.java index 72f907edaf..df83dd2494 100644 --- a/src/client/command/commands/gm3/NightCommand.java +++ b/src/client/command/commands/gm3/NightCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/NoticeCommand.java b/src/client/command/commands/gm3/NoticeCommand.java index 8726b33cb5..71527e9ea0 100644 --- a/src/client/command/commands/gm3/NoticeCommand.java +++ b/src/client/command/commands/gm3/NoticeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/NpcCommand.java b/src/client/command/commands/gm3/NpcCommand.java index 86a4a155bf..ce993020b4 100644 --- a/src/client/command/commands/gm3/NpcCommand.java +++ b/src/client/command/commands/gm3/NpcCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/OnlineTwoCommand.java b/src/client/command/commands/gm3/OnlineTwoCommand.java index 3919cb707a..148fb7a181 100644 --- a/src/client/command/commands/gm3/OnlineTwoCommand.java +++ b/src/client/command/commands/gm3/OnlineTwoCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/OpenPortalCommand.java b/src/client/command/commands/gm3/OpenPortalCommand.java index 92dead8050..1cfca75ddb 100644 --- a/src/client/command/commands/gm3/OpenPortalCommand.java +++ b/src/client/command/commands/gm3/OpenPortalCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/PeCommand.java b/src/client/command/commands/gm3/PeCommand.java index 62e1d13055..cf104f50de 100644 --- a/src/client/command/commands/gm3/PeCommand.java +++ b/src/client/command/commands/gm3/PeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/PosCommand.java b/src/client/command/commands/gm3/PosCommand.java index 37c198501b..2ea48ec745 100644 --- a/src/client/command/commands/gm3/PosCommand.java +++ b/src/client/command/commands/gm3/PosCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/QuestCompleteCommand.java b/src/client/command/commands/gm3/QuestCompleteCommand.java index 63a17198b3..b092d3fb20 100644 --- a/src/client/command/commands/gm3/QuestCompleteCommand.java +++ b/src/client/command/commands/gm3/QuestCompleteCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/QuestResetCommand.java b/src/client/command/commands/gm3/QuestResetCommand.java index e1c9863c1e..4f67ee9da9 100644 --- a/src/client/command/commands/gm3/QuestResetCommand.java +++ b/src/client/command/commands/gm3/QuestResetCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/QuestStartCommand.java b/src/client/command/commands/gm3/QuestStartCommand.java index 747732d05f..4c0ad74cc3 100644 --- a/src/client/command/commands/gm3/QuestStartCommand.java +++ b/src/client/command/commands/gm3/QuestStartCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/ReloadDropsCommand.java b/src/client/command/commands/gm3/ReloadDropsCommand.java index 260823dedf..5abc056e30 100644 --- a/src/client/command/commands/gm3/ReloadDropsCommand.java +++ b/src/client/command/commands/gm3/ReloadDropsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/ReloadEventsCommand.java b/src/client/command/commands/gm3/ReloadEventsCommand.java index 727231bc95..6dbaa7f9de 100644 --- a/src/client/command/commands/gm3/ReloadEventsCommand.java +++ b/src/client/command/commands/gm3/ReloadEventsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/ReloadMapCommand.java b/src/client/command/commands/gm3/ReloadMapCommand.java index 589eab85d6..8454c9548a 100644 --- a/src/client/command/commands/gm3/ReloadMapCommand.java +++ b/src/client/command/commands/gm3/ReloadMapCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/ReloadPortalsCommand.java b/src/client/command/commands/gm3/ReloadPortalsCommand.java index 773f607c9c..456f120bd0 100644 --- a/src/client/command/commands/gm3/ReloadPortalsCommand.java +++ b/src/client/command/commands/gm3/ReloadPortalsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/ReloadShopsCommand.java b/src/client/command/commands/gm3/ReloadShopsCommand.java index e764a17174..a7e7cd2613 100644 --- a/src/client/command/commands/gm3/ReloadShopsCommand.java +++ b/src/client/command/commands/gm3/ReloadShopsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/RipCommand.java b/src/client/command/commands/gm3/RipCommand.java index 14ec86a59c..fe9ed98480 100644 --- a/src/client/command/commands/gm3/RipCommand.java +++ b/src/client/command/commands/gm3/RipCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/SeedCommand.java b/src/client/command/commands/gm3/SeedCommand.java index d67d3999b9..8240c29291 100644 --- a/src/client/command/commands/gm3/SeedCommand.java +++ b/src/client/command/commands/gm3/SeedCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/SpawnCommand.java b/src/client/command/commands/gm3/SpawnCommand.java index b194a70cb3..0b30f0c48b 100644 --- a/src/client/command/commands/gm3/SpawnCommand.java +++ b/src/client/command/commands/gm3/SpawnCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/StartEventCommand.java b/src/client/command/commands/gm3/StartEventCommand.java index 90061a7aa9..3199127b26 100644 --- a/src/client/command/commands/gm3/StartEventCommand.java +++ b/src/client/command/commands/gm3/StartEventCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/StartMapEventCommand.java b/src/client/command/commands/gm3/StartMapEventCommand.java index 7720eb9ab1..1f2ad52a9f 100644 --- a/src/client/command/commands/gm3/StartMapEventCommand.java +++ b/src/client/command/commands/gm3/StartMapEventCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/StopMapEventCommand.java b/src/client/command/commands/gm3/StopMapEventCommand.java index 75c8f1edcc..58db5e6009 100644 --- a/src/client/command/commands/gm3/StopMapEventCommand.java +++ b/src/client/command/commands/gm3/StopMapEventCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/TimerAllCommand.java b/src/client/command/commands/gm3/TimerAllCommand.java index 1e37c152a9..549e055936 100644 --- a/src/client/command/commands/gm3/TimerAllCommand.java +++ b/src/client/command/commands/gm3/TimerAllCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/TimerCommand.java b/src/client/command/commands/gm3/TimerCommand.java index 1d46765d32..a9e430fee4 100644 --- a/src/client/command/commands/gm3/TimerCommand.java +++ b/src/client/command/commands/gm3/TimerCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/TimerMapCommand.java b/src/client/command/commands/gm3/TimerMapCommand.java index 6388a4628a..2650a85c08 100644 --- a/src/client/command/commands/gm3/TimerMapCommand.java +++ b/src/client/command/commands/gm3/TimerMapCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/ToggleCouponCommand.java b/src/client/command/commands/gm3/ToggleCouponCommand.java index ce0b76c5d7..6b15618d5b 100644 --- a/src/client/command/commands/gm3/ToggleCouponCommand.java +++ b/src/client/command/commands/gm3/ToggleCouponCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm3/UnBanCommand.java b/src/client/command/commands/gm3/UnBanCommand.java index 4ad73522f7..b859fef3dc 100644 --- a/src/client/command/commands/gm3/UnBanCommand.java +++ b/src/client/command/commands/gm3/UnBanCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/BossDropRateCommand.java b/src/client/command/commands/gm4/BossDropRateCommand.java index afd12a2e67..5c13ec5a85 100644 --- a/src/client/command/commands/gm4/BossDropRateCommand.java +++ b/src/client/command/commands/gm4/BossDropRateCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/CakeCommand.java b/src/client/command/commands/gm4/CakeCommand.java index 161c5da434..6473f25612 100644 --- a/src/client/command/commands/gm4/CakeCommand.java +++ b/src/client/command/commands/gm4/CakeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/DropRateCommand.java b/src/client/command/commands/gm4/DropRateCommand.java index cfac27e79b..8a4756d376 100644 --- a/src/client/command/commands/gm4/DropRateCommand.java +++ b/src/client/command/commands/gm4/DropRateCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/ExpRateCommand.java b/src/client/command/commands/gm4/ExpRateCommand.java index b0070efddc..1e4edfc85d 100644 --- a/src/client/command/commands/gm4/ExpRateCommand.java +++ b/src/client/command/commands/gm4/ExpRateCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/FishingRateCommand.java b/src/client/command/commands/gm4/FishingRateCommand.java index 9fb325113c..0e6fe91aeb 100644 --- a/src/client/command/commands/gm4/FishingRateCommand.java +++ b/src/client/command/commands/gm4/FishingRateCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/ForceVacCommand.java b/src/client/command/commands/gm4/ForceVacCommand.java index 0c7f9da635..b268457221 100644 --- a/src/client/command/commands/gm4/ForceVacCommand.java +++ b/src/client/command/commands/gm4/ForceVacCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/HorntailCommand.java b/src/client/command/commands/gm4/HorntailCommand.java index 3fc094478d..192bca4167 100644 --- a/src/client/command/commands/gm4/HorntailCommand.java +++ b/src/client/command/commands/gm4/HorntailCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/ItemVacCommand.java b/src/client/command/commands/gm4/ItemVacCommand.java index 137749f1d1..1640fff810 100644 --- a/src/client/command/commands/gm4/ItemVacCommand.java +++ b/src/client/command/commands/gm4/ItemVacCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/MesoRateCommand.java b/src/client/command/commands/gm4/MesoRateCommand.java index 3561b23d5c..7cda8ea374 100644 --- a/src/client/command/commands/gm4/MesoRateCommand.java +++ b/src/client/command/commands/gm4/MesoRateCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/PapCommand.java b/src/client/command/commands/gm4/PapCommand.java index 1b9f2e5fd1..bbeed4e137 100644 --- a/src/client/command/commands/gm4/PapCommand.java +++ b/src/client/command/commands/gm4/PapCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/PianusCommand.java b/src/client/command/commands/gm4/PianusCommand.java index 5ab407353f..891b1cc536 100644 --- a/src/client/command/commands/gm4/PianusCommand.java +++ b/src/client/command/commands/gm4/PianusCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/PinkbeanCommand.java b/src/client/command/commands/gm4/PinkbeanCommand.java index 9a541d23db..be39214053 100644 --- a/src/client/command/commands/gm4/PinkbeanCommand.java +++ b/src/client/command/commands/gm4/PinkbeanCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/PlayerNpcCommand.java b/src/client/command/commands/gm4/PlayerNpcCommand.java index 01921cd418..2670def73a 100644 --- a/src/client/command/commands/gm4/PlayerNpcCommand.java +++ b/src/client/command/commands/gm4/PlayerNpcCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/PlayerNpcRemoveCommand.java b/src/client/command/commands/gm4/PlayerNpcRemoveCommand.java index 3d5c3d243c..b958d5ed41 100644 --- a/src/client/command/commands/gm4/PlayerNpcRemoveCommand.java +++ b/src/client/command/commands/gm4/PlayerNpcRemoveCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/PmobCommand.java b/src/client/command/commands/gm4/PmobCommand.java index 0d7da1c89a..77a0391120 100644 --- a/src/client/command/commands/gm4/PmobCommand.java +++ b/src/client/command/commands/gm4/PmobCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/PmobRemoveCommand.java b/src/client/command/commands/gm4/PmobRemoveCommand.java index e9222ccae8..2a7c1a52ab 100644 --- a/src/client/command/commands/gm4/PmobRemoveCommand.java +++ b/src/client/command/commands/gm4/PmobRemoveCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/PnpcCommand.java b/src/client/command/commands/gm4/PnpcCommand.java index f9c7c4bf13..2edb89452c 100644 --- a/src/client/command/commands/gm4/PnpcCommand.java +++ b/src/client/command/commands/gm4/PnpcCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/PnpcRemoveCommand.java b/src/client/command/commands/gm4/PnpcRemoveCommand.java index f3ca9aa89a..485da4e83b 100644 --- a/src/client/command/commands/gm4/PnpcRemoveCommand.java +++ b/src/client/command/commands/gm4/PnpcRemoveCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/ProItemCommand.java b/src/client/command/commands/gm4/ProItemCommand.java index 86ff99636b..6c74f4d985 100644 --- a/src/client/command/commands/gm4/ProItemCommand.java +++ b/src/client/command/commands/gm4/ProItemCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/QuestRateCommand.java b/src/client/command/commands/gm4/QuestRateCommand.java index ea93261dd1..d79d43ef6d 100644 --- a/src/client/command/commands/gm4/QuestRateCommand.java +++ b/src/client/command/commands/gm4/QuestRateCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/ServerMessageCommand.java b/src/client/command/commands/gm4/ServerMessageCommand.java index ee2a657055..718cfe66c2 100644 --- a/src/client/command/commands/gm4/ServerMessageCommand.java +++ b/src/client/command/commands/gm4/ServerMessageCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/SetEqStatCommand.java b/src/client/command/commands/gm4/SetEqStatCommand.java index 61546c6420..7a3a0f562d 100644 --- a/src/client/command/commands/gm4/SetEqStatCommand.java +++ b/src/client/command/commands/gm4/SetEqStatCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/TravelRateCommand.java b/src/client/command/commands/gm4/TravelRateCommand.java index e62d466cc0..9c91070232 100644 --- a/src/client/command/commands/gm4/TravelRateCommand.java +++ b/src/client/command/commands/gm4/TravelRateCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm4/ZakumCommand.java b/src/client/command/commands/gm4/ZakumCommand.java index 97a8f4e482..9c8381cd41 100644 --- a/src/client/command/commands/gm4/ZakumCommand.java +++ b/src/client/command/commands/gm4/ZakumCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm5/DebugCommand.java b/src/client/command/commands/gm5/DebugCommand.java index e2617b73f4..4bfaaf7ca6 100644 --- a/src/client/command/commands/gm5/DebugCommand.java +++ b/src/client/command/commands/gm5/DebugCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm5/IpListCommand.java b/src/client/command/commands/gm5/IpListCommand.java index 8442aac894..65413d6370 100644 --- a/src/client/command/commands/gm5/IpListCommand.java +++ b/src/client/command/commands/gm5/IpListCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm5/SetCommand.java b/src/client/command/commands/gm5/SetCommand.java index 7614189753..542093ce6a 100644 --- a/src/client/command/commands/gm5/SetCommand.java +++ b/src/client/command/commands/gm5/SetCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm5/ShowMoveLifeCommand.java b/src/client/command/commands/gm5/ShowMoveLifeCommand.java index 291c1f63ab..92ec84358a 100644 --- a/src/client/command/commands/gm5/ShowMoveLifeCommand.java +++ b/src/client/command/commands/gm5/ShowMoveLifeCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm5/ShowPacketsCommand.java b/src/client/command/commands/gm5/ShowPacketsCommand.java index ff1798cc85..24bea650f9 100644 --- a/src/client/command/commands/gm5/ShowPacketsCommand.java +++ b/src/client/command/commands/gm5/ShowPacketsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm5/ShowSessionsCommand.java b/src/client/command/commands/gm5/ShowSessionsCommand.java index f48d0cfd84..da853f3c9e 100644 --- a/src/client/command/commands/gm5/ShowSessionsCommand.java +++ b/src/client/command/commands/gm5/ShowSessionsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/ClearQuestCacheCommand.java b/src/client/command/commands/gm6/ClearQuestCacheCommand.java index c50822e71c..3e88849a42 100644 --- a/src/client/command/commands/gm6/ClearQuestCacheCommand.java +++ b/src/client/command/commands/gm6/ClearQuestCacheCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/ClearQuestCommand.java b/src/client/command/commands/gm6/ClearQuestCommand.java index e15b2f32e5..4cdea5331d 100644 --- a/src/client/command/commands/gm6/ClearQuestCommand.java +++ b/src/client/command/commands/gm6/ClearQuestCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/DCAllCommand.java b/src/client/command/commands/gm6/DCAllCommand.java index caa2483454..1d790593a2 100644 --- a/src/client/command/commands/gm6/DCAllCommand.java +++ b/src/client/command/commands/gm6/DCAllCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/EraseAllPNpcsCommand.java b/src/client/command/commands/gm6/EraseAllPNpcsCommand.java index c7869de186..1df3a1f8d4 100644 --- a/src/client/command/commands/gm6/EraseAllPNpcsCommand.java +++ b/src/client/command/commands/gm6/EraseAllPNpcsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/GetAccCommand.java b/src/client/command/commands/gm6/GetAccCommand.java index f6cf6c9e94..337190ef00 100644 --- a/src/client/command/commands/gm6/GetAccCommand.java +++ b/src/client/command/commands/gm6/GetAccCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/MapPlayersCommand.java b/src/client/command/commands/gm6/MapPlayersCommand.java index d52fa4921a..7aa09d0e28 100644 --- a/src/client/command/commands/gm6/MapPlayersCommand.java +++ b/src/client/command/commands/gm6/MapPlayersCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/SaveAllCommand.java b/src/client/command/commands/gm6/SaveAllCommand.java index 648e4450a4..97dd77f164 100644 --- a/src/client/command/commands/gm6/SaveAllCommand.java +++ b/src/client/command/commands/gm6/SaveAllCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/ServerAddChannelCommand.java b/src/client/command/commands/gm6/ServerAddChannelCommand.java index 34edf2ae0e..0dfe92619e 100644 --- a/src/client/command/commands/gm6/ServerAddChannelCommand.java +++ b/src/client/command/commands/gm6/ServerAddChannelCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/ServerAddWorldCommand.java b/src/client/command/commands/gm6/ServerAddWorldCommand.java index 98074e2628..888f1b6b52 100644 --- a/src/client/command/commands/gm6/ServerAddWorldCommand.java +++ b/src/client/command/commands/gm6/ServerAddWorldCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/ServerRemoveChannelCommand.java b/src/client/command/commands/gm6/ServerRemoveChannelCommand.java index 0c8112e6e4..8fe2313776 100644 --- a/src/client/command/commands/gm6/ServerRemoveChannelCommand.java +++ b/src/client/command/commands/gm6/ServerRemoveChannelCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/ServerRemoveWorldCommand.java b/src/client/command/commands/gm6/ServerRemoveWorldCommand.java index 35acf28b47..d9278a97fe 100644 --- a/src/client/command/commands/gm6/ServerRemoveWorldCommand.java +++ b/src/client/command/commands/gm6/ServerRemoveWorldCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/SetGmLevelCommand.java b/src/client/command/commands/gm6/SetGmLevelCommand.java index 19d8b01ab1..68463d77ac 100644 --- a/src/client/command/commands/gm6/SetGmLevelCommand.java +++ b/src/client/command/commands/gm6/SetGmLevelCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/ShutdownCommand.java b/src/client/command/commands/gm6/ShutdownCommand.java index 97c5fbec0a..6b119dcccf 100644 --- a/src/client/command/commands/gm6/ShutdownCommand.java +++ b/src/client/command/commands/gm6/ShutdownCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/SpawnAllPNpcsCommand.java b/src/client/command/commands/gm6/SpawnAllPNpcsCommand.java index a1da8ac360..a02feb4a10 100644 --- a/src/client/command/commands/gm6/SpawnAllPNpcsCommand.java +++ b/src/client/command/commands/gm6/SpawnAllPNpcsCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/SupplyRateCouponCommand.java b/src/client/command/commands/gm6/SupplyRateCouponCommand.java index 17a4defbab..8e8e0a3ea9 100644 --- a/src/client/command/commands/gm6/SupplyRateCouponCommand.java +++ b/src/client/command/commands/gm6/SupplyRateCouponCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/command/commands/gm6/WarpWorldCommand.java b/src/client/command/commands/gm6/WarpWorldCommand.java index 00496f32eb..2c5f9f0f9d 100644 --- a/src/client/command/commands/gm6/WarpWorldCommand.java +++ b/src/client/command/commands/gm6/WarpWorldCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/CharacterFactory.java b/src/client/creator/CharacterFactory.java index 4aa0da0e24..f155688ae5 100644 --- a/src/client/creator/CharacterFactory.java +++ b/src/client/creator/CharacterFactory.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/CharacterFactoryRecipe.java b/src/client/creator/CharacterFactoryRecipe.java index 28333e086f..74521f1478 100644 --- a/src/client/creator/CharacterFactoryRecipe.java +++ b/src/client/creator/CharacterFactoryRecipe.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/novice/BeginnerCreator.java b/src/client/creator/novice/BeginnerCreator.java index d27252e2ea..a6aeedd974 100644 --- a/src/client/creator/novice/BeginnerCreator.java +++ b/src/client/creator/novice/BeginnerCreator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/novice/LegendCreator.java b/src/client/creator/novice/LegendCreator.java index 6c431f26e2..28ee321cab 100644 --- a/src/client/creator/novice/LegendCreator.java +++ b/src/client/creator/novice/LegendCreator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/novice/NoblesseCreator.java b/src/client/creator/novice/NoblesseCreator.java index f3a6b02d9d..d353d2051a 100644 --- a/src/client/creator/novice/NoblesseCreator.java +++ b/src/client/creator/novice/NoblesseCreator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/veteran/BowmanCreator.java b/src/client/creator/veteran/BowmanCreator.java index 8d0a7a6908..f7a20eb3a8 100644 --- a/src/client/creator/veteran/BowmanCreator.java +++ b/src/client/creator/veteran/BowmanCreator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/veteran/MagicianCreator.java b/src/client/creator/veteran/MagicianCreator.java index 36aa3ac4f8..d1f2b033b3 100644 --- a/src/client/creator/veteran/MagicianCreator.java +++ b/src/client/creator/veteran/MagicianCreator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/veteran/PirateCreator.java b/src/client/creator/veteran/PirateCreator.java index 96cfc4ee94..3c35ba2f52 100644 --- a/src/client/creator/veteran/PirateCreator.java +++ b/src/client/creator/veteran/PirateCreator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/veteran/ThiefCreator.java b/src/client/creator/veteran/ThiefCreator.java index d6dc679d8c..a711dce5cb 100644 --- a/src/client/creator/veteran/ThiefCreator.java +++ b/src/client/creator/veteran/ThiefCreator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/creator/veteran/WarriorCreator.java b/src/client/creator/veteran/WarriorCreator.java index 41335a192a..7b974fab1f 100644 --- a/src/client/creator/veteran/WarriorCreator.java +++ b/src/client/creator/veteran/WarriorCreator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/inventory/MapleInventoryProof.java b/src/client/inventory/MapleInventoryProof.java index 55c42cd874..f90c5191d8 100644 --- a/src/client/inventory/MapleInventoryProof.java +++ b/src/client/inventory/MapleInventoryProof.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/inventory/manipulator/MapleCashidGenerator.java b/src/client/inventory/manipulator/MapleCashidGenerator.java index cba7bf1e18..45af01f768 100644 --- a/src/client/inventory/manipulator/MapleCashidGenerator.java +++ b/src/client/inventory/manipulator/MapleCashidGenerator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/inventory/manipulator/MapleKarmaManipulator.java b/src/client/inventory/manipulator/MapleKarmaManipulator.java index 93e0874dda..92444187bc 100644 --- a/src/client/inventory/manipulator/MapleKarmaManipulator.java +++ b/src/client/inventory/manipulator/MapleKarmaManipulator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/newyear/NewYearCardRecord.java b/src/client/newyear/NewYearCardRecord.java index f46907eec6..2e2dca67ea 100644 --- a/src/client/newyear/NewYearCardRecord.java +++ b/src/client/newyear/NewYearCardRecord.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/processor/AssignAPProcessor.java b/src/client/processor/AssignAPProcessor.java index fd9e2d8aa6..74390eb1bc 100644 --- a/src/client/processor/AssignAPProcessor.java +++ b/src/client/processor/AssignAPProcessor.java @@ -4,7 +4,7 @@ Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/processor/AssignSPProcessor.java b/src/client/processor/AssignSPProcessor.java index a5a4e8ca98..b209cad6a5 100644 --- a/src/client/processor/AssignSPProcessor.java +++ b/src/client/processor/AssignSPProcessor.java @@ -4,7 +4,7 @@ Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/processor/BuybackProcessor.java b/src/client/processor/BuybackProcessor.java index d6e7a3ac15..f031c9c9ea 100644 --- a/src/client/processor/BuybackProcessor.java +++ b/src/client/processor/BuybackProcessor.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/processor/DueyProcessor.java b/src/client/processor/DueyProcessor.java index 929106d9e5..2768742ea4 100644 --- a/src/client/processor/DueyProcessor.java +++ b/src/client/processor/DueyProcessor.java @@ -4,7 +4,7 @@ Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/processor/FredrickProcessor.java b/src/client/processor/FredrickProcessor.java index 7c86a44a3e..6848dc8d53 100644 --- a/src/client/processor/FredrickProcessor.java +++ b/src/client/processor/FredrickProcessor.java @@ -4,7 +4,7 @@ Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/processor/MakerProcessor.java b/src/client/processor/MakerProcessor.java index e08d7d97d3..4ba38bdaef 100644 --- a/src/client/processor/MakerProcessor.java +++ b/src/client/processor/MakerProcessor.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/processor/SpawnPetProcessor.java b/src/client/processor/SpawnPetProcessor.java index f1c96f9d69..f3d12966c8 100644 --- a/src/client/processor/SpawnPetProcessor.java +++ b/src/client/processor/SpawnPetProcessor.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/constants/EquipType.java b/src/constants/EquipType.java index 0ba3600744..f1c6b5045d 100644 --- a/src/constants/EquipType.java +++ b/src/constants/EquipType.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/constants/OpcodeConstants.java b/src/constants/OpcodeConstants.java index 970be0c247..114b9339ba 100644 --- a/src/constants/OpcodeConstants.java +++ b/src/constants/OpcodeConstants.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/LockCollector.java b/src/net/server/audit/LockCollector.java index 3e9705f878..79cc29be16 100644 --- a/src/net/server/audit/LockCollector.java +++ b/src/net/server/audit/LockCollector.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/ThreadTracker.java b/src/net/server/audit/ThreadTracker.java index 6a62633029..21f21d3546 100644 --- a/src/net/server/audit/ThreadTracker.java +++ b/src/net/server/audit/ThreadTracker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/MonitoredLockType.java b/src/net/server/audit/locks/MonitoredLockType.java index 1632e91022..faac688de1 100644 --- a/src/net/server/audit/locks/MonitoredLockType.java +++ b/src/net/server/audit/locks/MonitoredLockType.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/MonitoredReadLock.java b/src/net/server/audit/locks/MonitoredReadLock.java index fb5862ac04..c57c8da1fb 100644 --- a/src/net/server/audit/locks/MonitoredReadLock.java +++ b/src/net/server/audit/locks/MonitoredReadLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/MonitoredReentrantLock.java b/src/net/server/audit/locks/MonitoredReentrantLock.java index 27df2b477a..6a0e79fec2 100644 --- a/src/net/server/audit/locks/MonitoredReentrantLock.java +++ b/src/net/server/audit/locks/MonitoredReentrantLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/MonitoredReentrantReadWriteLock.java b/src/net/server/audit/locks/MonitoredReentrantReadWriteLock.java index 96a2a9e712..c3257734f2 100644 --- a/src/net/server/audit/locks/MonitoredReentrantReadWriteLock.java +++ b/src/net/server/audit/locks/MonitoredReentrantReadWriteLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/MonitoredWriteLock.java b/src/net/server/audit/locks/MonitoredWriteLock.java index f417808e38..0a30d8187b 100644 --- a/src/net/server/audit/locks/MonitoredWriteLock.java +++ b/src/net/server/audit/locks/MonitoredWriteLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/active/TrackerReadLock.java b/src/net/server/audit/locks/active/TrackerReadLock.java index bed688d8f0..732cba27e1 100644 --- a/src/net/server/audit/locks/active/TrackerReadLock.java +++ b/src/net/server/audit/locks/active/TrackerReadLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/active/TrackerReentrantLock.java b/src/net/server/audit/locks/active/TrackerReentrantLock.java index 5a211086f2..09bf1f75b9 100644 --- a/src/net/server/audit/locks/active/TrackerReentrantLock.java +++ b/src/net/server/audit/locks/active/TrackerReentrantLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/active/TrackerWriteLock.java b/src/net/server/audit/locks/active/TrackerWriteLock.java index dd160fcad9..ac45afa3a7 100644 --- a/src/net/server/audit/locks/active/TrackerWriteLock.java +++ b/src/net/server/audit/locks/active/TrackerWriteLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/empty/EmptyReadLock.java b/src/net/server/audit/locks/empty/EmptyReadLock.java index 9e98b776bf..6eafbce887 100644 --- a/src/net/server/audit/locks/empty/EmptyReadLock.java +++ b/src/net/server/audit/locks/empty/EmptyReadLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/empty/EmptyReentrantLock.java b/src/net/server/audit/locks/empty/EmptyReentrantLock.java index dd2916c1e9..64be5f9c1e 100644 --- a/src/net/server/audit/locks/empty/EmptyReentrantLock.java +++ b/src/net/server/audit/locks/empty/EmptyReentrantLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/empty/EmptyWriteLock.java b/src/net/server/audit/locks/empty/EmptyWriteLock.java index c1615f2fa3..b4343fc4e6 100644 --- a/src/net/server/audit/locks/empty/EmptyWriteLock.java +++ b/src/net/server/audit/locks/empty/EmptyWriteLock.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/factory/MonitoredReadLockFactory.java b/src/net/server/audit/locks/factory/MonitoredReadLockFactory.java index 1c3095fa6f..c618ee8347 100644 --- a/src/net/server/audit/locks/factory/MonitoredReadLockFactory.java +++ b/src/net/server/audit/locks/factory/MonitoredReadLockFactory.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/factory/MonitoredReentrantLockFactory.java b/src/net/server/audit/locks/factory/MonitoredReentrantLockFactory.java index 521487eef3..39bb54281e 100644 --- a/src/net/server/audit/locks/factory/MonitoredReentrantLockFactory.java +++ b/src/net/server/audit/locks/factory/MonitoredReentrantLockFactory.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/audit/locks/factory/MonitoredWriteLockFactory.java b/src/net/server/audit/locks/factory/MonitoredWriteLockFactory.java index d2f1880f20..e8cdec51c1 100644 --- a/src/net/server/audit/locks/factory/MonitoredWriteLockFactory.java +++ b/src/net/server/audit/locks/factory/MonitoredWriteLockFactory.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/CashShopSurpriseHandler.java b/src/net/server/channel/handlers/CashShopSurpriseHandler.java index 7a12f9acc0..2b625377da 100644 --- a/src/net/server/channel/handlers/CashShopSurpriseHandler.java +++ b/src/net/server/channel/handlers/CashShopSurpriseHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/CouponCodeHandler.java b/src/net/server/channel/handlers/CouponCodeHandler.java index 32c53365a1..35b3ee6c5b 100644 --- a/src/net/server/channel/handlers/CouponCodeHandler.java +++ b/src/net/server/channel/handlers/CouponCodeHandler.java @@ -4,7 +4,7 @@ Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/DenyAllianceRequestHandler.java b/src/net/server/channel/handlers/DenyAllianceRequestHandler.java index bf5c63d771..ca88b0b66f 100644 --- a/src/net/server/channel/handlers/DenyAllianceRequestHandler.java +++ b/src/net/server/channel/handlers/DenyAllianceRequestHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/GrenadeEffectHandler.java b/src/net/server/channel/handlers/GrenadeEffectHandler.java index b08adf7649..59bdb84259 100644 --- a/src/net/server/channel/handlers/GrenadeEffectHandler.java +++ b/src/net/server/channel/handlers/GrenadeEffectHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/MobBanishPlayerHandler.java b/src/net/server/channel/handlers/MobBanishPlayerHandler.java index cf841414e7..f99734d4bf 100644 --- a/src/net/server/channel/handlers/MobBanishPlayerHandler.java +++ b/src/net/server/channel/handlers/MobBanishPlayerHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/NewYearCardHandler.java b/src/net/server/channel/handlers/NewYearCardHandler.java index 126deb16f5..8d223aa461 100644 --- a/src/net/server/channel/handlers/NewYearCardHandler.java +++ b/src/net/server/channel/handlers/NewYearCardHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/OwlWarpHandler.java b/src/net/server/channel/handlers/OwlWarpHandler.java index f8be4608e0..1582cc2685 100644 --- a/src/net/server/channel/handlers/OwlWarpHandler.java +++ b/src/net/server/channel/handlers/OwlWarpHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/PetAutoPotHandler.java b/src/net/server/channel/handlers/PetAutoPotHandler.java index 305f09dd04..21f447f9f0 100644 --- a/src/net/server/channel/handlers/PetAutoPotHandler.java +++ b/src/net/server/channel/handlers/PetAutoPotHandler.java @@ -4,7 +4,7 @@ Matthias Butz Jan Christian Meyer - Copyleft (L) 2016 - 2018 RonanLana (HeavenMS) + Copyleft (L) 2016 - 2019 RonanLana (HeavenMS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/PlayerMapTransitionHandler.java b/src/net/server/channel/handlers/PlayerMapTransitionHandler.java index af7ccc57b5..0ba757010f 100644 --- a/src/net/server/channel/handlers/PlayerMapTransitionHandler.java +++ b/src/net/server/channel/handlers/PlayerMapTransitionHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/TransferNameHandler.java b/src/net/server/channel/handlers/TransferNameHandler.java index 373c101cea..ef52ba8fbd 100644 --- a/src/net/server/channel/handlers/TransferNameHandler.java +++ b/src/net/server/channel/handlers/TransferNameHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/TransferNameResultHandler.java b/src/net/server/channel/handlers/TransferNameResultHandler.java index b12999a384..3cef139438 100644 --- a/src/net/server/channel/handlers/TransferNameResultHandler.java +++ b/src/net/server/channel/handlers/TransferNameResultHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/TransferWorldHandler.java b/src/net/server/channel/handlers/TransferWorldHandler.java index 79657dfca1..eb2c8e1af4 100644 --- a/src/net/server/channel/handlers/TransferWorldHandler.java +++ b/src/net/server/channel/handlers/TransferWorldHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/UseMapleLifeHandler.java b/src/net/server/channel/handlers/UseMapleLifeHandler.java index 7ecce520b2..4c45d4e593 100644 --- a/src/net/server/channel/handlers/UseMapleLifeHandler.java +++ b/src/net/server/channel/handlers/UseMapleLifeHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/UseOwlOfMinervaHandler.java b/src/net/server/channel/handlers/UseOwlOfMinervaHandler.java index ac5df67148..5a76dffe32 100644 --- a/src/net/server/channel/handlers/UseOwlOfMinervaHandler.java +++ b/src/net/server/channel/handlers/UseOwlOfMinervaHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/WeddingTalkHandler.java b/src/net/server/channel/handlers/WeddingTalkHandler.java index 0a8f0aec84..607cc7d194 100644 --- a/src/net/server/channel/handlers/WeddingTalkHandler.java +++ b/src/net/server/channel/handlers/WeddingTalkHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/handlers/WeddingTalkMoreHandler.java b/src/net/server/channel/handlers/WeddingTalkMoreHandler.java index ded6c80bf0..d557b15912 100644 --- a/src/net/server/channel/handlers/WeddingTalkMoreHandler.java +++ b/src/net/server/channel/handlers/WeddingTalkMoreHandler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/worker/BaseScheduler.java b/src/net/server/channel/worker/BaseScheduler.java index 5e47add6b5..c598ad2b61 100644 --- a/src/net/server/channel/worker/BaseScheduler.java +++ b/src/net/server/channel/worker/BaseScheduler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/worker/EventScheduler.java b/src/net/server/channel/worker/EventScheduler.java index 7cb0545004..554f9c5c22 100644 --- a/src/net/server/channel/worker/EventScheduler.java +++ b/src/net/server/channel/worker/EventScheduler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/worker/FaceExpressionScheduler.java b/src/net/server/channel/worker/FaceExpressionScheduler.java index 6dd247020d..b826609c01 100644 --- a/src/net/server/channel/worker/FaceExpressionScheduler.java +++ b/src/net/server/channel/worker/FaceExpressionScheduler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/worker/MobAnimationScheduler.java b/src/net/server/channel/worker/MobAnimationScheduler.java index ca22e9986a..45676a0eb4 100644 --- a/src/net/server/channel/worker/MobAnimationScheduler.java +++ b/src/net/server/channel/worker/MobAnimationScheduler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/worker/MobClearSkillScheduler.java b/src/net/server/channel/worker/MobClearSkillScheduler.java index 0f95e4ccc9..5aff13cd3b 100644 --- a/src/net/server/channel/worker/MobClearSkillScheduler.java +++ b/src/net/server/channel/worker/MobClearSkillScheduler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/worker/MobMistScheduler.java b/src/net/server/channel/worker/MobMistScheduler.java index eb0822e3b4..050157457e 100644 --- a/src/net/server/channel/worker/MobMistScheduler.java +++ b/src/net/server/channel/worker/MobMistScheduler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/worker/MobStatusScheduler.java b/src/net/server/channel/worker/MobStatusScheduler.java index 42dd021026..2d05e53d0a 100644 --- a/src/net/server/channel/worker/MobStatusScheduler.java +++ b/src/net/server/channel/worker/MobStatusScheduler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/worker/OverallScheduler.java b/src/net/server/channel/worker/OverallScheduler.java index 4b34c589da..c052f024e5 100644 --- a/src/net/server/channel/worker/OverallScheduler.java +++ b/src/net/server/channel/worker/OverallScheduler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/channel/worker/SchedulerListener.java b/src/net/server/channel/worker/SchedulerListener.java index 8e910df12c..389420aa6f 100644 --- a/src/net/server/channel/worker/SchedulerListener.java +++ b/src/net/server/channel/worker/SchedulerListener.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/LoginStorage.java b/src/net/server/coordinator/LoginStorage.java index 8c889a6a1b..dff9d5a85d 100644 --- a/src/net/server/coordinator/LoginStorage.java +++ b/src/net/server/coordinator/LoginStorage.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/MapleEventRecallCoordinator.java b/src/net/server/coordinator/MapleEventRecallCoordinator.java index e790cce155..302d243011 100644 --- a/src/net/server/coordinator/MapleEventRecallCoordinator.java +++ b/src/net/server/coordinator/MapleEventRecallCoordinator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/MapleInviteCoordinator.java b/src/net/server/coordinator/MapleInviteCoordinator.java index ac5bf18946..c4f2fb7c8b 100644 --- a/src/net/server/coordinator/MapleInviteCoordinator.java +++ b/src/net/server/coordinator/MapleInviteCoordinator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/MapleLoginBypassCoordinator.java b/src/net/server/coordinator/MapleLoginBypassCoordinator.java index 7c21df8dec..a66f3ce271 100644 --- a/src/net/server/coordinator/MapleLoginBypassCoordinator.java +++ b/src/net/server/coordinator/MapleLoginBypassCoordinator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/MapleMatchCheckerCoordinator.java b/src/net/server/coordinator/MapleMatchCheckerCoordinator.java index 1caa9747bf..5d4984c00c 100644 --- a/src/net/server/coordinator/MapleMatchCheckerCoordinator.java +++ b/src/net/server/coordinator/MapleMatchCheckerCoordinator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/MapleMonsterAggroCoordinator.java b/src/net/server/coordinator/MapleMonsterAggroCoordinator.java index 1cfc75b72c..97a485cd1b 100644 --- a/src/net/server/coordinator/MapleMonsterAggroCoordinator.java +++ b/src/net/server/coordinator/MapleMonsterAggroCoordinator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/MaplePartySearchCoordinator.java b/src/net/server/coordinator/MaplePartySearchCoordinator.java index 9bb579f314..bf3ec62aef 100644 --- a/src/net/server/coordinator/MaplePartySearchCoordinator.java +++ b/src/net/server/coordinator/MaplePartySearchCoordinator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/MapleSessionCoordinator.java b/src/net/server/coordinator/MapleSessionCoordinator.java index 1b3ad471ae..d64c9f57f4 100644 --- a/src/net/server/coordinator/MapleSessionCoordinator.java +++ b/src/net/server/coordinator/MapleSessionCoordinator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/matchchecker/AbstractMatchCheckerListener.java b/src/net/server/coordinator/matchchecker/AbstractMatchCheckerListener.java index f8fde0d921..f7b939fff3 100644 --- a/src/net/server/coordinator/matchchecker/AbstractMatchCheckerListener.java +++ b/src/net/server/coordinator/matchchecker/AbstractMatchCheckerListener.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/matchchecker/MatchCheckerListenerFactory.java b/src/net/server/coordinator/matchchecker/MatchCheckerListenerFactory.java index 941fcd4186..d150b8fcda 100644 --- a/src/net/server/coordinator/matchchecker/MatchCheckerListenerFactory.java +++ b/src/net/server/coordinator/matchchecker/MatchCheckerListenerFactory.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/matchchecker/MatchCheckerListenerRecipe.java b/src/net/server/coordinator/matchchecker/MatchCheckerListenerRecipe.java index 18ee1d27ae..b9779009c1 100644 --- a/src/net/server/coordinator/matchchecker/MatchCheckerListenerRecipe.java +++ b/src/net/server/coordinator/matchchecker/MatchCheckerListenerRecipe.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/matchchecker/listener/MatchCheckerCPQChallenge.java b/src/net/server/coordinator/matchchecker/listener/MatchCheckerCPQChallenge.java index b0c9cf0738..0fbe0af099 100644 --- a/src/net/server/coordinator/matchchecker/listener/MatchCheckerCPQChallenge.java +++ b/src/net/server/coordinator/matchchecker/listener/MatchCheckerCPQChallenge.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/matchchecker/listener/MatchCheckerGuildCreation.java b/src/net/server/coordinator/matchchecker/listener/MatchCheckerGuildCreation.java index ed235a00d9..f1e674be8f 100644 --- a/src/net/server/coordinator/matchchecker/listener/MatchCheckerGuildCreation.java +++ b/src/net/server/coordinator/matchchecker/listener/MatchCheckerGuildCreation.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/partysearch/PartySearchCharacter.java b/src/net/server/coordinator/partysearch/PartySearchCharacter.java index e7cdf50d07..c8ed1c05fa 100644 --- a/src/net/server/coordinator/partysearch/PartySearchCharacter.java +++ b/src/net/server/coordinator/partysearch/PartySearchCharacter.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/partysearch/PartySearchEchelon.java b/src/net/server/coordinator/partysearch/PartySearchEchelon.java index ff0b08fd7d..39c5f2410d 100644 --- a/src/net/server/coordinator/partysearch/PartySearchEchelon.java +++ b/src/net/server/coordinator/partysearch/PartySearchEchelon.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/coordinator/partysearch/PartySearchStorage.java b/src/net/server/coordinator/partysearch/PartySearchStorage.java index a5cc871548..4b9d06b32d 100644 --- a/src/net/server/coordinator/partysearch/PartySearchStorage.java +++ b/src/net/server/coordinator/partysearch/PartySearchStorage.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/BaseWorker.java b/src/net/server/worker/BaseWorker.java index 1b40005331..0c23e3eb79 100644 --- a/src/net/server/worker/BaseWorker.java +++ b/src/net/server/worker/BaseWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/CharacterAutosaverWorker.java b/src/net/server/worker/CharacterAutosaverWorker.java index a10934d4e8..dd3369a364 100644 --- a/src/net/server/worker/CharacterAutosaverWorker.java +++ b/src/net/server/worker/CharacterAutosaverWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/CharacterDiseaseWorker.java b/src/net/server/worker/CharacterDiseaseWorker.java index c9c5c2f7de..a05259c215 100644 --- a/src/net/server/worker/CharacterDiseaseWorker.java +++ b/src/net/server/worker/CharacterDiseaseWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/CouponWorker.java b/src/net/server/worker/CouponWorker.java index 484c4b225f..22b9607015 100644 --- a/src/net/server/worker/CouponWorker.java +++ b/src/net/server/worker/CouponWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/EventRecallCoordinatorWorker.java b/src/net/server/worker/EventRecallCoordinatorWorker.java index 35a6517fc2..33e6211d45 100644 --- a/src/net/server/worker/EventRecallCoordinatorWorker.java +++ b/src/net/server/worker/EventRecallCoordinatorWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/FishingWorker.java b/src/net/server/worker/FishingWorker.java index 56eeb5fe46..9094add897 100644 --- a/src/net/server/worker/FishingWorker.java +++ b/src/net/server/worker/FishingWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/FredrickWorker.java b/src/net/server/worker/FredrickWorker.java index 2845fb80ab..87acade713 100644 --- a/src/net/server/worker/FredrickWorker.java +++ b/src/net/server/worker/FredrickWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/HiredMerchantWorker.java b/src/net/server/worker/HiredMerchantWorker.java index 67a066ac56..a42f82372e 100644 --- a/src/net/server/worker/HiredMerchantWorker.java +++ b/src/net/server/worker/HiredMerchantWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/InvitationWorker.java b/src/net/server/worker/InvitationWorker.java index 87a171bef4..8e0189495d 100644 --- a/src/net/server/worker/InvitationWorker.java +++ b/src/net/server/worker/InvitationWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/LoginCoordinatorWorker.java b/src/net/server/worker/LoginCoordinatorWorker.java index 0bb2345547..6da6e990b9 100644 --- a/src/net/server/worker/LoginCoordinatorWorker.java +++ b/src/net/server/worker/LoginCoordinatorWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/LoginStorageWorker.java b/src/net/server/worker/LoginStorageWorker.java index e71c533ffc..28751bf8b2 100644 --- a/src/net/server/worker/LoginStorageWorker.java +++ b/src/net/server/worker/LoginStorageWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/MapOwnershipWorker.java b/src/net/server/worker/MapOwnershipWorker.java index adc201de26..743cc2f361 100644 --- a/src/net/server/worker/MapOwnershipWorker.java +++ b/src/net/server/worker/MapOwnershipWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/MountTirednessWorker.java b/src/net/server/worker/MountTirednessWorker.java index a0244af19d..17f2c87a5d 100644 --- a/src/net/server/worker/MountTirednessWorker.java +++ b/src/net/server/worker/MountTirednessWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/PartySearchWorker.java b/src/net/server/worker/PartySearchWorker.java index aefa89325d..0002898c47 100644 --- a/src/net/server/worker/PartySearchWorker.java +++ b/src/net/server/worker/PartySearchWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/PetFullnessWorker.java b/src/net/server/worker/PetFullnessWorker.java index 23c9f2b23a..4135735967 100644 --- a/src/net/server/worker/PetFullnessWorker.java +++ b/src/net/server/worker/PetFullnessWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/RankingCommandWorker.java b/src/net/server/worker/RankingCommandWorker.java index de0077021a..27c7985d2c 100644 --- a/src/net/server/worker/RankingCommandWorker.java +++ b/src/net/server/worker/RankingCommandWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/ReleaseLockWorker.java b/src/net/server/worker/ReleaseLockWorker.java index ee567ee02c..4571966926 100644 --- a/src/net/server/worker/ReleaseLockWorker.java +++ b/src/net/server/worker/ReleaseLockWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/ServerMessageWorker.java b/src/net/server/worker/ServerMessageWorker.java index aab7456b64..6f24941b25 100644 --- a/src/net/server/worker/ServerMessageWorker.java +++ b/src/net/server/worker/ServerMessageWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/net/server/worker/TimedMapObjectWorker.java b/src/net/server/worker/TimedMapObjectWorker.java index 9f1576567e..231094b8c4 100644 --- a/src/net/server/worker/TimedMapObjectWorker.java +++ b/src/net/server/worker/TimedMapObjectWorker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/scripting/event/EventScheduledFuture.java b/src/scripting/event/EventScheduledFuture.java index c653a17f61..54c847874f 100644 --- a/src/scripting/event/EventScheduledFuture.java +++ b/src/scripting/event/EventScheduledFuture.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/scripting/event/worker/EventScriptScheduler.java b/src/scripting/event/worker/EventScriptScheduler.java index a9b1f4b421..e94951d113 100644 --- a/src/scripting/event/worker/EventScriptScheduler.java +++ b/src/scripting/event/worker/EventScriptScheduler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/MapleMarriage.java b/src/server/MapleMarriage.java index 5d75c62040..b69c8a615e 100644 --- a/src/server/MapleMarriage.java +++ b/src/server/MapleMarriage.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/MapleSkillbookInformationProvider.java b/src/server/MapleSkillbookInformationProvider.java index 5aa0184832..33c30a0b08 100644 --- a/src/server/MapleSkillbookInformationProvider.java +++ b/src/server/MapleSkillbookInformationProvider.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/MapleStorageInventory.java b/src/server/MapleStorageInventory.java index b9702b8667..854883d1e3 100644 --- a/src/server/MapleStorageInventory.java +++ b/src/server/MapleStorageInventory.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/ThreadManager.java b/src/server/ThreadManager.java index 427881d56a..ae38f786d1 100644 --- a/src/server/ThreadManager.java +++ b/src/server/ThreadManager.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/life/MaplePlayerNPCFactory.java b/src/server/life/MaplePlayerNPCFactory.java index b262da2d75..854fa9890b 100644 --- a/src/server/life/MaplePlayerNPCFactory.java +++ b/src/server/life/MaplePlayerNPCFactory.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/life/positioner/MaplePlayerNPCPodium.java b/src/server/life/positioner/MaplePlayerNPCPodium.java index c97e8f7807..461dcbfd12 100644 --- a/src/server/life/positioner/MaplePlayerNPCPodium.java +++ b/src/server/life/positioner/MaplePlayerNPCPodium.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/life/positioner/MaplePlayerNPCPositioner.java b/src/server/life/positioner/MaplePlayerNPCPositioner.java index 58e6054ab7..6053240add 100644 --- a/src/server/life/positioner/MaplePlayerNPCPositioner.java +++ b/src/server/life/positioner/MaplePlayerNPCPositioner.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/loot/MapleLootInventory.java b/src/server/loot/MapleLootInventory.java index c005342cb4..3810ea4963 100644 --- a/src/server/loot/MapleLootInventory.java +++ b/src/server/loot/MapleLootInventory.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/loot/MapleLootManager.java b/src/server/loot/MapleLootManager.java index 2b2ae1156a..48f60392d6 100644 --- a/src/server/loot/MapleLootManager.java +++ b/src/server/loot/MapleLootManager.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/maps/MapleDoorObject.java b/src/server/maps/MapleDoorObject.java index dfad7418da..553743a6aa 100644 --- a/src/server/maps/MapleDoorObject.java +++ b/src/server/maps/MapleDoorObject.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/maps/MapleMiniDungeon.java b/src/server/maps/MapleMiniDungeon.java index ce2d386ffb..271eceefb8 100644 --- a/src/server/maps/MapleMiniDungeon.java +++ b/src/server/maps/MapleMiniDungeon.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/partyquest/AriantColiseum.java b/src/server/partyquest/AriantColiseum.java index 02d2d71e27..5adfacd6a3 100644 --- a/src/server/partyquest/AriantColiseum.java +++ b/src/server/partyquest/AriantColiseum.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/quest/actions/PetSpeedAction.java b/src/server/quest/actions/PetSpeedAction.java index 24637256d1..bdb1be7c57 100644 --- a/src/server/quest/actions/PetSpeedAction.java +++ b/src/server/quest/actions/PetSpeedAction.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/quest/actions/PetTamenessAction.java b/src/server/quest/actions/PetTamenessAction.java index ff1b2bee9e..ae6bbe3baf 100644 --- a/src/server/quest/actions/PetTamenessAction.java +++ b/src/server/quest/actions/PetTamenessAction.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/quest/requirements/BuffExceptRequirement.java b/src/server/quest/requirements/BuffExceptRequirement.java index 10840f273e..8cefbca776 100644 --- a/src/server/quest/requirements/BuffExceptRequirement.java +++ b/src/server/quest/requirements/BuffExceptRequirement.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/quest/requirements/BuffRequirement.java b/src/server/quest/requirements/BuffRequirement.java index a1d9c2b5c0..65acb054ad 100644 --- a/src/server/quest/requirements/BuffRequirement.java +++ b/src/server/quest/requirements/BuffRequirement.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server/quest/requirements/MesoRequirement.java b/src/server/quest/requirements/MesoRequirement.java index 97ee20346f..986458c785 100644 --- a/src/server/quest/requirements/MesoRequirement.java +++ b/src/server/quest/requirements/MesoRequirement.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/tools/exceptions/EventInstanceInProgressException.java b/src/tools/exceptions/EventInstanceInProgressException.java index 3a6d750908..5fcbc6595b 100644 --- a/src/tools/exceptions/EventInstanceInProgressException.java +++ b/src/tools/exceptions/EventInstanceInProgressException.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/tools/packets/Fishing.java b/src/tools/packets/Fishing.java index e4569ad261..980b17d49d 100644 --- a/src/tools/packets/Fishing.java +++ b/src/tools/packets/Fishing.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleArrowFetcher/src/maplearrowfetcher/MapleArrowFetcher.java b/tools/MapleArrowFetcher/src/maplearrowfetcher/MapleArrowFetcher.java index 480fe86581..69e332b885 100644 --- a/tools/MapleArrowFetcher/src/maplearrowfetcher/MapleArrowFetcher.java +++ b/tools/MapleArrowFetcher/src/maplearrowfetcher/MapleArrowFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleBossHpBarFetcher/src/maplebosshpbarfetcher/MapleBossHpBarFetcher.java b/tools/MapleBossHpBarFetcher/src/maplebosshpbarfetcher/MapleBossHpBarFetcher.java index 55f4cd774c..1763af8286 100644 --- a/tools/MapleBossHpBarFetcher/src/maplebosshpbarfetcher/MapleBossHpBarFetcher.java +++ b/tools/MapleBossHpBarFetcher/src/maplebosshpbarfetcher/MapleBossHpBarFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleCashCosmeticsChecker/src/maplecashcosmeticschecker/MapleCashCosmeticsChecker.java b/tools/MapleCashCosmeticsChecker/src/maplecashcosmeticschecker/MapleCashCosmeticsChecker.java index dea31716d2..6fee51c5b4 100644 --- a/tools/MapleCashCosmeticsChecker/src/maplecashcosmeticschecker/MapleCashCosmeticsChecker.java +++ b/tools/MapleCashCosmeticsChecker/src/maplecashcosmeticschecker/MapleCashCosmeticsChecker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleCashCosmeticsFetcher/src/maplecashcosmeticsfetcher/MapleCashCosmeticsFetcher.java b/tools/MapleCashCosmeticsFetcher/src/maplecashcosmeticsfetcher/MapleCashCosmeticsFetcher.java index 484034a1e7..797be5090b 100644 --- a/tools/MapleCashCosmeticsFetcher/src/maplecashcosmeticsfetcher/MapleCashCosmeticsFetcher.java +++ b/tools/MapleCashCosmeticsFetcher/src/maplecashcosmeticsfetcher/MapleCashCosmeticsFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleCashDropFetcher/src/maplecashdropfetcher/MapleCashDropFetcher.java b/tools/MapleCashDropFetcher/src/maplecashdropfetcher/MapleCashDropFetcher.java index c1f4861205..d00d33516f 100644 --- a/tools/MapleCashDropFetcher/src/maplecashdropfetcher/MapleCashDropFetcher.java +++ b/tools/MapleCashDropFetcher/src/maplecashdropfetcher/MapleCashDropFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleCashVegaChecker/src/maplecashvegachecker/MapleCashVegaChecker.java b/tools/MapleCashVegaChecker/src/maplecashvegachecker/MapleCashVegaChecker.java index 65207cb91f..220a1fdd24 100644 --- a/tools/MapleCashVegaChecker/src/maplecashvegachecker/MapleCashVegaChecker.java +++ b/tools/MapleCashVegaChecker/src/maplecashvegachecker/MapleCashVegaChecker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleCodeCouponGenerator/src/maplecodecoupongenerator/MapleCodeCouponGenerator.java b/tools/MapleCodeCouponGenerator/src/maplecodecoupongenerator/MapleCodeCouponGenerator.java index 77afd116a6..19a1a1c08d 100644 --- a/tools/MapleCodeCouponGenerator/src/maplecodecoupongenerator/MapleCodeCouponGenerator.java +++ b/tools/MapleCodeCouponGenerator/src/maplecodecoupongenerator/MapleCodeCouponGenerator.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleCouponInstaller/src/maplecouponinstaller/MapleCouponInstaller.java b/tools/MapleCouponInstaller/src/maplecouponinstaller/MapleCouponInstaller.java index dbfa3fc17d..6a98b7c103 100644 --- a/tools/MapleCouponInstaller/src/maplecouponinstaller/MapleCouponInstaller.java +++ b/tools/MapleCouponInstaller/src/maplecouponinstaller/MapleCouponInstaller.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleDojoUpdater/src/mapledojoupdate/MapleDojoUpdate.java b/tools/MapleDojoUpdater/src/mapledojoupdate/MapleDojoUpdate.java index ab1d051324..f39284f75c 100644 --- a/tools/MapleDojoUpdater/src/mapledojoupdate/MapleDojoUpdate.java +++ b/tools/MapleDojoUpdater/src/mapledojoupdate/MapleDojoUpdate.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleEmptyItemWzChecker/src/mapleemptyitemwzchecker/MapleEmptyItemWzChecker.java b/tools/MapleEmptyItemWzChecker/src/mapleemptyitemwzchecker/MapleEmptyItemWzChecker.java index 2c47beb8fa..6636bbcf50 100644 --- a/tools/MapleEmptyItemWzChecker/src/mapleemptyitemwzchecker/MapleEmptyItemWzChecker.java +++ b/tools/MapleEmptyItemWzChecker/src/mapleemptyitemwzchecker/MapleEmptyItemWzChecker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleEquipmentOmnileveler/src/mapleequipmentomnileveler/MapleEquipmentOmnileveler.java b/tools/MapleEquipmentOmnileveler/src/mapleequipmentomnileveler/MapleEquipmentOmnileveler.java index 7241bb5e53..6e0731f40d 100644 --- a/tools/MapleEquipmentOmnileveler/src/mapleequipmentomnileveler/MapleEquipmentOmnileveler.java +++ b/tools/MapleEquipmentOmnileveler/src/mapleequipmentomnileveler/MapleEquipmentOmnileveler.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleEventMethodFiller/src/mapleeventmethodfiller/MapleEventMethodFiller.java b/tools/MapleEventMethodFiller/src/mapleeventmethodfiller/MapleEventMethodFiller.java index 5fecba78ff..d051511efc 100644 --- a/tools/MapleEventMethodFiller/src/mapleeventmethodfiller/MapleEventMethodFiller.java +++ b/tools/MapleEventMethodFiller/src/mapleeventmethodfiller/MapleEventMethodFiller.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java b/tools/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java index b5ac91d48a..aa6381fd98 100644 --- a/tools/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java +++ b/tools/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleInvalidItemIdFetcher/src/maplenoitemidfetcher/MapleNoItemIdFetcher.java b/tools/MapleInvalidItemIdFetcher/src/maplenoitemidfetcher/MapleNoItemIdFetcher.java index 9f802c7cc7..e45bfbf5cd 100644 --- a/tools/MapleInvalidItemIdFetcher/src/maplenoitemidfetcher/MapleNoItemIdFetcher.java +++ b/tools/MapleInvalidItemIdFetcher/src/maplenoitemidfetcher/MapleNoItemIdFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleInvalidItemWithNoNameFetcher/src/maplenoitemnamefetcher/MapleNoItemNameFetcher.java b/tools/MapleInvalidItemWithNoNameFetcher/src/maplenoitemnamefetcher/MapleNoItemNameFetcher.java index 5d1bb4528e..19f860cf35 100644 --- a/tools/MapleInvalidItemWithNoNameFetcher/src/maplenoitemnamefetcher/MapleNoItemNameFetcher.java +++ b/tools/MapleInvalidItemWithNoNameFetcher/src/maplenoitemnamefetcher/MapleNoItemNameFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleMapInfoRetriever/src/maplemapinforetriever/MapleMapInfoRetriever.java b/tools/MapleMapInfoRetriever/src/maplemapinforetriever/MapleMapInfoRetriever.java index b568f88f25..f153f36e18 100644 --- a/tools/MapleMapInfoRetriever/src/maplemapinforetriever/MapleMapInfoRetriever.java +++ b/tools/MapleMapInfoRetriever/src/maplemapinforetriever/MapleMapInfoRetriever.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleMesoFetcher/src/maplemesofetcher/MapleMesoFetcher.java b/tools/MapleMesoFetcher/src/maplemesofetcher/MapleMesoFetcher.java index 687152fd2d..38fd2210d7 100644 --- a/tools/MapleMesoFetcher/src/maplemesofetcher/MapleMesoFetcher.java +++ b/tools/MapleMesoFetcher/src/maplemesofetcher/MapleMesoFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleMobBookIndexer/src/maplemobbookindexer/MapleMobBookIndexer.java b/tools/MapleMobBookIndexer/src/maplemobbookindexer/MapleMobBookIndexer.java index cf6cf84dcc..0008f7c8ed 100644 --- a/tools/MapleMobBookIndexer/src/maplemobbookindexer/MapleMobBookIndexer.java +++ b/tools/MapleMobBookIndexer/src/maplemobbookindexer/MapleMobBookIndexer.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleMobBookUpdate/src/maplemobbookupdate/MapleMobBookUpdate.java b/tools/MapleMobBookUpdate/src/maplemobbookupdate/MapleMobBookUpdate.java index cafe668526..0f73de2244 100644 --- a/tools/MapleMobBookUpdate/src/maplemobbookupdate/MapleMobBookUpdate.java +++ b/tools/MapleMobBookUpdate/src/maplemobbookupdate/MapleMobBookUpdate.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleQuestItemCountFetcher/src/maplequestitemcountfetcher/MapleQuestItemCountFetcher.java b/tools/MapleQuestItemCountFetcher/src/maplequestitemcountfetcher/MapleQuestItemCountFetcher.java index 0b135b562a..f06cd1f2f3 100644 --- a/tools/MapleQuestItemCountFetcher/src/maplequestitemcountfetcher/MapleQuestItemCountFetcher.java +++ b/tools/MapleQuestItemCountFetcher/src/maplequestitemcountfetcher/MapleQuestItemCountFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleQuestItemFetcher/src/maplequestitemfetcher/MapleQuestItemFetcher.java b/tools/MapleQuestItemFetcher/src/maplequestitemfetcher/MapleQuestItemFetcher.java index 2efca3a613..c5af6497e9 100644 --- a/tools/MapleQuestItemFetcher/src/maplequestitemfetcher/MapleQuestItemFetcher.java +++ b/tools/MapleQuestItemFetcher/src/maplequestitemfetcher/MapleQuestItemFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleQuestMesoFetcher/src/maplequestmesofetcher/MapleQuestMesoFetcher.java b/tools/MapleQuestMesoFetcher/src/maplequestmesofetcher/MapleQuestMesoFetcher.java index 2e59c1583f..e27ca90477 100644 --- a/tools/MapleQuestMesoFetcher/src/maplequestmesofetcher/MapleQuestMesoFetcher.java +++ b/tools/MapleQuestMesoFetcher/src/maplequestmesofetcher/MapleQuestMesoFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleQuestlineFetcher/src/maplequestlinefetcher/MapleQuestlineFetcher.java b/tools/MapleQuestlineFetcher/src/maplequestlinefetcher/MapleQuestlineFetcher.java index 572a726350..7e360efc0a 100644 --- a/tools/MapleQuestlineFetcher/src/maplequestlinefetcher/MapleQuestlineFetcher.java +++ b/tools/MapleQuestlineFetcher/src/maplequestlinefetcher/MapleQuestlineFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleReactorDropFetcher/src/maplereactordropfetcher/MapleReactorDropFetcher.java b/tools/MapleReactorDropFetcher/src/maplereactordropfetcher/MapleReactorDropFetcher.java index f63c05f75a..21abcc95ed 100644 --- a/tools/MapleReactorDropFetcher/src/maplereactordropfetcher/MapleReactorDropFetcher.java +++ b/tools/MapleReactorDropFetcher/src/maplereactordropfetcher/MapleReactorDropFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleSkillMakerFetcher/src/mapleskillmakerfetcher/MapleMakerItemEntry.java b/tools/MapleSkillMakerFetcher/src/mapleskillmakerfetcher/MapleMakerItemEntry.java index 6589e8249a..ae3df80725 100644 --- a/tools/MapleSkillMakerFetcher/src/mapleskillmakerfetcher/MapleMakerItemEntry.java +++ b/tools/MapleSkillMakerFetcher/src/mapleskillmakerfetcher/MapleMakerItemEntry.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleSkillMakerFetcher/src/mapleskillmakerfetcher/MapleSkillMakerFetcher.java b/tools/MapleSkillMakerFetcher/src/mapleskillmakerfetcher/MapleSkillMakerFetcher.java index 947931965d..7fb67aaadc 100644 --- a/tools/MapleSkillMakerFetcher/src/mapleskillmakerfetcher/MapleSkillMakerFetcher.java +++ b/tools/MapleSkillMakerFetcher/src/mapleskillmakerfetcher/MapleSkillMakerFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleSkillMakerReagentIndexer/src/mapleskillmakerreagentindexer/MapleSkillMakerReagentIndexer.java b/tools/MapleSkillMakerReagentIndexer/src/mapleskillmakerreagentindexer/MapleSkillMakerReagentIndexer.java index 1c7bf9306e..f8ec9fdf53 100644 --- a/tools/MapleSkillMakerReagentIndexer/src/mapleskillmakerreagentindexer/MapleSkillMakerReagentIndexer.java +++ b/tools/MapleSkillMakerReagentIndexer/src/mapleskillmakerreagentindexer/MapleSkillMakerReagentIndexer.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleSkillbookChanceFetcher/src/mapleskillbookchancefetcher/MapleSkillbookChanceFetcher.java b/tools/MapleSkillbookChanceFetcher/src/mapleskillbookchancefetcher/MapleSkillbookChanceFetcher.java index b28c4b499e..6ea2ad954a 100644 --- a/tools/MapleSkillbookChanceFetcher/src/mapleskillbookchancefetcher/MapleSkillbookChanceFetcher.java +++ b/tools/MapleSkillbookChanceFetcher/src/mapleskillbookchancefetcher/MapleSkillbookChanceFetcher.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleSkillbookStackUpdate/src/mapleskillbookstackupdate/MapleSkillbookStackUpdate.java b/tools/MapleSkillbookStackUpdate/src/mapleskillbookstackupdate/MapleSkillbookStackUpdate.java index f6004cdcae..8fef76eb5a 100644 --- a/tools/MapleSkillbookStackUpdate/src/mapleskillbookstackupdate/MapleSkillbookStackUpdate.java +++ b/tools/MapleSkillbookStackUpdate/src/mapleskillbookstackupdate/MapleSkillbookStackUpdate.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/MapleWorldmapChecker/src/mapleworldmapchecker/MapleWorldmapChecker.java b/tools/MapleWorldmapChecker/src/mapleworldmapchecker/MapleWorldmapChecker.java index 4006d476ab..8dbf72d27a 100644 --- a/tools/MapleWorldmapChecker/src/mapleworldmapchecker/MapleWorldmapChecker.java +++ b/tools/MapleWorldmapChecker/src/mapleworldmapchecker/MapleWorldmapChecker.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as From 30e12a1f207fdc8f72d2a35e35ddd405d4c621f6 Mon Sep 17 00:00:00 2001 From: ronancpl Date: Sat, 15 Jun 2019 15:52:17 -0300 Subject: [PATCH 3/7] More normalize credit comments --- src/tools/DatabaseConnection.java | 2 +- .../src/tools/DatabaseConnection.java | 2 +- .../src/tools/DatabaseConnection.java | 2 +- .../src/tools/DatabaseConnection.java | 2 +- .../nbproject/build-impl.xml | 1396 +++++++++++++++++ .../nbproject/genfiles.properties | 8 + .../nbproject/private/private.properties | 2 + .../nbproject/private/private.xml | 6 + .../nbproject/project.properties | 74 + .../nbproject/project.xml | 13 + .../src/tools/DatabaseConnection.java | 2 +- .../src/tools/DatabaseConnection.java | 2 +- .../src/tools/DatabaseConnection.java | 2 +- .../src/tools/DatabaseConnection.java | 2 +- 14 files changed, 1507 insertions(+), 8 deletions(-) create mode 100644 tools/MapleGachaponItemidRetriever/nbproject/build-impl.xml create mode 100644 tools/MapleGachaponItemidRetriever/nbproject/genfiles.properties create mode 100644 tools/MapleGachaponItemidRetriever/nbproject/private/private.properties create mode 100644 tools/MapleGachaponItemidRetriever/nbproject/private/private.xml create mode 100644 tools/MapleGachaponItemidRetriever/nbproject/project.properties create mode 100644 tools/MapleGachaponItemidRetriever/nbproject/project.xml diff --git a/src/tools/DatabaseConnection.java b/src/tools/DatabaseConnection.java index 802c2ef47f..2e6753e293 100644 --- a/src/tools/DatabaseConnection.java +++ b/src/tools/DatabaseConnection.java @@ -11,7 +11,7 @@ import com.zaxxer.hikari.HikariDataSource; import constants.ServerConstants; /** - * @author Frz - Big Daddy + * @author Frz (Big Daddy) * @author The Real Spookster - some modifications to this beautiful code * @author Ronan - some connection pool to this beautiful code */ diff --git a/tools/MapleArrowFetcher/src/tools/DatabaseConnection.java b/tools/MapleArrowFetcher/src/tools/DatabaseConnection.java index 9dcd4e6545..40147f87e5 100644 --- a/tools/MapleArrowFetcher/src/tools/DatabaseConnection.java +++ b/tools/MapleArrowFetcher/src/tools/DatabaseConnection.java @@ -6,7 +6,7 @@ import java.sql.SQLException; /** * @author Frz (Big Daddy) - * @author The Real Spookster (some modifications to this beautiful code) + * @author The Real Spookster - some modifications to this beautiful code */ public class DatabaseConnection { private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms"; diff --git a/tools/MapleCashCosmeticsFetcher/src/tools/DatabaseConnection.java b/tools/MapleCashCosmeticsFetcher/src/tools/DatabaseConnection.java index 9dcd4e6545..40147f87e5 100644 --- a/tools/MapleCashCosmeticsFetcher/src/tools/DatabaseConnection.java +++ b/tools/MapleCashCosmeticsFetcher/src/tools/DatabaseConnection.java @@ -6,7 +6,7 @@ import java.sql.SQLException; /** * @author Frz (Big Daddy) - * @author The Real Spookster (some modifications to this beautiful code) + * @author The Real Spookster - some modifications to this beautiful code */ public class DatabaseConnection { private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms"; diff --git a/tools/MapleCashDropFetcher/src/tools/DatabaseConnection.java b/tools/MapleCashDropFetcher/src/tools/DatabaseConnection.java index 9dcd4e6545..40147f87e5 100644 --- a/tools/MapleCashDropFetcher/src/tools/DatabaseConnection.java +++ b/tools/MapleCashDropFetcher/src/tools/DatabaseConnection.java @@ -6,7 +6,7 @@ import java.sql.SQLException; /** * @author Frz (Big Daddy) - * @author The Real Spookster (some modifications to this beautiful code) + * @author The Real Spookster - some modifications to this beautiful code */ public class DatabaseConnection { private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms"; diff --git a/tools/MapleGachaponItemidRetriever/nbproject/build-impl.xml b/tools/MapleGachaponItemidRetriever/nbproject/build-impl.xml new file mode 100644 index 0000000000..2d26beda05 --- /dev/null +++ b/tools/MapleGachaponItemidRetriever/nbproject/build-impl.xml @@ -0,0 +1,1396 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set src.dir + Must set build.dir + Must set dist.dir + Must set build.classes.dir + Must set dist.javadoc.dir + Must set build.test.classes.dir + Must set build.test.results.dir + Must set build.classes.excludes + Must set dist.jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No tests executed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set JVM to use for profiling in profiler.info.jvm + Must set profiler agent JVM arguments in profiler.info.jvmargs.agent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + java -jar "${dist.jar.resolved}" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + Must select one file in the IDE or set run.class + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set debug.class + + + + + Must select one file in the IDE or set debug.class + + + + + Must set fix.includes + + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + Must select one file in the IDE or set profile.class + This target only works when run from inside the NetBeans IDE. + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + + + Must select some files in the IDE or set test.includes + + + + + Must select one file in the IDE or set run.class + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + Some tests failed; see details above. + + + + + + + + + Must select some files in the IDE or set test.includes + + + + Some tests failed; see details above. + + + + Must select some files in the IDE or set test.class + Must select some method in the IDE or set test.method + + + + Some tests failed; see details above. + + + + + Must select one file in the IDE or set test.class + + + + Must select one file in the IDE or set test.class + Must select some method in the IDE or set test.method + + + + + + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/MapleGachaponItemidRetriever/nbproject/genfiles.properties b/tools/MapleGachaponItemidRetriever/nbproject/genfiles.properties new file mode 100644 index 0000000000..11ec70a7bd --- /dev/null +++ b/tools/MapleGachaponItemidRetriever/nbproject/genfiles.properties @@ -0,0 +1,8 @@ +nbbuild.xml.data.CRC32=ee296b2b +nbbuild.xml.script.CRC32=93fb41f7 +nbbuild.xml.stylesheet.CRC32=8064a381@1.75.2.48 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. +nbproject/build-impl.xml.data.CRC32=ee296b2b +nbproject/build-impl.xml.script.CRC32=a37f28fa +nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48 diff --git a/tools/MapleGachaponItemidRetriever/nbproject/private/private.properties b/tools/MapleGachaponItemidRetriever/nbproject/private/private.properties new file mode 100644 index 0000000000..646b670577 --- /dev/null +++ b/tools/MapleGachaponItemidRetriever/nbproject/private/private.properties @@ -0,0 +1,2 @@ +compile.on.save=true +user.properties.file=C:\\Users\\RonanLana\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties diff --git a/tools/MapleGachaponItemidRetriever/nbproject/private/private.xml b/tools/MapleGachaponItemidRetriever/nbproject/private/private.xml new file mode 100644 index 0000000000..2eee429e21 --- /dev/null +++ b/tools/MapleGachaponItemidRetriever/nbproject/private/private.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/tools/MapleGachaponItemidRetriever/nbproject/project.properties b/tools/MapleGachaponItemidRetriever/nbproject/project.properties new file mode 100644 index 0000000000..5759c840d4 --- /dev/null +++ b/tools/MapleGachaponItemidRetriever/nbproject/project.properties @@ -0,0 +1,74 @@ +annotation.processing.enabled=true +annotation.processing.enabled.in.editor=false +annotation.processing.processor.options= +annotation.processing.processors.list= +annotation.processing.run.all.processors=true +annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +build.classes.dir=${build.dir}/classes +build.classes.excludes=**/*.java,**/*.form +# This directory is removed when the project is cleaned: +build.dir=build +build.generated.dir=${build.dir}/generated +build.generated.sources.dir=${build.dir}/generated-sources +# Only compile against the classpath explicitly listed here: +build.sysclasspath=ignore +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +buildfile=nbbuild.xml +# Uncomment to specify the preferred debugger connection transport: +#debug.transport=dt_socket +debug.classpath=\ + ${run.classpath} +debug.test.classpath=\ + ${run.test.classpath} +# Os arquivos em build.classes.dir que devem ser exclu\u00eddos do jar de distribui\u00e7\u00e3o +dist.archive.excludes= +# This directory is removed when the project is cleaned: +dist.dir=dist +dist.jar=${dist.dir}/MapleGachaponItemidRetriever.jar +dist.javadoc.dir=${dist.dir}/javadoc +excludes= +file.reference.MapleGachaponItemidRetriever-src=src +includes=** +jar.compress=false +javac.classpath= +# Space-separated list of extra javac options +javac.compilerargs= +javac.deprecation=false +javac.processorpath=\ + ${javac.classpath} +javac.source=1.7 +javac.target=1.7 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +javac.test.processorpath=\ + ${javac.test.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding=${source.encoding} +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +main.class= +manifest.file=manifest.mf +meta.inf.dir=${src.dir}/META-INF +mkdist.disabled=false +platform.active=default_platform +run.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +# Space-separated list of JVM arguments used when running the project. +# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. +# To set system properties for unit tests define test-sys-prop.name=value: +run.jvmargs= +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +source.encoding=UTF-8 +src.dir=${file.reference.MapleGachaponItemidRetriever-src} diff --git a/tools/MapleGachaponItemidRetriever/nbproject/project.xml b/tools/MapleGachaponItemidRetriever/nbproject/project.xml new file mode 100644 index 0000000000..18d9a728fc --- /dev/null +++ b/tools/MapleGachaponItemidRetriever/nbproject/project.xml @@ -0,0 +1,13 @@ + + + org.netbeans.modules.java.j2seproject + + + MapleGachaponItemidRetriever + + + + + + + diff --git a/tools/MapleInvalidItemWithNoNameFetcher/src/tools/DatabaseConnection.java b/tools/MapleInvalidItemWithNoNameFetcher/src/tools/DatabaseConnection.java index 9dcd4e6545..40147f87e5 100644 --- a/tools/MapleInvalidItemWithNoNameFetcher/src/tools/DatabaseConnection.java +++ b/tools/MapleInvalidItemWithNoNameFetcher/src/tools/DatabaseConnection.java @@ -6,7 +6,7 @@ import java.sql.SQLException; /** * @author Frz (Big Daddy) - * @author The Real Spookster (some modifications to this beautiful code) + * @author The Real Spookster - some modifications to this beautiful code */ public class DatabaseConnection { private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms"; diff --git a/tools/MapleMesoFetcher/src/tools/DatabaseConnection.java b/tools/MapleMesoFetcher/src/tools/DatabaseConnection.java index 9dcd4e6545..40147f87e5 100644 --- a/tools/MapleMesoFetcher/src/tools/DatabaseConnection.java +++ b/tools/MapleMesoFetcher/src/tools/DatabaseConnection.java @@ -6,7 +6,7 @@ import java.sql.SQLException; /** * @author Frz (Big Daddy) - * @author The Real Spookster (some modifications to this beautiful code) + * @author The Real Spookster - some modifications to this beautiful code */ public class DatabaseConnection { private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms"; diff --git a/tools/MapleQuestItemFetcher/src/tools/DatabaseConnection.java b/tools/MapleQuestItemFetcher/src/tools/DatabaseConnection.java index 9dcd4e6545..40147f87e5 100644 --- a/tools/MapleQuestItemFetcher/src/tools/DatabaseConnection.java +++ b/tools/MapleQuestItemFetcher/src/tools/DatabaseConnection.java @@ -6,7 +6,7 @@ import java.sql.SQLException; /** * @author Frz (Big Daddy) - * @author The Real Spookster (some modifications to this beautiful code) + * @author The Real Spookster - some modifications to this beautiful code */ public class DatabaseConnection { private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms"; diff --git a/tools/MapleSkillbookChanceFetcher/src/tools/DatabaseConnection.java b/tools/MapleSkillbookChanceFetcher/src/tools/DatabaseConnection.java index 9dcd4e6545..40147f87e5 100644 --- a/tools/MapleSkillbookChanceFetcher/src/tools/DatabaseConnection.java +++ b/tools/MapleSkillbookChanceFetcher/src/tools/DatabaseConnection.java @@ -6,7 +6,7 @@ import java.sql.SQLException; /** * @author Frz (Big Daddy) - * @author The Real Spookster (some modifications to this beautiful code) + * @author The Real Spookster - some modifications to this beautiful code */ public class DatabaseConnection { private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms"; From 78c660d5c07d620658c82bcecd6ce7739fc89ea7 Mon Sep 17 00:00:00 2001 From: ronancpl Date: Mon, 17 Jun 2019 22:55:02 -0300 Subject: [PATCH 4/7] Even more normalize credit comments --- docs/issues.txt | 1 + docs/localhost_minimum_specs.txt | 2 +- scripts/event/0_EXAMPLE.js | 2 +- scripts/npc/1012103.js | 2 +- scripts/npc/1012104.js | 2 +- scripts/npc/1012117.js | 2 +- scripts/npc/1052004.js | 2 +- scripts/npc/1052005.js | 2 +- scripts/npc/1052100.js | 2 +- scripts/npc/1052101.js | 2 +- scripts/npc/1090000.js | 2 +- scripts/npc/1092019.js | 2 +- scripts/npc/1102003.js | 4 +++- scripts/npc/1200000.js | 2 +- scripts/npc/2010001.js | 2 +- scripts/npc/2010002.js | 2 +- scripts/npc/2012007.js | 2 +- scripts/npc/2012009.js | 2 +- scripts/npc/2012014.js | 2 +- scripts/npc/2040014.js | 2 +- scripts/npc/2040019.js | 2 +- scripts/npc/2041007.js | 2 +- scripts/npc/2041009.js | 2 +- scripts/npc/2041010.js | 2 +- scripts/npc/2041025.js | 4 +++- scripts/npc/2090100.js | 2 +- scripts/npc/2090101.js | 2 +- scripts/npc/2090103.js | 2 +- scripts/npc/2090104.js | 2 +- scripts/npc/2100005.js | 2 +- scripts/npc/2100006.js | 2 +- scripts/npc/2100008.js | 2 +- scripts/npc/2100009.js | 2 +- scripts/npc/2111003.js | 4 ++-- scripts/npc/9120100.js | 2 +- scripts/npc/9120101.js | 2 +- scripts/npc/9120102.js | 2 +- scripts/npc/9120103.js | 2 +- scripts/npc/9201013.js | 2 +- scripts/npc/9201015.js | 2 +- scripts/npc/9201016.js | 2 +- scripts/npc/9201018.js | 2 +- scripts/npc/9201019.js | 2 +- scripts/npc/9201039.js | 2 +- scripts/npc/9201063.js | 2 +- scripts/npc/9201064.js | 2 +- scripts/npc/9201069.js | 2 +- scripts/npc/9201070.js | 2 +- scripts/npc/9201123.js | 4 ++-- scripts/npc/9201124.js | 4 ++-- scripts/npc/9201125.js | 4 ++-- scripts/npc/9201126.js | 4 ++-- scripts/npc/9201127.js | 4 ++-- scripts/npc/9220004.js | 2 +- scripts/npc/9220005.js | 2 +- scripts/npc/9220005_old.js | 2 +- scripts/npc/9270023.js | 2 +- scripts/npc/9270024.js | 2 +- scripts/npc/9270025.js | 2 +- scripts/npc/9270036.js | 2 +- scripts/npc/9270037.js | 2 +- scripts/npc/9270038.js | 2 +- scripts/npc/9270041.js | 2 +- scripts/portal/enterSecondDH.js | 2 +- scripts/portal/enter_nautil.js | 2 +- scripts/portal/metalgate_open.js | 2 +- scripts/portal/s4berserk.js | 2 +- scripts/portal/s4firehawk.js | 2 +- scripts/portal/s4hitman.js | 2 +- scripts/portal/s4iceeagle.js | 2 +- scripts/portal/s4nest.js | 2 +- scripts/portal/s4resur_enter.js | 2 +- scripts/portal/s4resur_out.js | 2 +- scripts/portal/s4resurrection.js | 2 +- scripts/portal/s4rush.js | 2 +- scripts/portal/s4tornado_enter.js | 2 +- scripts/quest/1021.js | 4 +++- scripts/quest/20408.js | 2 +- scripts/quest/2186.js | 2 +- scripts/quest/2300.js | 4 ++-- scripts/quest/2301.js | 4 ++-- scripts/quest/2302.js | 4 ++-- scripts/quest/2303.js | 4 ++-- scripts/quest/2304.js | 4 ++-- scripts/quest/2305.js | 4 ++-- scripts/quest/2306.js | 4 ++-- scripts/quest/2307.js | 4 ++-- scripts/quest/2308.js | 4 ++-- scripts/quest/2309.js | 4 ++-- scripts/quest/2310.js | 4 ++-- scripts/quest/2312.js | 2 +- scripts/quest/2313.js | 2 +- scripts/quest/2314.js | 2 +- scripts/quest/2315.js | 2 +- scripts/quest/2316.js | 2 +- scripts/quest/2317.js | 2 +- scripts/quest/2318.js | 2 +- scripts/quest/2319.js | 2 +- scripts/quest/2320.js | 2 +- scripts/quest/2321.js | 2 +- scripts/quest/2322.js | 2 +- src/client/command/commands/gm1/GotoCommand.java | 2 +- .../command/commands/gm2/GachaListCommand.java | 2 +- src/client/processor/MakerProcessor.java | 2 +- src/constants/GameConstants.java | 4 ++-- src/constants/LanguageConstants.java | 2 +- src/constants/ScriptableNPCConstants.java | 4 ++-- src/constants/ServerConstants.java | 16 ++++++++-------- .../channel/handlers/AdminCommandHandler.java | 2 +- .../channel/handlers/BBSOperationHandler.java | 2 +- .../channel/handlers/ChangeMapHandler.java | 2 +- .../channel/handlers/QuestActionHandler.java | 2 +- .../handlers/login/LoginPasswordHandler.java | 2 +- src/net/server/world/World.java | 2 +- src/server/MapleItemInformationProvider.java | 2 +- .../MapleSkillbookInformationProvider.java | 2 +- src/server/MapleStatEffect.java | 4 ++-- src/server/gachapon/ElNath.java | 2 +- src/server/gachapon/Ellinia.java | 2 +- src/server/gachapon/Global.java | 2 +- src/server/gachapon/Henesys.java | 2 +- src/server/gachapon/KerningCity.java | 2 +- src/server/gachapon/Ludibrium.java | 2 +- src/server/gachapon/MushroomShrine.java | 2 +- src/server/gachapon/NautilusHarbor.java | 2 +- src/server/gachapon/NewLeafCity.java | 2 +- src/server/gachapon/Perion.java | 2 +- src/server/gachapon/Sleepywood.java | 2 +- src/server/life/MapleMonster.java | 6 +++--- .../life/positioner/MaplePlayerNPCPodium.java | 2 +- src/server/maps/MapleMap.java | 6 +++--- src/server/maps/MapleMapManager.java | 2 +- src/tools/BCrypt.java | 6 +++--- src/tools/IntervalBuilder.java | 2 +- src/tools/MaplePacketCreator.java | 12 ++++++------ src/tools/Pair.java | 2 +- src/tools/packets/Wedding.java | 2 +- tools/MapleArrowFetcher/src/tools/Pair.java | 2 +- .../src/maplecashcosmeticschecker/Pair.java | 2 +- .../src/tools/Pair.java | 2 +- tools/MapleCashDropFetcher/src/tools/Pair.java | 2 +- .../src/maplecodecoupongenerator/Pair.java | 2 +- .../MapleCouponInstaller.java | 2 +- .../src/mapleidretriever/MapleIdRetriever.java | 2 +- .../MapleNoItemIdFetcher.java | 2 +- .../src/maplenoitemnamefetcher/Pair.java | 2 +- .../src/tools/Pair.java | 2 +- tools/MapleMesoFetcher/src/tools/Pair.java | 2 +- .../maplemobbookupdate/MapleMobBookUpdate.java | 4 ++-- .../src/maplequestitemcountfetcher/Pair.java | 2 +- tools/MapleQuestItemFetcher/src/tools/Pair.java | 2 +- .../src/maplequestlinefetcher/Pair.java | 2 +- .../src/mapleskillmakerreagentindexer/Pair.java | 2 +- .../src/tools/Pair.java | 2 +- .../MapleSkillbookStackUpdate.java | 2 +- .../src/mapleworldmapchecker/Pair.java | 2 +- .../src/dropspider/DataTool.java | 2 +- .../src/dropspider/DropEntry.java | 2 +- tools/SpiderDropFetcher/src/dropspider/Main.java | 2 +- tools/SpiderDropFetcher/src/tools/Pair.java | 2 +- 160 files changed, 205 insertions(+), 198 deletions(-) diff --git a/docs/issues.txt b/docs/issues.txt index ccff9e18d8..bfd66cbfb2 100644 --- a/docs/issues.txt +++ b/docs/issues.txt @@ -29,6 +29,7 @@ Missing features list: --------------------------- ** Others ** +- GM Events (Snowball, OX, Fitness) - Family system - MTS --------------------------- diff --git a/docs/localhost_minimum_specs.txt b/docs/localhost_minimum_specs.txt index 27a1515b39..3b48184dfc 100644 --- a/docs/localhost_minimum_specs.txt +++ b/docs/localhost_minimum_specs.txt @@ -1,5 +1,5 @@ -- Thanks MikeyJacobs for prompting out minimum specs search for pre-BB MapleStory. --- Minimum specs gathered thanks to AkatsukiLog, source: https://www.clubedohardware.com.br/forums/topic/1081421-maplestory-reinicia-meu-pc-direto-ajuda/ +-- Minimum specs gathered thanks to AkatsukiLog - src: https://www.clubedohardware.com.br/forums/topic/1081421-maplestory-reinicia-meu-pc-direto-ajuda/ MapleStory pre-BB specs: diff --git a/scripts/event/0_EXAMPLE.js b/scripts/event/0_EXAMPLE.js index b542d1a655..3fe5535d65 100644 --- a/scripts/event/0_EXAMPLE.js +++ b/scripts/event/0_EXAMPLE.js @@ -144,7 +144,7 @@ function leftParty(eim, player) { } function disbandParty(eim, player) { - // Happens when the party is disbanded by the leader. + // Happens when the party is disbanded. } function removePlayer(eim, player) { diff --git a/scripts/npc/1012103.js b/scripts/npc/1012103.js index e1bd30ddfb..aef9f6426b 100644 --- a/scripts/npc/1012103.js +++ b/scripts/npc/1012103.js @@ -22,7 +22,7 @@ /* Natalie Henesys VIP Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/1012104.js b/scripts/npc/1012104.js index 8f075f6ac7..cb6b7eb67a 100644 --- a/scripts/npc/1012104.js +++ b/scripts/npc/1012104.js @@ -22,7 +22,7 @@ /* Brittany Henesys Random Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/1012117.js b/scripts/npc/1012117.js index 131f45b7f9..ae73bdd415 100644 --- a/scripts/npc/1012117.js +++ b/scripts/npc/1012117.js @@ -24,7 +24,7 @@ Map(s): Victoria Road : Henesys Hair Salon (100000104) Description: Random haircut - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; diff --git a/scripts/npc/1052004.js b/scripts/npc/1052004.js index 7d2848bf59..3f6c61e911 100644 --- a/scripts/npc/1052004.js +++ b/scripts/npc/1052004.js @@ -22,7 +22,7 @@ /* Denma the Owner Henesys VIP Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/1052005.js b/scripts/npc/1052005.js index 2e7bd8e5b3..3192dde566 100644 --- a/scripts/npc/1052005.js +++ b/scripts/npc/1052005.js @@ -22,7 +22,7 @@ /* Dr. Feeble Henesys Random Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/1052100.js b/scripts/npc/1052100.js index 5be126551f..826885bc6d 100644 --- a/scripts/npc/1052100.js +++ b/scripts/npc/1052100.js @@ -22,7 +22,7 @@ /* Don Giovanni Kerning VIP Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/1052101.js b/scripts/npc/1052101.js index 53b5e393ba..2f57bbb2d8 100644 --- a/scripts/npc/1052101.js +++ b/scripts/npc/1052101.js @@ -22,7 +22,7 @@ /* Andre Kerning Random Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/1090000.js b/scripts/npc/1090000.js index 480692d19e..28a86324f4 100644 --- a/scripts/npc/1090000.js +++ b/scripts/npc/1090000.js @@ -36,7 +36,7 @@ jobType = 5; var advQuest = 0; function start() { if (cm.isQuestStarted(6330)) { - if (cm.getEventInstance() != null) { // missing script for skill test found thanks to Lost™ + if (cm.getEventInstance() != null) { // missing script for skill test found thanks to Jade™ advQuest = 5; // string visibility thanks to iPunchEm & Glvelturall cm.sendNext("Not bad at all. Let's discuss this outside!"); cm.setQuestProgress(6330, 0, 1); diff --git a/scripts/npc/1092019.js b/scripts/npc/1092019.js index e80b1b24c2..41b6ad999b 100644 --- a/scripts/npc/1092019.js +++ b/scripts/npc/1092019.js @@ -59,7 +59,7 @@ function action(mode, type, selection) { else status--; - if (status == 0) { // missing script for skill test found thanks to Lost™ + if (status == 0) { // missing script for skill test found thanks to Jade™ if (!cm.isQuestStarted(6400)) { cm.sendOk("Who are you talking to me? If you're just bored, go bother somebody else."); cm.dispose(); diff --git a/scripts/npc/1102003.js b/scripts/npc/1102003.js index 0433223b51..9436dbb648 100644 --- a/scripts/npc/1102003.js +++ b/scripts/npc/1102003.js @@ -20,7 +20,9 @@ along with this program. If not, see . */ /* - * @author BubblesDev, Rich for text, Ronan for PNPCs + * @author BubblesDev + * @author Rich - text + * @author Ronan - PNPCs */ var status = 0; diff --git a/scripts/npc/1200000.js b/scripts/npc/1200000.js index bfc2da41ad..5d3c5aead7 100644 --- a/scripts/npc/1200000.js +++ b/scripts/npc/1200000.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /* =========================================================== - Resonance + @author Resonance NPC Name: Pusla Map(s): Snow Island: Rien (140000000) Description: Open Storage diff --git a/scripts/npc/2010001.js b/scripts/npc/2010001.js index 3d10243e83..a1d0b976d9 100644 --- a/scripts/npc/2010001.js +++ b/scripts/npc/2010001.js @@ -22,7 +22,7 @@ /* Mino the Owner Orbis VIP Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2010002.js b/scripts/npc/2010002.js index c9dd0e5136..f785255bed 100644 --- a/scripts/npc/2010002.js +++ b/scripts/npc/2010002.js @@ -22,7 +22,7 @@ /* Franz the Owner Orbis VIP Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2012007.js b/scripts/npc/2012007.js index 27542016c6..b73c2fdcb9 100644 --- a/scripts/npc/2012007.js +++ b/scripts/npc/2012007.js @@ -22,7 +22,7 @@ /* Rinz the assistant Orbis Random Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2012009.js b/scripts/npc/2012009.js index 6d426fd260..e45f7c289b 100644 --- a/scripts/npc/2012009.js +++ b/scripts/npc/2012009.js @@ -22,7 +22,7 @@ /* Riza the Assistant Orbis Random Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2012014.js b/scripts/npc/2012014.js index 24d434b755..ac7689a247 100644 --- a/scripts/npc/2012014.js +++ b/scripts/npc/2012014.js @@ -25,7 +25,7 @@ -- By --------------------------------------------------------------------------------------------- Unknown -- Version Info ----------------------------------------------------------------------------------- - 1.2 - Now Official method (action(x,0,0) is weak) by Moogra. + 1.2 - Now Official method (action(x,0,0) is weak) by Moogra 1.1 - Official Text and Method [Information] 1.0 - First Version by Unknown --------------------------------------------------------------------------------------------------- diff --git a/scripts/npc/2040014.js b/scripts/npc/2040014.js index 461faa2ac4..444cecfbac 100644 --- a/scripts/npc/2040014.js +++ b/scripts/npc/2040014.js @@ -19,7 +19,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . - Author: Ronan Lana + Author: Ronan Lana (RonanLana) */ /* Chico Lidibrium : Ludibrium Village (2040014) diff --git a/scripts/npc/2040019.js b/scripts/npc/2040019.js index 7ecf6af85f..22c93c090e 100644 --- a/scripts/npc/2040019.js +++ b/scripts/npc/2040019.js @@ -22,7 +22,7 @@ /* Everton Ludibrium Random Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2041007.js b/scripts/npc/2041007.js index 0cc2197a5d..59a102cd00 100644 --- a/scripts/npc/2041007.js +++ b/scripts/npc/2041007.js @@ -22,7 +22,7 @@ /* Miyu Ludibrium VIP Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2041009.js b/scripts/npc/2041009.js index af2cd7d995..27a6284229 100644 --- a/scripts/npc/2041009.js +++ b/scripts/npc/2041009.js @@ -22,7 +22,7 @@ /* Mini Ludibrium Random Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2041010.js b/scripts/npc/2041010.js index adff60bdc9..3e54e6bd5e 100644 --- a/scripts/npc/2041010.js +++ b/scripts/npc/2041010.js @@ -22,7 +22,7 @@ /* Ellie Ludibrium VIP Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2041025.js b/scripts/npc/2041025.js index f34423d9da..302df98bca 100644 --- a/scripts/npc/2041025.js +++ b/scripts/npc/2041025.js @@ -19,7 +19,9 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -//By Moogra +/* + * @Author: Moogra + */ function start() { cm.sendYesNo("Beep... beep... you can make your escape to a safer place through me. Beep... beep... would you like to leave this place?"); diff --git a/scripts/npc/2090100.js b/scripts/npc/2090100.js index 60609facb3..39b418b198 100644 --- a/scripts/npc/2090100.js +++ b/scripts/npc/2090100.js @@ -22,7 +22,7 @@ /* Grandpa Luo Mu Lung VIP Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2090101.js b/scripts/npc/2090101.js index 92066c7c3e..be21e4f978 100644 --- a/scripts/npc/2090101.js +++ b/scripts/npc/2090101.js @@ -22,7 +22,7 @@ /* Lilishu Mu Lung Random Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2090103.js b/scripts/npc/2090103.js index e825cd6040..ac10c6558b 100644 --- a/scripts/npc/2090103.js +++ b/scripts/npc/2090103.js @@ -22,7 +22,7 @@ /* Pata Mu Lung Random/VIP Eye Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2090104.js b/scripts/npc/2090104.js index 755f0d8d52..08826c183a 100644 --- a/scripts/npc/2090104.js +++ b/scripts/npc/2090104.js @@ -22,7 +22,7 @@ /* Noma Mu Lung Random/VIP Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/2100005.js b/scripts/npc/2100005.js index 015b847652..92c189d298 100644 --- a/scripts/npc/2100005.js +++ b/scripts/npc/2100005.js @@ -3,7 +3,7 @@ Map(s): The Burning Road: Ariant(2600000000) Description: Assistant Hairdresser - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; diff --git a/scripts/npc/2100006.js b/scripts/npc/2100006.js index 5da564f95d..d08c7d0430 100644 --- a/scripts/npc/2100006.js +++ b/scripts/npc/2100006.js @@ -3,7 +3,7 @@ Map(s): The Burning Road: Ariant(2600000000) Description: Hair Salon Owner - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; diff --git a/scripts/npc/2100008.js b/scripts/npc/2100008.js index 9fac81c781..d1ae52e721 100644 --- a/scripts/npc/2100008.js +++ b/scripts/npc/2100008.js @@ -3,7 +3,7 @@ Map(s): The Burning Road: Ariant(2600000000) Description: Ariant Plastic Surgery - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; diff --git a/scripts/npc/2100009.js b/scripts/npc/2100009.js index 181a396c8b..c269e1616e 100644 --- a/scripts/npc/2100009.js +++ b/scripts/npc/2100009.js @@ -3,7 +3,7 @@ Map(s): The Burning Road: Ariant(2600000000) Description: Ariant Plastic Surgery - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; diff --git a/scripts/npc/2111003.js b/scripts/npc/2111003.js index 948460a2b3..09346b348a 100644 --- a/scripts/npc/2111003.js +++ b/scripts/npc/2111003.js @@ -25,9 +25,9 @@ -- By --------------------------------------------------------------------------------------------- Maple4U -- Version Info ----------------------------------------------------------------------------------- - 1.2 - With quest feature by Ronan + 1.2 - With quest feature added by Ronan 1.1 - Shortened 3x by Moogra - 1.0 - First Version by Maple4U + 1.0 - First Version by Maple4U --------------------------------------------------------------------------------------------------- */ diff --git a/scripts/npc/9120100.js b/scripts/npc/9120100.js index 5533c582e1..8bc681d7eb 100644 --- a/scripts/npc/9120100.js +++ b/scripts/npc/9120100.js @@ -22,7 +22,7 @@ /* Tepei Showa VIP Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9120101.js b/scripts/npc/9120101.js index 3a0dee60dd..6693ef7b75 100644 --- a/scripts/npc/9120101.js +++ b/scripts/npc/9120101.js @@ -22,7 +22,7 @@ /* Midori Showa Random Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9120102.js b/scripts/npc/9120102.js index e701f867ad..e0fdb4a85e 100644 --- a/scripts/npc/9120102.js +++ b/scripts/npc/9120102.js @@ -24,7 +24,7 @@ /* Hikekuro the Owner Showa VIP Face & Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9120103.js b/scripts/npc/9120103.js index b8ba082c2a..11ba8384a5 100644 --- a/scripts/npc/9120103.js +++ b/scripts/npc/9120103.js @@ -24,7 +24,7 @@ /* Saeko the Assistant Showa Random Face & Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9201013.js b/scripts/npc/9201013.js index f5ddbebf4e..8751f1d6aa 100644 --- a/scripts/npc/9201013.js +++ b/scripts/npc/9201013.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /* Victoria -by Ronan + @author Ronan */ function start() { diff --git a/scripts/npc/9201015.js b/scripts/npc/9201015.js index 3d3ade88b4..ea75f85e19 100644 --- a/scripts/npc/9201015.js +++ b/scripts/npc/9201015.js @@ -22,7 +22,7 @@ /* Julius Styleman Amoria VIP Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9201016.js b/scripts/npc/9201016.js index 1e05472a60..5c8a526cc6 100644 --- a/scripts/npc/9201016.js +++ b/scripts/npc/9201016.js @@ -22,7 +22,7 @@ /* Salon Seamus Amoria Random Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9201018.js b/scripts/npc/9201018.js index 6296173151..e9e0157c35 100644 --- a/scripts/npc/9201018.js +++ b/scripts/npc/9201018.js @@ -22,7 +22,7 @@ /* Dr. 90212 Amoria VIP Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9201019.js b/scripts/npc/9201019.js index 4db4bb3c64..1a2a8bc6d7 100644 --- a/scripts/npc/9201019.js +++ b/scripts/npc/9201019.js @@ -22,7 +22,7 @@ /* Intern Shakihands Amoria Random Eye Change - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9201039.js b/scripts/npc/9201039.js index 203cc8de61..19f7387a10 100644 --- a/scripts/npc/9201039.js +++ b/scripts/npc/9201039.js @@ -23,7 +23,7 @@ /* Claudia Amoria Quest Hair Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; diff --git a/scripts/npc/9201063.js b/scripts/npc/9201063.js index d59b5c2cc8..f1b88d9f22 100644 --- a/scripts/npc/9201063.js +++ b/scripts/npc/9201063.js @@ -22,7 +22,7 @@ /* Ari NLC Random Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9201064.js b/scripts/npc/9201064.js index 7625f74fe1..0304261797 100644 --- a/scripts/npc/9201064.js +++ b/scripts/npc/9201064.js @@ -22,7 +22,7 @@ /* Mani NLC VIP Hair/Hair Color Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9201069.js b/scripts/npc/9201069.js index edb97c8e75..c39fd66091 100644 --- a/scripts/npc/9201069.js +++ b/scripts/npc/9201069.js @@ -22,7 +22,7 @@ /* V. Isage NLC VIP Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9201070.js b/scripts/npc/9201070.js index 70f03ecdf9..a5c5393389 100644 --- a/scripts/npc/9201070.js +++ b/scripts/npc/9201070.js @@ -22,7 +22,7 @@ /* Nerbit NLC Random Eye Change. - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9201123.js b/scripts/npc/9201123.js index aa645916cc..66c91073c3 100644 --- a/scripts/npc/9201123.js +++ b/scripts/npc/9201123.js @@ -22,8 +22,8 @@ |- Warps you to 102000003 (Warriors' Sanctuary) Version - |- 1.0 by Jayd - |- 1.1 by Ronan (check job requirements) + |- 1.0 First Version by Jayd + |- 1.1 Edited by Ronan - check job requirements */ var status; diff --git a/scripts/npc/9201124.js b/scripts/npc/9201124.js index bf287043db..8ae109da76 100644 --- a/scripts/npc/9201124.js +++ b/scripts/npc/9201124.js @@ -22,8 +22,8 @@ |- Warps you to 100000201 (Bowman School) Version - |- 1.0 by Jayd - |- 1.1 by Ronan (check job requirements) + |- 1.0 First Version by Jayd + |- 1.1 Edited by Ronan - check job requirements */ var status; diff --git a/scripts/npc/9201125.js b/scripts/npc/9201125.js index 4b46ded9ab..cb05b35630 100644 --- a/scripts/npc/9201125.js +++ b/scripts/npc/9201125.js @@ -22,8 +22,8 @@ |- Warps you to 101000003 (Library) Version - |- 1.0 by Jayd - |- 1.1 by Ronan (check job requirements) + |- 1.0 First Version by Jayd + |- 1.1 Edited by Ronan - check job requirements */ var status; diff --git a/scripts/npc/9201126.js b/scripts/npc/9201126.js index 03e55ec555..af34c2e37f 100644 --- a/scripts/npc/9201126.js +++ b/scripts/npc/9201126.js @@ -22,8 +22,8 @@ |- Warps you to 102000003 (Thieves Hideout) Version - |- 1.0 by Jayd - |- 1.1 by Ronan (check job requirements) + |- 1.0 First Version by Jayd + |- 1.1 Edited by Ronan - check job requirements */ var status; diff --git a/scripts/npc/9201127.js b/scripts/npc/9201127.js index 6c7c9851f1..70641a08a4 100644 --- a/scripts/npc/9201127.js +++ b/scripts/npc/9201127.js @@ -22,8 +22,8 @@ |- Warps you to 120000101 (Navigation Room) Version - |- 1.0 by Jayd - |- 1.1 by Ronan (check job requirements) + |- 1.0 First Version by Jayd + |- 1.1 Edited by Ronan - check job requirements */ var status; diff --git a/scripts/npc/9220004.js b/scripts/npc/9220004.js index 0cd1a06e83..e64f5c5e06 100644 --- a/scripts/npc/9220004.js +++ b/scripts/npc/9220004.js @@ -1,6 +1,6 @@ /** Happy - Happy ville -By Ronan +@author Ronan **/ var status = -1; function start() { diff --git a/scripts/npc/9220005.js b/scripts/npc/9220005.js index 4dcc66d67c..261d5f85cb 100644 --- a/scripts/npc/9220005.js +++ b/scripts/npc/9220005.js @@ -1,6 +1,6 @@ /** Roodolph - Happy ville -By fantier123 +@author fantier123 **/ var status; function start() { diff --git a/scripts/npc/9220005_old.js b/scripts/npc/9220005_old.js index 1419b7b6ed..b67e6cc19d 100644 --- a/scripts/npc/9220005_old.js +++ b/scripts/npc/9220005_old.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /* Roudolph Happyville Warp NPC - By Moogra + @author Moogra */ function start() { diff --git a/scripts/npc/9270023.js b/scripts/npc/9270023.js index 656c7c151a..1ee68efdd0 100644 --- a/scripts/npc/9270023.js +++ b/scripts/npc/9270023.js @@ -24,7 +24,7 @@ @Author AAron (aaroncsn), Cody Side note by aaron [If there is something wrong PM me on fMS] - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9270024.js b/scripts/npc/9270024.js index b194e24c8e..60e3401dfe 100644 --- a/scripts/npc/9270024.js +++ b/scripts/npc/9270024.js @@ -23,7 +23,7 @@ SingaPore VIP Face changer @Author AAron (aaroncsn), Cody - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9270025.js b/scripts/npc/9270025.js index 84ef57df63..fe61dfe657 100644 --- a/scripts/npc/9270025.js +++ b/scripts/npc/9270025.js @@ -21,7 +21,7 @@ */ /* Xan Lian Hua Hua Skin Care - by Moogra + @author Moogra */ var skin = Array(0, 1, 2, 3, 4); var status; diff --git a/scripts/npc/9270036.js b/scripts/npc/9270036.js index b4df39879f..dd5b5b8a05 100644 --- a/scripts/npc/9270036.js +++ b/scripts/npc/9270036.js @@ -23,7 +23,7 @@ Singapore VIP Hair/Color Changer @Author AAron, Cody (FlowsionMS) Forums - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9270037.js b/scripts/npc/9270037.js index 14d5f07e0e..7ab584bfba 100644 --- a/scripts/npc/9270037.js +++ b/scripts/npc/9270037.js @@ -24,7 +24,7 @@ @Author Cody (FlowsionMS) @Author AAron (FlowsionMS) - GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove + GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove */ var status = 0; var beauty = 0; diff --git a/scripts/npc/9270038.js b/scripts/npc/9270038.js index ba4855a2f7..dd521701f5 100644 --- a/scripts/npc/9270038.js +++ b/scripts/npc/9270038.js @@ -25,7 +25,7 @@ -- By --------------------------------------------------------------------------------------------- Whoever written this script -- Version Info ----------------------------------------------------------------------------------- - 1.0 - First Version by whoever written this script + 1.0 - First Version by Whoever written this script 2.0 - Second Version by Jayd --------------------------------------------------------------------------------------------------- **/ diff --git a/scripts/npc/9270041.js b/scripts/npc/9270041.js index 22d62468ef..2960b65e51 100644 --- a/scripts/npc/9270041.js +++ b/scripts/npc/9270041.js @@ -25,7 +25,7 @@ -- By --------------------------------------------------------------------------------------------- Whoever written this script -- Version Info ----------------------------------------------------------------------------------- - 1.0 - First Version by whoever written this script + 1.0 - First Version by Whoever written this script 2.0 - Second Version by Jayd --------------------------------------------------------------------------------------------------- **/ diff --git a/scripts/portal/enterSecondDH.js b/scripts/portal/enterSecondDH.js index 0162849e17..324067b5a4 100644 --- a/scripts/portal/enterSecondDH.js +++ b/scripts/portal/enterSecondDH.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author BubblesDev v83 (Moogra) + * @author Moogra (BubblesDev) * @purpose Warps to the second drill hall */ function enter(pi) { diff --git a/scripts/portal/enter_nautil.js b/scripts/portal/enter_nautil.js index 9297edcaab..5b85b8ce4f 100644 --- a/scripts/portal/enter_nautil.js +++ b/scripts/portal/enter_nautil.js @@ -21,7 +21,7 @@ */ /* Nautilus Port portal -By xV1ral +@author xV1ral */ function enter(pi) { pi.playPortalSound(); pi.warp(120010000, "nt01"); diff --git a/scripts/portal/metalgate_open.js b/scripts/portal/metalgate_open.js index e5ee4505e7..4b39d221f6 100644 --- a/scripts/portal/metalgate_open.js +++ b/scripts/portal/metalgate_open.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /* -Stage 2: Door guarded by Dark Muscle Golems - Guild Quest +Stage 2: Door guard by Dark Muscle Golems - Guild Quest @Author Lerk */ diff --git a/scripts/portal/s4berserk.js b/scripts/portal/s4berserk.js index e0a4e1e052..4f23a76e31 100644 --- a/scripts/portal/s4berserk.js +++ b/scripts/portal/s4berserk.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author BubblesDev v83 (Moogra) + * @author Moogra (BubblesDev) * @purpose Warps to the Junior Balrog map for the Rush Skill. */ function enter(pi) { diff --git a/scripts/portal/s4firehawk.js b/scripts/portal/s4firehawk.js index a85760b298..5ff01d8411 100644 --- a/scripts/portal/s4firehawk.js +++ b/scripts/portal/s4firehawk.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author BubblesDev v83 (Moogra) + * @author Moogra (BubblesDev) * @purpose Warps to the Junior Balrog map for the Rush Skill. */ function enter(pi) { diff --git a/scripts/portal/s4hitman.js b/scripts/portal/s4hitman.js index 5bdda666d1..9f157300c8 100644 --- a/scripts/portal/s4hitman.js +++ b/scripts/portal/s4hitman.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author BubblesDev v83 (Moogra) + * @author Moogra (BubblesDev) * @purpose Warps to the Relic map for the Assassinate Skill. */ function enter(pi) { diff --git a/scripts/portal/s4iceeagle.js b/scripts/portal/s4iceeagle.js index 200fca8a92..f8e3a2a273 100644 --- a/scripts/portal/s4iceeagle.js +++ b/scripts/portal/s4iceeagle.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author BubblesDev v83 (Moogra) + * @author Moogra (BubblesDev) * @purpose Warps to the Junior Balrog map for the Rush Skill. */ function enter(pi) { diff --git a/scripts/portal/s4nest.js b/scripts/portal/s4nest.js index 2b1e45669a..a49c06e20e 100644 --- a/scripts/portal/s4nest.js +++ b/scripts/portal/s4nest.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author BubblesDev v83 (Moogra) + * @author Moogra (BubblesDev) * @purpose Warps to the Junior Balrog map for the Rush Skill. */ function enter(pi) { diff --git a/scripts/portal/s4resur_enter.js b/scripts/portal/s4resur_enter.js index ca277bc7e5..a54e3a0390 100644 --- a/scripts/portal/s4resur_enter.js +++ b/scripts/portal/s4resur_enter.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author BubblesDev v83 (Moogra) + * @author Moogra (BubblesDev) * @purpose Warps to the Junior Balrog map for the Rush Skill. */ function enter(pi) { diff --git a/scripts/portal/s4resur_out.js b/scripts/portal/s4resur_out.js index bce72e994d..504dae4c0e 100644 --- a/scripts/portal/s4resur_out.js +++ b/scripts/portal/s4resur_out.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author DiscoveryMS (Twdtwd) + * @author Twdtwd (DiscoveryMS) * @purpose Warps to the Forgotten Passage and gives you the needed item for the resurrection. */ function enter(pi) { diff --git a/scripts/portal/s4resurrection.js b/scripts/portal/s4resurrection.js index 1991066fcb..a1d6976725 100644 --- a/scripts/portal/s4resurrection.js +++ b/scripts/portal/s4resurrection.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author DiscoveryMS (Twdtwd), Ronan + * @author Twdtwd (DiscoveryMS), Ronan * @purpose Warps to the Cold Cave for Resurection. */ function enter(pi) { diff --git a/scripts/portal/s4rush.js b/scripts/portal/s4rush.js index 023009a303..f286430ab1 100644 --- a/scripts/portal/s4rush.js +++ b/scripts/portal/s4rush.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author BubblesDev v83 (Moogra) + * @author Moogra (BubblesDev) * @purpose Warps to the Junior Balrog map for the Rush Skill. */ function enter(pi) { diff --git a/scripts/portal/s4tornado_enter.js b/scripts/portal/s4tornado_enter.js index 5767ec5cf5..e6219dbeee 100644 --- a/scripts/portal/s4tornado_enter.js +++ b/scripts/portal/s4tornado_enter.js @@ -20,7 +20,7 @@ along with this program. If not, see . */ /** - * @author BubblesDev v83 (Moogra) + * @author Moogra (BubblesDev) * @purpose Warps to the Junior Balrog map for the Rush Skill. */ function enter(pi) { diff --git a/scripts/quest/1021.js b/scripts/quest/1021.js index 143f404c80..ba16526af5 100644 --- a/scripts/quest/1021.js +++ b/scripts/quest/1021.js @@ -19,7 +19,9 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -/* Author: Xterminator +/* Author: Xterminator + * Edited by XxOsirisxX + NPC Name: Roger Map(s): Maple Road : Lower level of the Training Camp (2) Description: Quest - Roger's Apple diff --git a/scripts/quest/20408.js b/scripts/quest/20408.js index feb72988a7..b95efc5805 100644 --- a/scripts/quest/20408.js +++ b/scripts/quest/20408.js @@ -20,7 +20,7 @@ var status = -1; -function start(mode, type, selection) { // missing script for questid found thanks to Lost™ +function start(mode, type, selection) { // missing script for questid found thanks to Jade™ if (mode == -1) { qm.dispose(); } else { diff --git a/scripts/quest/2186.js b/scripts/quest/2186.js index 5361dd9c9e..eaaa986720 100644 --- a/scripts/quest/2186.js +++ b/scripts/quest/2186.js @@ -1,5 +1,5 @@ /* - Author: BubblesDev 0.75 + Author: BubblesDev Quest: Abel Glasses Quest */ diff --git a/scripts/quest/2300.js b/scripts/quest/2300.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2300.js +++ b/scripts/quest/2300.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2301.js b/scripts/quest/2301.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2301.js +++ b/scripts/quest/2301.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2302.js b/scripts/quest/2302.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2302.js +++ b/scripts/quest/2302.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2303.js b/scripts/quest/2303.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2303.js +++ b/scripts/quest/2303.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2304.js b/scripts/quest/2304.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2304.js +++ b/scripts/quest/2304.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2305.js b/scripts/quest/2305.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2305.js +++ b/scripts/quest/2305.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2306.js b/scripts/quest/2306.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2306.js +++ b/scripts/quest/2306.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2307.js b/scripts/quest/2307.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2307.js +++ b/scripts/quest/2307.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2308.js b/scripts/quest/2308.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2308.js +++ b/scripts/quest/2308.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2309.js b/scripts/quest/2309.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2309.js +++ b/scripts/quest/2309.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2310.js b/scripts/quest/2310.js index 9efd61d7f4..01ea091c20 100644 --- a/scripts/quest/2310.js +++ b/scripts/quest/2310.js @@ -1,10 +1,10 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Maple Administrator Description: Quest - Kingdom of Mushroom in Danger ============================================================= Version 1.0 - Script Done.(17/7/2010) -Version 2.0 - Script Reworked by Ronan.(16/11/2018) +Version 2.0 - Script Reworked by Ronan - (16/11/2018) ============================================================= */ diff --git a/scripts/quest/2312.js b/scripts/quest/2312.js index 3b667a8d61..12de61c803 100644 --- a/scripts/quest/2312.js +++ b/scripts/quest/2312.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Head Patrol Officer Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - The Test diff --git a/scripts/quest/2313.js b/scripts/quest/2313.js index 40b9d04010..8beac840f9 100644 --- a/scripts/quest/2313.js +++ b/scripts/quest/2313.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Head Patrol Officer Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - The Story Behind the Case diff --git a/scripts/quest/2314.js b/scripts/quest/2314.js index cfa542d54f..d2550dc558 100644 --- a/scripts/quest/2314.js +++ b/scripts/quest/2314.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Minister of Home Affairs Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - Exploring Mushroom Forest(1) diff --git a/scripts/quest/2315.js b/scripts/quest/2315.js index e345ab6e2a..d48aa09cb7 100644 --- a/scripts/quest/2315.js +++ b/scripts/quest/2315.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Minister of Home Affairs Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - Exploring Mushroom Forest(2) diff --git a/scripts/quest/2316.js b/scripts/quest/2316.js index 3b15ff46e8..32c5b0df3a 100644 --- a/scripts/quest/2316.js +++ b/scripts/quest/2316.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Minister of Magic Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - Exploring Mushroom Forest(3) diff --git a/scripts/quest/2317.js b/scripts/quest/2317.js index 359cd2b951..562f06d61e 100644 --- a/scripts/quest/2317.js +++ b/scripts/quest/2317.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Scarrs Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - Killer Mushroom Spores(1) diff --git a/scripts/quest/2318.js b/scripts/quest/2318.js index 3babb9a864..be099faaed 100644 --- a/scripts/quest/2318.js +++ b/scripts/quest/2318.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Scarrs Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - Killer Mushroom Spores(2) diff --git a/scripts/quest/2319.js b/scripts/quest/2319.js index 8f5e650664..28fa533c72 100644 --- a/scripts/quest/2319.js +++ b/scripts/quest/2319.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Scarrs Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - Killer Mushroom Spores(3) diff --git a/scripts/quest/2320.js b/scripts/quest/2320.js index cf5e5d389f..87a5a68780 100644 --- a/scripts/quest/2320.js +++ b/scripts/quest/2320.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Scarrs Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - A Friendship with Bruce diff --git a/scripts/quest/2321.js b/scripts/quest/2321.js index 8b54b52f23..61a14f5a5c 100644 --- a/scripts/quest/2321.js +++ b/scripts/quest/2321.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Minister of Magic Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - Over the Castle Wall (1) diff --git a/scripts/quest/2322.js b/scripts/quest/2322.js index fd114c25d1..55bb3aad54 100644 --- a/scripts/quest/2322.js +++ b/scripts/quest/2322.js @@ -1,5 +1,5 @@ /* =========================================================== - Resonance + @author Resonance NPC Name: Minister of Home Affairs Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Description: Quest - Over the Castle Wall (2) diff --git a/src/client/command/commands/gm1/GotoCommand.java b/src/client/command/commands/gm1/GotoCommand.java index 7e9e5a9d22..95f2b66aa1 100644 --- a/src/client/command/commands/gm1/GotoCommand.java +++ b/src/client/command/commands/gm1/GotoCommand.java @@ -103,7 +103,7 @@ public class GotoCommand extends Command { HashMap gotomaps; if (player.isGM()) { gotomaps = new HashMap<>(GameConstants.GOTO_AREAS); // distinct map registry for GM/users suggested thanks to Vcoc - gotomaps.putAll(GameConstants.GOTO_TOWNS); // thanks Halcyon for pointing out duplicates on listed entries functionality + gotomaps.putAll(GameConstants.GOTO_TOWNS); // thanks Halcyon (UltimateMors) for pointing out duplicates on listed entries functionality } else { gotomaps = new HashMap<>(GameConstants.GOTO_TOWNS); } diff --git a/src/client/command/commands/gm2/GachaListCommand.java b/src/client/command/commands/gm2/GachaListCommand.java index 1ffff8fcb5..943aca88ea 100644 --- a/src/client/command/commands/gm2/GachaListCommand.java +++ b/src/client/command/commands/gm2/GachaListCommand.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server, commands OdinMS-based - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/client/processor/MakerProcessor.java b/src/client/processor/MakerProcessor.java index 4ba38bdaef..88f2694482 100644 --- a/src/client/processor/MakerProcessor.java +++ b/src/client/processor/MakerProcessor.java @@ -247,7 +247,7 @@ public class MakerProcessor { reagentids.remove(i); } - // only quantity 1 of each gem will be accepted by the Maker skill + // the Maker skill will only quantity 1 of each gem for(Integer i : reagentids.keySet()) { reagentids.put(i, (short) 1); } diff --git a/src/constants/GameConstants.java b/src/constants/GameConstants.java index b7e64813d4..5575e2169c 100644 --- a/src/constants/GameConstants.java +++ b/src/constants/GameConstants.java @@ -50,7 +50,7 @@ public class GameConstants { return(EXP_RATE_GAIN[slot]); } - // used by the "goto" command for players + // "goto" command for players public static final HashMap GOTO_TOWNS = new HashMap() {{ put("southperry", 60000); put("amherst", 1000000); @@ -90,7 +90,7 @@ public class GameConstants { put("mushking", 106020000); }}; - // used by the "goto" command for only-GMs + // "goto" command for only-GMs public static final HashMap GOTO_AREAS = new HashMap() {{ put("gmmap", 180000000); put("excavation", 990000000); diff --git a/src/constants/LanguageConstants.java b/src/constants/LanguageConstants.java index 45ab0fe9a2..152fd78509 100644 --- a/src/constants/LanguageConstants.java +++ b/src/constants/LanguageConstants.java @@ -4,7 +4,7 @@ import client.MapleCharacter; /** * - * @author Drago - Dragohe4rt + * @author Drago (Dragohe4rt) */ public class LanguageConstants { diff --git a/src/constants/ScriptableNPCConstants.java b/src/constants/ScriptableNPCConstants.java index d5eb2e4eca..cfddd8563b 100644 --- a/src/constants/ScriptableNPCConstants.java +++ b/src/constants/ScriptableNPCConstants.java @@ -5,8 +5,8 @@ package constants; * @author GabrielSin * @date 16/09/2018 * - * Adaptations to use Pair and Set, in order to suit a one-packet marshall, - * by Ronan + * Adaptations to use Pair and Set, in order to suit a one-packet marshall. + * Adapted by Ronan */ import java.util.HashSet; diff --git a/src/constants/ServerConstants.java b/src/constants/ServerConstants.java index a64db14a65..8147fa1ffe 100644 --- a/src/constants/ServerConstants.java +++ b/src/constants/ServerConstants.java @@ -71,7 +71,7 @@ public class ServerConstants { public static final boolean USE_MTS = false; public static final boolean USE_CPQ = true; //Renders the CPQ available or not. public static final boolean USE_AUTOHIDE_GM = false; //When enabled, GMs are automatically hidden when joining. Thanks to Steven Deblois (steven1152). - public static final boolean USE_BUYBACK_SYSTEM = true; //Enables the HeavenMS-builtin buyback system, to be used by dead players when clicking the MTS button. + public static final boolean USE_BUYBACK_SYSTEM = true; //Enables the HeavenMS-builtin buyback system, dead players can use it by clicking the MTS button. public static final boolean USE_FIXED_RATIO_HPMP_UPDATE = true; //Enables the HeavenMS-builtin HPMP update based on the current pool to max pool ratio. public static final boolean USE_FAMILY_SYSTEM = false; public static final boolean USE_DUEY = true; @@ -93,7 +93,7 @@ public class ServerConstants { public static final boolean USE_ENFORCE_MOB_LEVEL_RANGE = true; //Players N levels below the killed mob will gain no experience from defeating it. public static final boolean USE_ENFORCE_JOB_LEVEL_RANGE = false;//Caps the player level on the minimum required to advance their current jobs. public static final boolean USE_ENFORCE_JOB_SP_RANGE = false; //Caps the player SP level on the total obtainable by their current jobs. After changing jobs, missing SP will be retrieved. - public static final boolean USE_ENFORCE_ITEM_SUGGESTION = false;//Forces the Owl of Minerva and the Cash Shop to always display the defined item array instead of those featured by the players. + public static final boolean USE_ENFORCE_ITEM_SUGGESTION = false;//Forces the Owl of Minerva and the Cash Shop to always display the defined item array instead of those featured from players. public static final boolean USE_ENFORCE_UNMERCHABLE_CASH = false;//Forces players to not sell CASH items via merchants. public static final boolean USE_ENFORCE_UNMERCHABLE_PET = false; //Forces players to not sell pets via merchants. (since non-named pets gets dirty name and other possible DB-related issues) public static final boolean USE_ENFORCE_MERCHANT_SAVE = true; //Forces automatic DB save on merchant owners, at every item movement on shop. @@ -130,7 +130,7 @@ public class ServerConstants { //Maker Configuration public static final boolean USE_MAKER_PERMISSIVE_ATKUP = true; //Allows players to use attack-based strengthening gems on non-weapon items. - public static final boolean USE_MAKER_FEE_HEURISTICS = true; //Apply compiled values for stimulants and reagents into the Maker fee calculations (max error revolves around 50k mesos). Set false to use basic constant values instead (results are never higher than requested by the client-side). + public static final boolean USE_MAKER_FEE_HEURISTICS = true; //Apply compiled values for stimulants and reagents into the Maker fee calculations (max error revolves around 50k mesos). Set false to use basic constant values instead (results are never higher than the client-side requests). //Custom Configuration public static final boolean USE_ENABLE_CUSTOM_NPC_SCRIPT = true;//Enables usage of custom HeavenMS NPC scripts (Agent E, Coco, etc). Will not disable Abdula (it's actually useful for the gameplay), quests or NPC shops. @@ -138,7 +138,7 @@ public class ServerConstants { //Commands Configuration public static final boolean BLOCK_GENERATE_CASH_ITEM = false; //Prevents creation of cash items with the item/drop command. - public static final boolean USE_WHOLE_SERVER_RANKING = false; //Enables a ranking pool made from every character registered on the server for the "ranks" command, instead of separated by worlds. + public static final boolean USE_WHOLE_SERVER_RANKING = false; //Enables a ranking pool made from every character registered on the server for the "ranks" command, instead of split by worlds. //Server Rates And Experience public static final int EXP_RATE = 10; //NOTE: World-specific rates within "world.ini" OVERRIDES the default rates from here. @@ -180,7 +180,7 @@ public class ServerConstants { //Map Monitor Configuration public static final int ITEM_EXPIRE_CHECK = 10 * 1000; //Interval between item expiring tasks on maps, which checks and makes disappear expired items. public static final int ITEM_LIMIT_ON_MAP = 200; //Max number of items allowed on a map. - public static final int MAP_VISITED_SIZE = 5; //Max length for last mapids visited by a player. This is used to recover and update drops on these maps accordingly with player actions. + public static final int MAP_VISITED_SIZE = 5; //Max length for last mapids a player visits. This is used to recover and update drops on these maps accordingly with player actions. public static final int MAP_DAMAGE_OVERTIME_INTERVAL = 5000;//Interval in milliseconds between map environment damage (e.g. El Nath and Aqua Road surrondings). //Channel Mob Disease Monitor Configuration @@ -218,7 +218,7 @@ public class ServerConstants { public static final boolean USE_PERFECT_PITCH = true; //For lvl 30 or above, each lvlup grants player 1 perfect pitch. //Quest Configuration - public static final boolean USE_QUEST_RATE = false; //Exp/Meso gained by quests uses fixed server exp/meso rate times quest rate as multiplier, instead of player rates. + public static final boolean USE_QUEST_RATE = false; //Exp/Meso gain by quests uses fixed server exp/meso rate times quest rate as multiplier, instead of player rates. //Quest Points Configuration public static final int QUEST_POINT_REPEATABLE_INTERVAL = 24;//Minimum interval between repeatable quest completions for quest points to be awarded. @@ -259,7 +259,7 @@ public class ServerConstants { //Pet Auto-Pot Configuration public static final boolean USE_COMPULSORY_AUTOPOT = true; //Pets will consume as many potions as needed to fulfill the AUTOHP/MP ratio threshold. - public static final boolean USE_EQUIPS_ON_AUTOPOT = true; //Player MaxHP and MaxMP check values on autopot handler will be updated by the HP/MP bonuses on equipped items. + public static final boolean USE_EQUIPS_ON_AUTOPOT = true; //Player MaxHP and MaxMP check values on autopot handler will change according to HP/MP bonuses on equipped items. public static final double PET_AUTOHP_RATIO = 0.99; //Will automatically consume potions until given ratio of the MaxHP/MaxMP is reached. public static final double PET_AUTOMP_RATIO = 0.99; @@ -269,7 +269,7 @@ public class ServerConstants { //Pet Hunger Configuration public static final boolean PETS_NEVER_HUNGRY = false; //If true, pets and mounts will never grow hungry. - public static final boolean GM_PETS_NEVER_HUNGRY = true; //If true, pets and mounts owned by GMs will never grow hungry. + public static final boolean GM_PETS_NEVER_HUNGRY = true; //If true, pets and mounts own by GMs will never grow hungry. //Event Configuration public static final int EVENT_MAX_GUILD_QUEUE = 10; //Max number of guilds in queue for GPQ. diff --git a/src/net/server/channel/handlers/AdminCommandHandler.java b/src/net/server/channel/handlers/AdminCommandHandler.java index 8e440a44a4..03a2f44c4d 100644 --- a/src/net/server/channel/handlers/AdminCommandHandler.java +++ b/src/net/server/channel/handlers/AdminCommandHandler.java @@ -102,7 +102,7 @@ public final class AdminCommandHandler extends AbstractMaplePacketHandler { c.announce(MaplePacketCreator.getGMEffect(6, (byte) 1)); } break; - case 0x10: // /h, information by vana (and tele mode f1) ... hide ofcourse + case 0x10: // /h, information added by vana ... hide ofcourse c.getPlayer().Hide(slea.readByte() == 1); break; case 0x11: // Entering a map diff --git a/src/net/server/channel/handlers/BBSOperationHandler.java b/src/net/server/channel/handlers/BBSOperationHandler.java index 38310e4aa3..153ec2423c 100644 --- a/src/net/server/channel/handlers/BBSOperationHandler.java +++ b/src/net/server/channel/handlers/BBSOperationHandler.java @@ -76,7 +76,7 @@ public final class BBSOperationHandler extends AbstractMaplePacketHandler { int start = slea.readInt(); listBBSThreads(c, start * 10); break; - case 3: // list thread + reply, followed by id (int) + case 3: // list thread + reply, following by id (int) localthreadid = slea.readInt(); displayThread(c, localthreadid); break; diff --git a/src/net/server/channel/handlers/ChangeMapHandler.java b/src/net/server/channel/handlers/ChangeMapHandler.java index f12e865ac7..206b86594a 100644 --- a/src/net/server/channel/handlers/ChangeMapHandler.java +++ b/src/net/server/channel/handlers/ChangeMapHandler.java @@ -86,7 +86,7 @@ public final class ChangeMapHandler extends AbstractMaplePacketHandler { if (!chr.isAlive()) { MapleMap map = chr.getMap(); if (wheel && chr.haveItemWithId(5510000, false)) { - // thanks lucasziron for showing revivePlayer() also being triggered by Wheel + // thanks lucasziron (lziron) for showing revivePlayer() triggering by Wheel MapleInventoryManipulator.removeById(c, MapleInventoryType.CASH, 5510000, 1, true, false); chr.announce(MaplePacketCreator.showWheelsLeft(chr.getItemQuantity(5510000, false))); diff --git a/src/net/server/channel/handlers/QuestActionHandler.java b/src/net/server/channel/handlers/QuestActionHandler.java index cd318e042c..3f21f13dfe 100644 --- a/src/net/server/channel/handlers/QuestActionHandler.java +++ b/src/net/server/channel/handlers/QuestActionHandler.java @@ -36,7 +36,7 @@ import tools.data.input.SeekableLittleEndianAccessor; */ public final class QuestActionHandler extends AbstractMaplePacketHandler { - // isNpcNearby credits to GabrielSin + // isNpcNearby thanks to GabrielSin private static boolean isNpcNearby(SeekableLittleEndianAccessor slea, MapleCharacter player, MapleQuest quest, int npcId) { Point playerP = null; diff --git a/src/net/server/handlers/login/LoginPasswordHandler.java b/src/net/server/handlers/login/LoginPasswordHandler.java index 3a2041d510..2a718656f7 100644 --- a/src/net/server/handlers/login/LoginPasswordHandler.java +++ b/src/net/server/handlers/login/LoginPasswordHandler.java @@ -64,7 +64,7 @@ public final class LoginPasswordHandler implements MaplePacketHandler { public final void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) { String remoteHost = getRemoteIp(c.getSession()); if (!remoteHost.contentEquals("null")) { - if (ServerConstants.USE_IP_VALIDATION) { // thanks Alex (CanIGetaPR) for suggesting IP validation as a server flag + if (ServerConstants.USE_IP_VALIDATION) { // thanks Alex (Alex-0000) for suggesting IP validation as a server flag if (remoteHost.startsWith("127.")) { if (!ServerConstants.LOCALSERVER) { // thanks Mills for noting HOST can also have a field named "localhost" c.announce(MaplePacketCreator.getLoginFailed(13)); // cannot login as localhost if it's not a local server diff --git a/src/net/server/world/World.java b/src/net/server/world/World.java index 28881d22f4..58c8046963 100644 --- a/src/net/server/world/World.java +++ b/src/net/server/world/World.java @@ -452,7 +452,7 @@ public class World { return getAllCharactersView(); } - public List getAllCharactersView() { // sorted by accountid, charid + public List getAllCharactersView() { // sorting by accountid, charid List chrList = new LinkedList<>(); Map> accChars; diff --git a/src/server/MapleItemInformationProvider.java b/src/server/MapleItemInformationProvider.java index 1e1d5f2770..6c2084723a 100644 --- a/src/server/MapleItemInformationProvider.java +++ b/src/server/MapleItemInformationProvider.java @@ -2044,7 +2044,7 @@ public class MapleItemInformationProvider { ps.setInt(1, itemId); ResultSet rs = ps.executeQuery(); - if(rs.next()) { // cost is 13.6363~ % of the original value trimmed by 1000. + if(rs.next()) { // cost is 13.6363~ % of the original value, trim by 1000. float val = (float) (rs.getInt("req_meso") * 0.13636363636364); fee = (int) (val / 1000); fee *= 1000; diff --git a/src/server/MapleSkillbookInformationProvider.java b/src/server/MapleSkillbookInformationProvider.java index 33c30a0b08..e1246160e5 100644 --- a/src/server/MapleSkillbookInformationProvider.java +++ b/src/server/MapleSkillbookInformationProvider.java @@ -141,7 +141,7 @@ public class MapleSkillbookInformationProvider { if(token.contains("/imgdir")) { status -= 1; } - else if(token.contains("imgdir") && !token.endsWith("/>")) { // '\>' XML node description not being accounted, issue found thanks to Robin Schulz, CanIGetaPR + else if(token.contains("imgdir") && !token.endsWith("/>")) { // '\>' XML node description not being accounted, issue found thanks to Robin Schulz, Alex-0000 (CanIGetaPR) status += 1; } } diff --git a/src/server/MapleStatEffect.java b/src/server/MapleStatEffect.java index 00affc1e20..9171bd7446 100644 --- a/src/server/MapleStatEffect.java +++ b/src/server/MapleStatEffect.java @@ -1093,7 +1093,7 @@ public class MapleStatEffect { applyto.removeAllCooldownsExcept(Buccaneer.TIME_LEAP, true); } else if (cp != 0 && applyto.getMonsterCarnival() != null) { applyto.gainCP(cp); - } else if (nuffSkill != 0 && applyto.getParty() != null && applyto.getMap().isCPQMap()) { // by Drago-Dragohe4rt + } else if (nuffSkill != 0 && applyto.getParty() != null && applyto.getMap().isCPQMap()) { // added by Drago (Dragohe4rt) final MCSkill skill = MapleCarnivalFactory.getInstance().getSkill(nuffSkill); if (skill != null) { final MapleDisease dis = skill.getDisease(); @@ -1122,7 +1122,7 @@ public class MapleStatEffect { } } } - } else if (cureDebuffs.size() > 0) { // by Drago-Dragohe4rt + } else if (cureDebuffs.size() > 0) { // added by Drago (Dragohe4rt) for (final MapleDisease debuff : cureDebuffs) { if (applyfrom.getParty() != null) { for (MaplePartyCharacter chrs : applyfrom.getParty().getPartyMembers()) { diff --git a/src/server/gachapon/ElNath.java b/src/server/gachapon/ElNath.java index 523be056bb..20c752dfe3 100644 --- a/src/server/gachapon/ElNath.java +++ b/src/server/gachapon/ElNath.java @@ -4,7 +4,7 @@ package server.gachapon; * * @author Ronan - parsed MapleSEA loots * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class ElNath extends GachaponItems { diff --git a/src/server/gachapon/Ellinia.java b/src/server/gachapon/Ellinia.java index 2e631ce096..2fd02b9819 100644 --- a/src/server/gachapon/Ellinia.java +++ b/src/server/gachapon/Ellinia.java @@ -5,7 +5,7 @@ package server.gachapon; * @author Alan (SharpAceX) - gachapon source classes stub & pirate equipment * @author Ronan - parsed MapleSEA loots * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class Ellinia extends GachaponItems { diff --git a/src/server/gachapon/Global.java b/src/server/gachapon/Global.java index e2042bcaf1..42567db2ec 100644 --- a/src/server/gachapon/Global.java +++ b/src/server/gachapon/Global.java @@ -3,7 +3,7 @@ package server.gachapon; /** * * @author Alan (SharpAceX) -* @author Ronan - added ores, reworked global loots +* @author Ronan - added ores and reworked global loots */ public class Global extends GachaponItems { diff --git a/src/server/gachapon/Henesys.java b/src/server/gachapon/Henesys.java index cf3d075e14..3030e8e65e 100644 --- a/src/server/gachapon/Henesys.java +++ b/src/server/gachapon/Henesys.java @@ -5,7 +5,7 @@ package server.gachapon; * @author Alan (SharpAceX) - gachapon source classes stub * @author Ronan - parsed MapleSEA loots * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class Henesys extends GachaponItems { diff --git a/src/server/gachapon/KerningCity.java b/src/server/gachapon/KerningCity.java index e9601fc06c..2bc5ff57ab 100644 --- a/src/server/gachapon/KerningCity.java +++ b/src/server/gachapon/KerningCity.java @@ -5,7 +5,7 @@ package server.gachapon; * @author Alan (SharpAceX) - gachapon source classes stub & pirate equipment * @author Ronan - parsed MapleSEA loots * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class KerningCity extends GachaponItems { diff --git a/src/server/gachapon/Ludibrium.java b/src/server/gachapon/Ludibrium.java index bb09839fde..02bb659bec 100644 --- a/src/server/gachapon/Ludibrium.java +++ b/src/server/gachapon/Ludibrium.java @@ -4,7 +4,7 @@ package server.gachapon; * * @author Ronan - parsed MapleSEA loots * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class Ludibrium extends GachaponItems { diff --git a/src/server/gachapon/MushroomShrine.java b/src/server/gachapon/MushroomShrine.java index f805f9b6de..a31f47f587 100644 --- a/src/server/gachapon/MushroomShrine.java +++ b/src/server/gachapon/MushroomShrine.java @@ -5,7 +5,7 @@ package server.gachapon; * @author Alan (SharpAceX) - gachapon source classes stub * @author Ronan - parsed MapleSEA loots * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class MushroomShrine extends GachaponItems { diff --git a/src/server/gachapon/NautilusHarbor.java b/src/server/gachapon/NautilusHarbor.java index dff11518c4..40f2f3782c 100644 --- a/src/server/gachapon/NautilusHarbor.java +++ b/src/server/gachapon/NautilusHarbor.java @@ -5,7 +5,7 @@ package server.gachapon; * @author Alan (SharpAceX) - gachapon source classes stub & pirate items * @author Ronan - parsed MapleSEA loots * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class NautilusHarbor extends GachaponItems { diff --git a/src/server/gachapon/NewLeafCity.java b/src/server/gachapon/NewLeafCity.java index 2f7f6a7aa1..6a4b08524d 100644 --- a/src/server/gachapon/NewLeafCity.java +++ b/src/server/gachapon/NewLeafCity.java @@ -5,7 +5,7 @@ package server.gachapon; * @author Alan (SharpAceX) - gachapon source classes stub & pirate equipment * @author Ronan - parsed MapleSEA loots, thanks Vcoc for noticing somewhat unbalanced loots in NLC * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class NewLeafCity extends GachaponItems { diff --git a/src/server/gachapon/Perion.java b/src/server/gachapon/Perion.java index 23eaf6f4f2..7cbd7be1f2 100644 --- a/src/server/gachapon/Perion.java +++ b/src/server/gachapon/Perion.java @@ -5,7 +5,7 @@ package server.gachapon; * @author Alan (SharpAceX) - gachapon source classes stub & pirate equipment * @author Ronan - parsed MapleSEA loots * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class Perion extends GachaponItems { diff --git a/src/server/gachapon/Sleepywood.java b/src/server/gachapon/Sleepywood.java index 62bfe12d7b..0e09f904d1 100644 --- a/src/server/gachapon/Sleepywood.java +++ b/src/server/gachapon/Sleepywood.java @@ -5,7 +5,7 @@ package server.gachapon; * @author Alan (SharpAceX) - gachapon source classes stub & pirate equipment * @author Ronan - parsed MapleSEA loots * -* MapleSEA-like loots thanks to AyumiLove, src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ +* MapleSEA-like loots thanks to AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory-gachapon-guide/ */ public class Sleepywood extends GachaponItems { diff --git a/src/server/life/MapleMonster.java b/src/server/life/MapleMonster.java index 26a389e837..f3ed231f70 100644 --- a/src/server/life/MapleMonster.java +++ b/src/server/life/MapleMonster.java @@ -493,7 +493,7 @@ public class MapleMonster extends AbstractLoadedMapleLife { avgExpReward += exp; } - // thanks Simon for finding an issue with solo party player gaining yellow EXP when soloing mobs + // thanks Simon (HarborMS) for finding an issue with solo party player gaining yellow EXP when soloing mobs avgExpReward /= totalEntries; float varExpReward = 0.0f; @@ -623,7 +623,7 @@ public class MapleMonster extends AbstractLoadedMapleLife { double sdevRatio = calcExperienceStandDevThreshold(entryExpRatio, totalEntries); - // GMS-like player and party split calculations found thanks to Russt, KaidaTan, Dusk, AyumiLove. Src: https://ayumilovemaple.wordpress.com/maplestory_calculator_formula/ + // GMS-like player and party split calculations found thanks to Russt, KaidaTan, Dusk, AyumiLove - src: https://ayumilovemaple.wordpress.com/maplestory_calculator_formula/ Set underleveled = new HashSet<>(); for (Entry chrParticipation : soloExpDist.entrySet()) { float exp = chrParticipation.getValue() * expPerDmg; @@ -2072,7 +2072,7 @@ public class MapleMonster extends AbstractLoadedMapleLife { /* For some reason, some mobs loses aggro on controllers if other players also attacks them. - Maybe it was intended by Nexon to interchange controllers at every attack... + Maybe Nexon intended to interchange controllers at every attack... else if (chrController != null) { chrController.announce(MaplePacketCreator.stopControllingMonster(this.getObjectId())); diff --git a/src/server/life/positioner/MaplePlayerNPCPodium.java b/src/server/life/positioner/MaplePlayerNPCPodium.java index 461dcbfd12..a8b29a71d5 100644 --- a/src/server/life/positioner/MaplePlayerNPCPodium.java +++ b/src/server/life/positioner/MaplePlayerNPCPodium.java @@ -38,7 +38,7 @@ import tools.MaplePacketCreator; * * @author RonanLana * - * Note: the podium uses getGroundBelow that in its turn uses inputted posY decremented by 7. + * Note: the podium uses getGroundBelow that in its turn uses inputted posY minus 7. * Podium system will implement increase-by-7 to negate that behaviour. */ public class MaplePlayerNPCPodium { diff --git a/src/server/maps/MapleMap.java b/src/server/maps/MapleMap.java index 2bc9ca9a0c..44bd9d6d16 100644 --- a/src/server/maps/MapleMap.java +++ b/src/server/maps/MapleMap.java @@ -1038,7 +1038,7 @@ public class MapleMap { return count; } - public void pickItemDrop(byte[] pickupPacket, MapleMapItem mdrop) { // mdrop must be already locked and not-pickedup checked by now + public void pickItemDrop(byte[] pickupPacket, MapleMapItem mdrop) { // mdrop must be already locked and not-pickedup checked at this point broadcastMessage(pickupPacket, mdrop.getPosition()); droppedItemCount.decrementAndGet(); @@ -3191,7 +3191,7 @@ public class MapleMap { } public void removeMonsterSpawn(int mobId, int x, int y) { - // assumption: spawn points are identified by tuple (lifeid, x, y) + // assumption: spawn points identifies by tuple (lifeid, x, y) Point checkpos = calcPointBelow(new Point(x, y)); checkpos.y -= 1; @@ -3214,7 +3214,7 @@ public class MapleMap { } public void removeAllMonsterSpawn(int mobId, int x, int y) { - // assumption: spawn points are identified by tuple (lifeid, x, y) + // assumption: spawn points identifies by tuple (lifeid, x, y) Point checkpos = calcPointBelow(new Point(x, y)); checkpos.y -= 1; diff --git a/src/server/maps/MapleMapManager.java b/src/server/maps/MapleMapManager.java index 7c5958954c..0943c1cec6 100644 --- a/src/server/maps/MapleMapManager.java +++ b/src/server/maps/MapleMapManager.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/tools/BCrypt.java b/src/tools/BCrypt.java index 15321bc664..bb4c01da0b 100644 --- a/src/tools/BCrypt.java +++ b/src/tools/BCrypt.java @@ -416,7 +416,7 @@ public class BCrypt { } /** - * Look up the 3 bits base64-encoded by the specified character, + * Look up the 3 bits base64-encoded with the specified character, * range-checking againt conversion table * @param x the base64-encoded value * @return the decoded value of x @@ -434,7 +434,7 @@ public class BCrypt { * the standard MIME-base64 encoding. * @param s the string to decode * @param maxolen the maximum number of bytes to decode - * @return an array containing the decoded bytes + * @return an array containing the bytes decoded * @throws IllegalArgumentException if maxolen is invalid */ private static byte[] decode_base64(String s, int maxolen) @@ -652,7 +652,7 @@ public class BCrypt { * * It is crucial that we don't do the same to the expanded key used in the main * Eksblowfish loop. By doing it to only one of these two, we deviate from a - * state that could be directly specified by a password to the buggy algorithm + * state that could be directly specified on a password to the buggy algorithm * (and to the fully correct one as well, but that's a side-effect). */ P[0] ^= sign; diff --git a/src/tools/IntervalBuilder.java b/src/tools/IntervalBuilder.java index 1b578515b5..67c2bf5cbd 100644 --- a/src/tools/IntervalBuilder.java +++ b/src/tools/IntervalBuilder.java @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/tools/MaplePacketCreator.java b/src/tools/MaplePacketCreator.java index 06c00ed1d1..09dcf395a0 100644 --- a/src/tools/MaplePacketCreator.java +++ b/src/tools/MaplePacketCreator.java @@ -405,7 +405,7 @@ public class MaplePacketCreator { mplew.writeShort(pet.getCloseness()); mplew.write(pet.getFullness()); addExpirationTime(mplew, item.getExpiration()); - mplew.writeInt(pet.getPetFlag()); /* pet flags found by -- lrenex & Spoon */ + mplew.writeInt(pet.getPetFlag()); /* pet flags noticed by lrenex & Spoon */ mplew.write(new byte[]{(byte) 0x50, (byte) 0x46}); //wonder what this is mplew.writeInt(0); @@ -569,8 +569,8 @@ public class MaplePacketCreator { * Sends a hello packet. * * @param mapleVersion The maple client version. - * @param sendIv the IV used by the server for sending - * @param recvIv the IV used by the server for receiving + * @param sendIv the IV in use by the server for sending + * @param recvIv the IV in use by the server for receiving * @return */ public static byte[] getHello(short mapleVersion, byte[] sendIv, byte[] recvIv) { @@ -3345,7 +3345,7 @@ public class MaplePacketCreator { } /** - * Possible values for operation:
2: Trade cancelled by the + * Possible values for operation:
2: Trade cancelled, by the * other character
7: Trade successful
8: Trade unsuccessful
* 9: Cannot carry more one-of-a-kind items
12: Cannot trade on different maps
* 13: Cannot trade, game files damaged
@@ -7114,7 +7114,7 @@ public class MaplePacketCreator { * now.
2: You cannot go to that place.
3: Unable to approach due to * the force of the ground.
4: You cannot teleport to or on this * map.
5: Unable to approach due to the force of the ground.
6: - * This map can only be entered by party members.
7: The Cash Shop is + * Only party members can enter this map.
7: The Cash Shop is * currently not available. Stay tuned...
* * @param type The type @@ -7595,7 +7595,7 @@ public class MaplePacketCreator { * E0 = event or free test time ended * E6 = item cannot be purchased with MaplePoints * E7 = lol sorry for the inconvenience, eh? - * E8 = cannot be purchased by anyone under 7 + * E8 = cannot purchase by anyone under 7 */ public static byte[] showCashShopMessage(byte message) { final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(4); diff --git a/src/tools/Pair.java b/src/tools/Pair.java index f88718cbe3..b127e71110 100644 --- a/src/tools/Pair.java +++ b/src/tools/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/src/tools/packets/Wedding.java b/src/tools/packets/Wedding.java index 9374bb5c71..fdf8231a3b 100644 --- a/src/tools/packets/Wedding.java +++ b/src/tools/packets/Wedding.java @@ -19,7 +19,7 @@ import tools.data.output.MaplePacketLittleEndianWriter; * * @author Eric * - * Edited wishlists by -- Drago (Dragohe4rt) + * Wishlists edited by Drago (Dragohe4rt) */ public class Wedding extends MaplePacketCreator { private static final short MARRIAGE_REQUEST = 0x48; diff --git a/tools/MapleArrowFetcher/src/tools/Pair.java b/tools/MapleArrowFetcher/src/tools/Pair.java index f88718cbe3..b127e71110 100644 --- a/tools/MapleArrowFetcher/src/tools/Pair.java +++ b/tools/MapleArrowFetcher/src/tools/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleCashCosmeticsChecker/src/maplecashcosmeticschecker/Pair.java b/tools/MapleCashCosmeticsChecker/src/maplecashcosmeticschecker/Pair.java index 1cdc70eece..3e2f924b51 100644 --- a/tools/MapleCashCosmeticsChecker/src/maplecashcosmeticschecker/Pair.java +++ b/tools/MapleCashCosmeticsChecker/src/maplecashcosmeticschecker/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleCashCosmeticsFetcher/src/tools/Pair.java b/tools/MapleCashCosmeticsFetcher/src/tools/Pair.java index f88718cbe3..b127e71110 100644 --- a/tools/MapleCashCosmeticsFetcher/src/tools/Pair.java +++ b/tools/MapleCashCosmeticsFetcher/src/tools/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleCashDropFetcher/src/tools/Pair.java b/tools/MapleCashDropFetcher/src/tools/Pair.java index f88718cbe3..b127e71110 100644 --- a/tools/MapleCashDropFetcher/src/tools/Pair.java +++ b/tools/MapleCashDropFetcher/src/tools/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleCodeCouponGenerator/src/maplecodecoupongenerator/Pair.java b/tools/MapleCodeCouponGenerator/src/maplecodecoupongenerator/Pair.java index 3a8abd3b16..b0bcdf2411 100644 --- a/tools/MapleCodeCouponGenerator/src/maplecodecoupongenerator/Pair.java +++ b/tools/MapleCodeCouponGenerator/src/maplecodecoupongenerator/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleCouponInstaller/src/maplecouponinstaller/MapleCouponInstaller.java b/tools/MapleCouponInstaller/src/maplecouponinstaller/MapleCouponInstaller.java index 6a98b7c103..9dcea095b9 100644 --- a/tools/MapleCouponInstaller/src/maplecouponinstaller/MapleCouponInstaller.java +++ b/tools/MapleCouponInstaller/src/maplecouponinstaller/MapleCouponInstaller.java @@ -31,7 +31,7 @@ import java.sql.SQLException; * * This application gathers information about the Cash Shop's EXP & DROP coupons, * such as applied rates, active times of day and days of week and dumps them in - * a SQL table, in which will be used by the server. + * a SQL table that the server will make use. * */ public class MapleCouponInstaller { diff --git a/tools/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java b/tools/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java index 31d51163b3..c822147cc8 100644 --- a/tools/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java +++ b/tools/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java @@ -33,7 +33,7 @@ import java.util.ArrayList; * * This application acts two-way: first section sets up a table on the SQL Server with all the names used within MapleStory, * and the second queries all the names placed inside "fetch.txt", returning in the same line order the ids of the elements. - * In case of multiple entries with the same name, multiple ids will be returned in the same line separated by a simple space + * In case of multiple entries with the same name, multiple ids will be returned in the same line split by a simple space * in ascending order. An empty line means that no entry with the given name in a line has been found. * * IMPORTANT: this will fail for fetching MAP ID (you shouldn't be using this program for these, just checking them up in the diff --git a/tools/MapleInvalidItemIdFetcher/src/maplenoitemidfetcher/MapleNoItemIdFetcher.java b/tools/MapleInvalidItemIdFetcher/src/maplenoitemidfetcher/MapleNoItemIdFetcher.java index e45bfbf5cd..9ebb49799a 100644 --- a/tools/MapleInvalidItemIdFetcher/src/maplenoitemidfetcher/MapleNoItemIdFetcher.java +++ b/tools/MapleInvalidItemIdFetcher/src/maplenoitemidfetcher/MapleNoItemIdFetcher.java @@ -42,7 +42,7 @@ import java.util.Set; * @author RonanLana * * This application finds inexistent itemids within the drop data from - * the Maplestory database specified by the URL below. This program + * the Maplestory database specified in the URL below. This program * assumes all itemids uses 7 digits. * * A file is generated listing all the inexistent ids. diff --git a/tools/MapleInvalidItemWithNoNameFetcher/src/maplenoitemnamefetcher/Pair.java b/tools/MapleInvalidItemWithNoNameFetcher/src/maplenoitemnamefetcher/Pair.java index 8e61bf7e93..edf3425f22 100644 --- a/tools/MapleInvalidItemWithNoNameFetcher/src/maplenoitemnamefetcher/Pair.java +++ b/tools/MapleInvalidItemWithNoNameFetcher/src/maplenoitemnamefetcher/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleInvalidItemWithNoNameFetcher/src/tools/Pair.java b/tools/MapleInvalidItemWithNoNameFetcher/src/tools/Pair.java index f88718cbe3..b127e71110 100644 --- a/tools/MapleInvalidItemWithNoNameFetcher/src/tools/Pair.java +++ b/tools/MapleInvalidItemWithNoNameFetcher/src/tools/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleMesoFetcher/src/tools/Pair.java b/tools/MapleMesoFetcher/src/tools/Pair.java index f88718cbe3..b127e71110 100644 --- a/tools/MapleMesoFetcher/src/tools/Pair.java +++ b/tools/MapleMesoFetcher/src/tools/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleMobBookUpdate/src/maplemobbookupdate/MapleMobBookUpdate.java b/tools/MapleMobBookUpdate/src/maplemobbookupdate/MapleMobBookUpdate.java index 0f73de2244..48e59a4c8c 100644 --- a/tools/MapleMobBookUpdate/src/maplemobbookupdate/MapleMobBookUpdate.java +++ b/tools/MapleMobBookUpdate/src/maplemobbookupdate/MapleMobBookUpdate.java @@ -32,10 +32,10 @@ import java.io.*; * @author RonanLana * * This application updates the Monster Book drop data with the actual underlying drop data from - * the Maplestory database specified by the URL below. + * the Maplestory database specified in the URL below. * * In other words all items drops from monsters listed inside the Mob Book feature will be patched to match exactly like the item - * drop list specified by the URL's Maplestory database. + * drop list specified in the URL's Maplestory database. * * The original file "MonsterBook.img.xml" from String.wz must be copied to the directory of this application and only then * executed. This program will generate another file that must replace the original server file to make the effects take place diff --git a/tools/MapleQuestItemCountFetcher/src/maplequestitemcountfetcher/Pair.java b/tools/MapleQuestItemCountFetcher/src/maplequestitemcountfetcher/Pair.java index ee34966714..97ce258574 100644 --- a/tools/MapleQuestItemCountFetcher/src/maplequestitemcountfetcher/Pair.java +++ b/tools/MapleQuestItemCountFetcher/src/maplequestitemcountfetcher/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleQuestItemFetcher/src/tools/Pair.java b/tools/MapleQuestItemFetcher/src/tools/Pair.java index f88718cbe3..b127e71110 100644 --- a/tools/MapleQuestItemFetcher/src/tools/Pair.java +++ b/tools/MapleQuestItemFetcher/src/tools/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleQuestlineFetcher/src/maplequestlinefetcher/Pair.java b/tools/MapleQuestlineFetcher/src/maplequestlinefetcher/Pair.java index cbf35bed69..ae652848a9 100644 --- a/tools/MapleQuestlineFetcher/src/maplequestlinefetcher/Pair.java +++ b/tools/MapleQuestlineFetcher/src/maplequestlinefetcher/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleSkillMakerReagentIndexer/src/mapleskillmakerreagentindexer/Pair.java b/tools/MapleSkillMakerReagentIndexer/src/mapleskillmakerreagentindexer/Pair.java index 9377cb8178..895735268b 100644 --- a/tools/MapleSkillMakerReagentIndexer/src/mapleskillmakerreagentindexer/Pair.java +++ b/tools/MapleSkillMakerReagentIndexer/src/mapleskillmakerreagentindexer/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleSkillbookChanceFetcher/src/tools/Pair.java b/tools/MapleSkillbookChanceFetcher/src/tools/Pair.java index f88718cbe3..b127e71110 100644 --- a/tools/MapleSkillbookChanceFetcher/src/tools/Pair.java +++ b/tools/MapleSkillbookChanceFetcher/src/tools/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/MapleSkillbookStackUpdate/src/mapleskillbookstackupdate/MapleSkillbookStackUpdate.java b/tools/MapleSkillbookStackUpdate/src/mapleskillbookstackupdate/MapleSkillbookStackUpdate.java index 8fef76eb5a..4fa230f86e 100644 --- a/tools/MapleSkillbookStackUpdate/src/mapleskillbookstackupdate/MapleSkillbookStackUpdate.java +++ b/tools/MapleSkillbookStackUpdate/src/mapleskillbookstackupdate/MapleSkillbookStackUpdate.java @@ -33,7 +33,7 @@ import java.sql.Connection; * * This application parses skillbook XMLs, filling up stack amount of those * items to 100 (eliminating limitations on held skillbooks, now using - * default stack quantity expected by USE items). + * default stack quantity expected from USE items). * * Estimated parse time: 10 seconds */ diff --git a/tools/MapleWorldmapChecker/src/mapleworldmapchecker/Pair.java b/tools/MapleWorldmapChecker/src/mapleworldmapchecker/Pair.java index 4621929ba3..04c8fcdf39 100644 --- a/tools/MapleWorldmapChecker/src/mapleworldmapchecker/Pair.java +++ b/tools/MapleWorldmapChecker/src/mapleworldmapchecker/Pair.java @@ -67,7 +67,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { diff --git a/tools/SpiderDropFetcher/src/dropspider/DataTool.java b/tools/SpiderDropFetcher/src/dropspider/DataTool.java index cb71379b82..e0c4d3b144 100644 --- a/tools/SpiderDropFetcher/src/dropspider/DataTool.java +++ b/tools/SpiderDropFetcher/src/dropspider/DataTool.java @@ -22,7 +22,7 @@ import tools.Pair; /** * - * @author Simon + * @author Simon (DropSpider) */ public class DataTool { private static Map hardcodedMobs = new HashMap<>(); diff --git a/tools/SpiderDropFetcher/src/dropspider/DropEntry.java b/tools/SpiderDropFetcher/src/dropspider/DropEntry.java index 9dc5457d87..3fc865166d 100644 --- a/tools/SpiderDropFetcher/src/dropspider/DropEntry.java +++ b/tools/SpiderDropFetcher/src/dropspider/DropEntry.java @@ -9,7 +9,7 @@ import constants.ItemConstants; /** * - * @author Simon + * @author Simon (DropSpider) */ public class DropEntry { private int version; diff --git a/tools/SpiderDropFetcher/src/dropspider/Main.java b/tools/SpiderDropFetcher/src/dropspider/Main.java index 0476000c3c..c5711c9fd4 100644 --- a/tools/SpiderDropFetcher/src/dropspider/Main.java +++ b/tools/SpiderDropFetcher/src/dropspider/Main.java @@ -21,7 +21,7 @@ import javax.net.ssl.HttpsURLConnection; /** * - * @author Simon + * @author Simon (DropSpider) */ //NOTE: this tool is currently unsupported since HS started using HTTPS. Missing proper SSL certificates to access Hidden-Street's website. diff --git a/tools/SpiderDropFetcher/src/tools/Pair.java b/tools/SpiderDropFetcher/src/tools/Pair.java index 2a9864ae5f..e784f3d397 100644 --- a/tools/SpiderDropFetcher/src/tools/Pair.java +++ b/tools/SpiderDropFetcher/src/tools/Pair.java @@ -69,7 +69,7 @@ public class Pair { /** * Turns the pair into a string. * - * @return Each value of the pair as a string joined by a colon. + * @return Each value of the pair as a string joined with a colon. */ @Override public String toString() { From 75d026b27fdbb655e0c5ca076df86d01f133242c Mon Sep 17 00:00:00 2001 From: ronancpl Date: Thu, 14 Nov 2019 22:38:59 -0300 Subject: [PATCH 5/7] Updating credits --- src/client/MapleCharacter.java | 2 +- src/net/mina/MaplePacketDecoder.java | 2 +- src/net/server/handlers/login/LoginPasswordHandler.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/MapleCharacter.java b/src/client/MapleCharacter.java index 4f046b0a26..d23c5e37f0 100644 --- a/src/client/MapleCharacter.java +++ b/src/client/MapleCharacter.java @@ -9963,7 +9963,7 @@ public class MapleCharacter extends AbstractMapleCharacterObject { if (!mquest.isSameDayRepeatable() && !MapleQuest.isExploitableQuest(questid)) { awardQuestPoint(YamlConfig.config.server.QUEST_POINT_PER_QUEST_COMPLETE); } - qs.setCompleted(qs.getCompleted() + 1); // count quest completed Jayd's idea + qs.setCompleted(qs.getCompleted() + 1); // Jayd's idea - count quest completed announceUpdateQuest(DelayedQuestUpdate.COMPLETE, questid, qs.getCompletionTime()); //announceUpdateQuest(DelayedQuestUpdate.INFO, qs); // happens after giving rewards, for non-next quests only diff --git a/src/net/mina/MaplePacketDecoder.java b/src/net/mina/MaplePacketDecoder.java index 30695ab3f8..5035395886 100644 --- a/src/net/mina/MaplePacketDecoder.java +++ b/src/net/mina/MaplePacketDecoder.java @@ -74,7 +74,7 @@ public class MaplePacketDecoder extends CumulativeProtocolDecoder { rcvdCrypto.crypt(decryptedPacket); MapleCustomEncryption.decryptData(decryptedPacket); out.write(decryptedPacket); - if (YamlConfig.config.server.USE_DEBUG_SHOW_PACKET){ // packet traffic log: Atoot's idea, applied using auto-identation thanks to lrenex + if (YamlConfig.config.server.USE_DEBUG_SHOW_PACKET){ // Atoot's idea: packet traffic log, applied using auto-identation thanks to lrenex int packetLen = decryptedPacket.length; int pHeader = readFirstShort(decryptedPacket); String pHeaderStr = Integer.toHexString(pHeader).toUpperCase(); diff --git a/src/net/server/handlers/login/LoginPasswordHandler.java b/src/net/server/handlers/login/LoginPasswordHandler.java index 45beacc73c..5f2f31cc7a 100644 --- a/src/net/server/handlers/login/LoginPasswordHandler.java +++ b/src/net/server/handlers/login/LoginPasswordHandler.java @@ -64,7 +64,7 @@ public final class LoginPasswordHandler implements MaplePacketHandler { public final void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) { String remoteHost = getRemoteIp(c.getSession()); if (!remoteHost.contentEquals("null")) { - if (YamlConfig.config.server.USE_IP_VALIDATION) { // thanks Alex (CanIGetaPR) for suggesting IP validation as a server flag + if (YamlConfig.config.server.USE_IP_VALIDATION) { // thanks Alex-0000 (CanIGetaPR) for suggesting IP validation as a server flag if (remoteHost.startsWith("127.")) { if (!YamlConfig.config.server.LOCALSERVER) { // thanks Mills for noting HOST can also have a field named "localhost" c.announce(MaplePacketCreator.getLoginFailed(13)); // cannot login as localhost if it's not a local server From c7048a09ac0e5002a6fa3926b91fcbd1afa3c830 Mon Sep 17 00:00:00 2001 From: ronancpl Date: Thu, 14 Nov 2019 23:57:28 -0300 Subject: [PATCH 6/7] Updating more credits --- src/client/autoban/AutobanManager.java | 2 -- src/client/command/commands/gm1/GotoCommand.java | 2 +- src/net/server/Server.java | 2 +- .../server/channel/handlers/AbstractDealDamageHandler.java | 2 +- .../channel/handlers/AbstractMovementPacketHandler.java | 2 +- src/net/server/channel/handlers/AcceptFamilyHandler.java | 2 +- src/net/server/channel/handlers/AdminCommandHandler.java | 2 +- src/net/server/channel/handlers/FamilySeparateHandler.java | 2 +- src/net/server/channel/handlers/MoveLifeHandler.java | 2 +- src/server/MapleItemInformationProvider.java | 2 +- src/server/maps/MapleMapFactory.java | 2 +- src/tools/MaplePacketCreator.java | 4 ++-- tools/ScriptQuestReleaseTracker/strmap.h | 6 +++--- 13 files changed, 15 insertions(+), 17 deletions(-) diff --git a/src/client/autoban/AutobanManager.java b/src/client/autoban/AutobanManager.java index 1e46a0d6d7..0318dd88c3 100644 --- a/src/client/autoban/AutobanManager.java +++ b/src/client/autoban/AutobanManager.java @@ -53,8 +53,6 @@ public class AutobanManager { if (points.get(fac) >= fac.getMaximum()) { chr.autoban(reason); - //chr.autoban("Autobanned for " + fac.name() + " ;" + reason, 1); - //chr.sendPolice("You have been blocked by #bMooplePolice for the HACK reason#k."); } } if (YamlConfig.config.server.USE_AUTOBAN_LOG) { diff --git a/src/client/command/commands/gm1/GotoCommand.java b/src/client/command/commands/gm1/GotoCommand.java index 986bc279bf..24df9a93d1 100644 --- a/src/client/command/commands/gm1/GotoCommand.java +++ b/src/client/command/commands/gm1/GotoCommand.java @@ -50,7 +50,7 @@ public class GotoCommand extends Command { sortGotoEntries(towns); try { - // thanks shavit for noticing goto areas getting loaded from wz needlessly, only for the name retrieval + // thanks shavit for noticing goto areas getting loaded from wz needlessly only for the name retrieval for (Map.Entry e : towns) { GOTO_TOWNS_INFO += ("'" + e.getKey() + "' - #b" + (MapleMapFactory.loadPlaceName(e.getValue())) + "#k\r\n"); diff --git a/src/net/server/Server.java b/src/net/server/Server.java index b8f0e62a50..fe3c162be9 100644 --- a/src/net/server/Server.java +++ b/src/net/server/Server.java @@ -858,7 +858,7 @@ public class Server { } catch (SQLException sqle) { sqle.printStackTrace(); } - applyAllNameChanges(); //name changes can be missed by INSTANT_NAME_CHANGE + applyAllNameChanges(); // -- name changes can be missed by INSTANT_NAME_CHANGE -- applyAllWorldTransfers(); //MaplePet.clearMissingPetsFromDb(); // thanks Optimist for noticing this taking too long to run MapleCashidGenerator.loadExistentCashIdsFromDb(); diff --git a/src/net/server/channel/handlers/AbstractDealDamageHandler.java b/src/net/server/channel/handlers/AbstractDealDamageHandler.java index d0455c3c99..c047db4765 100644 --- a/src/net/server/channel/handlers/AbstractDealDamageHandler.java +++ b/src/net/server/channel/handlers/AbstractDealDamageHandler.java @@ -164,7 +164,7 @@ public abstract class AbstractDealDamageHandler extends AbstractMaplePacketHandl int mobCount = attackEffect.getMobCount(); if (attack.skill != Cleric.HEAL) { if (player.isAlive()) { - if(attack.skill == Aran.BODY_PRESSURE || attack.skill == Marauder.ENERGY_CHARGE || attack.skill == ThunderBreaker.ENERGY_CHARGE) { // thanks IxianMace for noticing Energy Charge skills refreshing on touch, leading to misleading buff applies + if(attack.skill == Aran.BODY_PRESSURE || attack.skill == Marauder.ENERGY_CHARGE || attack.skill == ThunderBreaker.ENERGY_CHARGE) { // thanks IxianMace for noticing Energy Charge skills refreshing on touch // prevent touch dmg skills refreshing } else if(attack.skill == NightWalker.POISON_BOMB) {// Poison Bomb attackEffect.applyTo(player, new Point(attack.position.x, attack.position.y)); diff --git a/src/net/server/channel/handlers/AbstractMovementPacketHandler.java b/src/net/server/channel/handlers/AbstractMovementPacketHandler.java index 2c56a360da..2936ba10af 100644 --- a/src/net/server/channel/handlers/AbstractMovementPacketHandler.java +++ b/src/net/server/channel/handlers/AbstractMovementPacketHandler.java @@ -205,7 +205,7 @@ public abstract class AbstractMovementPacketHandler extends AbstractMaplePacketH lea.skip(9); // jump down (?) break; case 10: // Change Equip - //ignored by server + //ignored server-side lea.readByte(); break; /*case 11: { // Chair diff --git a/src/net/server/channel/handlers/AcceptFamilyHandler.java b/src/net/server/channel/handlers/AcceptFamilyHandler.java index ebe120fb11..a0babdf6bd 100644 --- a/src/net/server/channel/handlers/AcceptFamilyHandler.java +++ b/src/net/server/channel/handlers/AcceptFamilyHandler.java @@ -105,7 +105,7 @@ public final class AcceptFamilyHandler extends AbstractMaplePacketHandler { newEntry.setSenior(inviterEntry, true); // save new family insertNewFamilyRecord(inviter.getId(), newFamily.getID(), 0, true); - insertNewFamilyRecord(chr.getId(), newFamily.getID(), inviter.getId(), false); // char was already saved by setSenior() above + insertNewFamilyRecord(chr.getId(), newFamily.getID(), inviter.getId(), false); // char was already saved from setSenior() above newFamily.setMessage("", true); } else { //new family for inviter, absorb invitee family insertNewFamilyRecord(inviter.getId(), newFamily.getID(), 0 , true); diff --git a/src/net/server/channel/handlers/AdminCommandHandler.java b/src/net/server/channel/handlers/AdminCommandHandler.java index 03a2f44c4d..d6f546f13b 100644 --- a/src/net/server/channel/handlers/AdminCommandHandler.java +++ b/src/net/server/channel/handlers/AdminCommandHandler.java @@ -102,7 +102,7 @@ public final class AdminCommandHandler extends AbstractMaplePacketHandler { c.announce(MaplePacketCreator.getGMEffect(6, (byte) 1)); } break; - case 0x10: // /h, information added by vana ... hide ofcourse + case 0x10: // /h, information added by vana -- ... hide ofcourse c.getPlayer().Hide(slea.readByte() == 1); break; case 0x11: // Entering a map diff --git a/src/net/server/channel/handlers/FamilySeparateHandler.java b/src/net/server/channel/handlers/FamilySeparateHandler.java index 93597f53d1..d50f4ec239 100644 --- a/src/net/server/channel/handlers/FamilySeparateHandler.java +++ b/src/net/server/channel/handlers/FamilySeparateHandler.java @@ -61,7 +61,7 @@ public class FamilySeparateHandler extends AbstractMaplePacketHandler { if(senior.getSenior() != null) senior.getSenior().gainReputation(-(repCost/2), false); forkOn.announceToSenior(MaplePacketCreator.serverNotice(5, forkOn.getName() + " has left the family."), true); forkOn.fork(); - c.announce(MaplePacketCreator.getFamilyInfo(forkOn)); //pedigree info will be requested by the client if the window is open + c.announce(MaplePacketCreator.getFamilyInfo(forkOn)); //pedigree info will be requested from the client if the window is open forkOn.updateSeniorFamilyInfo(true); c.announce(MaplePacketCreator.sendFamilyMessage(1, 0)); } diff --git a/src/net/server/channel/handlers/MoveLifeHandler.java b/src/net/server/channel/handlers/MoveLifeHandler.java index ebfd0a20ff..370bc3011b 100644 --- a/src/net/server/channel/handlers/MoveLifeHandler.java +++ b/src/net/server/channel/handlers/MoveLifeHandler.java @@ -160,7 +160,7 @@ public final class MoveLifeHandler extends AbstractMovementPacketHandler { try { long movementDataStart = slea.getPosition(); - updatePosition(slea, monster, -2); // Thanks Doodle and ZERO傑洛 for noticing sponge-based bosses moving out of stage in case of no-offset applied + updatePosition(slea, monster, -2); // Thanks Doodle & ZERO傑洛 for noticing sponge-based bosses moving out of stage in case of no-offset applied long movementDataLength = slea.getPosition() - movementDataStart; //how many bytes were read by updatePosition slea.seek(movementDataStart); diff --git a/src/server/MapleItemInformationProvider.java b/src/server/MapleItemInformationProvider.java index f8d32d7ef1..9af8c82877 100644 --- a/src/server/MapleItemInformationProvider.java +++ b/src/server/MapleItemInformationProvider.java @@ -926,7 +926,7 @@ public class MapleItemInformationProvider { */ public boolean canUseCleanSlate(Equip nEquip) { Map eqstats = this.getEquipStats(nEquip.getItemId()); - return YamlConfig.config.server.USE_ENHANCED_CLNSLATE || nEquip.getUpgradeSlots() < (byte) (eqstats.get("tuc") + nEquip.getVicious()); // issue with clean slate found thanks to Masterrulax, vicious added in the check thanks to Crypter (CrypterDEV) + return YamlConfig.config.server.USE_ENHANCED_CLNSLATE || nEquip.getUpgradeSlots() < (byte) (eqstats.get("tuc") + nEquip.getVicious()); } public Item scrollEquipWithId(Item equip, int scrollId, boolean usingWhiteScroll, int vegaItemId, boolean isGM) { diff --git a/src/server/maps/MapleMapFactory.java b/src/server/maps/MapleMapFactory.java index dd483131d2..5117f81d8d 100644 --- a/src/server/maps/MapleMapFactory.java +++ b/src/server/maps/MapleMapFactory.java @@ -274,7 +274,7 @@ public class MapleMapFactory { MapleData mcData = mapData.getChildByPath("monsterCarnival"); if (mcData != null) { map.setDeathCP(MapleDataTool.getIntConvert("deathCP", mcData, 0)); - map.setMaxMobs(MapleDataTool.getIntConvert("mobGenMax", mcData, 20)); // thanks Atoot for noticing CPQ1 bf. 3 & 4 not accepting spawns due to undefined limits, Lame for noticing a need to cap mob spawns even on such undefined limits + map.setMaxMobs(MapleDataTool.getIntConvert("mobGenMax", mcData, 20)); // thanks Atoot for noticing CPQ1 bf. 3 and 4 not accepting spawns due to undefined limits, Lame for noticing a need to cap mob spawns even on such undefined limits map.setTimeDefault(MapleDataTool.getIntConvert("timeDefault", mcData, 0)); map.setTimeExpand(MapleDataTool.getIntConvert("timeExpand", mcData, 0)); map.setMaxReactors(MapleDataTool.getIntConvert("guardianGenMax", mcData, 16)); diff --git a/src/tools/MaplePacketCreator.java b/src/tools/MaplePacketCreator.java index 20d776223b..8ebe07bb69 100644 --- a/src/tools/MaplePacketCreator.java +++ b/src/tools/MaplePacketCreator.java @@ -2291,7 +2291,7 @@ public class MaplePacketCreator { private static void rebroadcastMovementList(LittleEndianWriter lew, SeekableLittleEndianAccessor slea, long movementDataLength) { //movement command length is sent by client, probably not a big issue? (could be calculated on server) - //if multiple write/reads are slow, could use a (cached?) byte[] buffer + //if multiple write/reads are slow, could use (and cache?) a byte[] buffer for(long i = 0; i < movementDataLength; i++) { lew.write(slea.readByte()); } @@ -3478,7 +3478,7 @@ public class MaplePacketCreator { return mplew.getPacket(); } - // thanks NPC Quiz packets thanks to Eric + // NPC Quiz packets thanks to Eric public static byte[] OnAskQuiz(int nSpeakerTypeID, int nSpeakerTemplateID, int nResCode, String sTitle, String sProblemText, String sHintText, int nMinInput, int nMaxInput, int tRemainInitialQuiz) { MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(); mplew.writeShort(SendOpcode.NPC_TALK.getValue()); diff --git a/tools/ScriptQuestReleaseTracker/strmap.h b/tools/ScriptQuestReleaseTracker/strmap.h index b0ff19cbc5..66118af39e 100644 --- a/tools/ScriptQuestReleaseTracker/strmap.h +++ b/tools/ScriptQuestReleaseTracker/strmap.h @@ -54,10 +54,10 @@ typedef struct StrMap StrMap; * Parameters: * * key: A pointer to a null-terminated C string. The string must not - * be modified by the client. + * be modified. * * value: A pointer to a null-terminated C string. The string must - * not be modified by the client. + * not be modified. * * obj: A pointer to a client-specific object. This parameter may be * null. @@ -168,7 +168,7 @@ int sm_get_count(const StrMap *map); * map: A pointer to a string map. This parameter cannot be null. * * enum_func: A pointer to a callback function that will be - * called by this procedure once for every key associated + * called from this procedure once for every key associated * with a value. This parameter cannot be null. * * obj: A pointer to a client-specific object. This parameter will be From 183017ca3b70fab5318c4dd5dd5de88f4bb8e594 Mon Sep 17 00:00:00 2001 From: ronancpl Date: Fri, 13 Dec 2019 02:35:26 -0300 Subject: [PATCH 7/7] Updating credits & missing aliases --- scripts/npc/2030013.js | 2 +- scripts/npc/9000017.js | 2 +- scripts/npc/9201096.js | 2 +- src/client/MapleCharacter.java | 6 +++--- src/client/MapleMount.java | 2 +- src/constants/game/GameConstants.java | 2 +- src/net/server/channel/handlers/FaceExpressionHandler.java | 2 +- .../channel/handlers/MobDamageMobFriendlyHandler.java | 2 +- .../server/channel/handlers/PlayerMapTransitionHandler.java | 2 +- src/net/server/channel/handlers/RingActionHandler.java | 2 +- src/tools/MaplePacketCreator.java | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/scripts/npc/2030013.js b/scripts/npc/2030013.js index 70b45c4906..43d6876bd0 100644 --- a/scripts/npc/2030013.js +++ b/scripts/npc/2030013.js @@ -188,7 +188,7 @@ function action(mode, type, selection) { if (selection > 0) { var banned = expedMembers.get(selection - 1); expedition.ban(banned); - cm.sendOk("You have banned " + banned.getValue() + " from the expedition."); // getValue, thanks MedicOP for finding this issue + cm.sendOk("You have banned " + banned.getValue() + " from the expedition."); // getValue, thanks MedicOP (MicroWilly69) for finding this issue cm.dispose(); } else { cm.sendSimple(list); diff --git a/scripts/npc/9000017.js b/scripts/npc/9000017.js index 5f37d9b5f9..7ec1630216 100644 --- a/scripts/npc/9000017.js +++ b/scripts/npc/9000017.js @@ -21,7 +21,7 @@ Refining NPC: * Chaos scroll SYNTHETIZER (rofl) * - * @author RonanLana + * @author RonanLana (ronancpl) */ var status = 0; diff --git a/scripts/npc/9201096.js b/scripts/npc/9201096.js index 4d775d90fa..62d14296ab 100644 --- a/scripts/npc/9201096.js +++ b/scripts/npc/9201096.js @@ -18,7 +18,7 @@ along with this program. If not, see . */ /* Jack - Refining NPC - @author RonanLana + @author ronancpl (Ronan) */ var status = 0; diff --git a/src/client/MapleCharacter.java b/src/client/MapleCharacter.java index d23c5e37f0..ef24f10796 100644 --- a/src/client/MapleCharacter.java +++ b/src/client/MapleCharacter.java @@ -3566,7 +3566,7 @@ public class MapleCharacter extends AbstractMapleCharacterObject { p = new Pair<>(mbs, 0); } - if (!isSingletonStatup(mbs)) { // thanks resinate, Egg Daddy for pointing out morph issues when updating it along with other statups + if (!isSingletonStatup(mbs)) { // thanks resinate, Daddy Egg for pointing out morph issues when updating it along with other statups ret.add(p); } else { singletonStatups.add(p); @@ -7385,7 +7385,7 @@ public class MapleCharacter extends AbstractMapleCharacterObject { rs = ps.executeQuery(); while (rs.next()) { Skill pSkill = SkillFactory.getSkill(rs.getInt("skillid")); - if(pSkill != null) // edit reported by shavit, thanks Zein for noticing an NPE here + if(pSkill != null) // edit reported by Shavit (=^● ⋏ ●^=), thanks Zein for noticing an NPE here { ret.skills.put(pSkill, new SkillEntry(rs.getByte("skilllevel"), rs.getInt("masterlevel"), rs.getLong("expiration"))); } @@ -7972,7 +7972,7 @@ public class MapleCharacter extends AbstractMapleCharacterObject { client.announce(MaplePacketCreator.updatePlayerStats(hpmpupdate, true, this)); } - if (oldmaxhp != localmaxhp) { // thanks Wh1SK3Y for pointing out a deadlock occuring related to party members HP + if (oldmaxhp != localmaxhp) { // thanks Wh1SK3Y (Suwaidy) for pointing out a deadlock occuring related to party members HP updatePartyMemberHP(); } } finally { diff --git a/src/client/MapleMount.java b/src/client/MapleMount.java index 864a54a279..242b711a7c 100644 --- a/src/client/MapleMount.java +++ b/src/client/MapleMount.java @@ -22,7 +22,7 @@ package client; /** - * @author PurpleMadness (Patrick) :O + * @author PurpleMadness < Patrick :O > */ public class MapleMount { private int itemid; diff --git a/src/constants/game/GameConstants.java b/src/constants/game/GameConstants.java index 929a63a460..02eb27285e 100644 --- a/src/constants/game/GameConstants.java +++ b/src/constants/game/GameConstants.java @@ -561,7 +561,7 @@ public class GameConstants { } public static boolean isFreeMarketRoom(int mapid) { - return mapid / 1000000 == 910 && mapid > 910000000; // FM rooms subset, thanks to shavit + return mapid / 1000000 == 910 && mapid > 910000000; // FM rooms subset, thanks to shavitush (shavit) } public static boolean isMerchantLocked(MapleMap map) { diff --git a/src/net/server/channel/handlers/FaceExpressionHandler.java b/src/net/server/channel/handlers/FaceExpressionHandler.java index 6a463dd726..11a162030b 100644 --- a/src/net/server/channel/handlers/FaceExpressionHandler.java +++ b/src/net/server/channel/handlers/FaceExpressionHandler.java @@ -34,7 +34,7 @@ public final class FaceExpressionHandler extends AbstractMaplePacketHandler { int emote = slea.readInt(); if (emote > 7) { - int itemid = 5159992 + emote; // thanks Rajan (Darter) for reporting unchecked emote itemid + int itemid = 5159992 + emote; // thanks RajanGrewal (Darter) for reporting unchecked emote itemid if (!ItemConstants.isFaceExpression(itemid) || chr.getInventory(ItemConstants.getInventoryType(itemid)).findById(itemid) == null) { return; } diff --git a/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java b/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java index a94184d620..39c318e64b 100644 --- a/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java +++ b/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java @@ -49,7 +49,7 @@ public final class MobDamageMobFriendlyHandler extends AbstractMaplePacketHandle return; } - int damage = Randomizer.nextInt(((monster.getMaxHp() / 13 + monster.getPADamage() * 10)) * 2 + 500) / 10; //Beng's formula. + int damage = Randomizer.nextInt(((monster.getMaxHp() / 13 + monster.getPADamage() * 10)) * 2 + 500) / 10; // Formula planned by Beng. if (monster.getHp() - damage < 1) { // friendly dies if(monster.getId() == 9300102) { diff --git a/src/net/server/channel/handlers/PlayerMapTransitionHandler.java b/src/net/server/channel/handlers/PlayerMapTransitionHandler.java index fa7938a9b2..00b94828dc 100644 --- a/src/net/server/channel/handlers/PlayerMapTransitionHandler.java +++ b/src/net/server/channel/handlers/PlayerMapTransitionHandler.java @@ -51,7 +51,7 @@ public final class PlayerMapTransitionHandler extends AbstractMaplePacketHandler chr.announce(MaplePacketCreator.giveBuff(1, beaconid, stat)); } - if (!chr.isHidden()) { // thanks Lame for noticing hidden characters controlling mobs + if (!chr.isHidden()) { // thanks Lame (Conrad) for noticing hidden characters controlling mobs for (MapleMapObject mo : chr.getMap().getMonsters()) { // thanks BHB, IxianMace, Jefe for noticing several issues regarding mob statuses (such as freeze) MapleMonster m = (MapleMonster) mo; if (m.getSpawnEffect() == 0 || m.getHp() < m.getMaxHp()) { // avoid effect-spawning mobs diff --git a/src/net/server/channel/handlers/RingActionHandler.java b/src/net/server/channel/handlers/RingActionHandler.java index bbca1ca702..ab1db998fc 100644 --- a/src/net/server/channel/handlers/RingActionHandler.java +++ b/src/net/server/channel/handlers/RingActionHandler.java @@ -466,7 +466,7 @@ public final class RingActionHandler extends AbstractMaplePacketHandler { case 9: try { - // By -- Drago (Dragohe4rt) + // By -- Dragoso (Drago) // Groom and Bride's Wishlist MapleCharacter player = c.getPlayer(); diff --git a/src/tools/MaplePacketCreator.java b/src/tools/MaplePacketCreator.java index 8ebe07bb69..41ed1b2d7a 100644 --- a/src/tools/MaplePacketCreator.java +++ b/src/tools/MaplePacketCreator.java @@ -340,7 +340,7 @@ public class MaplePacketCreator { if (!viewall) { mplew.write(0); } - if (chr.isGM() || chr.isGmJob()) { // thanks Egg Daddy (Ubaware), resinate for noticing GM jobs crashing on non-GM players account + if (chr.isGM() || chr.isGmJob()) { // thanks Daddy Egg (Ubaware), resinate for noticing GM jobs crashing on non-GM players account mplew.write(0); return; }