Custom Bow (Arrows not visible)

gidzdlcrz

New member
Messages
74
Points
0
Github
gidzdlcrz
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
Code:
[Weapon_IDs.WEAPONTYPE_Mythical_Valkyrie_Bow] = "_18104"
Code:
[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

Well thats about it. Am i missing something?

1.jpg

 
try to change you iteminfo.lua to iteminfo.lub 

method simple change since its from lua decompiled just rename it change the lua ext. to lub

to see the extension go to folder press alt then find folder option under the tool tab the show extension 

 
Whats the connection? Anyway my client has been diffed to read lua files before lub. And yeah tried your step but still the same.

 
Exactly the same problem. Please help us.

---

NVM... 

In DB just use:

View: 11

and that's it.

Custom sprite... and works like a bow.

 
Last edited by a moderator:
Back
Top