[SOLVED] Issue with sheets

Added by kaetemi almost 7 years ago

When I add a new sitem sheet, with a new sheet name (like "blahsomething.sitem"), update the sheet_id.bin, build all the data for the client, put the sheets on the server, put the sheet_id.bin on the server, clean all the server's packed sheets... it does not properly work. When I add exactly the same sheet using an old name (like "ic_candy_stick.sitem"), the sitem works perfectly fine.
The client knows about the sitem sheet, as it can properly display the item info, the egs knows about the sitem sheet, because I can run the admin command to make one in an inventory (it can map the name to the id)... but when I equip the item, nothing happens.
Is there any service secretly caching something that I'm not aware of that should be cleared as well, or did I just forget something?


Replies (6)

RE: Issue with sheets serverside - Added by Aztecmage almost 7 years ago

Have you manually added the sheet_id.bin into the user folder on the client? It appears the server is fine it sounds like the sheet_id.bin on the client side is old.

RE: Issue with sheets serverside - Added by kaetemi almost 7 years ago

The client is fine. The icon etc on the new sitem can be changed client side, so the issue is not client side.

RE: Issue with sheets - Added by molator almost 7 years ago

I've got an explanation for a part.

There are missing sheets,
so when you rebuild the packed_sheets you're loosing some data.

A workaround from sfb:

(00:40:38) sfb: Molator: If you use -k it will clean out missing sheets.
(00:40:42) sfb: Molator: Which is the problem.
(00:40:52) sfb: Molator: If you run it normal it should add *new* sheets.

For your second issue, i can't answer without the sheet and EGS log.

RE: Issue with sheets - Added by kaetemi almost 7 years ago

Where is this -k?

RE: Issue with sheets - Added by molator almost 7 years ago

Command line option for make_sheet_id used in the batch i think.
Didn't check the solution.

RE: [SOLVED] Issue with sheets - Added by kaetemi almost 7 years ago

The file visual_slot.tab was not up to date.

(1-6/6)