1 Attachment(s)
[HELP] about text on equipment
Hi guys,
please see this image fist :
Attachment 105407
I have been searching for some tutorials on this forum, but I did't find toturial about this problem.
my fist question is how to change colour the item name?
secondly, how to change the text in below of view in an equipment?
sorry if my writing is a mess,
I'm trying to speak English,
I'm an Indonesian.
Re: [HELP] about text on equipment
open configs.pck and get itemext.txt i think the name is and modify it there
Re: [HELP] about text on equipment
item_ext_desc.txt in configs.pck is the full name
Re: [HELP] about text on equipment
Quote:
Originally Posted by
nofxpunkerbrian
open configs.pck and get itemext.txt i think the name is and modify it there
Quote:
Originally Posted by
rbb138
item_ext_desc.txt in configs.pck is the full name
how to open/change configs.pck? that must copy to server or not? if must copy, where configs.pck location in server?
Re: [HELP] about text on equipment
Quote:
Originally Posted by
arvazacky
how to open/change configs.pck? that must copy to server or not? if must copy, where configs.pck location in server?
configs.pck is located in your client folder ex. C:\Perfect World Entertainment\Perfect World International\element
and you can extract it using any .pck unpacker(search the forum)
Re: [HELP] about text on equipment
thanks all, it's work ^^Y
Attachment 105572
Re: [HELP] about text on equipment
Quote:
Originally Posted by
arvazacky
Invalid Attachment specified. If you followed a valid link, please notify the administrator
Re: [HELP] about text on equipment
Quote:
Originally Posted by
fgru
Invalid Attachment specified. If you followed a valid link, please notify the
administrator
Ohh no, my pic was broken.
Hmm . .
Do you know about change colour the name of an equipment? I have a problem about that.
Re: [HELP] about text on equipment
oky try this go here chose your color that you want replace the #FCD116 with ^FCD116 and add it in front of name in elements.data for example ^FCD116 ☆☆☆Sentient Claymore
Re: [HELP] about text on equipment
item_color.txt within your configs pck. It uses a number system to identify colours, i do not recall the exact number-colours, but you can easily find that out :)
Re: [HELP] about text on equipment
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
--------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Re: [HELP] about text on equipment
Quote:
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
--------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
i dont know if they bothered to read that , ive found there some really useful things , everyone sohuld check it (newbies)
Re: [HELP] about text on equipment
Yes, I know it IS a REALLY long text file; but it is a collection of almost ALL necessary PW server/client/mod/dev information (almost) that you could ever want to know! It's a collection of (almost) my entire PW knowledge for the past 3 years, compiled all into one text file!
What's even sicker is, I included it on the server AND client side (so there's REALLY NO excuse NOT to read it!)!
Re: [HELP] about text on equipment
Quote:
Originally Posted by
Jacknife
oky try this go
here chose your color that you want replace the
#FCD116 with
^FCD116 and add it in front of name in elements.data for example ^FCD116 ☆☆☆Sentient Claymore
Quote:
Originally Posted by
michae5k
item_color.txt within your configs pck. It uses a number system to identify colours, i do not recall the exact number-colours, but you can easily find that out :)
Quote:
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
--------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks for your answers,
tomorow I will try,
It's a good time to sleep :):
Re: [HELP] about text on equipment
Quote:
Originally Posted by
Jacknife
oky try this go
here chose your color that you want replace the
#FCD116 with
^FCD116 and add it in front of name in elements.data for example ^FCD116 ☆☆☆Sentient Claymore
The issue with this method is that it shows the color code in the chat boxs. This isn't ideal. There may a work around to this though. There is a hidden character in elements.data that makes what is after it invisible. You can see this in the character templates. Eg The template is called "Panda 4" but when you click to edit it is just called Panda. If you export the line out and open in notepad++ you can see this character. Anyway my theory is that you could put this character at the front of the name and perhaps it will hide the color code but still retain its effects. I haven't tested this yet though. It may make the whole thing disappear.