Lightning Posted January 25, 2012 Posted January 25, 2012 these are the best looking wings I have ever seen. its on an official server (pRO)...and a GM only item any idea what it's called? is it somewhere in the sprite repo? Quote
KeiKun Posted January 25, 2012 Posted January 25, 2012 rAthena already have costume System no idea what kind of item is that but rAthena can add that item if that is found @ iRO or kRO Quote
danker Posted January 25, 2012 Posted January 25, 2012 it's called Wings of Fallen Angel ....same as angel wing and backpack and here's link if you want to check it http://www.mediafire.com/?784xf6g9a9tk5sz Quote
Jezu Posted January 25, 2012 Posted January 25, 2012 that is not a wing, it's a garment type and it is called Fallen Angel Wings... Quote
Loke Posted February 7, 2012 Posted February 7, 2012 If you add the Garment system using 2011-06++ Client you can see the white one using View ID for garment as 1 then the bag view id is 2.. but the new one fallen angel wings I dont know the view id because I already try it in view id 3 but not showing :< Quote
danker Posted February 7, 2012 Posted February 7, 2012 If you add the Garment system using 2011-06++ Client you can see the white one using View ID for garment as 1 then the bag view id is 2.. but the new one fallen angel wings I dont know the view id because I already try it in view id 3 but not showing :< you have to update your LUA spriterobeid ROBE_WINGS_OF_FALLEN_ANGEL = 3 spriterobename [sPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = "Ÿ¶ôõ»çÀ糯°³" Quote
Mystery Posted February 9, 2012 Posted February 9, 2012 When you're adding the item to that item_db, what do we put the view ID as? Quote
danker Posted February 10, 2012 Posted February 10, 2012 When you're adding the item to that item_db, what do we put the view ID as? 3 - as garment type armor Quote
Mystery Posted February 10, 2012 Posted February 10, 2012 When you're adding the item to that item_db, what do we put the view ID as? 3 - as garment type armor 1 for Upper and 2 for Lower? o_o Quote
danker Posted February 10, 2012 Posted February 10, 2012 (edited) When you're adding the item to that item_db, what do we put the view ID as? 3 - as garment type armor 1 for Upper and 2 for Lower? o_o just do as say -.- and make sure those wing is garment type armor. here's sample 2599,Wings_Of_Fallen_Angel,Wings Of Fallen Angel,5,0,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,3,{},{},{} Edited February 10, 2012 by danker Quote
Mystery Posted February 10, 2012 Posted February 10, 2012 When you're adding the item to that item_db, what do we put the view ID as? 3 - as garment type armor 1 for Upper and 2 for Lower? o_o just do as say -.- and make sure those wing is garment type armor. here's sample 2599,Wings_Of_Fallen_Angel,Wings Of Fallen Angel,5,0,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,3,{},{},{} Ohh, I see now LOL! Alright. So, every item I want in the 'Costume' System, their view ID needs to be 3+ (Corresponding to the items ID in the lua)? Quote
danker Posted February 10, 2012 Posted February 10, 2012 When you're adding the item to that item_db, what do we put the view ID as? 3 - as garment type armor 1 for Upper and 2 for Lower? o_o just do as say -.- and make sure those wing is garment type armor. here's sample 2599,Wings_Of_Fallen_Angel,Wings Of Fallen Angel,5,0,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,3,{},{},{} Ohh, I see now LOL! Alright. So, every item I want in the 'Costume' System, their view ID needs to be 3+ (Corresponding to the items ID in the lua)? did i mention about costume before? i said it's a garment not costume. please read the older post. Quote
Mystery Posted February 10, 2012 Posted February 10, 2012 When you're adding the item to that item_db, what do we put the view ID as? 3 - as garment type armor 1 for Upper and 2 for Lower? o_o just do as say -.- and make sure those wing is garment type armor. here's sample 2599,Wings_Of_Fallen_Angel,Wings Of Fallen Angel,5,0,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,3,{},{},{} Ohh, I see now LOL! Alright. So, every item I want in the 'Costume' System, their view ID needs to be 3+ (Corresponding to the items ID in the lua)? did i mention about costume before? i said it's a garment not costume. please read the older post. =.=' Doesn't the garment go under the spriterobe luas? Doesn't the costume system go under the spriterobe luas? Quote
danker Posted February 10, 2012 Posted February 10, 2012 (edited) no, afaik costume system go under accessoryid.lua and accname.lua it's completely different. check this costume : 19509,Butterfly_Wing_Ears,Butterfly Wing Ears,5,20,,0,,0,,0,0xFFFFFFFF,7,2,1024,,1,0,695,{},{},{} garment = spriterobe costume system = accessoryid.lua and accname.lua Edited February 10, 2012 by danker Quote
Mystery Posted February 10, 2012 Posted February 10, 2012 Ahh. Loc 1024. 2^12 4096 = Costume Low Headgear2^11 2048 = Costume Mid Headgear 2^10 1024 = Costume Top Headgear got it ;3! Thanks! Quote
Question
Lightning
these are the best looking wings I have ever seen. its on an official server (pRO)...and a GM only item
any idea what it's called? is it somewhere in the sprite repo?
16 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.