Author Topic: The "Hi, PersonsName" Add-On  (Read 10383 times)

Do someone know how i can get the Add-On with this: "Hi, PersonsName"

I was in an Server and everytime an other joined it says: Xalos: Hi, PersonsName

and everyone can see this. I heard there is an ClientSide one that means if im in an other server i can make this: "Hi, PersonsName" thing too.

If someone know how to get it.
please send an Link.

Xalbot is a bot made my Xalos, that is custom to his server.

You don't want to do this.
Nevermind, I thought you wanted a server mod to say that the server is running that mod.

I saw someone with this at IcyGamma's server.

Oh I hate that addon.
Its lazy, insincere, and horribly irritating. Especially the one that just shows the name and doesn't even greet.

I dislike auto greeters. They're lame. Really. lame.

I used to ban for this thing. Still would.

I used to ban for this thing. Still would.

<3
I'll take a leaf from your book.

I prefer having just the welcome message

Just change welcome message to "Hi, %1."
Or something like this.

I got join in jokes script. When on, when someone joins, it yells at the same instant a random phrase from a list:

Code: [Select]
$numJokes = -1;
$Joke[$numJokes++] = "I mean, how would that count as sodomy? Sodomy involves rape, and she told me to!";
$Joke[$numJokes++] = "And that is where babies REALLY come from.";
$Joke[$numJokes++] = "So, isn't that an amazing way to loss your virginity?";
$Joke[$numJokes++] = "I'm sorry, but I can't give you v" @ $Version+1 @ ".";
$Joke[$numJokes++] = "Who built a giant nude woman...?";
$Joke[$numJokes++] = "Stop spamming block snakees!";

I'd make a better list if the script wasn't more annoying than to be suggested. These are all petty 9 year old statements. But it's still surprising to hear some of those right on joining.

Edit: Actually, a few children have fallen for the giant nude woman one. I was actually in a mining server once, and it said that. The kid comes in like "Okay, where is it. :cookieMonster:"
« Last Edit: December 22, 2010, 05:12:07 PM by MegaScientifical »

I got join in jokes script. When on, when someone joins, it yells at the same instant a random phrase from a list:

Code: [Select]
$numJokes = -1;
$Joke[$numJokes++] = "I mean, how would that count as sodomy? Sodomy involves rape, and she told me to!";
$Joke[$numJokes++] = "And that is where babies REALLY come from.";
$Joke[$numJokes++] = "So, isn't that an amazing way to loss your virginity?";
$Joke[$numJokes++] = "I'm sorry, but I can't give you v" @ $Version+1 @ ".";
$Joke[$numJokes++] = "Who built a giant nude woman...?";
$Joke[$numJokes++] = "Stop spamming block snakees!";

I'd make a better list if the script wasn't more annoying than to be suggested. These are all petty 9 year old statements. But it's still surprising to hear some of those right on joining.

Edit: Actually, a few children have fallen for the giant nude woman one. I was actually in a mining server once, and it said that. The kid comes in like "Okay, where is it. :cookieMonster:"

its no add-on but its nice.
thank you.

its no add-on but its nice.
thank you.
What are you talking about, he just said it's an add-on.

I have a server-side bot that greets people.
Even on a map change.

I got join in jokes script. When on, when someone joins, it yells at the same instant a random phrase from a list:

I'd make a better list if the script wasn't more annoying than to be suggested. These are all petty 9 year old statements. But it's still surprising to hear some of those right on joining.

I had made a similar one where it says something that would be surprising to see right when joining.

Code: [Select]
$JoinTaunts::Struct[0] = "yeah i agree %r, %u is such %i!";
$JoinTaunts::Struct[1] = "%r, are you %i like %u is?";
$JoinTaunts::Struct[2] = "%u is %i? LOL so true...";

$JoinTaunts::Insult[0] = "a jerk";
$JoinTaunts::Insult[1] = "a loser";
$JoinTaunts::Insult[2] = "a failure";
$JoinTaunts::Insult[3] = "the most idiotic scum";
$JoinTaunts::Insult[4] = "the biggest douchebag";

In the structures, %r is random user (excluding yourself and who just joined), %u is the person who just joined, and %i is a random insult. I've only used it once (since the concept of spamming chat everytime someone joins is pretty stupid), but it did get a lot of funny reactions.