Jump to content
  • 0

Need help keeping the color aCis Interlude


la2betdrema

Question

11 answers to this question

Recommended Posts

  • 0
On 10/3/2020 at 3:48 PM, Seongeun said:

Can you describe in more detail please?

 

  1. Create in characters table 2 new string rows for storing name and title colors with default values for setup and reset colors.
  2. Add 2 new fields in Player class for storing color properties.
  3. Add into Appearance class 2 new field for usage custom colors (temporary for event or another cases w/o saving in DB). If colors in Appearance matches with defauls then call Player's class colors otherwise use Appearance color.
  4. Add usage in CharInfo and UserInfo colors via Appearance class.
  5. Add Color manager.
  6. Profit.
  • Like 1
Link to comment
Share on other sites

  • 0

Simply query the db to save it on characters table.

 

You have also to know the title and name colors are enforced based on AccessLevel informations.

  • Upvote 1
Link to comment
Share on other sites

  • 0
19 hours ago, Tryskell said:

Simply query the db to save it on characters table.

 

You have also to know the title and name colors are enforced based on AccessLevel informations.

Please tell us how to remove _nameColor _titleColor output from AccesLevel.
Made a record of nick color and title in the database. 

Link to comment
Share on other sites

  • 0
1 hour ago, la2betdrema said:

Please tell us how to remove _nameColor _titleColor output from AccesLevel.
Made a record of nick color and title in the database. 

 

Just cut it in XML and in AccessLevel.java and make custom load via PcAppearance.

Link to comment
Share on other sites

  • 0
On 3/14/2020 at 8:41 PM, Rootware said:

 

Just cut it in XML and in AccessLevel.java and make custom load via PcAppearance.

Can you describe in more detail please?

Edited by Seongeun
Link to comment
Share on other sites

  • 0
21 hours ago, Rootware said:

 

  1. Create in characters table 2 new string rows for storing name and title colors with default values for setup and reset colors.
  2. Add 2 new fields in Player class for storing color properties.
  3. Add into Appearance class 2 new field for usage custom colors (temporary for event or another cases w/o saving in DB). If colors in Appearance matches with defauls then call Player's class colors otherwise use Appearance color.
  4. Add usage in CharInfo and UserInfo colors via Appearance class.
  5. Add Color manager.
  6. Profit.

Thank you for help. 
Thanks again.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...