[REQUEST] Market text color

Results 1 to 8 of 8
  1. #1
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    note [REQUEST] Market text color

    Can anyone suggest how you can do the same as in the picture. So that the text itself can be changed through ".lang" or "ItemsDB"

    igfmrof.jpg


  2. #2
    Account Upgraded | Title Enabled! Adnan DatLife is offline
    MemberRank
    Aug 2015 Join Date
    main.cppLocation
    207Posts

    Re: [REQUEST] Market text color

    You can change text colors on the frontend src.

  3. #3
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    Re: [REQUEST] Market text color

    Quote Originally Posted by Adnan DatLife View Post
    You can change text colors on the frontend src.
    you do not understand me

    I asked how to make a different color for each theme.I asked how to make a different color for each theme.

  4. #4
    I can do it!, i guess... Sylvanas1234 is offline
    MemberRank
    May 2014 Join Date
    PolandLocation
    760Posts

    Re: [REQUEST] Market text color

    Quote Originally Posted by ES3N1N View Post
    you do not understand me

    I asked how to make a different color for each theme.I asked how to make a different color for each theme.
    tbh in a short term... update itemdb system with something like "version 1,2,3,4" and then have different code that replace version 1 = name 1, version 2 = name 2 etc and then in place where item name is showing, add a new window which would add "version" on a side and make a code that change this window color depending on what "version" of item you got

  5. #5
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    Re: [REQUEST] Market text color

    how to understand update?

  6. #6
    I can do it!, i guess... Sylvanas1234 is offline
    MemberRank
    May 2014 Join Date
    PolandLocation
    760Posts

    Re: [REQUEST] Market text color

    Quote Originally Posted by ES3N1N View Post
    how to understand update?
    i am not a codder, i am a gfx artist dunno let me use commune language
    CODE IT, MAKE IT WORK
    And if you cannot code then why you even bother doing something you probably don't even understand the base of

  7. #7
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    Re: [REQUEST] Market text color

    I'm testing in the ChangeBackpackScreen:

    this[name].MaxWeight.Text.text = String (item.maxWeight,"<b><font color=\'#262a2d\' size=\'17\'>SLOTS: </font>17</b>/154");
    this[name].Type.Text.text = String (item.maxSlots,"<b><font color=\'#262a2d\' size=\'17\'>WEIGHT: </font>145</b>/458");

    this[name].MaxWeight.visible = true;this[name].Type.visible = true;

  8. #8
    Account Upgraded | Title Enabled! Oosmar02 is offline
    MemberRank
    Sep 2013 Join Date
    FranceLocation
    894Posts

    Re: [REQUEST] Market text color

    on .fla src make sur have on .as HTMLText exemple : oosmar02.ragezone.text.htmltext=likecar



Advertisement