Curious Issue about ICONS
In the character Panel (pressing C) the Trader Icon is missing.
http://www11.pic-upload.de/09.11.14/mjnjmkwfr75s.jpg
I found the media/resinfo/ifplayerinfo.txt in which the infos are stored.
For testing reasons to make sure that I am editing the correct file I've changed the icon of hunter to thief and it worked.
But for some unknown reason the client does not display the traders icon...
PHP Code:
GDR_PI_TEXT_MERCHANT_ICON:CIFStatic
{
ClientRect=RECT,"0,0,0,0"
Color=COLOR,"255,48,183,50"
DDJ=STRING,"interface\\ifcommon\\com_job_merchant.ddj"
FontColor=COLOR,"255,255,255,255"
FontIndex=INTEGER,"0"
HAlign=INTEGER,"0"
ID=INTEGER,"70"
Rect=RECT,"17,264,0,0"
Style=INTEGER,"0"
SubSection=STRING,""
Text=STRING,""
UV_LB=POINT,"0,1"
UV_LT=POINT,"0,0"
UV_RB=POINT,"1,1"
UV_RT=POINT,"1,0"
VAlign=INTEGER,"0"
}
The name of the com_job_merchant.ddj is correct. And it also exists in the ifcommon folder.
Any ideas?
Thank you.