Item colors

Results 1 to 7 of 7
  1. #1
    Apprentice uniq is offline
    MemberRank
    Nov 2016 Join Date
    17Posts

    Item colors

    How are item colors determined?
    For example, you can see these two orange weapons:
    Perfect World Item Database - Ashura: Destroyer (
    Ashura: Destroyer )
    Perfect World Item Database - Samsara Greatsword (
    ☆☆☆Samsara Greatsword )
    I can find some items in item_color.txt in configs.pck, but not all.
    //edit
    It seems like items default to orange color and if we want to make it anything else (including just white) we have to add an entry to item_color.txt. Is that correct, could anybody confirm?
    Last edited by uniq; 26-11-16 at 03:51 PM.


  2. #2
    Valued Member jagayana is offline
    MemberRank
    Oct 2015 Join Date
    102Posts

    Re: Item colors

    Originally Posted by 343
    as taken directly out of my ADMINNOTES.TXT from my 136 RELEASE:

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ITEM DESCRIPTION COLOR //&// ITEM ATTRIBUTE CORRECTION LIST:

    --------------------------------------------------------
    item description color (in configs.pck -- itemcolor.txt)
    0 - White
    1 - Blue (Like 2* items)
    2 - Yellow
    3 - Purple (3* items)
    4 - Orange
    5 - White again?
    6 - Grey
    7 - Green
    8 - Goes back to white again
    --------------------------------------------------------

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    http://forum.ragezone.com/f753/help-...ipment-847547/

  3. #3
    God is Dead Calas is offline
    MemberRank
    Aug 2011 Join Date
    Sousse, TunisiaLocation
    202Posts

    Re: Item colors

    8 is Red now

  4. #4
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: Item colors

    also you can color the item names itself in elements.data but i forget how. summon @Psytrac, he probably remember howto

  5. #5
    God is Dead Calas is offline
    MemberRank
    Aug 2011 Join Date
    Sousse, TunisiaLocation
    202Posts

    Re: Item colors

    Quote Originally Posted by Hycker View Post
    also you can color the item names itself in elements.data but i forget how. summon @Psytrac, he probably remember howto
    It works like in tasks by simply adding ^HEXCOLOR before name, but that code will show when linking the item

  6. #6
    Apprentice uniq is offline
    MemberRank
    Nov 2016 Join Date
    17Posts

    Re: Item colors

    Quote Originally Posted by Calas View Post
    It works like in tasks by simply adding ^HEXCOLOR before name, but that code will show when linking the item
    Thanks for that. :) But how come that Ashura: Destroyer (id 31448) is colored even though there's no entry in item_colors.txt nor any color code in it's name (it's just "Ashura: Destroyer", all letters fit in ASCII range)

  7. #7
    Apprentice uniq is offline
    MemberRank
    Nov 2016 Join Date
    17Posts

    Re: Item colors

    Quote Originally Posted by Hycker View Post
    also you can color the item names itself in elements.data but i forget how. summon @Psytrac, he probably remember howto
    OK, I figured it out. It's field 17 for weapons and 16 for armors ("fixed_props" in ronny's v145 config)
    0 - default color
    3 - orange

    there must be some other colors as well, i haven't checked it though
    thanks for help ;)



Advertisement