Jump to content

Recommended Posts

Posted (edited)

logo.png

Hi everyone!

 

I'll be leading the development for https://www.lineage2.gold

 

I believe we'll be building this server together! There is no such a thing like a bad suggestion.

You're free to create your own topic in this section sharing your vision with us about gold-style servers.

We'll be using an Lineage 2 Classic client and the options we have are almost endless.

You can share with us the following, but not limited to:

  • What do you expect from a gold-style server in 2020
  • What will not like you to see
  • What would you like to see
  • What are the mistakes you've seen on other servers
  • What you always hoped for but never happened
  • and much more!

We can't wait to see this massive project come to life.

 

Create your own topic here: https://forum.lineage2.gold/index.php?/topic/11-share-your-l2gold-vision-with-us/

We're also looking for partnerships and more people to be part of our team!

 

See you around!

Edited by Trance
  • Upvote 1
Posted (edited)
On 3/5/2020 at 7:07 AM, Captivator said:

Sounds interesting. Which version you have in mind?

 

Lineage 2 Classic: Zaken client.

Edited by Trance
Posted

My humble opinion is to separate game seasons for example:

 

Season 1 [without any client modifications (weapons & armors)]

Season 2 [ +Apella (Incl Recipes)] 

Season 3 [ + Gold Weap with different SA (Incl Recipes)]

Season 4 [Dynasty Armors + Weapons]

Season 5 [Morai]

Season 6 [Vesper (Incl Vesper Noble)]

Season 7 [Vorpal]

Season 8 [Elegia]

Season 9 [Infinity] (Hero Weapons) and Cloaks

Season 10 [New Epic Jwl]

 

      The gameplay will be nice but your project needs to provide also something unique for the players in order to leave behind that present gold style server. (im not talking about the crappy gameservers)

     As you said 

On 3/5/2020 at 12:03 AM, Trance said:

What do you expect from a gold-style server in 2020

 

;)

Posted
4 hours ago, Captivator said:

My humble opinion is to separate game seasons for example:

 

Season 1 [without any client modifications (weapons & armors)]

Season 2 [ +Apella (Incl Recipes)] 

Season 3 [ + Gold Weap with different SA (Incl Recipes)]

Season 4 [Dynasty Armors + Weapons]

Season 5 [Morai]

Season 6 [Vesper (Incl Vesper Noble)]

Season 7 [Vorpal]

Season 8 [Elegia]

Season 9 [Infinity] (Hero Weapons) and Cloaks

Season 10 [New Epic Jwl]

 

      The gameplay will be nice but your project needs to provide also something unique for the players in order to leave behind that present gold style server. (im not talking about the crappy gameservers)

     As you said 

 

;)

 

Somehow you read my mind. Gold-style vibes, but it will have to hit 2020 expectations.

If you could also please post it on our forum so we can have further discussion.

Posted

I would like to see a bit easier solo farming with more drops.Its really nice to play with clan of course but sometimes you want to farm solo or maybe your clan cant support your farming.And maybe good gear not to need farm till death to get.I know l2 gold was really dificult but a big part of l2 community nowadays arent kids but players from the past which have many resposbilities.I dont say to have top gear in 2-3 days, but spending all your time to an endless farming till server goes down it will be boring.

 

Thats just my side of course.

Posted (edited)
9 hours ago, Sxizofrenis said:

I would like to see a bit easier solo farming with more drops.Its really nice to play with clan of course but sometimes you want to farm solo or maybe your clan cant support your farming.And maybe good gear not to need farm till death to get.I know l2 gold was really dificult but a big part of l2 community nowadays arent kids but players from the past which have many resposbilities.I dont say to have top gear in 2-3 days, but spending all your time to an endless farming till server goes down it will be boring.

 

Thats just my side of course.

 

One thing I can tell you for sure, we'll focus on both, solo and party/clan. We already had several discussions on this. We'll try to soon open a topic regarding farm, we may also need to tweak the farm areas.

 

---

 

Team Member Applications are open: https://forum.lineage2.gold/index.php?/topic/18-team-member-application

Edited by Trance
Posted (edited)
On 3/11/2020 at 6:45 AM, Aaron85 said:

what about corona virus?

What a hell :D Aaron i never expect this question from you!!!
Honestly my opinion  L2 it will save you from Coronavirus because you will sit home is kind (self isolated )

Edited by ~ILAWJUNIOR~
Posted
2 hours ago, ~ILAWJUNIOR~ said:

What a hell :D Aaron i never expect this question from you!!!
Honestly my opinion  L2 it will save you from Coronavirus because you will sit home is kind (self isolated )

 

It's also a good period for the esports.

  • 2 weeks later...
Posted (edited)
2 hours ago, Nightw0lf said:

this is open source project or private? i am asking because it should be here https://maxcheaters.com/forum/221-private-projects-l2j/

 

 

It was as preview but moved in here by staffers - most likely the reason was that we're pretty much open for anything - from suggestions to joining the team.

Edited by Trance
  • 2 weeks later...
Guest
This topic is now closed to further replies.


  • 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