shadowmu Posted June 24, 2020 Posted June 24, 2020 (edited) Hi everyone, I just need some help on this item. my code now is { Id: 20514 AegisName: "C_Thanatos_Sword" Name: "C_Thanatos_Sword" Type: "IT_ARMOR" Weight: 100 Loc: "EQP_COSTUME_GARMENT" Refine: false ViewSprite: }, My problem is I don't know the viewspirite number. If anyone can give me the number or how to find it (so I can find it by myself in future) Thank you for your help Edited June 24, 2020 by shadowmu Quote
0 Emistry Posted June 24, 2020 Posted June 24, 2020 refer to the value you have set in your lua files/datainfo/accessoryid.lub Quote
0 shadowmu Posted June 24, 2020 Author Posted June 24, 2020 (edited) 32 minutes ago, Emistry said: refer to the value you have set in your lua files/datainfo/accessoryid.lub Which program that you normally use to open .lub file? I opened it with notepad and it show in other language that I don't understand. Moreover, how can I add my item into lua files/datainfo/accessoryid.lub in case that the item is not on the file Thank for your kindly help me. ^^ Edited June 24, 2020 by shadowmu Quote
0 noobzter003 Posted June 25, 2020 Posted June 25, 2020 On 6/24/2020 at 11:35 AM, shadowmu said: Which program that you normally use to open .lub file? I opened it with notepad and it show in other language that I don't understand. Moreover, how can I add my item into lua files/datainfo/accessoryid.lub in case that the item is not on the file Thank for your kindly help me. ^^ use Notepad++ Quote
0 gtx7000 Posted November 18, 2020 Posted November 18, 2020 On 6/24/2020 at 9:48 AM, shadowmu said: Hi everyone, I just need some help on this item. my code now is { Id: 20514 AegisName: "C_Thanatos_Sword" Name: "C_Thanatos_Sword" Type: "IT_ARMOR" Weight: 100 Loc: "EQP_COSTUME_GARMENT" Refine: false ViewSprite: }, My problem is I don't know the viewspirite number. If anyone can give me the number or how to find it (so I can find it by myself in future) Thank you for your help Hello.. have you solved your problem? Perhaps you can try to put number from ClassNum from ItemInfo.lua in your ViewSprite.. for you case it would be "ViewSprite: 23" Quote
Question
shadowmu
Hi everyone, I just need some help on this item.
my code now is
{
Id: 20514
AegisName: "C_Thanatos_Sword"
Name: "C_Thanatos_Sword"
Type: "IT_ARMOR"
Weight: 100
Loc: "EQP_COSTUME_GARMENT"
Refine: false
ViewSprite:
},
My problem is I don't know the viewspirite number. If anyone can give me the number or how to find it (so I can find it by myself in future)
Thank you for your help
Edited by shadowmu4 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.