Olly problem

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Olly problem

Post by fokysss »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4438:
L2JDP Revision 7685:
Hello dear L2J Devs!
I have following problem on my server!
It was during olly!Only 1 character was in stadium,and after like 3 minutes of waiting match ended as TIE but he lost his points also another characters who was not teleported to the stadium(dont know why,i guess he did not match olly requirments) lost points as well!
So there was no fight match ended as TIE and both lost points!
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Olly problem

Post by fokysss »

Can somebody suggest something?It is pretty big problem!
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Olly problem

Post by JIV »

does it happening to someone else?
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Olly problem

Post by fokysss »

I had 6 reports in total and 1 with screenshots to confrim 100%!
And it was just like a sad in post above!
Both lost points!
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Olly problem

Post by JIV »

any custom config?
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Olly problem

Post by fokysss »

I have not touched anything at all!
blackhaos
Posts: 49
Joined: Thu Feb 18, 2010 7:26 pm

Re: Olly problem

Post by blackhaos »

That happened to me in gracia servers and i read somewhere that its supposed to work like that.
adamss
Posts: 71
Joined: Mon Sep 28, 2009 4:51 am

Re: Olly problem

Post by adamss »

The problem is not the oly requirements.

If both player were be teleported and one of them got error, than the oly match was started, but after there is no check player is online or not.

Two solution are possible:

1. A "player is online"check after the ready time (while you buffing, etc) was countdowned.

2. A voicedcommand to be opportunity to ask a check if the other player is online or not, and if not than break the match. (and there is the freedom to decide you want to draw oly point or not). :)

There is a fix (untested) for the first case:
oly_fix.zip
You do not have the required permissions to view the files attached to this post.
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Olly problem

Post by fokysss »

Ok!
So we have 2 versions,it supose to be like that or it is a some sorft of bug!
Anyway i think it is wrong that character who is teleported to stadium is loosing points just because other character is not there,it would make sense if only on character lost points!
Bisides,the one who was not teleported lost less points then one who was in stadium!
User avatar
Natla
Posts: 26
Joined: Thu Nov 11, 2010 12:46 am
Location: Venezuela

Re: Olly problem

Post by Natla »

fokysss wrote:Ok!
So we have 2 versions,it supose to be like that or it is a some sorft of bug!
Anyway i think it is wrong that character who is teleported to stadium is loosing points just because other character is not there,it would make sense if only on character lost points!
Bisides,the one who was not teleported lost less points then one who was in stadium!
I Cant remember well but u loose 1/3 of points (doesnt matter who have more or less)
adamss
Posts: 71
Joined: Mon Sep 28, 2009 4:51 am

Re: Olly problem

Post by adamss »

If my fix works than the player who get error or something similar loosing points and the other getting the points.
User avatar
Copyleft
Posts: 253
Joined: Fri Feb 01, 2008 9:39 pm

Re: Olly problem

Post by Copyleft »

I think there was a config for making players spawn after X seconds of a teleport, regarding if client loaded or not
maybe you can set it to 60 secs :P
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Olly problem

Post by fokysss »

And where is that config?
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Olly problem

Post by _DS_ »

# Teleport Watchdog Timeout (seconds)
# Player forced to appear if remain in teleported state longer than timeout
# Does not set too low, recommended value 60s.
# This time is in seconds, leave it at 0 if you want this feature disabled.
# Default: 0
TeleportWatchdogTimeout = 0
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
ExTrEmEDwarf
Posts: 73
Joined: Wed Sep 23, 2009 5:38 pm

Re: Olly problem

Post by ExTrEmEDwarf »

last version freya this error for java code


OlympiadGameTeams.java
SystemMessage reason = new SystemMessage(SystemMessageId.THE_GAME_HAS_BEEN_CANCELLED_BECAUSE_THE_OTHER_PARTY_ENDS_THE_GAME);
Participant par;
for (int i = 0; i < TEAM_SIZE; i++)
{

OlympiadGameNormal.java


SystemMessage reason = new SystemMessage(SystemMessageId.THE_GAME_HAS_BEEN_CANCELLED_BECAUSE_THE_OTHER_PARTY_ENDS_THE_GAME);
_playerOne.updatePlayer();
_playerTwo.updatePlayer();
Post Reply