Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

View Poll Results: Do you like this idea?
Yes. 15 31.25%
No. 21 43.75%
No, but I have some suggested changes that would make me vote Yes! 1 2.08%
I mostly think it's a good idea, not perfect, but I'm too lazy to make suggestions. 11 22.92%
Voters: 48. You may not vote on this poll

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 05-17-2010, 01:04 PM
stormlord stormlord is offline
Planar Protector


Join Date: Nov 2009
Posts: 1,165
Default Filter Global Chat

I've been thinking about this. My thinking is to filter global chat.

First of all, the idea is not classic, but neither is global /ooc and global /auction. So that argument can't be used to oppose this idea since lots of things present in p1999 aren't classic either.

The idea I have, and that i've seen others suggest in different posts (it's not my idea alone), is to allow us to filter /ooc and /auction by city. For example, if you're leveling up near qeynos and only want to trade with people nearby, you could turn on Halas and Qeynos and Erudin. This way you can reduce the amount of chat on your screen and also not see trades that're too far away.

I'm giving two options I can think of for implementing this...

Option 1

(this is displayed in the filter tab on the options window)

Show ... /ooc & /auction - Qeynos
Show ... /ooc & /auction - Erudin
Hide ... /ooc & /auction - Rivervale
Hide ... /ooc & /auction - Freeport
Hide ... /ooc & /auction - Ak'anon
Hide ... /ooc & /auction - Felwithe
Hide ... /ooc & /auction - Kelethin
Hide ... /ooc & /auction - Oggok
Hide ... /ooc & /auction - Neriak
Show ... /ooc & /auction - Halas
Hide ... /ooc & /auction - Kaladim
Hide ... /ooc & /auction - Paineel

I don't know whether this method would work or not because the client hardcode might not allow it.

Option 2

Make it a command. Like:
Code:
/globalchat filter:qeynos,erudin,halas
Global chat filter is set to: qeynos,erudin,halas.
-or-
Code:
/globalchat filter:kaladim,kelethin,akanon
Global chat filter is set to: kaladim,kelethin,akanon.
-or-
Code:
/globalchat filter:none
Global chat filter is disabled.
-or-
Code:
/globalchat
Global chat filter is set to: freeport.
I'm guessing that command strings like "/globalchat ..." are sent to the server without explicit client checks. For example, if you enter "/mcdonalds" it will tell you that the command is not available. My guess is that the server is receiving it and giving a negative response and the client is informing you.

This method, I think, has hte advantage of being able to be set on a per character basis, automatically on character creation. So when a new character is created, the filter is disabled by default. You might later enter "/globalchat filter:erudin,paineel,qeynos,halas" to enable it for a character in Erudin, for example.

.....

The developers and players would determine which zones would be near to these cities. For example, permafrost and blackburrow and Qeynos Hills would be attached to Halas. Blackburrow, Qeynos Hills, Qeynos Catacombs, Erud's Crossing, Surefall Glade, West Karana, North Karana and maybe some others would be attached to Qeynos. Etc. Some redundancy is good because people might not know if a zone is attached to their city or not even though it's not far away. For example, is surefall glade attached to halas AND qeynos? Should it be? I think that in this case, you should always liberally add zones, but not too many. For example, surefall glades and qeynos and west karana should probably be added to Halas, but i wouldn't add north karana to halas.

If we're going to have global /ooc and global /auction, which are not classic, we need to update how it works to reflect the fact that this isn't classic so it needs different answers. I don't like to see /ooc and /auction from people all across the world - that's 600+ people at peak hour. I can't run across the world and I don't like to see so much chat fill my screen. I'd like to be able to filter it. This wasn't available in classic, but then again, classic didn't have a global chat like this so it didn't have 300 or 400+ people constantly chatting.
__________________
Full-Time noob. Wipes your windows, joins your groups.

Raiding: http://www.project1999.com/forums/sh...&postcount=109
P1999 Class Popularity Chart: http://www.project1999.com/forums/sh...7&postcount=48
P1999 PvP Statistics: http://www.project1999.com/forums/sh...9&postcount=59

"Global chat is to conversation what pok books are to travel, but without sufficient population it doesn't matter."
Last edited by stormlord; 05-20-2010 at 07:17 PM..
  #2  
Old 05-17-2010, 02:17 PM
Otto Otto is offline
Fire Giant

Otto's Avatar

Join Date: Oct 2009
Posts: 559
Default

Anything that starts to remove global chat would be great IMO. This could be a good mid ground for people determined to keep global chat around.
  #3  
Old 05-17-2010, 02:22 PM
Yinikren Yinikren is offline
Fire Giant

Yinikren's Avatar

Join Date: Feb 2010
Location: Las Vegas, NV
Posts: 591
Default

This is a good idea, but honestly I don't know if they have any way of actually coding something like this.
And prepare for wow flames btw, I'm pretty sure something like this has been mentioned before.
__________________
Quote:
Originally Posted by quido View Post
Look, I really want to make this better for the nonhardcores here. But if a small faction of people is going to cockblock progress because they're not getting exactly what they want.....
Abomination Snowman - 60 Grave Lord
Proud owner of Innoruuk's Curse that did NOT come from TMO's bank or RMT.
Niluvien Forestwalker - 52 Ranger
Russled Jimmies - 54 Wizard
  #4  
