question

tdg avatar image
tdg asked

How can i use 10 custom datas in item ?

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

tdg avatar image tdg commented ·

My Game is RPG.

Weapon is very important in my Game.

Weapon have some of information level, enhancement, three type abilities, and four properties.

but custom data have 5 slot limit.

is there way to expand 5 slot to 10~20 slot?

thanks

0 Likes 0 ·

1 Answer

·
Andy avatar image
Andy answered

I'm not entirely sure about the context of your question, but you could start out by directly editing the item's custom data as a JSON string. You could set it to something like this:

{
  "data1": "test",
  "data2": "test",
  "data3": "test",
  "data4": "test",
  "data5": "test",
  "data6": "test",
  "data7": "test",
  "data8": "test",
  "data9": "test",
  "data10": "test"
}
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Andy avatar image Andy ♦♦ commented ·

Just noticed your clarification that was stuck in the moderation queue. What 5 slot limit are you referring to?

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.