Server uses data folder as datapack base folder, plus more fixes for previous commit.
This commit is contained in:
@@ -26,7 +26,7 @@ import com.l2jmobius.gameserver.util.Util;
|
||||
* Updated to H5 by Nyaran.
|
||||
* @author Gnacik
|
||||
*/
|
||||
final class CharacterBirthday extends Quest
|
||||
public final class CharacterBirthday extends Quest
|
||||
{
|
||||
private static final int ALEGRIA = 32600;
|
||||
private static int SPAWNS = 0;
|
||||
|
@@ -31,7 +31,7 @@ import com.l2jmobius.gameserver.util.Broadcast;
|
||||
* Info - http://www.lineage2.com/en/news/events/11182015-eve-the-fortune-teller-returns.php
|
||||
* @author Mobius
|
||||
*/
|
||||
final class EveTheFortuneTeller extends LongTimeEvent
|
||||
public final class EveTheFortuneTeller extends LongTimeEvent
|
||||
{
|
||||
// NPCs
|
||||
private static final int EVE = 8542;
|
||||
|
@@ -33,7 +33,7 @@ import com.l2jmobius.gameserver.util.Util;
|
||||
* Freya Celebration event AI.
|
||||
* @author Gnacik
|
||||
*/
|
||||
final class FreyaCelebration extends LongTimeEvent
|
||||
public final class FreyaCelebration extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int FREYA = 13296;
|
||||
|
@@ -27,7 +27,7 @@ import com.l2jmobius.gameserver.network.serverpackets.SystemMessage;
|
||||
* Gift of Vitality event AI.
|
||||
* @author Gnacik, Adry_85
|
||||
*/
|
||||
final class GiftOfVitality extends LongTimeEvent
|
||||
public final class GiftOfVitality extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int STEVE_SHYAGEL = 4306;
|
||||
|
@@ -25,7 +25,7 @@ import com.l2jmobius.gameserver.model.event.LongTimeEvent;
|
||||
* Heavy Medals event AI.
|
||||
* @author Gnacik
|
||||
*/
|
||||
final class HeavyMedal extends LongTimeEvent
|
||||
public final class HeavyMedal extends LongTimeEvent
|
||||
{
|
||||
private static final int CAT_ROY = 31228;
|
||||
private static final int CAT_WINNIE = 31229;
|
||||
|
@@ -30,7 +30,7 @@ import com.l2jmobius.gameserver.util.Util;
|
||||
* Info - http://www.lineage2.com/en/news/events/hunt-for-santa.php
|
||||
* @author Mobius
|
||||
*/
|
||||
final class HuntForSanta extends LongTimeEvent
|
||||
public final class HuntForSanta extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int NOELLE = 34008;
|
||||
|
@@ -25,7 +25,7 @@ import com.l2jmobius.gameserver.model.event.LongTimeEvent;
|
||||
* @URL http://www.lineage2.com/en/news/events/letter-collector-event-05112016.php
|
||||
* @author Gigi
|
||||
*/
|
||||
final class LetterCollector extends LongTimeEvent
|
||||
public final class LetterCollector extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int ANGEL_CAT = 33873;
|
||||
|
@@ -28,7 +28,7 @@ import com.l2jmobius.gameserver.network.serverpackets.SystemMessage;
|
||||
* Love Your Gatekeeper event.
|
||||
* @author Gladicek
|
||||
*/
|
||||
final class LoveYourGatekeeper extends LongTimeEvent
|
||||
public final class LoveYourGatekeeper extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int GATEKEEPER = 32477;
|
||||
|
@@ -29,7 +29,7 @@ import com.l2jmobius.gameserver.network.serverpackets.SystemMessage;
|
||||
* Master of Enchanting event AI.
|
||||
* @author Gnacik
|
||||
*/
|
||||
final class MasterOfEnchanting extends LongTimeEvent
|
||||
public final class MasterOfEnchanting extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int MASTER_YOGI = 32599;
|
||||
|
@@ -25,7 +25,7 @@ import com.l2jmobius.gameserver.model.event.LongTimeEvent;
|
||||
* Info - http://www.lineage2.com/en/news/events/01202016-red-libra.php
|
||||
* @author Mobius
|
||||
*/
|
||||
final class RedLibra extends LongTimeEvent
|
||||
public final class RedLibra extends LongTimeEvent
|
||||
{
|
||||
// NPCs
|
||||
private static final int RED = 34210;
|
||||
|
@@ -26,7 +26,7 @@ import com.l2jmobius.gameserver.model.holders.SkillHolder;
|
||||
* @URL http://www.lineage2.com/en/news/events/02102016-the-power-of-love-part-iii.php
|
||||
* @author hlwrave
|
||||
*/
|
||||
final class ThePowerOfLove extends LongTimeEvent
|
||||
public final class ThePowerOfLove extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int COCO = 33893;
|
||||
|
Reference in New Issue
Block a user