EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Chit-Chat (https://www.eq2interface.com/forums/forumdisplay.php?f=2)
-   -   send colored in-game text (https://www.eq2interface.com/forums/showthread.php?t=2245)

sardiaxx 03-29-2005 12:50 AM

send colored in-game text
 
1 Attachment(s)
ever wanted to spruce up your pull messages? or other macros that need attention, well now you can. when i started playing around with item links that was what i wanted to accomplish and i finally figured it out, in the logs there were some lines that used a format like \#ffff00You have gained xxx status points! so i figured since we can recreate item links just like they are sent to the log text coloring might work too, but to no avail, it just didn't work. then after playing around i figured it out.

the basic form "\#RRGGBBText to be colored here", the trick is in how you input the text. as soon as you complete the \#RRGGBB section it disappears and colors the text immediately afterward, so the trick is not to complete that section until all the text you want colored is in after it. the method i used is to replace the proper slash with the improper /,
so i'd type "/#FF0000message to be colored" and bring the cursor to the / and delete it and replace it with the \, the code will then disappear and the text will be colored red in the text box.

included is an explanation image(not a pretty one) to better illustrate the process

-edit fixed image text

Drumstix42 03-29-2005 02:02 AM

Cool, thanx for the info :)

Here's how to send links in game (copy and paste or type on your own)

Code:

\aITEM -396193662 Trade Link Boots:Trade Link Boots\/a
You the second area of the text to whatever you desire such as:

Code:

\aITEM -396193662 Trade Link Boots:My Cool New Booties\/a
You can probably use the forward slash thing, and replace with a backslash for easier typeing but if you type it how it is in game you would type this:

Code:

\aITEM -396193662 Trade Link Boots
and as soon as you type a colon ( : ) the text will dissapper and you then type the link text, followed by \/a.

You just gotta becareful not to hit backspace, or you'll have to start all over :rolleyes:

taco-man 03-29-2005 02:44 AM

thats pretty cool, thanks for sharing.

Demu 03-29-2005 03:42 AM

Can someone list the color codes or a url as to where I might find them?

Dolby 03-29-2005 03:44 AM

Quote:

Originally Posted by Demu
Can someone list the color codes or a url as to where I might find them?

Search google on hex colors. Its the same colors used in html.

Humudce 03-29-2005 04:48 AM

I'm happy to say I learn something new every day :)

Drumstix42 03-29-2005 04:59 AM

Got it covered acctually:
http://advancedmod.com/forums/colour2.php

and if you want to hurt your eyes:
http://advancedmod.com/forums/colour.php

adorya 03-29-2005 11:16 AM

Hum is there a way to color only partial word and at the beginning of the macro line? All I could do is color the entire line, or the end.

Euda 03-29-2005 12:26 PM

To do multiple colors, type it all out of course. Then when you insert the "\" character, start that the END and work forward. Turn blah into \#ff0000bl\#777777ah.

Ex start: INC [ %t ]
Ex w/codes: #00ffffI#00aaffN#0000ffC #ff0000[ #000000%t #ff0000]
** (at this point you start inserting \ at the end of the line)
Ex final: INC [ %t ]

Kale27 03-29-2005 01:32 PM

From whence did you pulleth the number for the item? Is it from the EQ2P item database?

sardiaxx 03-29-2005 02:32 PM

whoops, had left to right in the image instead of right to left like i meant. with multiple colors you have to start at the last one.

as for only coloring the beginning i don't know if it's possible, i haven't figured out if there is a way to end the colors, maybe like \/# or something like with item links, or a way to simply specify to use the default color.

Drumstix42 03-29-2005 03:01 PM

Quote:

Originally Posted by Euda
To do multiple colors, type it all out of course. Then when you insert the "\" character, start that the END and work forward. Turn blah into \#ff0000bl\#777777ah.

Ex start: INC [ %t ]
Ex w/codes: #00ffffI#00aaffN#0000ffC #ff0000[ #000000%t #ff0000]
** (at this point you start inserting \ at the end of the line)
Ex final: INC [ %t ]

Ugh, multi-color letters of one word are really annoying just to let you know, lol. You are correct tho, work from right to left.

Euda 03-29-2005 05:23 PM

item number
 
I'm also curious how you get the item # for the link lol..

Drumstix42 03-29-2005 05:30 PM

Quote:

Originally Posted by Euda
I'm also curious how you get the item # for the link lol..


uhh.... log anyone?

sunthas 03-29-2005 07:52 PM

or cut and paste it into notepad or wordpad...

I wish it was the item database, but if the item number he shows above is for cold trade links, then the item database numbers don't match.

Kale27 03-29-2005 10:34 PM

Quote:

Originally Posted by Drumstix42
uhh.... log anyone?


Uh sorry? jeez

taco-man 03-29-2005 10:56 PM

Quote:

Originally Posted by Demu
Can someone list the color codes or a url as to where I might find them?

this is the site i use usually for web design. its easy to compare colors together. Just click a color you want on the wheel and it will show the colors code on the right.
http://www.visibone.com/colorlab/big.html

Drumstix42 03-30-2005 01:06 AM

wow some people take stuff a little too seriously. Obviously you don't know me very well, lol.

adorya 03-30-2005 04:37 AM

Well, as a healer I barely use any macro message, but it is always nice to toy with "unfeatured" feature and see how far you can push it...wonder now if special character work :D

Kale27 03-30-2005 12:47 PM

Quote:

Originally Posted by Drumstix42
wow some people take stuff a little too seriously. Obviously you don't know me very well, lol.


Sorry tough to tell on a MB heh.

Ill go eat a bag of die now. :D

Drumstix42 03-30-2005 01:42 PM

hahah. :p

Virodeath 03-30-2005 01:57 PM

Ok we need a UI mod that will allow you to type your text out then you have radio buttons to select how you want to display it (multi-color, red, blue,ect).

Make it happ'in #2!

sardiaxx 03-30-2005 02:24 PM

Quote:

Originally Posted by Virodeath
Ok we need a UI mod that will allow you to type your text out then you have radio buttons to select how you want to display it (multi-color, red, blue,ect).

Make it happ'in #2!

i'm no ui expert but i'd say this would be tough, if possible - and that might be a good thing.
the colors are useful, especially in macros, but i fear the day regular ooc spam comes in rainbows.

Stanley Tweedle 04-01-2005 04:19 PM

anyone else remember the swg vendors after that became commonplace, before they removed the 'feature'

gah

Arederxes 04-03-2005 03:33 PM

Also works great in E-mails!

Dadditude 04-04-2005 01:52 AM

Quote:

Originally Posted by Arederxes
Also works great in E-mails!

Now that is a good idea... You can send colorful birthday or christmas Norratian Express mail! :cool:

adorya 05-16-2005 01:55 PM

Seems to be after LU8 the color text no longer work, all my previous hotbutton show the color but no display in chat, same if I do it manually.

Vampiro 05-16-2005 03:39 PM

Has anyone checked on Test Server if the colored text works?

Hopefully they put it back. As a Paladin it sure was nice to be able to draw attention to my pulling macro.

Magus 05-16-2005 04:15 PM

They nerfed this intentionally, as I understand it. I doubt it will come back.

Medina 05-19-2005 12:20 PM

I saw someone use colored text in game today. It seems it still work but the player didn't want to tell me how ;)

I am able to change the color in the macro window (like this /g \#FF0000HELLO) but it doesn't work when I use the macro :(

Any idea ?

PS : I logged what he said :

(1116524143)[Thu May 19 19:35:43 2005] \aPC -1 XXX:XXX\/a dit hors personnage,"\#ff00eeWizard \#eeeeee32 \#ee0000LFG \#00eeee:)"

Deathbane27 05-19-2005 01:14 PM

Quote:

Originally Posted by Medina
(1116524143)[Thu May 19 19:35:43 2005] \aPC -1 XXX:XXX\/a dit hors personnage,"\#ff00eeWizard \#eeeeee32 \#ee0000LFG \#00eeee:)"

The change probably hasn't hit the non-English servers yet.

Medina 05-19-2005 01:29 PM

Quote:

Originally Posted by Deathbane27
The change probably hasn't hit the non-English servers yet.

When I try to do the same in the macros, the colors appear in the macro window but it doesn't write in the chat (same symptoms as english servers, like post #27).

Medina 05-19-2005 01:41 PM

I have the answer, it only works on craft and ooc channels. Not in group or guild channels.

sailgon 07-03-2005 05:44 PM

Were is the log file for the item numbers?

jlpicard 09-14-2005 10:25 AM

Anyone get this to work again?

Arlyss 09-16-2005 03:25 AM

there's a problem since Dof?
 
(i'm french so excuse my mistakes ^^
i wish you will understand)

there's a problem with this function, since the add-on "DoF" ?

i've tried this fun command,
but my texts are white...

i've tried
"\#ff0000kikoo"
"/#ff0000kikoo"

the colour disappear when i finish to wrote it,
but the colour is not applicated.

some news about this ?

Landiin 09-16-2005 07:39 AM

The news on it is SOE took that out of the game. It was taken out some time back for the US/english servers. I guess with the release of DoF they got to your server.


All times are GMT -5. The time now is 08:24 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI