Bisqwit wrote:
...
Ok I didn't know your point was not what you had written,
but to find people to add to your pkill list.
I'll be more careful to ignore your articles from now on.
Bisqwit, you need to get your 'this character will kill me
if I try to help him' detector working. Let me help you:
if (character.level + (80*character.rebirth_amount) > 75 &&
character.age > 4320000 /* seconds */ &&
character.age < 103680000 /* seconds */ &&
strlen(character.news_message) < 50 /* bytes */ &&
strcmp(character.news_message.group,"ideas-wanted") == 0)
{
character.pkill_tendency = HIGH;
}
This algorithm isn't perfect, since it might give false answers
but that doesn't matter as long as you don't advertise (false)
results. To get it more accurate you could add some heurestics
which try to figure out if the person has tried to implement
the wanted idea himself or give points based on the stupidity
of the idea.