hendra814 Posted April 24, 2023 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 1 hour ago Share Posted April 24, 2023 Please help, i want create usable custom item, but i get error like this 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"; Quote Link to comment Share on other sites More sharing options...
0 KazumaSatou Posted April 24, 2023 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 157 Reputation: 37 Joined: 05/15/20 Last Seen: 5 hours ago Share Posted April 24, 2023 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"; Quote Link to comment Share on other sites More sharing options...
0 hendra814 Posted April 24, 2023 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 1 hour ago Author Share Posted April 24, 2023 (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 ** Already solve by remove Quote AliasName: Cash_Box_ Edited April 24, 2023 by hendra814 Quote Link to comment Share on other sites More sharing options...
Question
hendra814
Please help, i want create usable custom item, but i get error like this
here my custom import\item_db.yml
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.