scrubtasticx Posted December 29, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 12/25/12 Last Seen: September 20, 2019 Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted December 29, 2012 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: Thursday at 08:49 PM Share 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 Link to comment Share on other sites More sharing options...
scrubtasticx Posted December 29, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 12/25/12 Last Seen: September 20, 2019 Author Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted December 29, 2012 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: Thursday at 08:49 PM Share 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 Link to comment Share on other sites More sharing options...
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..
Link to comment
Share on other sites
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.