View Single Post
02-02-09, 12:44 PM   #1
knifesideleft
A Defias Bandit
Join Date: Feb 2009
Posts: 2
Making a custom channel sticky

I haven't programmed in 4 years (vb6 shouldn't be considered a language though) and I've started again trying to do my first mod mod for wow. This mod is for me and my friends and basicly it creates a sort of fake guild chat. It automaticly joins a channel and allows us to chat.

Anyway one really important feature that I'd like it to have is be set to sticky when used. I've tried ChatTypeInfo["Custom chan namestring here"]={sticky=1}; but it doesn't seem to work with anything other then say guild raid or whisper. Not only that it has the tendency to change the text colors. Am I just doing this wrong or is this not supported.

I figured I could just go around this somehow but I have yet to figure it out.
Unless theres a way to take the text from the msgbox after being entered then stopping it from being set and then send it to whereever I want via sendchatmessage
  Reply With Quote