[Help] icon on the subject

12/15/2015 03:40 Lime14#1
I can not put an icon on the subject !!!
I try the following formats
jpg
png
tga
dds
Names Hashed, zero sense (you can see only an empty box, help people know what is the Problem ...
Sorry for English, I enjoyed Translator
12/15/2015 04:24 ThunderNikk#2
I would tell you to use the help thread but I am not sure I can explain to you what your issue is.

Yet it could be just as simple as editing the spr file.
12/15/2015 06:37 XJaegerMeisteRX#3
first, as thundr said = use help thread in future plz.

So if u edit a new item:

1. make new line in item resource with unique id
2. add name_id and tooltip_id with new code to string resource (if u want a to make a new name of it)
3. at item resource on icon_file_name add ne icon -> file name without file ext.
e.g: Filename is: "my_new_box.jpg" add to colum: --> "my_new_box"
4. dump 02_item.spr from your client and open it with editor of your choice.
5. the following lines must add to the spr

my_new_box
1
my_new_box.jpg
34,34
0
-------------------------
this is the connect string to your item.

IT MEANS:
my_new_box = name of icon_file_name column in item resource
1 = number of fileparts, the new icon contains of
my_new_box.jpg = complete filename with extension
34,34 = pixel size of new file
0 = Here this file entry ends
---------------------------------------------
in this case the file contains of 1 filepart .
think of event pictures or backgrounds for UI which have more parts of file contained in 1 entry. (eg pic_bottom, pic_top, pic_left, pic_right)

[Only registered and activated users can see links. Click Here To Register...] = 1 file part

[Only registered and activated users can see links. Click Here To Register...] Part 1
[Only registered and activated users can see links. Click Here To Register...] - Part 2
[Only registered and activated users can see links. Click Here To Register...] - Part 3

Items only shown in inventory for example only needs to be in jpg.
Sometimes i dont't know why rappelz has some errors with filenames with big letters.

i only use small letters for filenames.

Hope this shut work for u.