Item Use Script |
1 bonus2
2 bAddRace,RC_DemiHuman,95;
3 bonus2
4 bAddRace,RC_Player_Human,95;
5 bonus2
6 bIgnoreDefRaceRate,RC_DemiHuman,20;
7 bonus2
8 bIgnoreDefRaceRate,RC_Player_Human,20;
9 bonus
10 bUnbreakableWeapon;
11 if
12 (getrefine()
13 5)
14 {
15 bonus2
16 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4);
17 bonus2
18 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4);
19 bonus2
20 bIgnoreDefRaceRate,RC_DemiHuman,5;
21 bonus2
22 bIgnoreDefRaceRate,RC_Player_Human,5;
23 bonus
24 bAspdRate,10;
25 }
26 if
27 (getrefine()
28 8)
29 {
30 if
31 (BaseJob
32 ==
33 Job_Knight)
34 bonus4
35 bAutoSpellOnSkill,"KN_PIERCE","NPC_CRITICALWOUND",2,200;
36 else
37 if
38 (BaseJob
39 ==
40 Job_Crusader)
41 bonus3
42 bAutoSpell,"PA_PRESSURE",5,100;
43 } |