kalabasa Posted February 4, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted February 4, 2021 the custom item successfully shows on Alt +Q and Inventory displays correct picture also shows the item when dropped it shows before for me atl what would have gone wrong? Client used: 2015-11-04a-Ragexe Pre-re Nemo version 2021--01-18 plugin 2020-12-09 Patch Increase Headgear view ID to 5000 iteminfo Path System/itemInfo_custom.lua im using Zack Translations GRF Editor: ver 1.8.3.8 accessoryid.lub ACCESSORY_C_Luna_On_Shoulder = 1881, ACCESSORY_demonwings = 1882 } accname.lub [ACCESSORY_IDs.ACCESSORY_C_Luna_On_Shoulder] = "_C_Luna_On_Shoulder", [ACCESSORY_IDs.ACCESSORY_demonwings] = "_demonwings" } import\itemdb.yml - Id: 3000 AegisName: _demonwings Name: Demon Wings Type: Armor Buy: 20 Weight: 100 Jobs: All: true Novice: false SuperNovice: false Classes: All: true Locations: Head_Low: true EquipLevelMin: 1 View: 1882 itemInfo_custom.lua tbl = { [3000] = { unidentifiedDisplayName = "_demonwings", unidentifiedResourceName = "_demonwings", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Demon Wings", identifiedResourceName = "_demonwings", identifiedDescriptionName = { "[^7BCC70 Quest Item ^000000]", }, slotCount = 0, ClassNum = 1882 }, Item _demonwings Collection _demonwings ¾ÆÀÌÅÛ _demonwings ³² ³²_demonwings.spr Quote Link to comment Share on other sites More sharing options...
0 Akbare Posted February 4, 2021 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted February 4, 2021 rename _demonwings to demonwings all file in sprite drop, collection, item Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted February 5, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted February 5, 2021 (edited) not working if i rename them resource fail and will stop the program i edited out sprite drop collection item and in itemdb iteminfo_custom.lua and accname.lub and not working any other work around? also any official headgears wont display Edited February 5, 2021 by kalabasa Quote Link to comment Share on other sites More sharing options...
Question
kalabasa
the custom item successfully shows on Alt +Q and Inventory displays correct picture also shows the item when dropped
it shows before for me atl
what would have gone wrong?
Client used: 2015-11-04a-Ragexe Pre-re
Nemo version 2021--01-18 plugin 2020-12-09
Patch Increase Headgear view ID to 5000
iteminfo Path System/itemInfo_custom.lua
im using Zack Translations
GRF Editor: ver 1.8.3.8
accessoryid.lub
ACCESSORY_C_Luna_On_Shoulder = 1881,
ACCESSORY_demonwings = 1882
}
accname.lub
[ACCESSORY_IDs.ACCESSORY_C_Luna_On_Shoulder] = "_C_Luna_On_Shoulder",
[ACCESSORY_IDs.ACCESSORY_demonwings] = "_demonwings"
}
import\itemdb.yml
- Id: 3000
AegisName: _demonwings
Name: Demon Wings
Type: Armor
Buy: 20
Weight: 100
Jobs:
All: true
Novice: false
SuperNovice: false
Classes:
All: true
Locations:
Head_Low: true
EquipLevelMin: 1
View: 1882
itemInfo_custom.lua
tbl = {
[3000] = {
unidentifiedDisplayName = "_demonwings",
unidentifiedResourceName = "_demonwings",
unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
identifiedDisplayName = "Demon Wings",
identifiedResourceName = "_demonwings",
identifiedDescriptionName = {
"[^7BCC70 Quest Item ^000000]",
},
slotCount = 0,
ClassNum = 1882
},
Item
_demonwings
Collection
_demonwings
¾ÆÀÌÅÛ
_demonwings
³²
³²_demonwings.spr
Link to comment
Share on other sites
2 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.