PDA

View Full Version : 1.2 "tell" functions


Parrot
02-16-2004, 01:13 PM
How do I set up the "tell" feature of 1.2 in serverwatch?

I go to the 1.2 tab, and there is one line there. What do I need to add into that line so that other things 'uid' tell players?

Cobra
02-16-2004, 08:17 PM
Well you can try this out.
You find a word in the message that you have made to send in the message system were all your messages are.
And use words that you only have in serten places so not all messages get taken by it.

Like this
(Welcome)
then it makes all Welcome messages be sent with tell commands.
And if you have time in one message to....... Like i have made the server tell the time when people write time in the chat.
Now i will make one for Welcome and time.
(Welcome)|(time)|(And so on you go and you will see it will be tell messages automatic becase of this words you put in here)
:!:

Parrot
02-19-2004, 10:50 PM
I did that but it's still not working for me.

I'll take a SS and post it if needed.

Is there settings elsewhere I need to enable?

Cobra
02-20-2004, 10:31 AM
you can try this in the ini file.

ChatCommandEnableHelpTell=1
ChatCommandEnableStatsTell=1
ChatCommandEnableSkillsTell=0
ACAnnounceUseTell=1
ChatCommandEnableNickTell=1

Parrot
02-23-2004, 12:27 PM
Thanks Cobra. I opend up the config file, searched for those variables. Some were the same as you posted, while others were the opposite of what you listed they should be.

I made the proper replacements and it seems to work fine now.

Thanks again. :smile: