scrubtasticx Posted December 29, 2012 Posted December 29, 2012 Im trying to get my wings to go into COSTUME slow. when i go to put them on the costume slot lights up like it is right but it still equips to the regular headgear slot here is my code for the wings did i do somthing wrong? 26000,_archangelwings, Arch Angel Wings,5,100000,,1000,,5,,1,0xFFFFFFFE,2,2,1,,0,4096,1000,{ bonus bAllStats,3; },{},{} thanks in advance.. Quote
Capuche Posted December 29, 2012 Posted December 29, 2012 (edited) Item costum example: // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } 19513,Chicken_Bill,Chicken Bill,5,0,,0,,0,,0,0xFFFFFFFF,7,2,4096,,1,0,699,{},{},{} Re-post if you don't see your error now. Edited December 29, 2012 by Capuche Quote
scrubtasticx Posted December 29, 2012 Author Posted December 29, 2012 i tried a bunch of different things with that sample still cannot get it so display correctly. ok i got it to go into costume slot with this code 26000,_archangelwings, Arch Angel Wings,5,0,,1000,,0,,0,0xFFFFFFFE,7,2,4096,,1,0,1000,{ bonus bAllStats,3; },{},{} now is there anyway to get it to show BOTH costume AND lowerhead gear at same time? Quote
Capuche Posted December 29, 2012 Posted December 29, 2012 4096 isn't in the right place. You put it in 'refinable' instead of 'Loc'. 26000,_archangelwings, Arch Angel Wings,5,100000,,1000,,5,,1,0xFFFFFFFE,2,2,4096,,1,0,1000,{ bonus bAllStats,3; },{},{} Quote
Question
scrubtasticx
Im trying to get my wings to go into COSTUME slow. when i go to put them on the costume slot lights up like it is right but it still equips to the regular headgear slot here is my code for the wings did i do somthing wrong?
thanks in advance..
3 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.