[1] | 1 | // Items Additional Database - Custom Items go here |
---|
| 2 | // |
---|
| 3 | // Structure of Database: |
---|
| 4 | // ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } |
---|
| 5 | // |
---|
| 6 | // THQ Quest Items |
---|
| 7 | //============================================================= |
---|
| 8 | //7950,THG_Membership,THG Membership,3,,10,10,,,,,,,,,,,,,{},{},{} |
---|
| 9 | //7951,Token_Bag,Token Bag,3,,10,10,,,,,,,,,,,,,{},{},{} |
---|
| 10 | //1998,Jeramiah's_Jur,Jeramiah's Jur,3,,10,10,,,,,,,,,,,,,{},{},{} |
---|
| 11 | //1999,Zed's_Staff,Zed's Staff,3,,10,10,,,,,,,,,,,,,{},{},{} |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | // Old Tuxedo and Wedding Dress, will display the outfit when worn, un-comment to enable it |
---|
| 15 | //2338,Wedding_Dress,Wedding Dress,5,43000,,500,,0,,0,0xFFFFFFFE,7,0,16,,0,1,0,{},{ setoption Option_Wedding,1; },{ setoption Option_Wedding,0; } |
---|
| 16 | //7170,Tuxedo,Tuxedo,5,43000,,10,,0,,0,0xFFFFFFFE,7,1,16,,0,1,0,{},{ setoption Option_Wedding,1; },{ setoption Option_Wedding,0; } |
---|