Item Use Script
|
1 bonus bSPGainValue,2;
2 bonus bMagicSPGainValue,2;
3 if (getrefine()>8) {
4 bonus4 bAutoSpellWhenHit,"NPC_CRITICALWOUND",3,5,1;
5 bonus4 bAutoSpell,"NPC_CRITICALWOUND",3,5,1;
6 bonus4 bAutoSpell,"NPC_WIDEBLEEDING",2,5,0;
7 }
8 else {
9 bonus4 bAutoSpellWhenHit,"NPC_CRITICALWOUND",2,2,1;
10 }
|