Round -1: TitleNotFoundException
+11
OrionX
MrNaleIt
DA
The Mysterious Gourmet
Archer
French Connections
Gam
Yoshi
StalinCommander
Link Lab
Rainboy
15 posters
Page 2 of 3
Page 2 of 3 • 1, 2, 3
Re: Round -1: TitleNotFoundException
Hey i can totally vote for myself
Yoshi- Vintage Guy
- Posts : 476
Join date : 2012-09-23
Age : 39
Location : Above you.
ANV Character
Name: Kit
HP:
(680/800)
TP:
(500/500)
Re: Round -1: TitleNotFoundException
Test 1: [vote al]
(just to see how he handles this sort of thing)
(just to see how he handles this sort of thing)
Link Lab- Guy in Charge
- Posts : 593
Join date : 2012-06-11
Age : 33
Location : Kakariko City, Hyrule
ANV Character
Name: Eliot Egawa
HP:
(400/400)
TP:
(920/1000)
Re: Round -1: TitleNotFoundException
Ok, that makes sense. My second test would probably result in self-voting then. Let's try [vote Co] (unknown player - target)
I think it'll just vote stalin but I may as well make sure.
Edit: Or registers it as an invalid target since it can't tell if I mean french of stalin.
I think it'll just vote stalin but I may as well make sure.
Edit: Or registers it as an invalid target since it can't tell if I mean french of stalin.
Link Lab- Guy in Charge
- Posts : 593
Join date : 2012-06-11
Age : 33
Location : Kakariko City, Hyrule
ANV Character
Name: Eliot Egawa
HP:
(400/400)
TP:
(920/1000)
Re: Round -1: TitleNotFoundException
Would you stop that already?!Yoshi wrote:[destroy amy] (unknown command)
Re: Round -1: TitleNotFoundException
Real? I thought that was only in your games DA. :PDA wrote:...yeaaah, there seems to be a culture clash over here.
These forums: Self-voting = Abstaining
Everywhere else: Self-voting - SELF-VOTING
This needs to be addressed.
[vote StalinCommander]
French Connections- Vintage Guy
- Posts : 476
Join date : 2013-01-24
Age : 35
Location : In the ghetto
Re: Round -1: TitleNotFoundException
Really, it's another one of those depends on the host things. Also, as far as voting goes, I think it goes for the earliest instance of the phrase you use. Since it chose ALpar ove stALin when I voted Al. It seems to ignore the spaces in user names though (judging by the error in my second voting test). To further test this, I'll vote for L. It should pick me over alpar and stalin.
[vote l]
[vote l]
Link Lab- Guy in Charge
- Posts : 593
Join date : 2012-06-11
Age : 33
Location : Kakariko City, Hyrule
ANV Character
Name: Eliot Egawa
HP:
(400/400)
TP:
(920/1000)
Re: Round -1: TitleNotFoundException
Actually, the fact it's ignoring spaces makes me think that [vote sg] (unknown player - target) will vote for Ratsel. So I may as well test that while I'm here.
Edit: Ok, I suppose it makes sense that it needs them when it knows they're there but ignores for the sake of finding the earliest instance of a phrase. I suppose I should test that it doesn't re-read edited messages. [vote the]
Edit: Ok, I suppose it makes sense that it needs them when it knows they're there but ignores for the sake of finding the earliest instance of a phrase. I suppose I should test that it doesn't re-read edited messages. [vote the]
Link Lab- Guy in Charge
- Posts : 593
Join date : 2012-06-11
Age : 33
Location : Kakariko City, Hyrule
ANV Character
Name: Eliot Egawa
HP:
(400/400)
TP:
(920/1000)
Re: Round -1: TitleNotFoundException
[vote commander]
Yoshi- Vintage Guy
- Posts : 476
Join date : 2012-09-23
Age : 39
Location : Above you.
ANV Character
Name: Kit
HP:
(680/800)
TP:
(500/500)
Re: Round -1: TitleNotFoundException
In the future can we not have test threads of any sort on the mafia games board. It kind of distracts from the focus on the current ongoing round, and it also makes it harder to see if there's a new post in said round.
Gam- Vintage Guy
- Posts : 468
Join date : 2012-06-11
Location : Location: Location: Location: Location...
ANV Character
Name: Wibli
HP:
(775/800)
TP:
(475/500)
Re: Round -1: TitleNotFoundException
Hey I wanna be silly too.
[Remove Youmu from the face of existence] (invalid access)
[Remove Youmu from the face of existence] (invalid access)
Archer- Vintage Guy
- Posts : 1778
Join date : 2012-06-10
ANV Character
Name: Dente - El Exterminador de Demonios Dos
HP:
(320/400)
TP:
(955/1000)
Re: Round -1: TitleNotFoundException
The main reason it's here is because the bot has mod access here (and can thus delete it's posts and edit others' posts for invalid commands). That said, if you find it distracting, I can go ask DA to temporarily give it mod access somewhere else and we can test it there.Gam wrote:In the future can we not have test threads of any sort on the mafia games board. It kind of distracts from the focus on the current ongoing round, and it also makes it harder to see if there's a new post in said round.
@Link - Player matching works as such:
- Code:
  private ForumUser getUserByName(String name, List<? extends ForumUser> list) {
    for (ForumUser user : list) {
      if (user.getName().toLowerCase().equals(name.toLowerCase()))
        return user;
    }
    ForumUser found = null;
    for (ForumUser user : list) {
      if (user.getName().toLowerCase().startsWith(name.toLowerCase())) {
        if (found != null)
          return null;
        found = user;
      }
    }
    if (found != null)
      return found;
    for (ForumUser user : list) {
      if (user.getName().toLowerCase().contains(name.toLowerCase())) {
        if (found != null)
          return null;
        found = user;
      }
    }
    return found;
  }
