hmm alright, look here
structure
ID,DBName,ScreenName,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Class,Gender,Loc,wLV,eLV,
Refineable,View,{Script},{OnEquip_Script},{OnUnequip_Script}
for yur wings, asuming that it should go in a lower headgear, it would be like this:
YOURDitemDI,YourITemNameWith_AsSpace,YourItemNameWithSpace,5,0,0,0,,0,,0,0xFFFFFFFF,63,2,1,,1,0,YourViewID,{ YourItemBonusScript },{ YourItemOnEquipBonusScript },{ YourItemOnUnEquipBonusScript }
The important thing here is the Job, class and gender, in the example above i made it for all classes any job can be wearned by male and female
ID,DBName,ScreenName,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Class,Gender,Loc,wLV,eLV,
Refineable,View,{Script},{OnEquip_Script},{OnUnequip_Script}
YOURDitemDI,YourITemNameWith_AsSpace,YourItemNameWithSpace,5,0,0,0,,0,,0,0xFFFFFFFF,63,2,1,,1,0,YourViewID,{ YourItemBonusScript },{ YourItemOnEquipBonusScript },{ YourItemOnUnEquipBonusScript }
0xFFFFFFFF: All Jobs
YOURDitemDI,YourITemNameWith_AsSpace,YourItemNameWithSpace,5,0,0,0,,0,,0,0xFFFFFFFF,63,2,1,,1,0,YourViewID,{ YourItemBonusScript },{ YourItemOnEquipBonusScript },{ YourItemOnUnEquipBonusScript }
63: All Classes
YOURDitemDI,YourITemNameWith_AsSpace,YourItemNameWithSpace,5,0,0,0,,0,,0,0xFFFFFFFF,63,2,1,,1,0,YourViewID,{ YourItemBonusScript },{ YourItemOnEquipBonusScript },{ YourItemOnUnEquipBonusScript }
2: Any gender
Use the Wiki as reference:
http://rathena.org/wiki/Custom_Items#Structure
Uh yeah, before launching a server you should must have at least basic knowledge like adding items, changing the drops and exp, changing the max level, Basic Scripting http://rathena.org/wiki/Basic_Scripting , basic SRC modifications like setting up a client or defining if renewal or pre.renewal, how to change the login background http://rathena.sourceforge.net/tools/login_background/ , how to make a loading screen http://rathena.org/wiki/Loading_Screens , how to make a logo for your server http://rathena.org/wiki/Scr_logo.bmp etc.
If players notice your lack of knowledge they may quit your server.
Well good luck, if you have any questions repply with your issue, if what i said above doesn't work, please post your item script.