YML is more readable and friendly (EASY TO ADD) than ITEM_DB.txt.
Sometimes we need to learn new things in order to adapt a new stability instead of adapting the old methods.
1. TXT Version:
12622,BOARDING_HALTER,Reins Of Mount,11,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ setmounting(); },{},{ if( ismounting() ) { callfunc \"Func_Idiots\"; }
2. YML Version:
- Id: 12622
AegisName: BOARDING_HALTER
Name: Reins Of Mount
Type: Delayconsume
Classes:
All_Third: true
Normal: true
Upper: true
Baby: true
All_Upper: true
Script: |
setmounting();
UnEquipScript: |
if( ismounting() ) { callfunc \"Func_Idiots\"; }
Now which one is friendly and readable TXT over YML?
It's just like choosing eAthena (Bugg) over rAthena (Stability). (WAKE UP FOLKS) ?
Then use the freaking TXT --> YML CONVERTER.