Jump to content

Easier Way To Invite People From Chat


Lord_of_Lords
 Share

Recommended Posts

1.  When talking to a person in a chat tab, instead of having to type "/invite someplayer" we should be able to type "/invite"

 

I see the use of typing the full player name in party chats but when talking to a single person, this should be an alternative.

 

2.  Also, tab-completion would be nice.  1 tab to finish out a player name and 2 tabs to list the remaining possible player names.  But this would be a lot more code to add than my first suggestion.

 

 

EDIT: I'll add screenshots in a bit.  I now see my failed explanation.

 

iBtwO7l.png

 

 

This should invite Lord_bacon_von_hashbrown into my current session because he is the only person in this chat.

Edited by Lord_of_Lords
Link to comment
Share on other sites

partial names and name suggestions is fairly complex, considering thousands will be using these functions all the time, so idunno if that's practical.

 

 

if you were to enter just the Invite command with no arguments what would it do? there's already a list of all players in the chat on the right, so listing players to select them to invite would be extremely redundant.

 

so i'm just confus here.

Link to comment
Share on other sites

what they need to do is let you right click peoples names in the chat window not the name list but the actual chat window. I think that would make trade chat and even people with an active alliance chat a lot easier to invite people or whisper them.

Link to comment
Share on other sites

partial names and name suggestions is fairly complex, considering thousands will be using these functions all the time, so idunno if that's practical.

 

This feature could run on the client side so scalability isn't a problem.

 

if you were to enter just the Invite command with no arguments what would it do? there's already a list of all players in the chat on the right, so listing players to select them to invite would be extremely redundant.

 

Gives a syntax error about not using a player name, which is evidence of an exception model which should allow a simple check in the exception handler to see if only 1 player is in a chat session.  

Something like:

try {

     invitePlayer(name);

} catch(SyntaxError err) { invitePlayer(chatlobby.getFirst()); }

Link to comment
Share on other sites

I think we should be able to right-click on their names in the chat (not just in the sidebar on the right) and directly invite or PM other players from there.

 

Trying to join runs like "IllIEviIVVarIordIIll: H> T4S PM for invite" by having to guess their name in order to PM them first is absolute hell.

Edited by SortaRandom
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...