Dolphin86 Posted October 17, 2023 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
0 _Terra Posted October 18, 2023 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
0 Chaos92 Posted October 18, 2023 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
0 Dolphin86 Posted October 18, 2023 Author Posted October 18, 2023 how.. i seriously had no idea how to fix this Quote
0 Hergel Posted October 25, 2023 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
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..
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.