Jump to content

Recommended Posts

Posted

No, thats just your excuses on each post. I will tell you something in a secret ok ? You as an admin of symban should know that when we were a GMs on that thing which you call a server - even dualboxes were rewarded. ZONG you brainless admin.

You dont worths anyones attention, especially mine. We dont need to destroy your server - its already destroyed where only 40 people are playing (as you said 20 vs 20, you can count! Thats great!). Others ? Dual boxes...

You had about 210 people without dualboxes, most of people were playing via internet cafes. Now they left. Everyone.

Keep trying to fix that all what you did wrong

Posted

You had about 210 people without dualboxes, most of people were playing via internet cafes. Now they left. Everyone.

 

Cristina come on now please don't say such kind of bullsh1ts... did you even belive all what about you say or... ? You don't have access to the database to look who is playing from internet caffe or who is not so don't try to show your "clever opinions" here... You say that many ppls are leave cause of my change and you repeat it 1000 times cause you are so poor to admit that there was also many active clans that was leave the server cause of you... you was ban some players just cause they was say their opinions (or idk maybe you was have some personal problems with them but nvm) i was get every holy day pms in game and in forum about your Actions and they was all call you HITLER... the players that was leave the server cause of your actions was much more than those who was not accept my changes where i was clear the server from OP classes by fixing them... ask you clan members that are play now in our server and see what they will say about the current balance... so the only reason that our server currently have 50-60 players online is because of you and Anna that are so hard trying to disadvertise the server... nevermind soon ppls will understand what kind of person are you i don't need to prove that to no1 there out... only blind peoples could not see and understand what you trying to do now...

 

But you know very well that our server will grow up every day ... want you that or no... will you keep trying to disadvertise our server or no ... you can't change nothing !!!

 

PS: I hear that you and Anna are GMs in some other server (i know witch one but i will not say it... there is no reason)... i hope you will not act there as in our server... but in any case i am so sorry about owner of your new server... he don't even can imagine what snakes he have gathered...

Posted

If you call that 4 QQers a whole server then ok... And come on dont act like a fool that were my friends which played via internet cafe, brainless...

Also i will repeat especially for you honey... My clan members doesnt plays on your server ^^

A snakes ? Haha... I remember how you was saying with tears in eyes "ohh, if you will both leave then i will shut down that server - you r making a lot here, in some ways its your server - thanks for your great work girls!". I guess such "great admin and person" doesnt remember already that words, too bad. I cant prove that you said it - i dont even want to, but you alone know about that ;)

We were making a good job and now your are trying to blame us about something - but im sorry you are failing that, keep trying... Maybe someday

 

Every word which you posted here is a lie, exactly you are lieing yourself with saying that we werent doing anything.

Ohh well... I promised you something right ? I will keep that promise :P

 

Some people says - dont talk with idiots, they are saying a lot of things which arent even true - while keeping a talk with them you are going to his low level...

So im not going to spam here anymore, as you are doing it - hope you get that your job its... exactly nothing and a server is a fail - we have a lot of reasons to say that... It doesnt matters that we arent a GMs on your server - exactly... Im so happy that i dont need to see such person which lies almost everyone everyday, but anyway it contains with the server - your ideas and other shits which you have done. From the start a new player wants to leave and keep searching for another server.

 

My advice ? Dont spend more time on that server and just close it... You wont do anything good there just you will lose nerves cause there arent more players than 40 ;)

Posted

If you call that 4 QQers a whole server then ok... And come on dont act like a fool that were my friend which were playing via internet cafe, brainless...

Also i will reapet especially for you honey... My clan members doesnt plays on your server ^^ they are out of clan ;)

A snakes ? Haha... I remember how you was saying with tears in eyes "ohh, if you will both leave then i will shut down that server - you r making a lot here, in some ways its your server - thanks for your great work girls!". I guess such "great admin and person" doesnt remember already that words, too bad. I cant prove that you said it - i dont even want to, but you alone know about that ;)

We were making a good job and now your are trying to blame us about something - but im sorry you are failing that, keep trying... Maybe someday

 

Every word which you posted here is a lie, exactly you are lieing yourself with saying that we werent doing anything.

Ohh well... I promised you something right ? I will keep that promise :P

...........say whatever you want i'm out off these pointless discusion... Low IQ peoples will remain always low IQ nothing will save them....

Posted

Read that my love ;)

I especially edited it for you

PS. You dont even deserves someones attention in real life. Sorry, but im sure about that.

A yeah... And dont forget that your server became Hi5 cause of me and Empire.

You havent anything to say - cause i said truth and you keep lieing

End...

Posted

it sais nolifer and barman :> ...

Christina, lets leave this topic, cause such morons as he can't be changed.

 

To other guys-this server is so easy to be hacked... Cause fail! So join if u wanna laugh a bit.

bb

 

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