Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Color Text ?

Elite Diviner
Joined
Sep 12, 2020
Messages
442
Reaction score
224
So this line if i break it down is

Code:
|cff99FF37 This item can be used after being exchanged and placed in the Currency List. Right-click to exchange all the currency|r

cff99 - Lt Green color

what is FF37 for ?

What iam trying to do is fix all the missing color in items, Weapons , Armor so any help .....

Janebug
 
Elite Diviner
Joined
Sep 12, 2020
Messages
442
Reaction score
224
So no one understands the color system in runes of magic ?

<CY> Yellow </CY>
<CR> Red </CR>
<CG> Green </CG>

how ever they dont work in some places i am assuming because its missing the ending on some of them,??

Janebug



Well for the 77 who has look thanks for that ... but i fixed it and figured it out ....



Screenshot_4 - Color Text ? - RaGEZONE Forums

Best of luck

Janebug
 

Attachments

You must be registered for see attachments list
Upvote 0
Elite Diviner
Joined
Sep 12, 2020
Messages
442
Reaction score
224
Ooops sorry all here is how i fixed them and the color codes for the server

<CY> Yellow </CY>
<CR> Red </CR>
<CG> Green </CG>
<CO> Orange </CO>
<CB> Blue </CB>


Color codes above only work on the none Numbered KeyStr

Runes of magic Color codes

|Code |no space needed |Closure |Color
----------------------------------------------------
|cffffffff add words here |r. -- White
|cffcc0000 add words here |r. -- RED
|cffff0000 add words here |r. -- Dark Red
|cff99FF37 add words here |r. -- Green
|cffffff00 add words here |r. -- Yellow
|cff20ffff add words here |r. -- Lt Blue
|cff00ffff add words here |r. -- Lt Lt Blue
|cff11ffff add words here |r. -- Lt Lt Blue
|cff0000ff add words here |r. -- Dark Blue
|cFFFFCC33 add words here|r. -- Orange

example 244198

Fine powder made using astral energy.
|cffffff00 It is used to awaken equipment's potential..|r
[SC_TOKEN_STRING_0||cff99FF37 This item can be used after being exchanged and placed in the Currency List. Right-click to exchange all the currency.|r]

|cffffff00 (Max. obtainable items:(maxcount))|r



Janebug.....

If i missed any let me know please .....
Some reply would be nice to know your all out there .......
Something ??>?
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
May 9, 2018
Messages
181
Reaction score
126
Below are the default RoM colors by Item Quality... the prefix 'cFF' is the standard format for these hex based color types and should be used in all color formatting within RoM. The remaining 6 characters determine the color, use this website below without the 'cFF' to help pick desired colors then append the 'cFF' to your chosen color when using it in game text.



Item Quality
Rare #NameColorCode
0CommonWhitecFFFFFFFF
1UncommonGreencFF00FF00
2SuperiorBluecFF0072BC
3RarePurplecFFC805F8
4EpicL.OrangecFFF68E56
5LegendaryBrowncFFA37D50
6UniqueL.BluecFF6DCFF6
7Level 7MagentacFFED145B
8ItemshopLavendercFFA864A8
9Level 9OrangecFFF7941D
 
Upvote 0
Back
Top