So I suppose we should end R1 of the test now... Let's say Link got nightkilled and Stalin survived a lynch via a bunch of shenanigans.
[kill Link, nightkilled]
[log Stalin, survived lynch]
[cohost Link] - I wonder if this removes you from being a player... I don't think it does.
[dawn]
Rainboy- Bot Owning Guy
- Posts : 348
Join date : 2013-04-17
Age : 30
Re: Round -1: TitleNotFoundException
Ah, ok, I get it. So [vote in] would also return null. Also, it appears we can't do size 125 text. A quick test seems to suggest a max size of 29. To strike text, it's
- Code:
[strike]example text[/strike]
Link Lab- Guy in Charge
- Posts : 593
Join date : 2012-06-11
Age : 33
Location : Kakariko City, Hyrule
ANV Character
Name: Eliot Egawa
HP:
(400/400)
TP:
(920/1000)
Re: Round -1: TitleNotFoundException
Whoops, a few straggling differences from his last forums. I thought I'd weeded out all the 125's in there (the other forums use pixel height, while this one uses font size, so 125 is roughly the same as 25ish here).Link Lab wrote:Ah, ok, I get it. So [vote in] would also return null. Also, it appears we can't do size 125 text. A quick test seems to suggest a max size of 29. To strike text, it'sFor inactivity, does it count day and night as separate rounds or is it including the current round when it says two rounds?
- Code:
[strike]example text[/strike]
As far as inactivity, it counts the current round until the player posts.
Rainboy- Bot Owning Guy
- Posts : 348
Join date : 2013-04-17
Age : 30
Re: Round -1: TitleNotFoundException
Note: The strikethrough tag on Link's name in the player list didn't go through.
Zyquux- Vintage Guy
- Posts : 855
Join date : 2012-06-19
Age : 31
Location : Galactic Sector ZZ9 Plural Z Alpha
ANV Character
Name: CRUSHSMASH THE SMASHCRUSHER
HP:
(380/600)
TP:
(1420/1500)
Re: Round -1: TitleNotFoundException
JESUS, HE'S BREAKING DOWN!
HE'S SPEAKING IN TONGUES!
It's like one of my old-ass furbies!
[vote Stalin]
HE'S SPEAKING IN TONGUES!
It's like one of my old-ass furbies!
[vote Stalin]
Re: Round -1: TitleNotFoundException
The really weird thing is if I try to edit his post and preview it without changing anything, it looks fine. I think it's the forum misinterpreting it's own code.
Link Lab- Guy in Charge
- Posts : 593
Join date : 2012-06-11
Age : 33
Location : Kakariko City, Hyrule
ANV Character
Name: Eliot Egawa
HP:
(400/400)
TP:
(920/1000)
Re: Round -1: TitleNotFoundException
[vote votebot] (unknown player - target)
[votebot self destruct sequence] (unknown command)
[execute order 66] (unknown command)
[vote DA]
[votebot self destruct sequence] (unknown command)
[execute order 66] (unknown command)
[vote DA]
Yoshi- Vintage Guy
- Posts : 476
Join date : 2012-09-23
Age : 39
Location : Above you.
ANV Character
Name: Kit
HP:
(680/800)
TP:
(500/500)
Re: Round -1: TitleNotFoundException
Voting for me, will you?
Let's show this Darsanaglastalav who's who.
[vote DA]
Let's show this Darsanaglastalav who's who.
[vote DA]
StalinCommander- Guy in Charge
- Posts : 905
Join date : 2012-06-10
Age : 106
Location : Moscow, Motherland
ANV Character
Name: Dr. Vladiovich Von Krusteacov Ruskieman
HP:
(308/400)
TP:
(920/1000)
Re: Round -1: TitleNotFoundException
Since this wasn't really a round in the first place and the bot seems to work fine.
Let's call this a win for Team Robot and end it, shall we?
Let's call this a win for Team Robot and end it, shall we?
StalinCommander- Guy in Charge
- Posts : 905
Join date : 2012-06-10
Age : 106
Location : Moscow, Motherland
ANV Character
Name: Dr. Vladiovich Von Krusteacov Ruskieman
HP:
(308/400)
TP:
(920/1000)
Re: Round -1: TitleNotFoundException
Sounds like Mafia talk. [vote StalinCommander]StalinCommander wrote:Since this wasn't really a round in the first place and the bot seems to work fine.
Let's call this a win for Team Robot and end it, shall we?
French Connections- Vintage Guy
- Posts : 476
Join date : 2013-01-24
Age : 35
Location : In the ghetto
Re: Round -1: TitleNotFoundException
Lynch Tally
StalinCommander - 2 - French Connections, DA
DA - 2 - StalinCommander, Yoshi
No Vote - 2 - The Mysterious Gourmet, Alpar
Total: 6 living players.
Reverse Tally
StalinCommander: DA
French Connections: StalinCommander
Yoshi: DA
DA: StalinCommander
Phase: R2 Day
StalinCommander - 2 - French Connections, DA
DA - 2 - StalinCommander, Yoshi
No Vote - 2 - The Mysterious Gourmet, Alpar
Total: 6 living players.
Reverse Tally
StalinCommander: DA
French Connections: StalinCommander
Yoshi: DA
DA: StalinCommander
- Voting History:
- R1 Lynch Tally
The Mysterious Gourmet - 3 - Link Lab, DA, Alpar
StalinCommander - 2 - Yoshi, French Connections
Alpar - 1 - The Mysterious Gourmet
No Vote - 1 - StalinCommander
Total: 6 living players.
Reverse Tally
French Connections: StalinCommander
Alpar: The Mysterious Gourmet
Yoshi: Alpar -> Yoshi -> StalinCommander
The Mysterious Gourmet: Yoshi -> Alpar
DA: The Mysterious Gourmet
Link Lab: Alpar -> Link Lab -> The Mysterious Gourmet
- Players:
- 01: StalinCommander - Survived lynch R1
02: Yoshi
03: French Connections
04:Link Lab- Nightkilled R1
05: DA
06: The Mysterious Gourmet
07: Alpar
Phase: R2 Day
VoteBot 9000- Artificial Guy
- Posts : 31
Join date : 2013-10-07
Age : 19
Location : MAFIA BOARD
Re: Round -1: TitleNotFoundException
lol. He posts here first... and then runs into the anti-bot stuff and resets...
Wrong thread, VoteBot. Should've prioritized the other one...
Wrong thread, VoteBot. Should've prioritized the other one...
Rainboy- Bot Owning Guy
- Posts : 348
Join date : 2013-04-17
Age : 30
Re: Round -1: TitleNotFoundException
Is this not locked for a reason?
MrNaleIt- Vintage Guy
- Posts : 532
Join date : 2012-06-13
Age : 31
Location : Location, Location
ANV Character
Name: Truck
HP:
(800/800)
TP:
(490/500)
Re: Round -1: TitleNotFoundException
Because it's technically still going?
I don't think anyone gives a shit though so.
I don't think anyone gives a shit though so.
StalinCommander- Guy in Charge
- Posts : 905
Join date : 2012-06-10
Age : 106
Location : Moscow, Motherland
ANV Character
Name: Dr. Vladiovich Von Krusteacov Ruskieman
HP:
(308/400)
TP:
(920/1000)
Page 2 of 3 • 1, 2, 3
Similar topics
» Round 20 - LET'S DO THE TIMEWARP AGAIN!
» Round 59: The Boondocks
» Round 58: Schadenfreude
» Round 79 Possibilities
» Round 62: Spongebob Mafiapants
» Round 59: The Boondocks
» Round 58: Schadenfreude
» Round 79 Possibilities
» Round 62: Spongebob Mafiapants
Page 2 of 3
Permissions in this forum:
You cannot reply to topics in this forum