stiflerxx 2 Posted November 8, 2014 (edited) how not to lose the skill (CR_FULLPROTECTION,Full Protection) when using the skill (PA_GOSPEL,Battle Chant) and one of the letters of skill (CG_TAROTCARD,Tarot Card of Fate)? Edited November 8, 2014 by stiflerxx Quote Share this post Link to post Share on other sites
0 malufett 247 Posted November 8, 2014 see 'db/sc_config.txt' for more info.. // 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) 1 stiflerxx reacted to this Quote Share this post Link to post Share on other sites
0 stiflerxx 2 Posted November 8, 2014 see 'db/sc_config.txt' for more info.. // 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) [Warning]: status_readdb_sc_conf: Invalid status type SC_FULLPROTECTION specified. [Error]: sv_readdb: Could not process contents of line 445 of "db/sc_config.txt". SC_FULLPROTECTION, 32 ? Quote Share this post Link to post Share on other sites
0 Garr 117 Posted November 8, 2014 There's no SC_FULLPROTECTION. You just made that up. SC_PROTECTWEAPON, 28SC_PROTECTSHIELD, 28SC_PROTECTARMOR, 28SC_PROTECTHELM, 28 You need to change those. I think you need to remove 16 from them, but not sure. SC_PROTECTWEAPON, 12SC_PROTECTSHIELD, 12SC_PROTECTARMOR, 12SC_PROTECTHELM, 12 1 stiflerxx reacted to this Quote Share this post Link to post Share on other sites
0 stiflerxx 2 Posted November 8, 2014 (edited) @edit Edited November 8, 2014 by stiflerxx Quote Share this post Link to post Share on other sites
0 stiflerxx 2 Posted November 8, 2014 see 'db/sc_config.txt' for more info.. // 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) There's no SC_FULLPROTECTION. You just made that up. SC_PROTECTWEAPON, 28SC_PROTECTSHIELD, 28SC_PROTECTARMOR, 28SC_PROTECTHELM, 28 You need to change those. I think you need to remove 16 from them, but not sure. SC_PROTECTWEAPON, 12SC_PROTECTSHIELD, 12SC_PROTECTARMOR, 12SC_PROTECTHELM, 12 // 32 - SC considered as debuff and be removed by Gospel and etc. SC_PROTECTWEAPON, 32 SC_PROTECTSHIELD, 32 SC_PROTECTARMOR, 32 SC_PROTECTHELM, 32 nothing has changed ... SKILL still comes out .. the paladin keeps losing (Full Protection) when using PA_GOSPEL,Battle Chant Quote Share this post Link to post Share on other sites
0 Garr 117 Posted November 8, 2014 *facepalm* I'm sorry, but I have no words. WHY, WHY THE HELL DO YOU SET IT TO 32? Quote Share this post Link to post Share on other sites
0 stiflerxx 2 Posted November 9, 2014 *facepalm* I'm sorry, but I have no words. WHY, WHY THE HELL DO YOU SET IT TO 32? // 32 - SC considered as debuff and be removed by Gospel and etc. it is not written for 32- and gospel? and to not quit when using tarot card (CG_TAROTCARD, Tarot Card of Fate)? Quote Share this post Link to post Share on other sites
0 Garr 117 Posted November 9, 2014 It is written that if 32 then GOSPEL WILL REMOVE IT. // 32 - SC considered as debuff and (will) be removed by Gospel and etc. And one of tarot cards uses same code as gospel, so it won't be removed as well. 1 stiflerxx reacted to this Quote Share this post Link to post Share on other sites
0 stiflerxx 2 Posted November 9, 2014 It is written that if 32 then GOSPEL WILL REMOVE IT. // 32 - SC considered as debuff and (will) be removed by Gospel and etc. And one of tarot cards uses same code as gospel, so it won't be removed as well. to forgive me and cuz my English is not very good then bad .... interpreite sorry and thanks for the support. have a good night +1 Quote Share this post Link to post Share on other sites
how not to lose the skill (CR_FULLPROTECTION,Full Protection) when using the skill (PA_GOSPEL,Battle Chant) and one of the letters of skill (CG_TAROTCARD,Tarot Card of Fate)?
Edited by stiflerxxShare this post
Link to post
Share on other sites