Well everything is alright. Except for the arrows. It wont show. How to fix this?
Here's my item script for bow.
18104,Mythical_Valkyrie_Bow,Mythical Valkyrie Bow,5,2500,,600,29,,5,4,0x000A0848,7,2,34,1,4,1,11,{},{},{}
Here are some additional info
weapontable.lub
WEAPONTYPE_Mythical_Valkyrie_Bow = 99
iteminfo.lua
[18104] = { unidentifiedDisplayName = "", unidentifiedResourceName = "_mvbow", unidentifiedDescriptionName = { }, identifiedDisplayName = "Mythical Valkyrie Bow", identifiedResourceName = "_mvbow", identifiedDescriptionName = { }, slotCount = 4, ClassNum = 99
Well thats about it. Am i missing something?

Here's my item script for bow.
18104,Mythical_Valkyrie_Bow,Mythical Valkyrie Bow,5,2500,,600,29,,5,4,0x000A0848,7,2,34,1,4,1,11,{},{},{}
Here are some additional info
weapontable.lub
WEAPONTYPE_Mythical_Valkyrie_Bow = 99
Code:
[Weapon_IDs.WEAPONTYPE_Mythical_Valkyrie_Bow] = "_18104"
Code:
[Weapon_IDs.WEAPONTYPE_Mythical_Valkyrie_Bow] = Weapon_IDs.WEAPONTYPE_BOW
[18104] = { unidentifiedDisplayName = "", unidentifiedResourceName = "_mvbow", unidentifiedDescriptionName = { }, identifiedDisplayName = "Mythical Valkyrie Bow", identifiedResourceName = "_mvbow", identifiedDescriptionName = { }, slotCount = 4, ClassNum = 99
Well thats about it. Am i missing something?
