AFK/BRB Chat Bubble

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
User avatar
kr0n05931
Knight
Knight
Posts: 652
Joined: 26 Jul 2008, 01:59
Location: United Socialist States of America
Contact:

AFK/BRB Chat Bubble

Post by kr0n05931 »

Well, at the moment if you sit down you're just sitting down. Many people are using sitting down as a sign that they are away, but many new players do not know this. I was thinking of using a chat bubble to say if you're away or not. Maybe we could do this like equipment or an emoticon that "sticks" above your head until you're back.

Btw, the reason I am not working on NPCs right now is because I'm waiting for Len.

Also, the chat bubbles are transparent, but the forum's skin doesn't show it.

Preview:
Attachments
brb.png
brb.png (2.2 KiB) Viewed 4335 times
afk.png
afk.png (2.27 KiB) Viewed 4337 times
Lazy bum.
User avatar
Ces
Novice
Novice
Posts: 231
Joined: 19 Mar 2008, 22:46
Location: The hemisphere

Re: AFK/BRB Chat Bubble

Post by Ces »

Good idea in general, as it will make the social part of the game easier. :)

Graphicswise, I think it would look great if the bubbles showed images rather than text, if they are easy to recognize what they are.

Slightly off forum topic (though related to thread topic). Instead of showing all the time the bubbles could perhaps be shown only when another player makes an action (talk, trade, ...) to the inactive player.

Alternatively, to switch on the away status on, the client could issue such an order after a certain time of inactivity or the player could write a command in the chat.
User avatar
5t3v3
Warrior
Warrior
Posts: 451
Joined: 31 Oct 2007, 15:08
Location: Belgium
Contact:

Re: AFK/BRB Chat Bubble

Post by 5t3v3 »

It would be nice if the AFK bubble could be constantly on rather then just showed once as an emotion.
I guess teh easiest way to do this is:
1. Add it to playersprites, and have a different sprite displayed when on AFK status (box ticked in menu or iddle)
2. Make it an equipable item
In game characters: "5t3v3" and "L "
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: AFK/BRB Chat Bubble

Post by Crush »

Stuff like that can easily be implemented as a particle effect.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
kr0n05931
Knight
Knight
Posts: 652
Joined: 26 Jul 2008, 01:59
Location: United Socialist States of America
Contact:

Re: AFK/BRB Chat Bubble

Post by kr0n05931 »

5t3v3 wrote:It would be nice if the AFK bubble could be constantly on rather then just showed once as an emotion.
I guess teh easiest way to do this is:
1. Add it to playersprites, and have a different sprite displayed when on AFK status (box ticked in menu or iddle)
2. Make it an equipable item
Did you even read what I posted? :|
the first post in this topic wrote:Maybe we could do this like equipment...
the first post in this topic wrote:...or an emoticon that "sticks" above your head until you're back.
Also, as a particle effect? I thought that only worked with animation.
Lazy bum.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: AFK/BRB Chat Bubble

Post by Crush »

Particle effects can be animated but they don't have to.

It is perfectly possible to have a particle effect which just consists of a single, persistent, unanimated image which keeps its relative position to a being.

I am suggesting a particle effect because there already is an infrastructure in the code to attach an arbitary ammount of them to a being.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
kr0n05931
Knight
Knight
Posts: 652
Joined: 26 Jul 2008, 01:59
Location: United Socialist States of America
Contact:

Re: AFK/BRB Chat Bubble

Post by kr0n05931 »

So then what should I do with the chat bubble? Should I really use images instead of words? I mean, don't AFK, BRB, LOL, etc. translate into the other languages as is? I mean, Uber does.
Lazy bum.
User avatar
5t3v3
Warrior
Warrior
Posts: 451
Joined: 31 Oct 2007, 15:08
Location: Belgium
Contact:

Re: AFK/BRB Chat Bubble

Post by 5t3v3 »

kr0n05931 wrote:Did you even read what I posted? :|
Sorry I must have overlooked where you suggested using it as equipment =)
In game characters: "5t3v3" and "L "
Jarek
Peon
Peon
Posts: 17
Joined: 28 Oct 2007, 07:56

Re: AFK/BRB Chat Bubble

Post by Jarek »

Crush wrote:Stuff like that can easily be implemented as a particle effect.
What about players who will turn off particle effects?
Turmfalke
Manasource
Manasource
Posts: 350
Joined: 10 Aug 2008, 18:28
Location: Maligree's Wonderful Garden

Re: AFK/BRB Chat Bubble

Post by Turmfalke »

why should you turn them off?
I stand beside the holy man
The monarchs fear my wrath
None may move the way I can
Ever the crooked path
a knight
Jarek
Peon
Peon
Posts: 17
Joined: 28 Oct 2007, 07:56

Re: AFK/BRB Chat Bubble

Post by Jarek »

Turmfalke wrote:why should you turn them off?
My mistake, I thought that particle engine can be disabled, while only ambient fx have option to turn that option off :oops:
User avatar
Shaggy
Novice
Novice
Posts: 132
Joined: 22 Apr 2008, 12:56
Location: Liverpool, England

Re: AFK/BRB Chat Bubble

Post by Shaggy »

The particle engine is somewhat OTT for the effect requested
Enjoyed The Mana World? Then check out Aethyra (http://www.aethyra.com).
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: AFK/BRB Chat Bubble

Post by Crush »

Over the top?

Not really. The particle engine has been made with such applications in mind.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
mon
Peon
Peon
Posts: 46
Joined: 28 May 2008, 08:07

Re: AFK/BRB Chat Bubble

Post by mon »

Assigning a key for this would be nice. At least it could also appear when a person is standing. The AFK would suffice.
Unless you guys want to have a new player sprite position like sleeping. Maybe the "dead" position with Zzzz animation on top.
a.k.a. - Achel
User avatar
kr0n05931
Knight
Knight
Posts: 652
Joined: 26 Jul 2008, 01:59
Location: United Socialist States of America
Contact:

Re: AFK/BRB Chat Bubble

Post by kr0n05931 »

mon wrote:Assigning a key for this would be nice. At least it could also appear when a person is standing. The AFK would suffice.
Unless you guys want to have a new player sprite position like sleeping. Maybe the "dead" position with Zzzz animation on top.
Add a beer in his hand and we have the hammered position. :P
Lazy bum.
Post Reply