Thread Tools Display Modes
01-30-07, 04:20 PM   #1
0Blackmage0
A Chromatic Dragonspawn
 
0Blackmage0's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 192
Emoticons.... IN WOW

Does anyone know if it would be possable to replace the text faces in WoW (in the Chat window) with emoticons like in IM programs. So that when someone put " : ) " then it would place a or is someone put a " :@ " then it would put a

Anywho it's just a thought, because i always see people put in various faces in WoW...

Only thing is that someone else would need to make it since i have no programing talent at all...
  Reply With Quote
01-30-07, 08:37 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
That would be a nice mod, however there are lots of different ways that people type out faces... : ) :-) :^) ^.^ : D XD etc
  Reply With Quote
01-31-07, 08:57 AM   #3
0Blackmage0
A Chromatic Dragonspawn
 
0Blackmage0's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 192
Re

It's just a thought, but couldnt someone just add more faces ": ) ^.^" Im thinking a simple user interface where the user could add new faces and seperate them by putting a cheracter that isnt usualy in faces..

_____________________________________________
| Add text to be changed to (seperate with " & "
| [ : )&^.^&&: D&:-) ]
| Add text to be changed to (seperate with a " & "
| [ :@ ]
| Add text to be changed to (seperate with " & "
| [ : (&:-( ]
|
| {Save and Close} {Load Defalt Smilys}
|_____________________________________________|
  Reply With Quote
01-31-07, 10:11 AM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
That could work. (I know nothing about writing mods, though. )
  Reply With Quote
01-31-07, 10:59 PM   #5
0Blackmage0
A Chromatic Dragonspawn
 
0Blackmage0's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 192
Hopefully the idea works out and someone decides to take up this mod.... (That means you mod authors) I dont think it would be that difficult, its just i dont have the talent or know-how to do it....


P.S. If someone gives me a bit of info on how i could get started on this one... that is if no one wants to do it
  Reply With Quote
01-31-07, 11:18 PM   #6
tattooedpierre
An Aku'mai Servant
 
tattooedpierre's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 38
I'm not so sure this could work. You'd have to insert a graphic into chat; which I don't think is possible.
  Reply With Quote
02-02-07, 01:34 AM   #7
0Blackmage0
A Chromatic Dragonspawn
 
0Blackmage0's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 192
Is there anyway to create a different window seperate form chat (just hide the regular window) that oculd be used for grapics and text?
  Reply With Quote
02-02-07, 03:51 AM   #8
tattooedpierre
An Aku'mai Servant
 
tattooedpierre's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 38
Originally Posted by 0Blackmage0
Is there anyway to create a different window seperate form chat (just hide the regular window) that oculd be used for grapics and text?
Yeah, this would be the only approach (I think). You would have to recreate the chat system in general to accommodate graphical elements. I'd love to say I'd give it a go but I've got enough troubles with IWD :P
  Reply With Quote
02-04-07, 09:06 PM   #9
0Blackmage0
A Chromatic Dragonspawn
 
0Blackmage0's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 192
So this is a no go then? No Mod Auther will try to make this? Anyone have any thoughs on how this could be begun?
  Reply With Quote
02-05-07, 01:41 PM   #10
kneeki
A Flamescale Wyrmkin
 
kneeki's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 134
Cool

Originally Posted by 0Blackmage0
So this is a no go then? No Mod Auther will try to make this? Anyone have any thoughs on how this could be begun?
Well, you could look into GreyHoof's mod EavesDrop (sp?), he recreated a 'combat log' by using frames and he inserted graphics and so forth in it. You could send an email his way to see if he's up to the task, which he could just cannibalize his current addon to get this to work. I however, do not have the skills to complete a mod like this.
  Reply With Quote
02-05-07, 02:21 PM   #11
Mazzlefizz
A Pyroguard Emberseer
 
Mazzlefizz's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 3,521
One way would be to just parse chat message and substitute out the emoticon text with enough spaces to hold a graphic. Then just anchor the graphic to the appropriate part of a scrollframe. The tricky part would be knowing how many pixels wide a chunk of text is in a particular font is, so you know where to put the emoticon horizontally. Knowing when to delete the graphic might also be an issue.

If this is the only way it could be done, I think it would be too much of a hack job to be worth doing or running, for that matter.
__________________
MazzleUI Home Page: Mazzlefizz.WoWInterface.com
Info, FAQs, Forums, Download can be found at that link.
  Reply With Quote
03-22-08, 10:39 PM   #12
0Blackmage0
A Chromatic Dragonspawn
 
0Blackmage0's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 192
Bump!!

This is a bump to my original idea, i have tryed the various suggestions, but i was wondering if anyone knows if any changes to the WoW API has made this more plausable/possable.

ORIGINAL POST
Does anyone know if it would be possable to replace the text faces in WoW (in the Chat window) with emoticons like in IM programs. So that when someone put " : ) " then it would place a smily or is someone put a " :@ " then it would put an angry face

Anywho it's just a thought, because i always see people put in various faces in WoW...

Only thing is that someone else would need to make it since i have no programing talent at all...


_____________________________________________
| Add text to be changed to (seperate with " & "
| [ : )&^.^&&: D&:-) ]
| Add text to be changed to (seperate with a " & "
| [ :@ ]
| Add text to be changed to (seperate with " & "
| [ : (&:-( ]
|
| {Save and Close} {Load Defalt Smilys}
|_____________________________________________|
__________________


  Reply With Quote
03-22-08, 11:08 PM   #13
Llivavin
A Black Drake
Join Date: Jun 2007
Posts: 89
Originally Posted by 0Blackmage0 View Post
This is a bump to my original idea, i have tryed the various suggestions, but i was wondering if anyone knows if any changes to the WoW API has made this more plausable/possable.

ORIGINAL POST
http://wowui.worldofwar.net/?p=mod&m=6238|


its been done for 2.4 due to the whole addons being able to put textures in chat.

theres also another one on this site that adds class/race/itemtype/spellicon infront of linked things.
  Reply With Quote
03-24-08, 05:59 AM   #14
0Blackmage0
A Chromatic Dragonspawn
 
0Blackmage0's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 192
Awesome!!! Thanks man, didn't realize it had been done
__________________


  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Emoticons.... IN WOW


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

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