Full Protection

stiflerxx

New member
Messages
125
Points
0
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)?

 
Last edited by a moderator:
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)
default_ani_meow.gif


 
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)
default_ani_meow.gif
[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 ?

 
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.

Code:
SC_PROTECTWEAPON, 12SC_PROTECTSHIELD, 12SC_PROTECTARMOR, 12SC_PROTECTHELM, 12
 
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)
default_ani_meow.gif
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
B9ICC87.png

DA7PxH8.png

 
*facepalm*

I'm sorry, but I have no words. WHY, WHY THE HELL DO YOU SET IT TO 32?

rvf1nc.jpg


neykb6.jpg


34eoj00.jpg


 
*facepalm*

I'm sorry, but I have no words. WHY, WHY THE HELL DO YOU SET IT TO 32?

rvf1nc.jpg


neykb6.jpg


34eoj00.jpg
//         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)?
 
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.

 
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
 
Back
Top