@Override
public void run()
{
RANDOM = Rnd.get(ZONES.length - 1);
for (L2PcInstance player : L2World.getInstance().getPlayers())
{
if (player.isInsideZone(ZoneIdType.RANDOM_ZONE))
{
player.teleToLocation(getRandomZone().getX() + Rnd.get(-RANDOM_RANGE, RANDOM_RANGE), getRandomZone().getY() + Rnd.get(-RANDOM_RANGE, RANDOM_RANGE), getRandomZone().getZ(), 20);
}
}
Broadcast.toAllOnlinePlayers("The pvp area was changed to a random.", true);
Broadcast.toAllOnlinePlayers("Next random pvp area will be change after " + REFRESH + " minute(s).", true);
Broadcast.toAllOnlinePlayers("Use ''.arenajoin'' to enter on pvp zone and ''.arenaleave'' to leave.", true);
}
//here i treid to show on players screen the remaining time
public void showTimeOnScreen(L2PcInstance player)
{
if (player.isInsideZone(ZoneIdType.RANDOM_ZONE))
{
something strange happens, the 62 downvotes are distributed among 3 users including you. ... there are only 3 users in maxcheaters?... strange...
99.9% of maxcheaters don't say the same as you... there are only 3 people who fill my posts with hate... can you explain the reason for the community. thanks.
or do you think you represent the entire maxcheaters community?
I need an explanation from @Maxtor why he allows certain users to flood downvotes to hurt certain users, and if you downvote them it doesn't add up.
I need an explanation @Maxtor
That's what you are doing with the rest of the community? that's why you have the forum 20 years ago? to end this way?....
a pity...
even in your images you are toxic, thats what you get when you build a toxic account answering toxic in a community i thought it was obvious apparently not.
Every time I share free content with the community, I receive negative reactions — not because the content is bad, but because some people feel threatened when others contribute without charging.
Unfortunately, even the moderation or ownership of this platform seems to allow — or silently tolerate — that toxic behavior.
I’ve been part of the L2OFF scene for years, always focused on bringing innovation, tools, and real value to developers — completely free. I’ve seen communities thrive through collaboration, and I’ve seen them fall apart due to ego and gatekeeping.
@Maxtor — what has become of your once prestigious forum?
If this platform now prefers to support resellers, repackers, and those who actively sabotage open development, so be it — but don’t expect me to remain silent.
I will continue sharing real tools and knowledge for those who truly care about building something meaningful.
— Guytis
Question
Rouxy
Hello everybody.
Well, i've been implementing a code for a type of zone that changes every 'x' minutes.
but I want to show only to all players inside these zones the time left for this zone change using ExShowScreenMessage or another method.
I tried some stuff to make this work.
Here is the code:
9 answers to this question
Recommended Posts