Jump to content

Recommended Posts

Posted

OK, so today I came up with the error I will be showing below..

And I realised that some errors have to be solved by using pure logic and not java skills.

 

So what will we do in this game?

I will start by giving such an error.

The one who finds the solution, posts a similar one.

And so on.

Let me begin.

 


 

We have an Event, let's name it TvT.

An error comes out, when the event has finished the registration phase and the admin command is used to proceed with the teleportation of the players to the spots.

 

Clues:

  • There is an IP Check, set to true. This means that if 2 players are spotted with same IP, the system sends them to the same team.
  • The Event is being run through localhost, and you are using 2 players to test it.
  • During the teleportation phase, the players are split into teams.

 

Question:

Why is the error poping up?

 

PS: Be glad that I am giving clues for this, since I didn't have any when solving it xD

 


 

Whoever finds it continues with a question of the same style.

Let's see..

Posted

well the problem is that u go the same IP i guess cause u said u test it by localhost with 2 chars if i got that right. I really didnt get where the eror is though.

Posted

well the problem is that u go the same IP i guess cause u said u test it by localhost with 2 chars if i got that right. I really didnt get where the eror is though.

 

You are close, think of it more..

Posted

i cant really see the problem but whatever.

 

Maybe they cant Split to teams cause as we said ur testing from localhost and u got the same ip the check will be trigered and the two chars will be in the same team?

Posted

i cant really see the problem but whatever.

 

Maybe they cant Split to teams cause as we said ur testing from localhost and u got the same ip the check will be trigered and the two chars will be in the same team?

 

Bingo.

Solution: As the players get tested to check their IPs, the system must add them at the same team, as they have the same IP. But this cannot happen, as we need at least 2 teams to run the event.

 

Think of a question and make it, DS.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...