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!


All times are GMT -5. The time now is 02:37 AM.

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