Jump to content

Recommended Posts

Posted

There are quite some haters out there and the upcoming servers are trying so hard to take us down.

I could mention names but it is quite obvious who and they are present on the topic.

Anyway we will not be stopped by any low-lifers.

Cheers.

Posted

l2reshresh closed reason ddos

l2appeal closed reason ddos and brute

how player can trust you ?

If i would be a admin on MXC i would ban you for being a mental disturbed person.

Refresh never got down because of ddos. I closed because players left.

Appeal is not my buisness.

I suggest you never post here again. Find another topic to spam with your stupid replies.

(google translate would work better for you, try it, your replies will make more sense)

Dobre ?

Posted

l2reshresh closed reason ddos

l2appeal closed reason ddos and brute

how player can trust you ?

That's a good question,ok you use off files,ok you're great administrators/devs, ok,ok,ok,But Why don't you finally add a protection?.Each time you open a server same thing happens,plus you still continue to do it.Buy a protection that's all.Or you should stop open servers anymore.

Posted

man server get ddos all know dont lier thx your staff power in lier

 

Who the fuck are you? who hired your 3rd world country's ass to spam topics with broken English?

Posted

man server get ddos all know dont lier thx your staff power in lier

Server was closed due lack of people not because of ddos. Also you should be banned straight away encouraging Skylord (l2mid) dev pay you in order to ddos Legacy and Nanna. 

Posted

          Hello dear players, Today I am gonna explain you about our Clan Reward System. It is nothing complex, just a more advanced way to reward the clans which are willing to show some competition in the game.

 

         Most of the servers rewards the upcoming clans with clan levels; noblesse characters or even items just for no reason, which is highly unfair and stupid by the simple reason that all the rewarded clans gather together and the idea about the competitive server is gone.

 

          We plan to reward our clans, not only because they choose to play in Lineage II Legacy, but because they want to prove themselves and give everything during the battles for epics, castles, and bosses. We will monitor all the major events in the game and discuss with top clan leaders which clans are trying to show some competition in the battles. The reward will be same for top sides, no matter the count of players in each side. Doing this we will motivate the small groups to create new sides, instead of joining the big ones. The reward will be weekly so every weeks gives a new opportunities for all.

 

 

 

I hope that you are intrigued. Best Regards, Lineage II Legacy Team.

Posted

This server is nothing more than a joke, it's been a long time since I haven't seen this guy. Outlaw which works with LogicalMind, two guys which used to steal, to lie, to scam, and nothing else than making profit from nothing.

I remind you a server called L2Fantastic which was made by LogicalMind , Outlaw and Lovedrunk (Munich-the dutch) - After 30 minutes Outlaw a.k.a lawless got a spear +11 with dual SA, full inventory with weapons, Tatteossian set and many items and nobody did anything, once they figured in Nwatch they turned it off due some "issues" and they keep going in the same style until people left the server - one of the most failure servers back in those days.

Oguz - Dumanist nothing else than a player, nothing new, all features are copy-paste from Ramazan's server L2Appeal the first one from 2009 or 2010 I do not remember well the period but yea that server was pretty nice in that period because there was nothing else to play (same as today). A 20 years old kid which believe he is so good as developer. Remember the last Appeal when he got ddosed and than he started to give items for free to Niggastolemybike just to stop the ddos than epic fail came.

1sttodie - First time in this job (you guys join a server where one of the team members build his first l2off server) it's fair enough, all of us made a server for first time, but at least we found the good partners to start a new server.

Saitx - Another story, I actually do not believe that this guy is the real Saitx which build L2loyal, all i do believe about this guy is that he is a lier, I have no proofs, it's just my thoughts because in the past I spoke with saitx when he had Loyal and he was decent guy, nowadays all he's doing is to flame everywhere.

 

I know there's no good servers to play but my question is why do you want to lose your time or to get disappointed by some servers like this one? They call themselves developers but none of them is a developer actually, they do same thing since 10 years ago, same stuff because they already got the features, and they just change few stuff here few stuff there, nothing new, no improvements, is everything the same. Same corruptions, same problems, same people, brains and all they do is to build it just to take your money. Just wait until the first donations came and than no more legacy. :)

 

Cya and hf guys I'd rather join a pvp server or a br server lol.

- Nana will be better, even Mid is gonna be better even if they just wipe all the time.

Posted

 

 

Krea, on 27 Feb 2016 - 07:56 AM, said:

Oguz - Dumanist nothing else than a player, nothing new, all features are copy-paste from Ramazan's server L2Appeal the first one from 2009 or 2010 I do not remember well the period but yea that server was pretty nice in that period because there was nothing else to play (same as today). A 20 years old kid which believe he is so good as developer. Remember the last Appeal when he got ddosed and than he started to give items for free to Niggastolemybike just to stop the ddos than epic fail came.

Well, all features copy paste from Ramazan's server?

- That i made all appeal features and first appeal staff members was me (developer) and ramazan (sponsor-owner) . You can ask to ramazan anything else.

And about niggastolemybike

-Nobody dont care about one kid except you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • what pack you use  send me on discord for it
    • package custom.events.RandomZoneEvent; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.concurrent.ScheduledFuture; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.l2jmobius.commons.threads.ThreadPool; import org.l2jmobius.commons.time.SchedulingPattern; import org.l2jmobius.commons.time.TimeUtil; import org.l2jmobius.commons.util.IXmlReader; import org.l2jmobius.gameserver.managers.ZoneManager; import org.l2jmobius.gameserver.model.StatSet; import org.l2jmobius.gameserver.model.actor.Creature; import org.l2jmobius.gameserver.model.actor.Npc; import org.l2jmobius.gameserver.model.actor.Player; import org.l2jmobius.gameserver.model.quest.Event; import org.l2jmobius.gameserver.model.zone.ZoneId; import org.l2jmobius.gameserver.model.zone.ZoneType; import org.l2jmobius.gameserver.model.zone.type.RandomZone; import org.l2jmobius.gameserver.util.Broadcast; /** * Random Zone Event - Activates one random PvP zone temporarily. No modifica la clase de la zona: usa flags PvP en runtime. * @author Juan */ public class RandomZoneEvent extends Event { private static final String CONFIG_FILE = "data/scripts/custom/events/RandomZoneEvent/config.xml"; private static int EVENT_DURATION_MINUTES = 15; private static boolean _isActive = false; private ScheduledFuture<?> _eventTask = null; private final List<ZoneType> _availableZones = new ArrayList<>(); private ZoneType _activeZone = null; public RandomZoneEvent() { loadConfig(); loadZones(); registerZoneListeners(); } /** * Registra listeners a TODAS LAS ZONAS random */ private void registerZoneListeners() { for (ZoneType zone : _availableZones) { addEnterZoneId(zone.getId()); addExitZoneId(zone.getId()); LOGGER.info("[RandomZoneEvent] Registered listener for zone: " + zone.getName()); } } private void loadConfig() { new IXmlReader() { @Override public void load() { parseDatapackFile(CONFIG_FILE); } @Override public void parseDocument(Document doc, File file) { forEach(doc, "event", eventNode -> { final StatSet att = new StatSet(parseAttributes(eventNode)); final String name = att.getString("name"); for (Node node = eventNode.getFirstChild(); node != null; node = node.getNextSibling()) { if ("schedule".equals(node.getNodeName())) { final StatSet attributes = new StatSet(parseAttributes(node)); final String pattern = attributes.getString("pattern"); final SchedulingPattern schedulingPattern = new SchedulingPattern(pattern); final StatSet params = new StatSet(); params.set("Name", name); params.set("SchedulingPattern", pattern); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer("Schedule_" + name, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Event " + name + " scheduled at " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } }); } }.load(); } private void loadZones() { for (ZoneType zone : ZoneManager.getInstance().getAllZones(RandomZone.class)) { if ((zone.getName() != null) && zone.getName().toLowerCase().startsWith("random_zone")) { _availableZones.add(zone); LOGGER.info("[RandomZoneEvent] Loaded zone: " + zone.getName() + " (id=" + zone.getId() + ")"); } } LOGGER.info("[RandomZoneEvent] Total random zones loaded: " + _availableZones.size()); } @Override public void onTimerEvent(String event, StatSet params, Npc npc, Player player) { if (event.startsWith("Schedule_")) { eventStart(null); final SchedulingPattern schedulingPattern = new SchedulingPattern(params.getString("SchedulingPattern")); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer(event, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Rescheduled for " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } @Override public boolean eventStart(Player eventMaker) { if (_isActive) { if (eventMaker != null) { eventMaker.sendMessage("RandomZoneEvent already active."); } return false; } if (_availableZones.isEmpty()) { Broadcast.toAllOnlinePlayers("[RandomZoneEvent] No zones configured."); return false; } _isActive = true; Broadcast.toAllOnlinePlayers("⚔️ Random Zone Event has started!"); _eventTask = ThreadPool.schedule(this::activateRandomZone, 5_000); return true; } private void activateRandomZone() { _activeZone = _availableZones.get(new Random().nextInt(_availableZones.size())); _activeZone.setEnabled(true); Broadcast.toAllOnlinePlayers("🔥 Random Zone Event: " + _activeZone.getName() + " is now PvP for " + EVENT_DURATION_MINUTES + " minutes!"); _eventTask = ThreadPool.schedule(this::eventStop, EVENT_DURATION_MINUTES * 60 * 1000L); } @Override public boolean eventStop() { if (!_isActive) { return false; } _isActive = false; if (_eventTask != null) { _eventTask.cancel(true); _eventTask = null; } if (_activeZone != null) { _activeZone.setEnabled(false); Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended. " + _activeZone.getName() + " is back to normal."); _activeZone = null; } else { Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended."); } return true; } @Override public void onEnterZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, true); if (creature.isPlayer()) { creature.sendMessage("Esta zona está en modo PvP temporalmente."); } } } @Override public void onExitZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, false); if (creature.isPlayer()) { creature.sendMessage("Abandonaste la zona PvP temporal."); } } } @Override public boolean eventBypass(Player player, String bypass) { return true; } @Override public String onEvent(String event, Npc npc, Player player) { return super.onEvent(event, npc, player); } @Override public String onFirstTalk(Npc npc, Player player) { return null; } public static void main(String[] args) { new RandomZoneEvent(); } } i have this but its not working
    • ZonePvPSpawnBossRadio=0 ZonePvPSpawnBossBarakiel=0 at the Customs.ini in L2Server folder. Im prety sure this is it because i had the same problem with you in cruma 1 floor for example and i couldn't fix it but i fixed it finally by changing these 2 lines
    • Siege Reward Start PM Msg Rework Config root BossDieAnnounce and BossDieSound in the L24Team.properties and Config.java files for global raid boss death notifications and sounds. Adds a new reward_list table to the DB.sql file to track castle rewards. Improves character creation logic for thread safety and validation. Adds extensive state checks to the RequestEnchantItem method to prevent enchantments during inappropriate player states. Fixed auto-attack animation bug (there was no attack animation, only damage animation) Clean Code Other fixes I forgot to list! Java 14 Fixed issue where deleting a character would prevent it from leaving the screen or being removed, or even after a delete CD (it would only exit when re-logging in or creating a new character). Added Premium System from the other C2 project (Needs testing and improvement). Added the "Improved" Community Board (incomplete).
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock