scrubtasticx Posted August 16, 2017 Posted August 16, 2017 (edited) SO i got my wings working only problem is all the wings once put on all look like angel wings its just when im wearing them otherwise its all fine any idea what im doing wrong? AccessoryID.lub ACCESSORY_Angel_Wings = 1059, ACCESSORY_Butterfly_Wings = 1059 } i have tried to change one of the 1059 to 1060 but same results . Accname.lub [ACCESSORY_IDs.ACCESSORY_Angel_Wings] = "_Angel_Wings", [ACCESSORY_IDs.ACCESSORY_Butterfly_Wings] = "_Butterfly_Wings" } Iteminfo.lua [19900] = { unidentifiedDisplayName = "Angel Wings", unidentifiedResourceName = "Angel_Wings", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Angel Wings", identifiedResourceName = "Angel_Wings", identifiedDescriptionName = { "Angel Wings.", "Class:^6666CC Costume^000000", "Location:^6666CC Upper^000000", "Weight:^009900 0^000000", "Level Requirement:^009900 1^000000", "Jobs:^6666CC All classes^000000" }, slotCount = 0, ClassNum = 1059 }, [19901] = { unidentifiedDisplayName = "Butterfly Wings", unidentifiedResourceName = "Butterfly_Wings", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Butterfly Wings", identifiedResourceName = "Butterfly_Wings", identifiedDescriptionName = { "Butterfly Wings.", "Class:^6666CC Costume^000000", "Location:^6666CC Upper^000000", "Weight:^009900 0^000000", "Level Requirement:^009900 1^000000", "Jobs:^6666CC All classes^000000" }, slotCount = 0, ClassNum = 1059 }, ItemDB.txt //Custom Wings 19900,Angel_Wings,Angel Wings,5,,0,10,,10,,0,0xFFFFFFFF,7,2,1024,,1,0,1059,{},{},{} 19901,Butterfly_Wings,Butterfly Wings,5,,0,10,,10,,0,0xFFFFFFFF,7,2,1024,,1,0,1060,{},{},{} Edited August 16, 2017 by scrubtasticx Quote
0 scrubtasticx Posted August 16, 2017 Author Posted August 16, 2017 nevermind i fixed it LOL thanks all Quote
Question
scrubtasticx
SO i got my wings working only problem is all the wings once put on all look like angel wings its just when im wearing them otherwise its all fine any idea what im doing wrong?
AccessoryID.lub ACCESSORY_Angel_Wings = 1059,
ACCESSORY_Butterfly_Wings = 1059
}
i have tried to change one of the 1059 to 1060 but same results .
Accname.lub [ACCESSORY_IDs.ACCESSORY_Angel_Wings] = "_Angel_Wings",
[ACCESSORY_IDs.ACCESSORY_Butterfly_Wings] = "_Butterfly_Wings"
}
Iteminfo.lua [19900] = {
unidentifiedDisplayName = "Angel Wings",
unidentifiedResourceName = "Angel_Wings",
unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
identifiedDisplayName = "Angel Wings",
identifiedResourceName = "Angel_Wings",
identifiedDescriptionName = {
"Angel Wings.",
"Class:^6666CC Costume^000000",
"Location:^6666CC Upper^000000",
"Weight:^009900 0^000000",
"Level Requirement:^009900 1^000000",
"Jobs:^6666CC All classes^000000"
},
slotCount = 0,
ClassNum = 1059
},
[19901] = {
unidentifiedDisplayName = "Butterfly Wings",
unidentifiedResourceName = "Butterfly_Wings",
unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
identifiedDisplayName = "Butterfly Wings",
identifiedResourceName = "Butterfly_Wings",
identifiedDescriptionName = {
"Butterfly Wings.",
"Class:^6666CC Costume^000000",
"Location:^6666CC Upper^000000",
"Weight:^009900 0^000000",
"Level Requirement:^009900 1^000000",
"Jobs:^6666CC All classes^000000"
},
slotCount = 0,
ClassNum = 1059
},
ItemDB.txt //Custom Wings
Edited by scrubtasticx19900,Angel_Wings,Angel Wings,5,,0,10,,10,,0,0xFFFFFFFF,7,2,1024,,1,0,1059,{},{},{}
19901,Butterfly_Wings,Butterfly Wings,5,,0,10,,10,,0,0xFFFFFFFF,7,2,1024,,1,0,1060,{},{},{}
1 answer 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.