shadowmu Posted June 24, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 06/23/20 Last Seen: July 8, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted June 24, 2020 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted June 24, 2020 refer to the value you have set in your lua files/datainfo/accessoryid.lub Quote Link to comment Share on other sites More sharing options...
0 shadowmu Posted June 24, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 06/23/20 Last Seen: July 8, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
0 noobzter003 Posted June 25, 2020 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 109 Reputation: 5 Joined: 03/17/16 Last Seen: April 15 Share 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 Link to comment Share on other sites More sharing options...
0 gtx7000 Posted November 18, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 11/09/20 Last Seen: November 18, 2020 Share 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 Link to comment Share on other sites More sharing options...
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 shadowmuLink to comment
Share on other sites
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.