FCP help !

jaiko23

New member
Messages
94
Points
0
hi, can you guys help me where can i edit dispell... FCP is being dispelled too.. i wanna change it.. sorry for the trouble
default_sad.png


 
You don't need to edit dispell, just edit db/sc_config.txt:

Code:
// Status Change configuration database//// Structure of Database:// SC_NAME, flag//// flag    1  - SC cannot be removed by death.//         2  - SC cannot be saved.//         4  - SC cannot be reset by dispell.//         8  - SC cannot be reset by clearance.//         16 - SC considered as buff and be removed by Hermode and etc.//         32 - SC considered as debuff and be removed by Gospel and etc.//         64 - SC cannot be reset when MADO Gear is taken off.//        128 - SC cannot be reset by 'sc_end SC_ALL' and status change clear.//Example://SC_ENDURE, 21 //SC_ENDURE: cannot be removed by death and dispell and cosidered as buff. (16 + 4 + 1 = 21)
 
Back
Top