Old 05-17-2010, 02:25 PM
stormlord stormlord is offline
Planar Protector


Join Date: Nov 2009
Posts: 1,165
Default

Quote:
Originally Posted by Yinikren [You must be logged in to view images. Log in or Register.]
This is a good idea, but honestly I don't know if they have any way of actually coding something like this.
And prepare for wow flames btw, I'm pretty sure something like this has been mentioned before.
It has. I saw it in the poll thread about disabling global /ooc (and /auction). Except the idea I saw was for continent-scale chat. I'm going for city-scale chat. The idea posted here in this poll is also self-imposed, not forced on the player. Those are the differences I can think but i bet someone somewhere has posted something exactly like this. If so, would love to hear from you.

I'm not against disabling global /ooc and /auction. In fact, I'd like to try it out to see how it works, but I think that this idea would be safer in the meantime. There might be technical limitations restricting something like this from working, but I'm not aware of them. I imagine they could add some code to the server for these options and could change the ui files to make them available to the client, but that is just a guess. It might not be possible - the client might not allow you to change it that way. For example, if the client hard code doesn't recognize the extra options, the changes to the ui file would be useless.

Only other choice is to make it a command. Like:
Code:
/globalchat filter:qeynos,erudin,halas
Global chat filter is set to: qeynos,erudin,halas.
-or-
Code:
/globalchat filter:kaladim,kelethin,akanon
Global chat filter is set to: kaladim,kelethin,akanon.
-or-
Code:
/globalchat filter:none
Global chat filter is disabled.
-or-
Code:
/globalchat
Global chat filter is set to: freeport.
I'm guessing that command strings like "/globalchat ..." are sent to the server without explicit client checks. For example, if you enter "/mcdonalds" it will tell you that the command is not available. My guess is that the server is receiving it and giving a negative response and the client is informing you.
__________________
Full-Time noob. Wipes your windows, joins your groups.

Raiding: http://www.project1999.com/forums/sh...&postcount=109
P1999 Class Popularity Chart: http://www.project1999.com/forums/sh...7&postcount=48
P1999 PvP Statistics: http://www.project1999.com/forums/sh...9&postcount=59

"Global chat is to conversation what pok books are to travel, but without sufficient population it doesn't matter."
Last edited by stormlord; 05-17-2010 at 02:44 PM..
  #5  
Old 05-17-2010, 04:30 PM
lumin lumin is offline
Orc

lumin's Avatar

Join Date: May 2010
Posts: 32
Default

I voted no because I think this would be a hassle to code and would rather have the devs focused on other things. I'd rather have ooc (and auc) removed altogether for the time being.
__________________
Faery Tale Online
Tell your story, Leave your legacy

World's first MMORPG with true family systems
Player-created villages, dungeons and items
Dynamic weather, monsters and events
  #6  
Old 05-17-2010, 04:48 PM
mr.miketastic mr.miketastic is offline
Banned


Join Date: Apr 2010
Location: Erehwon
Posts: 76
Default

Kunark would be oh so much cooler than the devs coding a filter for global chat. Just move it to a different windows and ignore it.
  #7  
Old 05-17-2010, 04:54 PM
SpartanEQ SpartanEQ is offline
Aviak


Join Date: Mar 2010
Posts: 61
Default

I voted yes because I think it's a good idea and that's what the poll was asking. I'll let someone else decide whether or not it's possible or how hard it is to code.
  #8  
Old 05-17-2010, 05:20 PM
L2Phantom L2Phantom is offline
Kobold

L2Phantom's Avatar

Join Date: Feb 2010
Posts: 165
Default

Yes, anything that slowly removes global /spamooc is good by me.
__________________
Velex - Dark Elf Cleric of Innoruuk
  #9  
Old 05-17-2010, 05:38 PM
toddfx toddfx is offline
Sarnak

toddfx's Avatar

Join Date: Mar 2010
Posts: 345
Send a message via AIM to toddfx
Default

I voted "mostly a good idea" because I think "city" level is slightly too concentrated. I'd divide it into 4 channels:

Odus, West Antonica, East Antonica, and Faydwer.

While it is essentially continent wide, the E/W Antonica division takes care of the Qeynos-Freeport dilemma. Faydwer and Odus are so small that I don't think it's problematic to run 5 - 10 minutes to make a sale. If you place yourself in an obscure location, you should be expecting at least some amount of travel to make it to the logical point of trade.
Last edited by toddfx; 05-17-2010 at 05:41 PM..
  #10  
Old 05-17-2010, 05:44 PM
Kennebec Kennebec is offline
Scrawny Gnoll


Join Date: Mar 2010
Location: Near a fly fishing stream in the western mountains of Maine
Posts: 25
Default

Quote:
Originally Posted by lumin [You must be logged in to view images. Log in or Register.]
I voted no because I think this would be a hassle to code and would rather have the devs focused on other things. I'd rather have ooc (and auc) removed altogether for the time being.
I agree and we can all just ignore OOC and Auc if it is annoying us. I will turn it off when the drug/sex/political ramblings occur and then turn the channel back on later. I am just a guest on this server so I feel it is my responsibility to control what I can and not make demands on the dev's.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:32 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.