Jump to content
  • 0

Need help create custom usable item


Question

Posted

Please help, i want create usable custom item, but i get error like this

image.png.ed5fbb3deee13b1ac098c7a72dc708dc.png

here my custom import\item_db.yml

Header:
  Type: ITEM_DB
  Version: 3

Body:
- Id: 40000
    AegisName: Cash_Chest
    Name: Cash Chest
    Type: Usable
    Weight: 1
    AliasName: Cash_Box_
    Script: |
      callfunc "F_CashChest";

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
1 hour ago, KazumaSatou said:

Try this :

Header:
  Type: ITEM_DB
  Version: 3

Body:
  - Id: 40000
    AegisName: Cash_Chest
    Name: Cash Chest
    Type: Usable
    Weight: 1
    AliasName: Cash_Box_
    Script: |
      callfunc "F_CashChest";

 

thanks,, but still have issue

image.png.4d59c552b44d1a74fdf874c0817c8ea9.png

 

** Already solve by remove

Quote
AliasName: Cash_Box_

 

Edited by hendra814

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...