Jump to content

joras

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by joras

  1. 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
    
    [Weapon_IDs.WEAPONTYPE_Mythical_Valkyrie_Bow] = "_18104"
    
    [Weapon_IDs.WEAPONTYPE_Mythical_Valkyrie_Bow] = Weapon_IDs.WEAPONTYPE_BOW
    

    iteminfo.lua

    	[18104] = {
    		unidentifiedDisplayName = "",
    		unidentifiedResourceName = "_mvbow",
    		unidentifiedDescriptionName = {
    		},
    		identifiedDisplayName = "Mythical Valkyrie Bow",
    		identifiedResourceName = "_mvbow",
    		identifiedDescriptionName = {
    		},
    		slotCount = 4,
    		ClassNum = 99
    

    Hmmmmmmm.

    Did you found any solution ?

    I have the same problem.

    I only read something that the ID of the custom item should be in the range of the weapon type, but i don't know if this is true..

×
×
  • Create New...