Dolphin86 Posted October 17, 2023 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Share Posted October 17, 2023 (edited) got problem with custom item db, im not sure which part was wrong.. Error Screenshoot: Spoiler i have the problem which is in this itemdb, but im not sure how to fix them.. Spoiler Header: Type: ITEM_DB Version: 3 Body: - Id: 40001 AegisName: Stone Dagger Name: Stone Dagger Type: Armor Weight: 100 Jobs: All: true Locations: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 1 Trade: NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true NoStorage: true Script: | bonus2 bAddMonsterDropItem,40010,10000; bonus2 bAddMonsterDropItem,40011,10000; - Id: 40016 AegisName: Stone Axe Name: Stone Axe Type: Armor Weight: 100 Jobs: All: true Locations: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 1 Trade: NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true NoStorage: true - Id: 40019 AegisName: Stone Hammer Name: Stone Hammer Type: Armor Weight: 100 Jobs: All: true Locations: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 1 Trade: NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true NoStorage: true - Id: 40024 AegisName: Stone Blade Name: Stone Blade Type: Weapon SubType: Dagger Weight: 600 Attack: 73 Range: 1 Jobs: Alchemist: true Archer: true Assassin: true BardDancer: true Blacksmith: true Crusader: true Hunter: true Knight: true Mage: true Merchant: true Ninja: true Novice: true Rogue: true Sage: true SoulLinker: true SuperNovice: true Swordman: true Thief: true Wizard: true Locations: Right_Hand: true WeaponLevel: 1 EquipLevelMin: 1 Trade: NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true NoStorage: true Edited October 17, 2023 by Dolphin86 Quote Link to comment Share on other sites More sharing options...
0 _Terra Posted October 18, 2023 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 170 Reputation: 55 Joined: 07/15/13 Last Seen: 9 hours ago Share Posted October 18, 2023 - Id: 40024 AegisName: Stone Blade Name: Stone Blade Type: Weapon SubType: Dagger Weight: 600 Attack: 73 Range: 1 Jobs: Alchemist: true Archer: true Assassin: true BardDancer: true Blacksmith: true Crusader: true Hunter: true Knight: true Mage: true Merchant: true Ninja: true Novice: true Rogue: true Sage: true SoulLinker: true SuperNovice: true Swordman: true Thief: true Wizard: true Locations: Right_Hand: true WeaponLevel: 1 EquipLevelMin: 1 Trade: NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true NoStorage: true Trade had extra spaces. If you're using notepad++ you can activate show symbol It can activate in view window > show symbol > show white space and tab 1 Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted October 18, 2023 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 3 hours ago Share Posted October 18, 2023 1 hour ago, Dolphin86 said: got problem with custom item db, im not sure which part was wrong.. Error Screenshoot: Hide contents i have the problem which is in this itemdb, but im not sure how to fix them.. Hide contents Header: Type: ITEM_DB Version: 3 Body: - Id: 40001 AegisName: Stone Dagger Name: Stone Dagger Type: Armor Weight: 100 Jobs: All: true Locations: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 1 Trade: NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true NoStorage: true Script: | bonus2 bAddMonsterDropItem,40010,10000; bonus2 bAddMonsterDropItem,40011,10000; - Id: 40016 AegisName: Stone Axe Name: Stone Axe Type: Armor Weight: 100 Jobs: All: true Locations: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 1 Trade: NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true NoStorage: true - Id: 40019 AegisName: Stone Hammer Name: Stone Hammer Type: Armor Weight: 100 Jobs: All: true Locations: Both_Accessory: true ArmorLevel: 1 EquipLevelMin: 1 Trade: NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true NoStorage: true - Id: 40024 AegisName: Stone Blade Name: Stone Blade Type: Weapon SubType: Dagger Weight: 600 Attack: 73 Range: 1 Jobs: Alchemist: true Archer: true Assassin: true BardDancer: true Blacksmith: true Crusader: true Hunter: true Knight: true Mage: true Merchant: true Ninja: true Novice: true Rogue: true Sage: true SoulLinker: true SuperNovice: true Swordman: true Thief: true Wizard: true Locations: Right_Hand: true WeaponLevel: 1 EquipLevelMin: 1 Trade: NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true NoStorage: true The YAML indentation is not correct. Make sure the spacing are correctly written. Quote Link to comment Share on other sites More sharing options...
0 Dolphin86 Posted October 18, 2023 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Author Share Posted October 18, 2023 how.. i seriously had no idea how to fix this Quote Link to comment Share on other sites More sharing options...
0 Hergel Posted October 25, 2023 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 22 Reputation: 5 Joined: 02/22/22 Last Seen: Wednesday at 12:20 AM Share Posted October 25, 2023 (edited) On 10/17/2023 at 8:17 PM, Dolphin86 said: how.. i seriously had no idea how to fix this Looks like you have extra blanck spaces in your configuration, you can try use this one item_issue.yml Edited October 25, 2023 by Hergel Quote Link to comment Share on other sites More sharing options...
Question
Dolphin86
got problem with custom item db, im not sure which part was wrong..
Error Screenshoot:
i have the problem which is in this itemdb, but im not sure how to fix them..
Link to comment
Share on other sites
4 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.