Politician Archive
Thread: City Chat is a Must!
Mashor wrote:
We really need some centralized way of communicating with city residents. The city that I am in has 3 different PA's in it which makes communication very difficult. That's not even mentioning the residents of the city that don't belong to any of the PA's.
I have seen lots of others put this on their wish lists, but I have yet to see any feedback from SOE. Am I missing something? This seems like a must for player cities, and I am relatively surprised that this wasn't in from the beginning.
Mashor, Valcyn
It is a must.
It's a good thing that Galdor has had a city chat for several weeks now. We DO find it very handy. (with 2 guilds plus a non-trivial unguilded population)
In fact, several people have stumbled into it (it's public and unmoderated) and have joined the city based on meeting us via this channel.
Yes, an auto city chat WOULD be nice. But the tools are already there so that a minimal amount of effort will reward you.
Thunderheart worte:
Also, another big request is "Player City Chat"....
What players can do in-game right now as “city chat” is:
City members can fly their cursor over the chat window and right click.
Select “Join Chat Channel”
Give your chat room a name (Like “Mos Eisely Chat or what ever your city name is)
Give your chat room a title (mychat, citychat, etc)
Select “Private” and/or “Moderated” and click “ok”
Then instruct all of your players to:
/chatroom join
Also, whenever you need to know the commands, type /chatr and the list of commands will come up.
HERE
And here's my Chat-Makro Tip:
City Chat
Create a simple Macro to create and join a public or even privat chat that even has a Message that can be used as "Message of the Day" ...
/chat create SWG.Gorath.Chat.KC 0 1 "\#3399ffKheraba-City.de \#ffffff- Big Event in Cantina today";
/pause 1;
/chat join SWG.Gorath.Chat.KC;
... for a public chat - and for private:
/chat create SWG.Gorath.Chat.KC 0 0 "\#3399ffKheraba-City.de \#ffffff- City Members Only";
/pause 1;
/chat join SWG.Gorath.Chat.KC;
/chat invite PlayerName01 SWG.Gorath.KC;
/chat invite PlayerName02 SWG.Gorath.KC;
/chat invite PlayerName03 SWG.Gorath.KC;
...
Thanks for the info on the macro. One thing I would like to know how to do is add the chat channel to the spatial window through a macro as well. I think it would make this process run a whole lot smoother, and make the citizens more willing to participate if I could email a macro to everyone and just ask them to run it when they log in. I have looked around a bit (checked the macro bible site), but have been unable to come up with anyting.
Thanks for the help,
Mashor, Valcyn, SDC, Shadowdale
I only had to add the City Chat to my spatial once (but manualy using the right click "modify" feature on the spatial chat tab). But you have to keep the same chat tab for your city chat, so when executing the macro you have to be in the old chat tab where the city chat was before. But you easily get there by pressing ctrl+end or ctrl+home.
A macro for this would however be very nice.
Oh ... where is this macro bible site?