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/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/docs/mychanges_ptbr.txt b/docs/mychanges_ptbr.txt index 3b787ea089..9a63d3ff28 100644 --- a/docs/mychanges_ptbr.txt +++ b/docs/mychanges_ptbr.txt @@ -1894,6 +1894,7 @@ Corrigido skill "Monster Magnet" desconectando jogadores ao utilizá-la. Isso oc 26 Maio 2019, Ajustado portal que acessa área do NPC Nein Spirit's Baby Dragon, para permitir acesso aos jogadores que concluem a rachadura do ovo, ao invés de somente após completar quest. +Normalizado comentários de créditos. 31 Maio 2019, Implementado método/comando que permite visualizar itens que podem ser ganhos pelo gachapons. @@ -2328,4 +2329,4 @@ Revisado Inventory Sort, agora ordenando projéteis por bônus de dano. 06 Dezembro 2019, Implementado pacote para visão de buffs de efeito imbuído em armas para outros jogadores. -Corrigido casos de exceção devido a portais nulos na função que troca jogador de mapas interferindo com próximas trocas de mapa (jogador fica preso até relogar). \ No newline at end of file +Corrigido casos de exceção devido a portais nulos na função que troca jogador de mapas interferindo com próximas trocas de mapa (jogador fica preso até relogar). 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/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/event/3rdJob_bowman.js b/scripts/event/3rdJob_bowman.js index 2fe501b8c5..4388b7a27a 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 9742e19f14..e7875bcea2 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 5a04044b66..094086c8ce 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 82e268496a..2b0164ba8e 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 a940130997..3da091fa42 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 ce0e50da82..f8c938d075 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 95ec6c3e1f..d026a0fb09 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 17f62c4454..ba58956743 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 cffac5f48f..322beef6d7 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 ce31cc64e5..d9d064cc7f 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 c5c5058fae..9c2a023622 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 33c7422eab..0517777dda 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 a2b6c03f14..1fa9b7da5f 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 c69e05b521..c25725fc24 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 9e790d89fe..4c7e41df21 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 415521505c..327ab2778c 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 6a32a98b7b..17ee7b3a59 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 18decbfa3d..2b44f2a4a5 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 803d102bb9..90c69d27ea 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 3d533e6740..6791f678ad 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 af8aba642f..6ff9c0dfd6 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 0f1729087e..71f178f023 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 5c678722b7..450b794f49 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 fb7087c412..789cb0b8ec 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 38df9109c7..0df9871263 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/item/killarmush.js b/scripts/item/killarmush.js index bb676f4a2f..6162f98a87 100644 --- a/scripts/item/killarmush.js +++ b/scripts/item/killarmush.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/scripts/item/removethorns.js b/scripts/item/removethorns.js index aaec889080..83bd6417ce 100644 --- a/scripts/item/removethorns.js +++ b/scripts/item/removethorns.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free 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/1012103.js b/scripts/npc/1012103.js index 9b27839836..f3508b0bdb 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/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/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/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/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/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/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/1052100.js b/scripts/npc/1052100.js index 62de216d0c..127be5cc40 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/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 2255ae3b3c..9ddce6bbbd 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 Jade™ advQuest = 5; // string visibility thanks to iPunchEm & Glvelturall cm.sendNext("Not bad at all. Let's discuss this outside!"); } else if (cm.getQuestProgressInt(6330, 6331) == 0) { 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 ecc9910a71..96e333cc35 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 @@ -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 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/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/1102003.js b/scripts/npc/1102003.js index cdeacbd9e7..eb9c59c847 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/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 5a993b03bc..ee2f89b0ca 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/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/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/2010001.js b/scripts/npc/2010001.js index 7d9cbbfc2e..d1d53104db 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/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 84081ee49c..9c32b31421 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 800c32ada3..960dad19f9 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 a21b84d4e7..3a242c3659 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 e421c02582..05a7120a4f 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 6f30b9c151..71af8dd7db 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 52e985a993..d0d33d06ee 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 aa9ac0d73c..a70af27e4f 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/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/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/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/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/2041007.js b/scripts/npc/2041007.js index 46646dacf4..05a22869a6 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/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/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/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/2042000.js b/scripts/npc/2042000.js index cd84aeec75..1b20c94ed7 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 e8d284d80f..7d57140f9e 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 7d0a3251d6..8ffd18763d 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/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 ea93a0b9f8..26a43ecf67 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 ea93a0b9f8..26a43ecf67 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 ea93a0b9f8..26a43ecf67 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 ea93a0b9f8..26a43ecf67 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 ea93a0b9f8..26a43ecf67 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 ea93a0b9f8..26a43ecf67 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.js b/scripts/npc/2082014.js index 60614d44a9..6b0eac71fd 100644 --- a/scripts/npc/2082014.js +++ b/scripts/npc/2082014.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free 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/2090100.js b/scripts/npc/2090100.js index b4320132c2..a4e7ad8b81 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/2091005.js b/scripts/npc/2091005.js index f83b0fd997..bde9d339dd 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/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/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/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/2103000.js b/scripts/npc/2103000.js index 16cde87e59..ae5cd41956 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 a5a382dfaa..98960f3301 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 f78baaaa7e..24d3e420f5 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 1f49150290..83898e072b 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 d3bddd3a85..d6c45109ef 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 c8f6c47787..33a4eaf1fa 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 9fff919dea..f6c8ad13e1 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 9321a46dc6..617dceae09 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 a4f3b17617..63b9f4874b 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/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/2111003.js b/scripts/npc/2111003.js index aa22675e67..82901da15b 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/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 7f4b75ea3d..6a35da3229 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 f6e1e7310d..5b1e454f4e 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 26b4ef159a..95d07048f4 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 7bd135dd29..fb0bbd845e 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 fbceccde4c..28674aae7f 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 1695c57816..9e6dc25e4b 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 897ab66950..d800d3c52f 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 2984e6b756..17d305d19b 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 6daefb0316..9516d06c41 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 10a4fda4d8..6e4c8f0be5 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 44da2246da..b637a6ba64 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 3106645572..2615ab3ac6 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/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 6a7cff98f6..7c253084cc 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/2133000.js b/scripts/npc/2133000.js index e5b3de290b..a91a790498 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 18083f6e33..7ec1630216 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 @@ -21,7 +21,7 @@ Refining NPC: * Chaos scroll SYNTHETIZER (rofl) * - * @author RonanLana + * @author RonanLana (ronancpl) */ var status = 0; diff --git a/scripts/npc/9000036.js b/scripts/npc/9000036.js index 97b7327b88..247353a8a4 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 fe4770623f..75650242b9 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 666e3616b5..45d4b1aeac 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/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 52b1e7d27a..e0fdb4a85e 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 @@ -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 97641fe734..11ba8384a5 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 @@ -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/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/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/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/npc/9201015.js b/scripts/npc/9201015.js index a41d48c246..4786e909e3 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/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/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/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/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 8cc7915ba8..540e599fac 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/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..62d14296ab 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 @@ -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/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..66c91073c3 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 @@ -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 8a88f420d9..8ae109da76 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 @@ -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 043316878b..cb05b35630 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 @@ -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 98e4a1cd20..af34c2e37f 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 @@ -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 273a394437..70641a08a4 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 @@ -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/9209000.js b/scripts/npc/9209000.js index 3feffe777f..3c149e6df6 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/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/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/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/npc/gachaponInfo.js b/scripts/npc/gachaponInfo.js index 9b1aeccc1f..2a63279a1b 100644 --- a/scripts/npc/gachaponInfo.js +++ b/scripts/npc/gachaponInfo.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free 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/mapleTV.js b/scripts/npc/mapleTV.js index db14d5adab..93c58b5d66 100644 --- a/scripts/npc/mapleTV.js +++ b/scripts/npc/mapleTV.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free 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 f958748535..bbe07c49da 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 08d5b5f1a9..886729bccf 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/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/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/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/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 9832335769..daf52bf2cf 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/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/s4mind_end.js b/scripts/portal/s4mind_end.js index 6b8343b7ae..7067e76d11 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/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 d79ce0fcfd..96d105db05 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/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/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/portal/secretDoor.js b/scripts/portal/secretDoor.js index 392ec72f4d..43fb733eed 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 ff5dba59d4..dbb7c9a4d5 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/1021.js b/scripts/quest/1021.js index b43519b843..7d10f5d8f6 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/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 c30be527c4..b95efc5805 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 @@ -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 Jade™ if (mode == -1) { qm.dispose(); } else { diff --git a/scripts/quest/20514.js b/scripts/quest/20514.js index 045fadc608..f7c6fcb65a 100644 --- a/scripts/quest/20514.js +++ b/scripts/quest/20514.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free 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 b6ebc54198..07cb063c4a 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 f30354e46f..756d8157ad 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 488aa7cef8..d7648c72cf 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 fae1da010e..2d8119b21e 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/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 bba95c9621..95bf1964a2 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 2377d6db84..fee87ea085 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 12be56e8a0..fdc12d5624 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 fdb5bc4606..c1345fbb11 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 a86b8aa286..e711d50f6e 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 e1800ca83e..c4a4b8d64a 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 25bebfd533..b2ed795614 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 8d38167650..9e4d69dfaf 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 b10b401ea3..04961a9a0c 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 91e35ccce2..6812c3c79f 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 2f344bef33..4b37da7621 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/2186.js b/scripts/quest/2186.js index 11ced316ea..9595e7b98e 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/2214.js b/scripts/quest/2214.js index c4b5952089..dd8800681c 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 e486d74797..0c3b24bc7b 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 68f56e27fd..0364562ca1 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 c2dbd7b7db..396f4dd97a 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 7e1c47dcd0..9b0f14bfb0 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 2a8730e351..833f9131bb 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 d7e9826d26..0d7ab84a4b 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 2007688819..5ea4177c39 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 f21d36115f..e09bef4312 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 8f2d5f0903..9ab0deb1ae 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 783dfc5cf5..7fe8f2820a 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 6a99207e6d..852411aaaa 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/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 3b72709bed..2111510cd7 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 e5e69bd569..1deddac73e 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 58b157d0ee..b6fcdd41ec 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 b0571a8622..2432054981 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 9c5d62897f..f55d8af293 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 1e3db1a23e..919c75815f 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 ff1281e504..40fc347f56 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 b51d69db2e..a7897a0978 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 2b6cc9bcde..381d762e37 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 126e531a9a..b9fc263f00 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 00b7a8cc22..6ce6f2309b 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/scripts/quest/2338.js b/scripts/quest/2338.js index 8722341bef..71899082da 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 3cb9ea2675..7385fbfa47 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 5321d3839b..fc17c6b6a3 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/3314.js b/scripts/quest/3314.js index 31edf6da5d..e549b69e8d 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 686c60fe30..e53fb914b4 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/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 0c7d0eccef..5d1ac8f05f 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 e142e844f8..913c341fb9 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/3933.js b/scripts/quest/3933.js index 04b1261820..4ee82e96df 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 ecee5987ea..6588efd4af 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 0229c9b019..1575c21706 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 8016d8279b..6f0ca48ffd 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 af09ed2295..1407c20da6 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/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 915458338b..a332e450d4 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/2008007.js b/scripts/reactor/2008007.js index da63c803c2..a5d0169cd8 100644 --- a/scripts/reactor/2008007.js +++ b/scripts/reactor/2008007.js @@ -1,6 +1,6 @@ /* This file is part of the HeavenMS MapleStory Server - Copyleft (L) 2016 - 2018 RonanLana + Copyleft (L) 2016 - 2019 RonanLana This program is free 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/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/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 fd09457f4a..407a1d3461 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 724710c6bb..e46ebb3bc4 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/MapleCharacter.java b/src/client/MapleCharacter.java index 7284964a6b..3ff5915271 100644 --- a/src/client/MapleCharacter.java +++ b/src/client/MapleCharacter.java @@ -2262,7 +2262,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; } @@ -3282,7 +3282,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; } @@ -3581,7 +3581,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); @@ -7404,7 +7404,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"))); } @@ -8002,7 +8002,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 { @@ -10044,7 +10044,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/client/MapleFamilyEntry.java b/src/client/MapleFamilyEntry.java index 82858ae131..e1ad0ecad0 100644 --- a/src/client/MapleFamilyEntry.java +++ b/src/client/MapleFamilyEntry.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/MapleMount.java b/src/client/MapleMount.java index e7d07cd9ff..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/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/Command.java b/src/client/command/Command.java index 8f1a45514a..fac0158ce1 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 3728dd4a5a..e30c90adc2 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/commands/gm0/BuyBackCommand.java b/src/client/command/commands/gm0/BuyBackCommand.java index 07b3139211..3a8364d408 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 b37a17c8a3..ffb5fa4414 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 eae417cd36..efb5097a07 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 3a4a21fba7..67659906c5 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 52c7824da9..5377217768 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 bd2d428965..b297c99969 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 c08092472d..7e4ce9eb54 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 69fdbf842d..ce3e1728ba 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 c539e56180..1a69382e96 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 cc5c47f481..8582c78587 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 c706e94b4f..ad88a84a98 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 27115ed60c..d91a3b8a01 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 1657e467dd..24df9a93d1 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 @@ -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"); @@ -111,7 +111,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 = GameConstants.GOTO_TOWNS; } 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 fc2c58140d..baa72b0ad7 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/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/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 6276217eed..e1ed732924 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 cf1d253f97..d7b8bbb3c6 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 3d15a23f06..a159cfb599 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 e1b9a8eeef..e532131880 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/LootCommand.java b/src/client/command/commands/gm2/LootCommand.java index fb43fac434..845962ebf7 100644 --- a/src/client/command/commands/gm2/LootCommand.java +++ b/src/client/command/commands/gm2/LootCommand.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 6344f867d1..2b3dc1a492 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 ff496173fa..d5a99a4ffd 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 1abe7fcaad..18776dd01e 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 38a06ec0a8..018854b110 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 147073d905..187ad4db63 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 94ea14e562..b2a6affd7f 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 e2da268ec8..e22e17e6e7 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 a00bce1b35..e7fb5c8a28 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 2c80e4111e..d4d5f27857 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 bff9061117..acd71dd211 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 358d6642da..8595b37b6e 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 831ab05b2e..5ad3caef31 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 0e5464259e..b6207ea9d8 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 48f7051fb7..c1502da63f 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 93dc7ab930..667f1848b1 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 a05b51ce04..d062e63eb7 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 80675afe6c..081493e92c 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 898e8f6b7b..a49408b1c5 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 6eca8abf06..7e88b91dff 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 55d2d87fdd..25346e1468 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 116dcc1a2a..5ae15f609b 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 394ea5b467..e9742e8ea7 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 abd54a85c0..d760e2fbc8 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 51ba8e912b..fe65ab98b5 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 aaf3c6cfa8..7ce5ac9b61 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/Equip.java b/src/client/inventory/Equip.java index 39a5e91e4a..91036d9287 100644 --- a/src/client/inventory/Equip.java +++ b/src/client/inventory/Equip.java @@ -310,7 +310,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/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 52fd28f8d9..4345518d43 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/MapleInventoryManipulator.java b/src/client/inventory/manipulator/MapleInventoryManipulator.java index 682affe285..2a5be06bf7 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 { @@ -411,7 +411,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/inventory/manipulator/MapleKarmaManipulator.java b/src/client/inventory/manipulator/MapleKarmaManipulator.java index 66221a8df5..c0cb0838d3 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/action/BuybackProcessor.java b/src/client/processor/action/BuybackProcessor.java index 1920602e35..cacd0067be 100644 --- a/src/client/processor/action/BuybackProcessor.java +++ b/src/client/processor/action/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/action/MakerProcessor.java b/src/client/processor/action/MakerProcessor.java index 4ce7f25b1b..e2634abce6 100644 --- a/src/client/processor/action/MakerProcessor.java +++ b/src/client/processor/action/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 @@ -267,7 +267,7 @@ public class MakerProcessor { reagentids.remove(i); } - // only quantity 1 of each gem will be accepted by the Maker skill + // the Maker skill will use only one of each gem for(Integer i : reagentids.keySet()) { reagentids.put(i, (short) 1); } diff --git a/src/client/processor/action/SpawnPetProcessor.java b/src/client/processor/action/SpawnPetProcessor.java index 0f45f86c79..c8c74dcf86 100644 --- a/src/client/processor/action/SpawnPetProcessor.java +++ b/src/client/processor/action/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/client/processor/npc/DueyProcessor.java b/src/client/processor/npc/DueyProcessor.java index a785335c19..0cc17d4636 100644 --- a/src/client/processor/npc/DueyProcessor.java +++ b/src/client/processor/npc/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/npc/FredrickProcessor.java b/src/client/processor/npc/FredrickProcessor.java index d92f2def05..3b807b6552 100644 --- a/src/client/processor/npc/FredrickProcessor.java +++ b/src/client/processor/npc/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 @@ -49,7 +49,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/client/processor/stat/AssignAPProcessor.java b/src/client/processor/stat/AssignAPProcessor.java index dcf2488e93..3c2edb6fd8 100644 --- a/src/client/processor/stat/AssignAPProcessor.java +++ b/src/client/processor/stat/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/stat/AssignSPProcessor.java b/src/client/processor/stat/AssignSPProcessor.java index cf100fd8ce..fc1cf37870 100644 --- a/src/client/processor/stat/AssignSPProcessor.java +++ b/src/client/processor/stat/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/constants/game/GameConstants.java b/src/constants/game/GameConstants.java index e916af64bf..9ccb30228c 100644 --- a/src/constants/game/GameConstants.java +++ b/src/constants/game/GameConstants.java @@ -60,7 +60,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); @@ -100,7 +100,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); @@ -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/constants/game/ScriptableNPCConstants.java b/src/constants/game/ScriptableNPCConstants.java index c2d47d84ba..df8a255cf9 100644 --- a/src/constants/game/ScriptableNPCConstants.java +++ b/src/constants/game/ScriptableNPCConstants.java @@ -5,8 +5,8 @@ package constants.game; * @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/inventory/EquipSlot.java b/src/constants/inventory/EquipSlot.java index 1bd6dd0a46..63c7f7b3a9 100644 --- a/src/constants/inventory/EquipSlot.java +++ b/src/constants/inventory/EquipSlot.java @@ -2,7 +2,7 @@ package constants.inventory; /** * - * @author The Spookster + * @author The Spookster (The Real Spookster) */ public enum EquipSlot { diff --git a/src/constants/inventory/EquipType.java b/src/constants/inventory/EquipType.java index 37fe0363dd..afcc627420 100644 --- a/src/constants/inventory/EquipType.java +++ b/src/constants/inventory/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/net/OpcodeConstants.java b/src/constants/net/OpcodeConstants.java index a1ad036189..d37bff7331 100644 --- a/src/constants/net/OpcodeConstants.java +++ b/src/constants/net/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/constants/string/LanguageConstants.java b/src/constants/string/LanguageConstants.java index 4bbf48d4d1..2170961aad 100644 --- a/src/constants/string/LanguageConstants.java +++ b/src/constants/string/LanguageConstants.java @@ -4,7 +4,7 @@ import client.MapleCharacter; /** * - * @author Drago - Dragohe4rt + * @author Drago (Dragohe4rt) */ public class LanguageConstants { 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/Server.java b/src/net/server/Server.java index 00472b3262..fa20c2bb19 100644 --- a/src/net/server/Server.java +++ b/src/net/server/Server.java @@ -889,7 +889,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/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 98780b18d3..a7bb1c850d 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 a67d5be827..53d78f062f 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 fccd60b85b..fbdb6c7b3c 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 119916bd29..6d87a8739c 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 a492cbf1e2..3bf895a3f1 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 9010dc5ec8..3c453e3e54 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 354b9528b8..31446ce2b3 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 c900689950..5bd1f78d95 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/AbstractDealDamageHandler.java b/src/net/server/channel/handlers/AbstractDealDamageHandler.java index 027f0e8691..f61a9ed7d0 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 == DawnWarrior.FINAL_ATTACK || attack.skill == WindArcher.FINAL_ATTACK) { // prevent cygnus FA refreshing 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 8e440a44a4..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 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 0e9e67cf20..6f97a56e92 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/CashShopSurpriseHandler.java b/src/net/server/channel/handlers/CashShopSurpriseHandler.java index 9f6e9d697a..f5df6a4699 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/ChangeMapHandler.java b/src/net/server/channel/handlers/ChangeMapHandler.java index 40700b28b0..d3be7548ab 100644 --- a/src/net/server/channel/handlers/ChangeMapHandler.java +++ b/src/net/server/channel/handlers/ChangeMapHandler.java @@ -85,7 +85,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/CouponCodeHandler.java b/src/net/server/channel/handlers/CouponCodeHandler.java index ee852650e9..2dfb6f86e4 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/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/FamilySeparateHandler.java b/src/net/server/channel/handlers/FamilySeparateHandler.java index 93597f53d1..d1a69822b0 100644 --- a/src/net/server/channel/handlers/FamilySeparateHandler.java +++ b/src/net/server/channel/handlers/FamilySeparateHandler.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 @@ -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/FieldDamageMobHandler.java b/src/net/server/channel/handlers/FieldDamageMobHandler.java index 0a6942319d..6eb53f5086 100644 --- a/src/net/server/channel/handlers/FieldDamageMobHandler.java +++ b/src/net/server/channel/handlers/FieldDamageMobHandler.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/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/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/MobDamageMobFriendlyHandler.java b/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java index bdc8f692b0..39c318e64b 100644 --- a/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java +++ b/src/net/server/channel/handlers/MobDamageMobFriendlyHandler.java @@ -32,7 +32,7 @@ import client.MapleClient; /** * - * @author Xotic & BubblesDev + * @author Xotic (XoticStory) & BubblesDev */ public final class MobDamageMobFriendlyHandler extends AbstractMaplePacketHandler { @@ -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/MonsterCarnivalHandler.java b/src/net/server/channel/handlers/MonsterCarnivalHandler.java index 31b48abee1..7878dd3254 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/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/net/server/channel/handlers/NewYearCardHandler.java b/src/net/server/channel/handlers/NewYearCardHandler.java index a2c4d8587e..af7d3102bb 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/OpenFamilyHandler.java b/src/net/server/channel/handlers/OpenFamilyHandler.java index 39dcdeeaf4..0811842ed8 100644 --- a/src/net/server/channel/handlers/OpenFamilyHandler.java +++ b/src/net/server/channel/handlers/OpenFamilyHandler.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/OpenFamilyPedigreeHandler.java b/src/net/server/channel/handlers/OpenFamilyPedigreeHandler.java index 2a24be3cda..444cc9161a 100644 --- a/src/net/server/channel/handlers/OpenFamilyPedigreeHandler.java +++ b/src/net/server/channel/handlers/OpenFamilyPedigreeHandler.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 25f6c8baa1..5eab87fa5b 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/PlayerInteractionHandler.java b/src/net/server/channel/handlers/PlayerInteractionHandler.java index ac4010e3f5..a066a7fbb2 100644 --- a/src/net/server/channel/handlers/PlayerInteractionHandler.java +++ b/src/net/server/channel/handlers/PlayerInteractionHandler.java @@ -56,7 +56,7 @@ import java.util.Arrays; /** * * @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/PlayerMapTransitionHandler.java b/src/net/server/channel/handlers/PlayerMapTransitionHandler.java index 0828593921..00b94828dc 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 @@ -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/QuestActionHandler.java b/src/net/server/channel/handlers/QuestActionHandler.java index fcadb213da..a35b2a0239 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; Point pos = player.getPosition(); 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 41da5441c5..ab1db998fc 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 -- Dragoso (Drago) // 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 4972eefa73..18722edf21 100644 --- a/src/net/server/channel/handlers/SummonDamageHandler.java +++ b/src/net/server/channel/handlers/SummonDamageHandler.java @@ -86,7 +86,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/TransferNameHandler.java b/src/net/server/channel/handlers/TransferNameHandler.java index b574e450a7..17f16e4e2e 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 6e75bbc1d2..aca218c523 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 446752f544..83a27d8bce 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/UseCashItemHandler.java b/src/net/server/channel/handlers/UseCashItemHandler.java index 5c8a207a79..2d385aed0d 100644 --- a/src/net/server/channel/handlers/UseCashItemHandler.java +++ b/src/net/server/channel/handlers/UseCashItemHandler.java @@ -348,7 +348,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/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 5c81060879..10268306cd 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/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 2c51dd728c..677f119786 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/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/coordinator/login/LoginStorage.java b/src/net/server/coordinator/login/LoginStorage.java index be779f2665..6c2bf3dafe 100644 --- a/src/net/server/coordinator/login/LoginStorage.java +++ b/src/net/server/coordinator/login/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/login/MapleLoginBypassCoordinator.java b/src/net/server/coordinator/login/MapleLoginBypassCoordinator.java index c52cd34732..30c111ab3d 100644 --- a/src/net/server/coordinator/login/MapleLoginBypassCoordinator.java +++ b/src/net/server/coordinator/login/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/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/MapleMatchCheckerCoordinator.java b/src/net/server/coordinator/matchchecker/MapleMatchCheckerCoordinator.java index 9133a39796..29ba8611e0 100644 --- a/src/net/server/coordinator/matchchecker/MapleMatchCheckerCoordinator.java +++ b/src/net/server/coordinator/matchchecker/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/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 613c6cf18f..0069f02735 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 6f4899d1d5..6c42b38dbb 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/MaplePartySearchCoordinator.java b/src/net/server/coordinator/partysearch/MaplePartySearchCoordinator.java index 33434101cc..fd0679f74e 100644 --- a/src/net/server/coordinator/partysearch/MaplePartySearchCoordinator.java +++ b/src/net/server/coordinator/partysearch/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/partysearch/PartySearchCharacter.java b/src/net/server/coordinator/partysearch/PartySearchCharacter.java index b70ed0cc3a..6d95e43007 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 9b597028c2..fca40326ad 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 2198a1a44e..059ff89d15 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/coordinator/session/MapleSessionCoordinator.java b/src/net/server/coordinator/session/MapleSessionCoordinator.java index 95fc2e6289..9f2f171552 100644 --- a/src/net/server/coordinator/session/MapleSessionCoordinator.java +++ b/src/net/server/coordinator/session/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/world/MapleEventRecallCoordinator.java b/src/net/server/coordinator/world/MapleEventRecallCoordinator.java index 21b294a172..2016677c07 100644 --- a/src/net/server/coordinator/world/MapleEventRecallCoordinator.java +++ b/src/net/server/coordinator/world/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/world/MapleInviteCoordinator.java b/src/net/server/coordinator/world/MapleInviteCoordinator.java index ed0c1596df..05a75324b5 100644 --- a/src/net/server/coordinator/world/MapleInviteCoordinator.java +++ b/src/net/server/coordinator/world/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/world/MapleMonsterAggroCoordinator.java b/src/net/server/coordinator/world/MapleMonsterAggroCoordinator.java index e95739cf00..bbc8437090 100644 --- a/src/net/server/coordinator/world/MapleMonsterAggroCoordinator.java +++ b/src/net/server/coordinator/world/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/handlers/login/LoginPasswordHandler.java b/src/net/server/handlers/login/LoginPasswordHandler.java index 248699e72f..c5ddfed5c4 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 diff --git a/src/net/server/services/BaseScheduler.java b/src/net/server/services/BaseScheduler.java index 61013b6129..b27203465f 100644 --- a/src/net/server/services/BaseScheduler.java +++ b/src/net/server/services/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/services/SchedulerListener.java b/src/net/server/services/SchedulerListener.java index 692513df40..975de08b19 100644 --- a/src/net/server/services/SchedulerListener.java +++ b/src/net/server/services/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/services/task/channel/EventService.java b/src/net/server/services/task/channel/EventService.java index bb781c917e..278fe4aa51 100644 --- a/src/net/server/services/task/channel/EventService.java +++ b/src/net/server/services/task/channel/EventService.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/services/task/channel/FaceExpressionService.java b/src/net/server/services/task/channel/FaceExpressionService.java index 52b5d343f1..3231a9a863 100644 --- a/src/net/server/services/task/channel/FaceExpressionService.java +++ b/src/net/server/services/task/channel/FaceExpressionService.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/services/task/channel/MobAnimationService.java b/src/net/server/services/task/channel/MobAnimationService.java index 46d7234c9e..d7e3249564 100644 --- a/src/net/server/services/task/channel/MobAnimationService.java +++ b/src/net/server/services/task/channel/MobAnimationService.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/services/task/channel/MobClearSkillService.java b/src/net/server/services/task/channel/MobClearSkillService.java index c5bb1c3e75..2477078441 100644 --- a/src/net/server/services/task/channel/MobClearSkillService.java +++ b/src/net/server/services/task/channel/MobClearSkillService.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/services/task/channel/MobMistService.java b/src/net/server/services/task/channel/MobMistService.java index d666880a84..4424daf9b9 100644 --- a/src/net/server/services/task/channel/MobMistService.java +++ b/src/net/server/services/task/channel/MobMistService.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/services/task/channel/MobStatusService.java b/src/net/server/services/task/channel/MobStatusService.java index 62faa56735..735d2fe4ad 100644 --- a/src/net/server/services/task/channel/MobStatusService.java +++ b/src/net/server/services/task/channel/MobStatusService.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/services/task/channel/OverallService.java b/src/net/server/services/task/channel/OverallService.java index 74303d3b2f..7dc75f1ea6 100644 --- a/src/net/server/services/task/channel/OverallService.java +++ b/src/net/server/services/task/channel/OverallService.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/services/task/world/CharacterSaveService.java b/src/net/server/services/task/world/CharacterSaveService.java index a1e32fc36b..1d7fe096b6 100644 --- a/src/net/server/services/task/world/CharacterSaveService.java +++ b/src/net/server/services/task/world/CharacterSaveService.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/task/BaseTask.java b/src/net/server/task/BaseTask.java index f9b2775864..73b1af0864 100644 --- a/src/net/server/task/BaseTask.java +++ b/src/net/server/task/BaseTask.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/task/BossLogTask.java b/src/net/server/task/BossLogTask.java index 1a9b1b055e..5c5ce14b05 100644 --- a/src/net/server/task/BossLogTask.java +++ b/src/net/server/task/BossLogTask.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/task/CharacterAutosaverTask.java b/src/net/server/task/CharacterAutosaverTask.java index 8f9611a15a..4c44ef2abb 100644 --- a/src/net/server/task/CharacterAutosaverTask.java +++ b/src/net/server/task/CharacterAutosaverTask.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/task/CharacterDiseaseTask.java b/src/net/server/task/CharacterDiseaseTask.java index 7e9c65692c..9f25bc392c 100644 --- a/src/net/server/task/CharacterDiseaseTask.java +++ b/src/net/server/task/CharacterDiseaseTask.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/task/CouponTask.java b/src/net/server/task/CouponTask.java index ef97a4019f..4436b3c78d 100644 --- a/src/net/server/task/CouponTask.java +++ b/src/net/server/task/CouponTask.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/task/DueyFredrickTask.java b/src/net/server/task/DueyFredrickTask.java index 17a356134a..dd570f71e2 100644 --- a/src/net/server/task/DueyFredrickTask.java +++ b/src/net/server/task/DueyFredrickTask.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/task/EventRecallCoordinatorTask.java b/src/net/server/task/EventRecallCoordinatorTask.java index 370d930122..585c87d75f 100644 --- a/src/net/server/task/EventRecallCoordinatorTask.java +++ b/src/net/server/task/EventRecallCoordinatorTask.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/task/FishingTask.java b/src/net/server/task/FishingTask.java index ba154ecc60..8d45625424 100644 --- a/src/net/server/task/FishingTask.java +++ b/src/net/server/task/FishingTask.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/task/HiredMerchantTask.java b/src/net/server/task/HiredMerchantTask.java index cf0ca17386..41f624bf75 100644 --- a/src/net/server/task/HiredMerchantTask.java +++ b/src/net/server/task/HiredMerchantTask.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/task/InvitationTask.java b/src/net/server/task/InvitationTask.java index 6aa153f0d0..d722c92d7b 100644 --- a/src/net/server/task/InvitationTask.java +++ b/src/net/server/task/InvitationTask.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/task/LoginCoordinatorTask.java b/src/net/server/task/LoginCoordinatorTask.java index b51d312069..bf9109a40b 100644 --- a/src/net/server/task/LoginCoordinatorTask.java +++ b/src/net/server/task/LoginCoordinatorTask.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/task/LoginStorageTask.java b/src/net/server/task/LoginStorageTask.java index 4975dd37da..a7b99eaa84 100644 --- a/src/net/server/task/LoginStorageTask.java +++ b/src/net/server/task/LoginStorageTask.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/task/MapOwnershipTask.java b/src/net/server/task/MapOwnershipTask.java index cc61e18554..8b0db7cc45 100644 --- a/src/net/server/task/MapOwnershipTask.java +++ b/src/net/server/task/MapOwnershipTask.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/task/MountTirednessTask.java b/src/net/server/task/MountTirednessTask.java index 1b5277eea0..9bc7de66a3 100644 --- a/src/net/server/task/MountTirednessTask.java +++ b/src/net/server/task/MountTirednessTask.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/task/PartySearchTask.java b/src/net/server/task/PartySearchTask.java index 6adea657b8..64784ea2dd 100644 --- a/src/net/server/task/PartySearchTask.java +++ b/src/net/server/task/PartySearchTask.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/task/PetFullnessTask.java b/src/net/server/task/PetFullnessTask.java index 5fe6a58fc9..9652201f0c 100644 --- a/src/net/server/task/PetFullnessTask.java +++ b/src/net/server/task/PetFullnessTask.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/task/RankingCommandTask.java b/src/net/server/task/RankingCommandTask.java index 61a5dd0c93..b5f95fdb52 100644 --- a/src/net/server/task/RankingCommandTask.java +++ b/src/net/server/task/RankingCommandTask.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/task/ReleaseLockTask.java b/src/net/server/task/ReleaseLockTask.java index c887d5059e..7a54ec264c 100644 --- a/src/net/server/task/ReleaseLockTask.java +++ b/src/net/server/task/ReleaseLockTask.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/task/ServerMessageTask.java b/src/net/server/task/ServerMessageTask.java index bac3de329d..06982ba19a 100644 --- a/src/net/server/task/ServerMessageTask.java +++ b/src/net/server/task/ServerMessageTask.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/task/TimedMapObjectTask.java b/src/net/server/task/TimedMapObjectTask.java index ece2abd337..7c5f9f75e6 100644 --- a/src/net/server/task/TimedMapObjectTask.java +++ b/src/net/server/task/TimedMapObjectTask.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/world/World.java b/src/net/server/world/World.java index f1ebaf43d1..82e8cd7e3c 100644 --- a/src/net/server/world/World.java +++ b/src/net/server/world/World.java @@ -110,7 +110,7 @@ import tools.packets.Fishing; /** * * @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 { @@ -517,7 +517,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/scripting/event/EventScheduledFuture.java b/src/scripting/event/EventScheduledFuture.java index 647b74675b..8d0be3bbb4 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/scheduler/EventScriptScheduler.java b/src/scripting/event/scheduler/EventScriptScheduler.java index 94830ecfac..3e8805f2ac 100644 --- a/src/scripting/event/scheduler/EventScriptScheduler.java +++ b/src/scripting/event/scheduler/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/scripting/npc/NPCConversationManager.java b/src/scripting/npc/NPCConversationManager.java index 52680715d6..bb5f963d11 100644 --- a/src/scripting/npc/NPCConversationManager.java +++ b/src/scripting/npc/NPCConversationManager.java @@ -615,7 +615,7 @@ public class NPCConversationManager extends AbstractPlayerInteraction { } } - // 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 235016b174..a1ad6c58b2 100644 --- a/src/server/MapleItemInformationProvider.java +++ b/src/server/MapleItemInformationProvider.java @@ -919,10 +919,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 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) { @@ -1543,7 +1547,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); } @@ -2067,7 +2071,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/MapleMarriage.java b/src/server/MapleMarriage.java index 8a4c912a08..1fcae81703 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 2b2c2114ba..9d4c75055f 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/MapleStatEffect.java b/src/server/MapleStatEffect.java index 08b1b02916..7cde000dd9 100644 --- a/src/server/MapleStatEffect.java +++ b/src/server/MapleStatEffect.java @@ -1104,7 +1104,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(); @@ -1133,7 +1133,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) { applyfrom.dispelDebuff(debuff); } diff --git a/src/server/MapleStorageInventory.java b/src/server/MapleStorageInventory.java index 767ce4caa2..294d9df698 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/MapleTrade.java b/src/server/MapleTrade.java index 194d0fb07a..5c2c00e3b8 100644 --- a/src/server/MapleTrade.java +++ b/src/server/MapleTrade.java @@ -46,7 +46,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/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/expeditions/MapleExpeditionBossLog.java b/src/server/expeditions/MapleExpeditionBossLog.java index 87c91bf828..613aec1b0e 100644 --- a/src/server/expeditions/MapleExpeditionBossLog.java +++ b/src/server/expeditions/MapleExpeditionBossLog.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/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 4f1cf25adf..bef2d83a8d 100644 --- a/src/server/life/MapleMonster.java +++ b/src/server/life/MapleMonster.java @@ -518,7 +518,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; @@ -658,7 +658,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; @@ -2149,7 +2149,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/MaplePlayerNPCFactory.java b/src/server/life/MaplePlayerNPCFactory.java index 8abc2605da..bd32f773b6 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 65dce56641..46bce9a406 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 @@ -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/life/positioner/MaplePlayerNPCPositioner.java b/src/server/life/positioner/MaplePlayerNPCPositioner.java index 4945ab0935..be57d3f139 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 c1d933b716..f1a9485347 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 44ff494cd6..834bebd4d0 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/MapleMap.java b/src/server/maps/MapleMap.java index 95aa1b4390..2c820036c4 100644 --- a/src/server/maps/MapleMap.java +++ b/src/server/maps/MapleMap.java @@ -1061,7 +1061,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(); @@ -3222,7 +3222,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; @@ -3245,7 +3245,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/MapleMapFactory.java b/src/server/maps/MapleMapFactory.java index 3b7ab48db3..660a290115 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/server/maps/MapleMapManager.java b/src/server/maps/MapleMapManager.java index bda9c73af3..11d1df4216 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/server/maps/MapleMiniDungeon.java b/src/server/maps/MapleMiniDungeon.java index 9a1aa27aec..125c2a8319 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/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/AriantColiseum.java b/src/server/partyquest/AriantColiseum.java index 12e7989d37..0addb32380 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/partyquest/MapleCarnivalFactory.java b/src/server/partyquest/MapleCarnivalFactory.java index c0c93884c1..c8a3f6e67c 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 b4c78da264..2d68579d43 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/server/quest/actions/InfoAction.java b/src/server/quest/actions/InfoAction.java index 3561475dc6..068e570221 100644 --- a/src/server/quest/actions/InfoAction.java +++ b/src/server/quest/actions/InfoAction.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/InfoNumberRequirement.java b/src/server/quest/requirements/InfoNumberRequirement.java index 080176c0cf..2a2306a897 100644 --- a/src/server/quest/requirements/InfoNumberRequirement.java +++ b/src/server/quest/requirements/InfoNumberRequirement.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 7ae55d5af5..54c683d207 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/server/quest/requirements/ScriptRequirement.java b/src/server/quest/requirements/ScriptRequirement.java index 52ec7e0d46..ff7c6d4ef0 100644 --- a/src/server/quest/requirements/ScriptRequirement.java +++ b/src/server/quest/requirements/ScriptRequirement.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/DatabaseConnection.java b/src/tools/DatabaseConnection.java index 70da1f6673..e408be455f 100644 --- a/src/tools/DatabaseConnection.java +++ b/src/tools/DatabaseConnection.java @@ -11,7 +11,7 @@ import com.zaxxer.hikari.HikariDataSource; import config.YamlConfig; /** - * @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/src/tools/IntervalBuilder.java b/src/tools/IntervalBuilder.java index f072b4796a..0e87949faa 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 0b180c19cd..f26d8cdd80 100644 --- a/src/tools/MaplePacketCreator.java +++ b/src/tools/MaplePacketCreator.java @@ -341,7 +341,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; } @@ -425,7 +425,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); @@ -588,8 +588,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) { @@ -2236,7 +2236,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 @@ -2250,7 +2250,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) { @@ -2302,7 +2302,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()); } @@ -3415,7 +3415,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
@@ -3512,7 +3512,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()); @@ -7505,7 +7505,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 @@ -7993,7 +7993,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/exceptions/EmptyMovementException.java b/src/tools/exceptions/EmptyMovementException.java index 4e45381c71..cab98953b6 100644 --- a/src/tools/exceptions/EmptyMovementException.java +++ b/src/tools/exceptions/EmptyMovementException.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 b9fcdcfac9..469e56e6c6 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/src/tools/packets/Wedding.java b/src/tools/packets/Wedding.java index 437892b2d1..fdf8231a3b 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 + * + * Wishlists edited by Drago (Dragohe4rt) */ public class Wedding extends MaplePacketCreator { private static final short MARRIAGE_REQUEST = 0x48; 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/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/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/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/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/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/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/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/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/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/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/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/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 dbfa3fc17d..9dcea095b9 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 @@ -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/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/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/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java b/tools/MapleIdRetriever/src/mapleidretriever/MapleIdRetriever.java index f4d0096cf3..c822147cc8 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 @@ -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 9f802c7cc7..9ebb49799a 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 @@ -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/MapleNoItemNameFetcher.java b/tools/MapleInvalidItemWithNoNameFetcher/src/maplenoitemnamefetcher/MapleNoItemNameFetcher.java index 096a8c9c7f..b47047b256 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/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/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/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/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/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/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/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..48e59a4c8c 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 @@ -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/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/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/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/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/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/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/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/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/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/mapleskillbookchancefetcher/MapleSkillbookChanceFetcher.java b/tools/MapleSkillbookChanceFetcher/src/mapleskillbookchancefetcher/MapleSkillbookChanceFetcher.java index 1129561163..f4a4b5ae37 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/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"; 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 f6004cdcae..4fa230f86e 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 @@ -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/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 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/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 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 1d0ae2dfa6..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. @@ -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%"; 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() {