PDA

View Full Version : How to block chat from certain levels?


Onye
11-03-2007, 02:47 PM
I'm very new to the mod-scene and I'm trying to build myself a simple mod (to learn the stuff).

Anyway, if I were to write a mod that would block all chats (whisper, yell, say, whatever) from characters with a certain level (for example lvl60). How would I do that?

I'm having a lot of trouble with it.

Duugu
11-03-2007, 04:02 PM
You could hook the chat message handling functions. Then bypass all stuff from lvl 60 chars and discard any other stuff.