Same error unfortunately. It's odd because sometimes this effect works, when it's bleed on effect.
For example this one works just fine. I've also tried bonus3 bAddEffOnSkill,"DC_THROWARROW",Eff_Freeze,1000; and the same error occurs.
AegisName: Spearfish_
Name: Marlin
Type: Weapon
SubType: 2hSpear
Attack: 220
Range: 3
Jobs:
Crusader: true
Knight: true
Swordman: true
Locations:
Both_Hand: true
WeaponLevel: 1
EquipLevelMin: 50
Trade:
NoDrop: false
NoTrade: false
NoSell: true
NoCart: false
NoStorage: true
NoGuildStorage: true
NoMail: true
NoAuction: true
Script: |
bonus3 bAddEffOnSkill,"KN_PIERCE",Eff_Bleeding,150;
bonus3 bAddEffOnSkill,"LK_SPIRALPIERCE",Eff_Bleeding,150;
bonus2 bAddEff2,Eff_Freezing,100;
bonus2 bSkillAtk,"LK_SPIRALPIERCE",100;
bonus2 bSkillAtk,"LG_INSPIRATION",50;
if (BaseLevel>99) {
bonus bBaseAtk,30;
}